@charset "utf-8";

#cabecera {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	position: absolute;
	z-index: 2;
	background:transparent;
	top: 0px;
	left:0px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom:1px solid #D0D0D0;
}

#cabecera .logo {
	float: left;
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom:6px;
	padding-top:12px;
	margin-top:-12px;
	
	background-color: #FFFFFF;
}
/* CSS Document */

#cabecera .tools {
	float: left;
	position: relative;
	width: 825px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	padding-bottom: 55px;
	background-image: url(../images/cabecera/bkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#cabecera .tools #acceso {
	float: left;
}
#cabecera .tools #acceso input {
	float: left;
}
#cabecera .tools #googleSearch {
	position: absolute;
	right: 0px;
	float: left;
}
.buscar_btn {
	background-image: url(../images/icons/buscar_btn_aeade.gif);
	height: 28px;
	width: 73px;
}


.sectionTit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #933e67;
	padding-bottom: 10px;
}
.sectionTit strong {
	font-weight: normal;
	color: #81b4c7;
}
#cabecera .tools #others {
	position: absolute;
	right: 0px;
	top: 40px;
}

#cabecera .tools #others .rss {
	background-image: url(../images/icons/rss_aeade.gif);
	height: 14px;
	width: 14px;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: left;
	color: #2c597b;
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	margin-top: 2px;
}
#cabecera .tools #others .contact {
	background-image: url(../images/icons/contact_aeade.gif);
	height: 16px;
	width: 21px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left;
	color: #2c597b;
	float: left;
	margin-left:10px;
	margin-right:30px;
	padding-top: 2px;
	margin-top: 2px;
}
#cabecera .tools #others #lan {
	float: left;
}
#cabecera .tools #others #lan .eng {
	background-image: url(../images/icons/engIcon_aeade.gif);
	height: 20px;
	width: 21px;
	float: left;
}
#cabecera .tools #others #lan .fra {
	background-image: url(../images/icons/fraIcon_aeade.gif);
	height: 20px;
	width: 21px;
	float: left;
}
#cabecera .tools #others #lan .esp {
	background-image: url(../images/icons/spaIcon_aeade.gif);
	height: 20px;
	width: 21px;
	float: left;
}
#cabecera .tools #others #lan span {
	display: block;
	float: left;
	padding-top: 3px;
}


#cabecera #menu {
	padding-top: 5px;
	float: left;
	position: relative;
	width: 825px;
}
#cabecera #menu a {
	color: #7FB4C6;
	font-weight:bold;
	float: left;
	background-image: url(../images/icons/barSepara_aeade.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 15px;
	padding-right: 20px;
	font-size: 12px;
}
#cabecera #menu .activo {
	color: #933E67;
}
#cabecera .menu_emerg {
	position:absolute;
	width:100%;
	z-index:1;
	top:25px;
	left:0px;
	max-width:655px;
}
#cabecera #menu .menu_emerg a {
	color: #dbe9ee;
	display:block;
	float:left;
	background-image:none;
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 5px 10px;
	margin:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B6D1DC;
		background-color:#80b3c6;

}
#cabecera #menu .menu_emerg .activo {
	background-color:#629aae;
	color:#FFFFFF;

}
#cabecera #menu .menu_emerg a:hover {
	background-color:#629aae;
	color:#FFFFFF;
	text-decoration:none;
}
#cabecera #menu .menu_emerg h1 {
	background:url(../images/cabecera/bkg_menu_emerg.png);
	height:5px;
}
#cabecera #menu .menu_emerg h2 {
	background:url(../images/cabecera/bkg_menu_emerg.png);
	background-position:bottom;
	height:5px;
}

