/* 
	FORMATOS ANTERIORES A LA RENOVACIÓN
	Se mantienen por si algún apartado los usa y pudieran verse afectados.
	Eliminar progresivamente.
*/
.texto_1     { 
font-family: Verdana; 
font-size: 10pt; 
color: #000066; 
line-height:150%; 
margin-top:1px; 
margin-bottom:1px; 
text-align:justify;
}
.resaltado {	font-weight:bold;}
.tit_noticias { font-family: Arial; font-size: 10pt; color: #000080; font-weight: bold }
.noticias    { font-family: Arial; font-size: 10pt; color: #000066; line-height: 1em; 
               margin-top: 3; margin-bottom: -1; text-align:justify; margin-left:0; margin-right:0 }
.t_destac    { font-family: Verdana; font-size: 8pt; color: #000066; font-weight: bold }
.titulo_azul { font-family: Verdana; font-size: 10pt; color: #000055; font-weight: bold }
.titulo_blanco { font-family: Verdana; font-size: 10pt; color: #FFFFFF }
.titulo_1    { font-family: Verdana; font-size: 10pt; color: #000066; font-weight: bold }
.centrado { text-align: center; }
.titulos_seccion {
	background-color: #000066;
	font-size:1em;
	color: white;
	padding: 2px 10px;
	clear: both;
}

*  + .titulos_seccion {
/* Con esto se obtiene que los elementos de clase .titulos_seccion que tengan algo delante
	mantengan un margen superior de 35 píxeles */ 
	margin-top: 35px;
}


/* ASPECTO DE LA BARRA DE TITULO DE CADA APARTADO */
div#barra_titulo {
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height:30px;
	background: url('imagenes/fondoCabeceras.jpg') repeat-x;
	z-index:1000;
}
div#texto_barra_titulo {
	float:left;
	width:300px;
	height:25px;
	background: url('imagenes/fondoTextoCabeceras.gif') no-repeat;
	padding-left:10px; padding-top:5px;
	font-weight:bold;
	color:black;
}
div#esquina_barra_titulo {
	float:left;
	width:19px;
	height:25px;
	background: url('imagenes/esquinaCabeceras.gif') no-repeat;
}

/* PROVISIONAL HASTA RENOVACIÓN DE LA WEB */ 

div#cuerpo_secciones {
	position: absolute;
	top: 30px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	overflow: auto;
	padding-left: 15px;
	padding-right: 10px;
}

/* FORMATO GENERAL PARA LA ETIQUETA BODY DE LOS APARTADOS. */
body {
	margin: 0px;
	font-family: Verdana;
	font-size:10pt;
	text-align: justify;
	color: #000066;
}

body.seccion {
	background: url('imagenes/fondo_contenidos.jpg');
	background-attachment: fixed;
}

body.independiente {
	overflow: hidden;
}

iframe {
	border: none; 
}