/* ///////////////// CABECERA */
#cabecera {
	background-color: #1e91fe;
	background-image: url(../imagenes/cabecera-fondo.jpg);
}
#menu a:hover {
	color: #1e91fe;
}
a#menu_activo {
	width: 92px;
	background-image:url(../imagenes/menu-activo-portada.jpg);
}
a:hover#menu_activo {
	color: #fff;
}
#menu {
	background-image: url(../imagenes/menu-fondo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#ultimas_noticias strong {
	color: #1e91fe;
}
#ultimas_noticias a {
	color: #1e91fe;
	text-decoration: none;
}
#ultimas_noticias a:hover {
	color: #93CCFF;
	text-decoration: underline;
}
.h1-icono {
	color: #1e91fe;
}
#banner_contenidos p {
	width: 600px;
	text-align: justify;
	margin: 0;
	padding: 0 0 10px 0;
}
#banner_contenidos p a {
	text-decoration: none;
	color: #666666;
}
#banner_contenidos p a:hover {
	text-decoration: underline;
	color: #333333;
}
/* ///////////////// PIE */
#pie {
	border-top: 4px solid #1e91fe;
}
