html, body{ 
 margin:0; 
 padding:0; 
 text-align:left;
 background-image:url(imgs/fondo.png);
 background-repeat:repeat-x;
 background-color:#003276;
} 
a, img {
	border:none;
}
#pagewidth{ 
 width:905px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color:#FFF;
 padding-left:25px;
 padding-right:25px;
} 
 
#header{
	position:relative;
	height:148px;
	background-color:303031;
	width:100%;
	background-image:url(imgs/cabecera.gif);
} 
#header h2 {
	display:none;	
}

#leftcol{
 width:202px; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF;
 background-repeat:no-repeat;
 padding-right:5px;
 }
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:675px;
 }
 
#footer{
 height:30px; 
 clear:both;
 margin-bottom:0px;
 padding-bottom:20px;
 } 
.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 */  


/* PHR */
body {
	font-size:11px;
	color:#333333;
	font-family:Geneva,Verdana, sans-serif;
	font-size-adjust:none;
	font-stretch:ultra-condensed;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:140%;
}
h2 {
	font-size:13px;
	color:#003276;
	font-weight:400;
}
img.cabeceraSeccion {
	padding-bottom:7px;
}
img.fotoHome {
	float:left;	
	padding-right:15px;
}
img.lineaDiv {
	padding-top:10px;
	padding-bottom:7px;
}

#alerta {
	width:100%;
	top:215px;
	position:absolute;
	z-index:5;	
	margin-left:365px;
}

/* PHR */
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
