* {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration:underline;
}

a:hover {
	color: #000000;
	text-decoration:none;
}
body {
	font-family: "trebuchet MS", tahoma, verdana, arial;
	color: #000000;
	font-size: 12px;
}
h1 {
	font-size: 16px;
}
/* ///////////////// CONTENEDOR */
#contenedor {
	width: 970px;
	position: absolute;
	left: 50%;
	margin-left: -485px;
}
/* ///////////////// CABECERA */
#cabecera {
	height: 172px;
	background-color: #1e91fe;
	color: #fff;
	background-image: url(../imagenes/cabecera-fondo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	float: left;
	margin-left: 70px;
}

#idiomas {
	float: left;
	margin: 20px 0 0 20px;

}
#idiomas img {
	margin-right: 10px;
}
#idiomas a {
	color: #fff;
	text-decoration: none;
}
#idiomas a:hover {
	text-decoration: underline;
}
/* ///////////////// MENU */
#menu {
	margin-left: 70px;
	height: 72px;
}

#menu a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-right: 30px;
	float: left;
	height: 42px;
	padding: 5px 0 0 20px;
	text-decoration: none;
}
#menu a:hover {
	color: #1e91fe;
	font-weight: bold;
}
a#menu_activo {
	color: #fff;
	font-weight: bold;
	/*background-color: #1e91fe;*/
	width: 92px;
	height: 42px;
	background-image:url(../imagenes/menu-activo-portada.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:hover#menu_activo {
	color: #fff;
}
/* ///////////////// CONTENIDOS */
#contenidos {
	margin-left: 70px;
}
#ultimas_noticias {
	width: 280px;
	float: left;
}
#ultimas_noticias strong {
	color: #1e91fe;
}
#ultimas_noticias h1 {
	font-size: 16px;
}
.h1-icono {
	color: #1e91fe;
	font-size: 26px;
}
.noticia {
	width: 210px;
}
.imagen_noticia {
	float: left;
	width: 80px;
}
.texto_noticia {
	float: right;
	width: 115px;
}
#banner_contenidos {
	float: right;
}
/* ///////////////// PIE */
#pie {
	clear: both;
	text-align: center;
	border-top: 4px solid #1e91fe;
}
