/*===========================================
// ESTILOS PARA EL MAPA WEB
===========================================*/
.cuerpoMapaWeb{
	background: url(/images/general/fondoMapaWeb.gif) no-repeat 600px top;
	height:350px!important;
}

#contMapaWeb{
	width:980px;
	margin:0 auto;
	margin-top:20px;	
	height:250px;
	background: url(/images/general/fondoMapaWebListados.gif) no-repeat ;
	padding-left:170px;
	clear:left;
}

#contMapaWeb ul{
	float:left;
	margin-right:40px;
	list-style-type:none;
}
#contMapaWeb li.header{
	font-weight:bold;
	color:#fff;
	font-size: 12px;
	line-height:38px;
}
#contMapaWeb li{
	line-height:24px;
}
#contMapaWeb li a{
	text-transform:capitalize;
	font-size:11px;
	text-decoration:none;
	color:#616161;
	font-weight:regular;
}

#contMapaWeb li a:hover{
	color:#000;
}
#secNav{
	clear:both;
	width:400px;
	float:left;
	display:block;
	margin-top:10px;
}
#secNav a{
	color:#82bd59;
	text-decoration:none;
}
#secNav a:hover{
	color:#467031;
	text-decoration:underline;
}
#idiomas, #titulares{
margin:20px 0 0 170px;
}
#idiomas{
padding-bottom:10px;
}
#idiomas a:hover{
	border:1px solid #000;
	filter: alpha(opacity=50); opacity: .5;
}
#idiomas a{
	border:1px solid #69695f;
	padding:1px;
	display:block;
	float:left;
	margin-right:4px;
}
#idiomas img{
	border:0;
}