/*      ESTRUCTURA DE LA PÁGINA 
-------------------------------------------------------------------------------------------------------
ANIDACION DE DIVS (CAPAS)
0  BODY	
     1º PAGINA
		2º CABECERA
		2º CUERPO CENTRAL
			3º COLUMNA IZQUIERDA
				4º MODULO LATERAL
			3º COLUMNA CENTRAL
				4º NOTICIA
			3º COLUMNA DERECHA
				4º MODULO LATERAL
		2º PIE 
			3º FONDO DEL PIE 
			3º CONTENIDO DEL PIE		
	
----------------------------------------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------------------------------------*/
/**** REDIFINICION DEL TAG BODY  ****/

body {
margin:0px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:1.4em;
color:#000;
background-color:#FFF;
text-align:center;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** PAGINA  - 1º NIVEL - CONTIENE(CABECERA / MODULO CENTRAL / PIE) ****/
.page {
width:988px;
height:100%;
overflow:visible;
margin:auto;
font-size:inherit;
line-height:inherit;
text-align:center;
margin:0px auto;
color:inherit;
background:#EBEBEB;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** CABECERA - 2º NIVEL ****/

.header_black {
width:100%;
position:relative;
margin:0px auto 0px auto;
} 
.cont_date_black {position:absolute; bottom:17px; right:25px; width:230px; height:14px; font-family:Arial, Helvetica, sans-serif; font-weight:700; color:#000; background-color:inherit; font-size:11px;}
.date_black {float:left; color:inherit; background-color:inherit;}
.clock_black {font-weight:bold; color:#D90000; background-color:inherit; float:right; text-align:right;}
/*-----------------------------------------------------------------------------------------------------------*/

/**** CUERPO CENTRAL - 2º NIVEL - CONTIENE(LEFT / CENTER / RIGHT) ****/

.content_body {
width:971px;
text-align:left;
overflow:hidden;
margin:0px auto;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA IZQUIERDA - CONTIENE(MODULO LATERAL) ****/

.left {
float:left;
width:18%;
margin-right:10px;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA DERECHA - CONTIENE(MODULO LATERAL) ****/

.right {
float:left;
width:28.8%;
} 

/*-----------------------------------------------------------------------------------------------------------*/


/**** COLUMNA CENTRAL - CONTIENE( NOTICIA ) ****/

.center {
width:51%;
margin-right:10px;
font-size:1em;
line-height:inherit;
overflow:hidden;
float:left;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** MODULO DE NOTICIA  ****/

.noticia {
/*
width:100%;
margin:0px 0px 2px 0px;
*/
overflow:hidden;
clear:both;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** PIE - 2º NIVEL - CONTIENE(FONDO DEL PIE / CONTENIDO DEL PIE) ****/

.foot_black {position:relative; clear:both; font-family:Arial, Helvetica, sans-serif;}
.validate_foot_black {position:absolute; top:20px; right:20px;}
.validate_foot_black img {vertical-align:middle;}
.foot_black_int {color:#FFF; background-color:inherit; position:absolute; top:50px; right:0px; text-align:center; width:99%; font-size:11px; line-height:1.6em; font-weight:700;}

a.link_foot_black:link, a.link_foot_black:active, a.link_foot_black:visited {color:#FFF; background-color:inherit;}
a.link_foot_black:hover {color:#D90000; background-color:inherit;}
/*-----------------------------------------------------------------------------------------------------------*/

/* MENU */
.content_menu {
padding-left:18px;
margin-top:-35px;
position:relative;
float:left;
z-index:2;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

/* TITULARS GRUPS */
.title_groups {font-weight:700; color:#FFF; background-color:inherit; font-size:11px; padding-top:1px; font-family: Arial, Verdana, helvetica;}