/* CSS Document */

html, body{ font-family:calibri; 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#contenedor-pagina{ 
 width:950px; margin-top:6px; 
 text-align:left; border:solid 1px #CCCCCC;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{ background-image:url(../imagenes/banner.jpg);
background-repeat:no-repeat;
 height:200px; 
 width:100%;
} 
 
#contenedor-contenido{background-color: #FFFFFF;  
 width:; height:500px; 
 }
 
 #contenedor-bienvenida {width:660px; margin:auto; padding:3px;
 margin-top:20px; border:solid 1px #FF9900; height:200px;}
 
  #contenedor-botones {width:675px; margin:auto;
 margin-top:20px;  height:160px;}
 
 .boton-corfo {width:150px; height:150px; float:left;
 margin:3px;}
 
  .boton-sercotec {width:150px; height:150px; float:left;
 margin:3px; margin-left:19px;}
 
  .boton-empresas {width:150px; height:150px; float:left;
 margin:3px; margin-left:19px;}
 
  .boton-fosis {width:150px; height:150px; float:left;
 margin:3px; margin-left:19px;}
 
#footer{ background-image:url(../imagenes/footer.jpg);
background-repeat:no-repeat;
 height:60px; 
  background-color:#FFFFFF; 
 clear:both;
 } 

 

 
 /* *** hack css *** */ 
.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 */  


