﻿/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:#E1E1E1;
 font-family:Arial, Helvetica, sans-serif;
 font-size:small;
} 
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:122px; 
 background-color:#060303; 
 width:900px;
} 
 
#leftcol{
 width:230px; 
 float:left; 
 position:relative; 
 background-color:#F8F8F8;
 padding-left:20px; 
 height:400px;
 }
 
#contenidos{
 float:left; 
 position:relative; 
 background-color: white;
 height:300px;
 width:625px;
 padding: 0 10px 0 15px;
 height:400px;
 }

 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 }
 
#footer{
 height:75px;
 background-color:#3366FF; 
 clear:both;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

