/* ESTRUCTURA DE LA PÁGINA 
-------------------------------------------------------------------------------------------------------
ANIDACIÓN 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		

----------------------------------------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------------------------------------*/
/**** REDIFINICIÓN DEL TAG BODY  ****/

body {
margin:0px 0px 0px 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#666666;
background-color:#FFF;
text-align:center;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** PAGINA  - 1º NIVEL - CONTIENE(CABECERA / MODULO CENTRAL / PIE) ****/
.page {
width:760px;
height:100%;
overflow:visible;
margin:auto;
font-size:11px;
line-height:inherit;
text-align:justify;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** CABECERA - 2º NIVEL ****/

.header_client {
width:100%;
position:relative;
overflow:visible;
background-color:#FFF;
margin-top:5px;
}
.search_bar {
background:url(../img2/bg_search_bar.gif) no-repeat;
width:760px;
height:32px;
overflow:hidden;
}
.date {
float:left;
color:#FA7800;
background-color:inherit;
font-weight:700;
font-size:10px;
margin-top:8px;
text-indent:10px;
}
.cerca {
color:#FA7800;
background-color:inherit;
font-weight:700;
font-size:10px;
margin-top:4px;
float:right;
}
.cerca form {margin:0; padding:0;}

.search_input {
border:1px solid #FA7800;
color:#666;
background-color:#FFF;
height:14px;
font-size:10px;
}
.submit_search {
color:#FA7800;
background-color:#FFEFE1;
border:1px solid #FA7800;
width:20px;
height:16px;
font-size:10px;
}
/*-----------------------------------------------------------------------------------------------------------*/

/**** CUERPO CENTRAL - 2º NIVEL - CONTIENE(LEFT / CENTER / RIGHT) ****/

.content_body {
width:100%;
float:left;
text-align:inherit;
overflow:hidden;
background:url(../img2/bg_page.gif) repeat-y;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA IZQUIERDA - CONTIENE(MODULO LATERAL) ****/

.left {
width:23%;
margin:5px 8px 0px 0px;
font-size:1em;
line-height:inherit;
overflow:hidden;
float:left;
z-index:100;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA DERECHA - CONTIENE(MODULO LATERAL) ****/

.right {
display:none;
visibility:hidden;
margin:0;
} 

/*-----------------------------------------------------------------------------------------------------------*/

/**** MODULO LATERAL ****/

.module_lateral {
width:100%;
margin:0px 0px 5px 0px;
clear:both;
overflow:visible;
font-size:inherit;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA CENTRAL - CONTIENE( NOTICIA ) ****/

.center {
visibility:visible;
width:75%;
margin:0;
font-size:1em;
line-height:inherit;
overflow:hidden;
float:right;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** MODULO DE NOTICIA  ****/

.noticia {
width:100%;
margin:0px 0px 10px 0px;
overflow:visible;
clear:both;
text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** PIE - 2º NIVEL - CONTIENE(FONDO DEL PIE / CONTENIDO DEL PIE) ****/

.foot_group {
width:100%;
position:relative;
overflow:visible;
float:left;
clear:both;
} 

.foot_subgroup_up {background:url(../img2/bg_foot.gif) no-repeat; width:760px; height:200px; overflow:hidden;}
.foot_title {margin-top:24px; margin-left:5px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#B5B5B5; background-color:inherit;}
.cont_img_foot {float:left; overflow:hidden; text-align:center; width:19.5%; margin:5px 0px;}
.cont_img_foot2 {float:left; overflow:hidden; text-align:center; width:24.5%; margin:5px 0px;}
.img_foot {}
.foot_subgroup_down {background:url(../img2/bg_foot2.gif) no-repeat; width:760px; height:57px; overflow:hidden; position:relative;}
.fsd_content {margin-top:12px; margin-left:10px; text-align:left; line-height:16px; font-size:10px;}
.cont_validate_foot {position:absolute; top:10px; right:5px;}
.cont_validate_foot img {clear:both; margin-bottom:4px;}
.AA {position:absolute; top:14px; right:85px;}
/*-----------------------------------------------------------------------------------------------------------*/
