/* CSS Document */

html, body{ font-family:Arial, Helvetica, sans-serif; font-size:14px; 
 margin:0; background-image:url(../imagenes/body.png); background-repeat:repeat-x; 
 padding:0; 
 text-align:center; 
} 

h5 {font-family:Verdana, Arial, Helvetica, sans-serif; color:#006699;}
 
#contenedor-pagina{ margin-top:6px; height:auto; 
 width:850px; border:dotted 1px #CCCCCC; 
 text-align:left; background-color:#FFFFFF;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
background-image:url(../imagenes/banner.jpg);
background-repeat:no-repeat; border-bottom:dotted 1px #99CCFF;
 height:150px; 
 width:100%;
} 
 
#contenedor-contenido{background-color: #FFFFFF;
height:auto;
 width:; 
 }
 
 #casilla-volver {width:132px; height:42px; margin:auto; margin-top:10px;}
 
 #contenedor-iframe {width:700px; margin:auto; margin-top:10px; height:auto;}
 
#contenedor-intro {width:600px; height:120px; margin:auto; padding:4px;
margin-top:10px; text-align:justify; border:dotted 1px #CCCCCC;}
 
#footer{
 height:40px; 
  background-color:#F2F2F2;
 clear:both; font-family:Arial, Helvetica, sans-serif;
 font-size:12px; color:#003366; text-align:center;
 padding-top:6px;
 } 
 

 
 /* *** 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 */  

