/* CSS Document */
html, body{ 
margin:0; 
padding:0; 
text-align:center; 
} 

body{
background-image:url(../imgs/bg.gif);/* bg_web.png */
background-repeat:repeat-x;
background-color:#005392;
font-family: tahoma; font-size:11px;
color:#ffffff;	line-height: 20px;
margin:0 auto;
}

#pagewidth{ 
width:870px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 

#header{
position:relative; 
width:100%;
text-align:center;
}

#leftcol{
float:left; 
position:relative;
width:200px;
}

#maincol{  
float: right; 
display:inline; 
position: relative; 
width:660px/*76%*/;
padding:0px 0px 0px 0px;
}

#footer{
height:200px; 
background-color:#4c4c4c; 
clear:both;
} 

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Arreglos para IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* FinArreglos de IE-mac */  

/*estilos para impresion*/ 
@media print{ 
/*Ocultar la columna izquierda para imprimir*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

