/* --- INICIO -- Tipografía --- */
#fechaNoticias {
	font-size: 0.9em;
}
/* --- FIN -- Tipografía --- */

/* --- INICIO -- Colores, imágenes, bordes, fondos --- */
#visorNoticias {
	background: white;
	border: solid 1px #A8A8A8;
}

#zonaNoticias {
	background: url("../img/fondo_rayas_1.png") repeat-y top right;
}

#fechaNoticias {
	background: #D5EBF9 url("../img/cuadrado_azul.png") no-repeat 1px 1px;
}

#menuContenido li {
	font-size: 0.9em;
}

#menuContenido {
	background: url("../img/fondo_rayas_2.png") no-repeat top left;
}

#menuContenido ul {
	background-color: #D5EBF9;
}

#menuContenido li {
	background-color: white;
}

#menuContenido #contenidoOpcionPrimera {
	background: white url("../img/cuadrado_azul.png") no-repeat 1px 1px;
}

.textoNoticia {
	color: black;
}
/* --- FIN -- Colores, imágenes, bordes, fondos --- */

/* --- INICIO -- Maquetación, justificaciones --- */
#zonaNoticias {
	width: 16em;
	height: 24.7em;
	padding-top: 3em;
	position: absolute;
	left: 5em;
	top: 4em;
}

#zonaNoticias[id] {
	height: 21.7em;
}

#fechaNoticias {
	padding: 0.5em 0 0 1em;
	text-align: left;
	height: 20.4em;
}

#fechaNoticias[id] {
	height: 20.2em;
}

#visorNoticias {
	/*width: 13em;
	height: 16em;*/
	position: absolute;
	left: 0.5em;
	top: 5.1em;
	overflow: auto;
}

#textoNoticias {
	text-align: left;
	padding: 0.2em;
}

#menuContenido {
	position: absolute;
	width: 37em;
	height: 28em;
	left: 19.1em;
	top: 2.7em;
}

#menuContenido ul {
	position: absolute;
	left: 16.6em;
	top: 2em;
	padding-right: 4em;
	width: 22em;
	height: 14.7em;
}

#menuContenido>ul {
	width: 17em;
	height: 12.7em;
}

#menuContenido ul>li {
	padding-left: 1em;
}

#contenidoOpcionPrimera {
	padding-top: 3.5em;
}

#contenidoOpcionUltima {
	padding-bottom: 3.2em;
}

#contenidoOpcionUltima[id] {
	padding-bottom: 3.4em;
}

#fechaNoticias {
	padding: 0.5em 0 0 1em;
	text-align: left;
	height: 20.4em;
}

#fechaNoticias[id] {
	height: 20.2em;
}

#visorNoticias {
	width: 13em;
	height: 16em;
	position: absolute;
	left: 0.5em;
	top: 5.1em;
	overflow: auto;
}

#textoNoticias {
	text-align: left;
	padding: 0.2em;
}

.noticia {
	text-align: left;
}

#pago_online {
	position: absolute;
	left: 0.5em;
	top: 16em;
}
/* --- FIN -- Maquetación, justificaciones --- */

