/* ///////////////// CABECERA */
#cabecera {
	background-color: #FE4B1E;
	background-image: url(../imagenes/cabecera-fondo-noticias.jpg);
}
#menu a:hover {
	color: #FE4B1E;
}
a#menu_activo {
	width: 114px;
	background-image:url(../imagenes/menu-activo-noticias.jpg);
}
a:hover#menu_activo {
	color: #fff;
}
#menu {
	background-image: url(../imagenes/menu-fondo-noticias.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#ultimas_noticias strong {
	color: #FE4B1E;
}
.h1-icono {
	color: #FE4B1E;
}
/* ///////////////// CONTENIDOS NOTICIAS */
#ultimas_noticias {
	width: inherit;
	float: none;
}
#ultimas_noticias strong {
	color: #FE4B1E;
}
#ultimas_noticias h1 {
	font-size: 16px;
}
.h1-icono {
	color: #FE4B1E;
	font-size: 26px;
}
.noticia {
	width: 900px;
	border-top: 4px solid #fe4b1e;
}
.noticia h2 {
	color: #FE4B1E;
	border-top: 1px dotted #fe4b1e;
	margin-top: 4px;
}
.fecha {
	font-size: 1.5em;
}
.imagen_noticia {
	float: right;
	width: 300px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #fe4b1e;
}
.texto_noticia {
	float: left;
	width: inherit;
	margin-left: 25px;
}
.noticia ul {
	list-style-type: none;
	color: #000;
}
.noticia ul li a {
	color: #000;
	text-decoration: none;
}
.noticia ul li a:hover {
	color: #fff;
	background-color: #fe4b1e;
}
/* ///////////////// PIE */
#pie {
	border-top: 4px solid #FE4B1E;
}
