/* CSS Document */
.CajaContenidosCompletos {
	padding: 12px;
	display: none;
	position: absolute;
	margin: 20px;
	width: 695px;
	height: 309px;
	color: #000;
	background-color:#fff;
	background-repeat: no-repeat;
	background-position: top left;		
	border: 1px solid #4D6B8E;
}

.CajaContenidosCompletos a.MasHoy {
	color: #064191;
}


.CajaContenidosCompletos ul {
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
	margin-left: 10px;
	padding-left: 10px;	
}

.CajaContenidosCompletos li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

#MapaInteractivo {
	background-color: #49678B;
	background-image: url(../img/fondo_MapaInteractivo.jpg);
	background-position: right top;
	background-repeat: repeat-x;		
}

#MapaInteractivo img {
	display: block;
}

a.MasHoy {
	float: right;
	margin-right: 15px;
	color: #FCC000;	
	padding-top: 5px;
	font-weight: bold;
}
