/* <![CDATA[ */
/* generado con csscreator.com y adaptado por A.Juan para PuntoCom*/ 
@import url(asct-presentacion.css);


html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background: #E8EAEA  url(fondopag.gif) top center repeat-y; 
} 
 body{
	font-size:90%;
	 font-family:  "Trebuchet MS", tahoma, verdana, helvetica, san-serif;
}

 
#pagina{ 
 background:#fff url(columnas.gif) top left repeat-y;
 width:742px; 
 height: 100%;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#encabezado{
 position:relative; 
 height:115px; 
 width:100%;
} 

#menusecundario{
 width:130px; 
 float:left; 
 position:relative; 
 }
 
#doscolumnas{
 width:612px; 
 float:right; 
 position:relative; 
  }
 
#novedades{
 width:130px; 
 float:right; 
 position:relative; 

 }
 
#principal{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:482px; 
 }
 
#pie{
 height:30px; 
 border-top: 1px solid #ccc;
  background-color:#cfcfcf; 
 clear:both;
  font-size: 0.9em;
  position: relative;
  bottom: 0;
 } 
 

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

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

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#menusecundario{display:none;} 

/*hide the right column when printing*/ 
#novedades{display:none;} 
#doscolumnas, #principal{width:100%; float:none;}
}
/* ]]> */