body {
	background: #C0D9D9 url(/imagenes/fondoGrisaseo.gif) repeat;
	font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color : #3C3D3F; /*pongo en GRIS el color del texto*/ 
    margin : 20px 0px 20px 0px; 
    text-align: center;		
}

#contenedor{ 
text-align: left; 
width: 700px; 
background-color : #FFFFFF; /*BLANCO*/
margin: auto; 
} 

#cabecera{ 
height : 168px; 
width: 700px; 
}

#pie{ 
height : 20px; 
/* width: 700px; */
background : #A9A9A9 url(/imagenes/fondonavverde.gif); 
padding : 3px 10px 5px 10px; 
border-top : 1px solid #cccccc; 
border-bottom : 1px solid #cccccc;
}

#navegador{ 
background : #59B64E url(/imagenes/fondonavverde.gif); /* CCCambiar el archivo por uno verde */
padding : 3px 10px 5px 10px; 
border-top : 1px solid #cccccc; 
border-bottom : 1px solid #cccccc; 
} 

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
color: #FFFFFF; /*pongo la letra del navegador en blanco */ 
} 
A.enlacenav:HOVER{ 
color: #3F7DE3; 
} 

#cuerpo{ 
width: 555px;/* Cambiado por Lucas, antes estaba en 475 */ 
margin-left: 3px; 
background-color : #EEECE8; /* Pongo el fondo en color Blanco */ 
padding : 3px 10px 5px 10px;
/*border : 1px dotted;*/
/* float:left; */
position: relative;
}

#lateral{ 
width: 120px; /*antes estaba en 200 */
padding: 12px 0px 10px 0px; 
background-color: #FFFFFF;  /* Pongo el lateral  en gris  */
/*float:right;*/
position: absolute; /*  ///Agregado por Lucas */
margin-left: 580px; /* Agregado por Lucas - antes estaba en 500px*/
top: 211px; /*Agregado por Lucas */
}


/*border-bottom : 1px solid #cccccc; 
border-left : 1px solid #cccccc; */
 
#principal{
margin-left:170px;
background-color:#FFFFFF;
padding:4px 4px 4px 4px;
}


H1{ 
font-size: 12pt; 
} 
H2{ 
font-size: 10pt; 
} 

#interlineado{
	
	style:line-height = 150%;
}

#navabajo{ 
background-color:#D8DEEC;
/*font-weight : bold; */
} 

.titlat{ 
background-color:#68729E; 
color:#ffffff; 
font-size:8pt; 
text-transform : uppercase; 
padding: 7px 3px 7px 8px; 
font-weight : normal; 
letter-spacing : 2px; 
margin: 0px 0px 8px 0px; 
} 

.cuerpolateral{ 
padding: 5px 4px 13px 10px; 
} 


<!--#DAF6D9-->
#table {
border: 1px solid #999;
margin: 0 auto 1em auto;
}

#table_th {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
text-align: left;
padding: .5em;
background-color: #36BA5B;
}

#table_th10 {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #FFFFFF;
text-align: left;
padding: .5em;
background-color: #36BA5B;
}


#table_td {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
background:#CCCCCC;
text-align: left;
border-top: 1px solid #eee;
padding: .5em;
} 

#table_td_c {
font: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
background:#CCCCCC;
text-align: center;
border-top: 1px solid #eee;
padding: .5em;
} 
