/* CSS document */

/*------------------------------------- GLOBAL ELEMENTS -------------------------------------*/
body {
/* 	margin: 3% 5%; */
/* 	font: .7em "Lucida Sans Unicode", "Lucida Grande", Verdana, Tahoma, sans-serif; */
/* 	width: 90%; */
}

/* a:link { color: #ff1192 } */

/*------------------------------------- CLASSES -------------------------------------*/
.hidden {display: none }

/*------------------------------------- HORIZONTAL MENU IN TWO LEVELS -------------------------------------*/
#double_menu {
	position: relative;
	width: 0%; 
 	min-height: 5em;
/* 	_height: 6.4em; /* IE 6 hack */ */
/* 	background: #0a0809 url('../images/bkg-menu.gif') left top repeat-x; */
/* 	color: #fff; */
	font-size: 11.5px;
	font-family: Arial;
	color: #9cacc3;
}

#double_menu a { text-decoration: none }

.first_menu,
.second_menu {
 	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}

.first_menu {
	top: 0px;
	left: 0;
/* 	margin-top: 1px; */
	width: 85%;
}

.second_menu {
 	top: 4;
	left: 0;
	width: 100%;
	/* min-height:3em;
	_height:3em; */ /* IE 6 hack */
}

.first_menu li,
.second_menu li { float: left; text-align: center;}

.first_menu li{
	background-image: url(../images/fondomeu.jpg);
	background-repeat: repeat-y;
/* 	background-color: #009fe1; */
/* 	width: 110px; */
}

.second_menu li{
/* 	width: 120px; */
}

.first_menu li span a:link,
.first_menu li span a:hover,
.first_menu li span a:visited {
	display: block;
	padding: 3px 10px;
/* 	color: #003366; */
	font-size: 11.5px;
	color: #ebf6fc;
}

.first_menu li span a:hover{
	color: #003366;
}

/*--- CSS class that it will applied to first level menu option selected --*/
.first_menu li span a.select:link,
.first_menu li span a.select:hover,
.first_menu li span a.select:visited{ color: #0f3f70; background-color: #e1ebf5; font-weight: bold; }

/*--- Second level ---*/
.second_menu li span a:link,
.second_menu li span a:visited {
	color: #003366;
	font-size: 11px;
	background-color: #e1ebf5;
}

.second_menu li span a:hover {
/* 	color: #42658d; */
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	
}

/*
#submenu2{
	width: 900px;
	height: 40px;
	margin-top: -22px;
	margin-left: 44px;
}
*/