/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
   background-color:#008610; 
   background-image: url("imagenes/fondo.gif");
   background-attachment:fixed;
} 
 
a {color: green;}
a:visited {color: green;}
a:hover {color: green;}
a:active { color: green;} 
 
#pagewidth{ 
 width:70%; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:180px; 
 width:100%;
} 
 
#maincol{

 height:400px;
 float: center;
 position: relative; 
 background-color: #FFFFFF;
 overflow: auto; 
 background-image: url("imagenes/fondoCentro.gif");
 
}
 
#footer{
 height:60px; 
 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;}
}
