body{ 
 font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin:0px 0px 0px 0px; 
 padding:0px; 
 text-align:center;
 background:#ede7d7 url(images/bg.png) repeat-x;
} 
a {
 text-decoration:none;
 color:#000000;
}
h1 {
 font-size:14px;
}
ul{
 margin: 0px 0px 0px 15px;
 padding: 0px 0px 0px 0px;	
}

img a {
  color: #ff0000;
}

#bottom_border{
  border-bottom:#a19c8f dashed 1px;
  padding-top:5px;
  padding-bottom:5px;
  margin-left:10px;
  margin-right:10px;
}
#padding_5{
  padding:5px;
}
#margin_5{
  margin:5px;
}

#pagewidth{ 
 width:760px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background:#ede7d7 url(images/bg_body.jpg);
} 
 
#header{
 background:#ede7d7 /*url(images/header.jpg) no-repeat*/;
 position:relative; 
 height:215px; 
 width:100%;
 border:#CCCCCC solid 1px;
 color:#FFFFFF;
} 
 
#leftcol{
 width:30%; 
 float:left; 
 position:relative; 
 background:none/*#83FFFF*/; 
 }

#menu{
 background:#f5f5f5 url(images/menu_bg.gif) repeat-x;
 border-left:#c2c3c7 solid 4px;
 border-right:#c2c3c7 solid 1px; 
 border-bottom:#d8d8da solid 1px;
 border-top:#fff solid 1px;
 height:20px;
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 0px 15px;
}
#submenu{
 background:#f5f5f5;
 border-left:#c2c3c7 solid 4px;
 border-right:#c2c3c7 solid 1px;
 border-bottom:#d8d8da solid 1px;
 border-top:#fff solid 1px;
 height:20px; 
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 0px 25px; 
}
#heading{
 background:#f5f5f5 url(images/menu_bg.gif) repeat-x;
 border-left:#c2c3c7 solid 4px;
 border-right:#c2c3c7 solid 1px; 
 border-bottom:#d8d8da solid 1px;
 border-top:#fff solid 1px;
 height:20px; 
 margin: 0px 0px 0px 0px;
 padding: 5px 0px 0px 15px; 
}
#menu li {
 list-style-image:url(images/blue_sphere.png);
 margin:0px;
 padding:0px;
}
#submenu li {
 list-style-image: none;
 list-style:circle;
 margin:0px;
 padding:0px;
}
#heading li {
 list-style-image:url(images/red_sphere.png);
 margin:0px;
 padding:0px;
}
 
#twocols{
 background:none;
 width:66%; 
 float:right; 
 position:relative;
}
#wrapper{
	width:100%;
	background:#d6d0c0;
} 
#rightcol{
 width:100%;
 float:right; 
 position:relative; 
 border-right:#FFFFFF solid 5px;
 border-top:#FFFFFF solid 5px;
 }
 
#maincol{
 background:none;
 float: left;
 float:right;
 display:inline;
 position: relative; 
 width:66%;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}
 
#footer{
 height:63px; 
 background: url(images/footer.jpg) #ede7d7; 
 clear:both;
 text-align:right;
 padding:2px;
 color:#FFFFFF;
} 

#img_border{
  border: #9b937e solid 2px;
  margin: 0px 0px 2px 0px;
}

#fondo_modulos{
  background:#000 url(images/bg_modulitos.png) repeat-x;
}

 /* *** Float containers fix:
 http://www.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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
