#Cabpagewidth{
	background-color:#FFFFF5;
	min-width:740px;
	text-align:center;
	margin:2px;
	height:114px;
	width: 780px;
}
 
#Cableftcol{
 width:91px; 
 float:left; 
 position:relative; 
  }
 
#Cabtwocols{
 width:640px; 
 float:right; 
 position:relative; 
  }
 
#Cabrightcol{
 width:300px; 
 float:right; 
 position:relative; 
 }
 
#Cabmaincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:340px; 
 }
#Cabecera { background-color:#FFFFF5; width:100%; text-align:center; margin:2px;}
#CabeceraDerecha { background-color:#FFFFF5; width:300px; float:right; }


 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.Cabclearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.Cabclearfix{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*/ 
#Cableftcol{display:none;} 

/*hide the right column when printing*/ 
#Cabrightcol{display:none;} 
#Cabtwocols, #Cabmaincol{width:100%; float:none;}
}

