<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html{ 
 margin:0; 
 padding:0; 
 text-align:center;
}
body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-size:14px; 
} 
#pagewidth{ 
 width:960px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#header{
 position:relative; 
 height:159px; 
 background-color:#FFFFFF; 
 width:100%;
 display:block;
 /*overflow:hidden !important;*/
 background-image:url(../images/iepc/head.png);
 background-repeat:no-repeat;
 margin-top:8px;
 z-index:2000;
} 
 
#leftcol{
 width:357px;
 float:right; 
 position:relative;
/* padding-top: 46px;*/
 }
 
#maincol{
	/*background:#999;
 background-color: #FFFFFF;*/  
 position: relative; 
 width:940px;
 float:left;
 }
 
#wrapper{
	margin-bottom:20px;
	background-color:#FFF;
	/*padding: 10px;*/
	margin-top:10px;
}
 
#abajo{
	/*background: #333;
 height:374px;
  background-color:#FFFFFF;
 overflow:hidden; */ 
 clear:both;
 display:block;
 height:169px;
} 

#footer{
	/*background: #666;
 height:374px; 
  background-color:#FFFFFF;*/ 
 clear:both;
 display:block;
 overflow:auto;
} 
#uno {
    float: left;
    position: relative;
    width: 593px;
	background-color:#FFF;
	height:169px;
}

#dos {
    float: left;
    margin-left: 20px;
    position: relative;
    width: 243px;
	background-color:#FFF;
	height:206px;
}

#tres {
    float: right;
    position: relative;
    width: 357px;
	background-color:#FFF;
	height:169px;
}
 
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.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 */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
</pre></body></html>