/* ESTRUCTURA DE LA P&#65533;GINA 
-------------------------------------------------------------------------------------------------------
ANIDACI&#65533;N DE DIVS (CAPAS)
0  BODY	
     1&#65533; PAGINA
		2&#65533; CABECERA
		2&#65533; CUERPO CENTRAL
			3&#65533; COLUMNA CENTRAL
				4&#65533; NOTICIA
		2&#65533; PIE 
			3&#65533; FONDO DEL PIE 
			3&#65533; CONTENIDO DEL PIE		
	
----------------------------------------------------------------------------------------------------------- */

/*----------------------------------------------------------------------------------------------------------*/
/**** REDIFINICI&#65533;N DEL TAG BODY  ****/

body {
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:14px;
color:#666666;
background-color:#F0F0F0;
text-align:center;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** PAGINA  - 1&#65533; NIVEL - CONTIENE(CABECERA / MODULO CENTRAL / PIE) ****/
.page {
width:970px;
overflow:hidden;
font-size:inherit;
line-height:inherit;
color:inherit;
background-color:#FFF;
text-align:center;
margin:0px auto;
border-left:1px solid #C2C2C2;
border-right:1px solid #C2C2C2;
padding:10px 0;
}
/*----------------------------------------------------------------------------------------------------------*/

/**** CABECERA - 2&#65533; NIVEL ****/

.header_client {
width:948px;
margin-left:9px;
height:80px;
position:relative;
overflow:hidden;
margin:0px auto 15px auto;
border:1px solid #C2C2C2;
} 

.search_header {position:absolute; right:0px; top:58px; height:20px;}
.cont_input_sh {position:absolute; top:2px; width:100%; text-align:left;}
.cont_input_sh form {margin:0px; padding:0px;}
.input_sh {border:1px solid #C2C2C2; background-color:#FFF; color:#666; width:70%; height:16px; margin-left:5px; font-size:11px; padding:0px;}
.input_submit_sh {background:url(http://www.tribunalatina.com/es/img/input_submit.gif) no-repeat; width:13px; height:16px; border:none;}

.localization_header {position:absolute; left:445px;}
.cont_combo_lh {position:absolute; top:6px; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; margin-left:6px; text-align:left;}
.cont_combo_lh form {margin:0; padding:0;}
.select_lh {border:1px solid #C2C2C2; background-color:#FFF; color:#666; width:128px; height:16px; font-size:11px;}
.option_impar {background-color:#FFF; color:#666;}
.option_par {background-color:#EBEBEB; color:#666;}
.date_header {position:absolute; top:3px; right:5px; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#346488; background-color:inherit;}

/*-----------------------------------------------------------------------------------------------------------*/

/**** CUERPO CENTRAL - 2&#65533; NIVEL - CONTIENE(LEFT / CENTER / RIGHT) ****/

.content_body {
width:948px;
margin-left:9px;
overflow:hidden;
color:inherit;
background-color:inherit;
margin:0px auto 0px auto;
} 
.content_body_viewer { 
width:948px;
overflow:hidden;
color:inherit;
background-color:#FFF;
margin:0 auto;
}
/*-----------------------------------------------------------------------------------------------------------*/


/**** COLUMNA CENTRAL - CONTIENE( NOTICIA ) ****/

.left{
width:218px;
font-size:1em;
line-height:inherit;
overflow:hidden;
float:left;
text-align:left;
margin-right:12px;
} 

/**** COLUMNA CENTRAL - CONTIENE( NOTICIA ) ****/

.right {
width:218px;
font-size:1em;
line-height:inherit;
overflow:hidden;
float:right;
text-align:left;
margin-left:10px;
} 


/**** COLUMNA CENTRAL - CONTIENE( NOTICIA ) ****/

.center {
width:490px;
margin:0;
font-size:1em;
line-height:inherit;
overflow:visible;
float:left;
text-align:left;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** MODULO DE NOTICIA  ****/

.noticia {
   width:100%;
   margin:0;
   overflow:visible;
   clear:both;
   text-align:inherit;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** PIE - 2&#65533; NIVEL - CONTIENE(FONDO DEL PIE / CONTENIDO DEL PIE) ****/

.foot_group {
width:948px;
height:40px;
position:relative;
overflow:hidden;
clear:both;
color:inherit;
background-color:#fff;
margin:0 auto;
border:1px solid #C2C2C2;
} 
/*-----------------------------------------------------------------------------------------------------------*/

/**** CONTENIDO DEL PIE ****/
.foot_content{
   width:100%;
   height:40px;
   font-size:0.9em;
   text-align:left;
   color:inherit;
   background-color:#FFF;
   margin:5px 0px 0px 10px;
   float:left;
}

.cont_validate_foot {
   position: absolute;
   top: 3px;
   right: 5px;
}
.cont_validate_foot img {vertical-align:middle;}