html, body {
	height:100%;
	width:100%;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
}
body {
	background-color: #FFFFFF;
	background-image: url(/imagenes/fondo.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#menu {
	width:990px;
	margin:-198px 0 0 -495px;
	position:absolute;
	top:50%;
	left:50%;
}
#menu #logo {
	float:left;
}
#menu #secciones {
	float:right;
	position:relative;
	top:8px;
}

#secciones img {
	margin-left:12px;
}
#fondo_contenedor {
	background: url(/imagenes/fondo_letras.gif) no-repeat center;
	height:302px;
	margin-top:-171px;
	position:absolute;
	top:50%;
	width:100%;
}
#contenedor a {
	color:#ffffff;
	text-decoration:none;
}
#frases {
	width:990px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:144px;
	margin-left:-495px;
}

#textos {
	width:340px;
	float:left;
}
#textos li {
	font-size:12px;
}

h3 {
	margin:34px 0 10px 0;
	padding:0;
}
h3.seccion {
	margin:50px 0 10px 0;
}
h4 {
	margin:10px 0;
}
#contenedor h4 a:hover {
	color:#ff6633;
}
p {
	margin: 4px 0;
	font-size:12px;
}

ul.subsecciones {
	margin:70px 0 0;
	padding:0;
	width: 160px;
}
ul.subsecciones li {
	list-style:none;
	border-top:1px dotted #9999bb;
	font-size:11px;
	padding:4px 0;
}
ul.subsecciones a {
	font-weight:bold;
}
#secciones {
	float:left;
	margin-left:30px;
}

/* NOTICIAS */

div.noticia {
	border-left:4px solid #446699;
	padding:4px;
	padding-left:10px;
	margin-bottom:5px;
}
div.noticia:hover {
	border-left:4px solid #EEEEFF;
	background:#446699;
}
div.noticia p.fecha {
	font-size:10px;
	margin:0;
}
div.noticia p.titular {
	font-size:12px;
	margin:0;
	font-weight:bold;
}

#noticia_sel {
	float:left;
	margin:31px 0 0 108px;
}
#noticia_sel h4 {
	margin:0 0 10px 0;
	font-size:22px;
	font-weight:normal;
}
#noticia_sel p {
	line-height:18px;
}

/* Pie de página */

#pie {
	width:990px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-495px;
	margin-top:173px;
}
#pie p {
	font-size:11px;
	color:#223366;
	text-align:center;
	margin:4px;
}



/* PORTADA */

#flash {
	float:left;
}
#portada_sec {
	float:left;
	margin-left:60px;
	margin-top:115px;
}
#portada_sec img {
	border:none;
	margin-left:-33px;
}
