@charset "UTF-8";
/* CSS Document */
#Header{
	margin:0 auto;
	text-align:center;
	
}
/*Menú Principal*/
#Menu {
	text-align:center;
	margin-bottom:10px;
	margin-top:5px;
	
}
#Header #Menu {
	 margin: 0 auto;
	 margin-bottom:15px;
}

#Header #Menu a{
	font-size:0.95em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	padding:5px;
	text-align:center;
	text-transform:uppercase;
}


#Header #Menu a:hover{
	color:#666;
}

/*SubMenú*/


#Header #SubMenu{
	margin-bottom:33px;
	text-align:center;
	float:left;
	margin-top:0px;
	padding:5px;
	padding-left:30px;
	padding-right:30px;
		line-height:1.2em;
		color:#666;
	_width:1000px;
	_padding:0px;
		


}
#Header #SubMenu a {
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	padding:0px;
	margin-bottom:5px;
	text-align:center;
	color:#666;
}

#Header #SubMenu a:hover{
	color:#000;
}





.seleccionado, #Header #Menu .seleccionado:hover, #Header #SubMenu .seleccionado:hover{
	font-weight:bold;
	color:#000;
}

#Header #Menu a .seleccionado, #Header #Menu .seleccionado:hover,#Header #SubMenu .seleccionado, #Header #SubMenu .seleccionado:hover {
	font-weight:bold;
	color:#000;
}
/*Menu idiomas*/
#ContenidoFooter{
	padding:5px;
	margin-top: 20px;
}
.idiomas{
	position:relative;
	margin-right:11px;
	text-align:right;
}
.idiomas a:hover{
  background-color:#CCC;
}
.idiomas li{
	float:right;
	padding-left:10px;
}


/*Logo*/
#Logo{
	font-size:2.5em;
	font-weight: lighter;	
	text-transform:uppercase;
	text-align:center;
	margin: 0 auto;
	margin-bottom:18px;
	margin-top:18px;

}