/* 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:Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:14px;
   color:#666666;
   background:url(http://80.35.153.133/cooperacio/cat/img/bg_body.gif) repeat;
   text-align:center;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** PAGINA  - 1º NIVEL - CONTIENE(CABECERA / MODULO CENTRAL / PIE) ****/
.page {
   width:770px;
   overflow:hidden;
   margin:0 auto;
   font-size:12px;
   line-height:inherit;
   text-align:center;
background-color:#FFF;
border:1px solid #D7D7D7;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** CABECERA - 2º NIVEL ****/
.header_client {
width:750px;
position:relative;
overflow:visible;
margin:5px auto 0px auto;
}
/*-----------------------------------------------------------------------------------------------------------*/

/**** CUERPO CENTRAL - 2º NIVEL - CONTIENE(LEFT / CENTER / RIGHT) ****/

.content_body {
   width:750px;
   text-align:left;
   overflow:hidden;
margin:0px auto;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA IZQUIERDA - CONTIENE(MODULO LATERAL) ****/

.left {
   visibility:visible;
   width:22%;
   margin:5px 0.5% 0px 0%;
   font-size:1em;
   line-height:inherit;
   overflow:visible;
   float:left;
   z-index:100;
   text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA DERECHA - CONTIENE(MODULO LATERAL) ****/

.right {
   visibility:visible;
   width:22%;
   margin:5px 0% 0px 0%;
   font-size:1em;
   line-height:inherit;
   overflow:visible;
   float:right;
   text-align:inherit;
   /*z-index:1;	*/
} 

/*-----------------------------------------------------------------------------------------------------------*/

/**** MODULO LATERAL ****/

.module_lateral {
   width:100%;
   margin:0px 0px 0px 0px;
   clear:both;
   overflow:visible;
   font-size:inherit;
   text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** COLUMNA CENTRAL - CONTIENE( NOTICIA ) ****/

.center {
   visibility:visible;
   width:53%;
   margin:5px 1% 0px 1%;
   font-size:1em;
   line-height:inherit;
   overflow:hidden;
   float:left;
   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:750px;
   position:relative;
   overflow:visible;
   clear:both;
margin:0px auto;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** FONDO DEL PIE ****/

.foot_bg {} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** CONTENIDO DEL PIE ****/

.foot_content {position:absolute; top:5px; left:5px; color:#0D879C; background-color:inherit; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:left;}
/*-----------------------------------------------------------------------------------------------------------*/