/* *** Generated by www.csscreator.com *** */

html, body{ 
 background: #000099;
 margin: 0; 
 padding: 0;    
 } 
 
#pagewidth{ 
 width:800px;           /*  100%;  */
 min-width: 500px; 
} 
 
#header{ 
 background: white;
 height:150px; 
 width:100%; 
/* background-image: url(../images/fondo_header.jpg); */
} 
 
#leftcol{
 width:125px; 
 float:left;
 position:relative; 
 margin-left:-128px; 
 margin-right:1px; 
 background-color:#000066;    /* navy blue */
/* background-image: url(../images/fondo_left.jpg); */
 }
 
#outer{ 
border:solid white 0px; 
border-left-width: 125px ;  /* left column width. NN4 hack to hide borders */ 
border-left-color: #000066; /* navy blue */  /* left column colour bajo el contenido*/  
border-left-style: solid; 
background-color: #FFFFFF; /* center column colour */   /* blanco */
width: auto; 
 } 
 
#footer{
 height:100px; 
 width:100%; 
/* background-color:#e7e3c6;   cafe claro */
 position: relative; 
 background-image: url(../images/fondo_footer.jpg); 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{
	float: left;
	width: 670px;
	position: relative;
	margin: 1px;
	height: auto;
 }
 
ul.contenido {
    margin-top: 0;
    margin-bottom: 10px;	
	padding: 0px 10px;
}

ul.contenido li {
    margin: 4px 8px;
}

.box{
 margin-left:1px;
 margin-top: 0px;
 background-color: #FFFFFF;  /* blanco */
 background-image: url(../images/fondo_content.jpg); 		 
}  
 
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
 
.content{
	vertical-align: top;
} /*padding for content */ 
 
#header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/ 
 
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 
}
