html,body{
	margin:0;padding:0;
	background-color: #b7b7b4;
}
body{
	font:11px tahoma,arial,sans-serif;
	text-align:center;
}
p {
   margin: 0 0 10px 0; /*margen inferior de 20 px para el párrafo*/
   padding: 0;
	text-align: justify;
	color: #808080;
	/*font-size: 11px;*/
}
.classbold{
	font-weight: bold;
	color: #cbcbcb;
}
a{
	color: #ac660b;
	/*color: #981793;
	padding:10px;*/
}
a:hover{
	color: #fbb614;
	/*color: #981793;
	padding:10px;*/
}
ul{
    margin: 0 16px;
}
/*li.submenu{
	list-style-image: url(../images/bullet_subm.gif);
	margin-bottom: 10px;
}*/
li.submenu{
	margin:0;
	padding:0;
	list-style-type:none;
	background: url(../images/bullet_subm.gif) left top no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
}
ul.horizontal_list li{
    text-align: left;
	 vertical-align: baseline;
	 font: 11px tahoma,arial,sans-serif;
	 color: #ead9c2;
    float: left;
    list-style: none;
    /*padding: 2px 20px 2px 20px;
    margin-left: 5px;
	 margin-top: 1px;*/
	 
	 /*margin-bottom: 20px;*/
	 margin-right: 3px;
	 margin-left: 3px;
	 margin-top: 1px;
	 *margin-top: -22px; /*IE ONLY*/
	 padding: 0;
    border: 1px solid #5e4407;
	 background-color: #231f20;
}
ul.horizontal_list li a{
	 display:block; 
	 color: #ead9c2;
	 text-decoration: none;
	 padding: 2px 20px;
	 /*color: #b3c6b2;*/
	 /*margin-bottom: 20px;
    border: 1px solid #fbb614;*/
	 background-color: #231f20;
}
ul.horizontal_list li a:hover{
	 display:block; 
	 color: #000000;
	 background-color: #f8991d;
	 /*margin-bottom: 20px;
    border: 1px solid #666;*/
}
div#header{
	height:84px;
	background-image: url(http://www.maxwellrender.com/maxwellv2/images/header_bg.gif);
	background-repeat: repeat-x;
	margin:0;
	clear: both;
}
div#logo{
	width:236px;
	height: 64px;
	float:left;
	margin-left: 14px;
	margin-top: 20px;
}
div#menu{
	/*margin-bottom: 23px;*/
	margin-top: 40px;
	padding: 0px;
	vertical-align: middle;
	background-color: Black;
	float:right;
	height: 21px;
	clear: right;
	display: inline;
	/*padding-left: 14px;
	padding-top: 20px;*/
}
div#wrapper{
	background-color: #000;
	overflow: hidden;
}
div#container{
	text-align:left;
	width:955px;
	margin:0 auto;
	background-color: Black;
}
div#content{
	float:left;
	width:697px;
	background-color: Black;
	min-height: 100%;
	height: 100%;
}
div#content_flash{
	float:left;
	width:935px;
	background-color: Black;
	min-height: 100%;
	height: 100%;
	padding: 10px;
}
div#content p{
	line-height:1.4;
}
div#content h5{
	font-size: 12px;
	font-weight: bold;
	color: #464645;
	padding: 0px 0px 10px 0px;
}
div#navigation{
	background:#000000;
	float:right;
	width:218px;
	padding: 20px;
	/*font-size: 11px;*/
	vertical-align: top;
}


div#extra{
	background:#d8d7d8;
	clear:both;
	width:100%;
}
div#extra h5{
	font-size: 12px;
	font-weight: bold;
	color: #464645;
	padding: 20px 0px 0px 30px;
}
div#extra p{
	margin:0;
	padding: 10px 30px 20px;
}
div#footer{
	background: #000000;
	color: #FFF;
	height: 50px;
}
div#footer p{
	margin:0;
	padding: 20px 10px;
	font-size: 10px;
}
.titulo{
	width: 697px;
	height: 19px;
	background-color: #5f4529;
	left: 0px;
}
.texto_ppal{
	width: 637px; /*margin + padding= 10+20=30x2=60; 698-60=638*/
	background-color: #FFFFFF;
	left: 0px;
	padding: 20px;
	margin: 10px;
	color: #2e2e2e;
}
.tx_dcha{
	text-align: right;
	padding-top: 20px;
}
.float_dcha{
	float: right;
}
.float_izda{
	float: left;
}
