/* css agregado
body  {
		background-image: url(../img/bg_index.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#ED8200;
    	margin: 0; 
    	padding: 0;
    	text-align: center; 
    	color: #000000;
}
.thrColAbs #container { 
    	position: relative; 
    	width: 780px;  
    	background: #FFFFFF;
    	margin: 0 auto; 
    	border: 1px solid #000000;
    	text-align: left; 
} 
.thrColAbs #sidebar1 {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 150px; 
    	background: #EBEBEB; 
    	padding: 15px 10px 15px 20px; 
}
.thrColAbs #sidebar2 {
    	position: absolute;
    	top: 0;
    	right: 0;
    	width: 160px; 
    	background: #EBEBEB;
    	padding: 15px 10px 15px 20px;
}
.thrColAbs #mainContent { 
    	margin: 0 200px; 
    	padding: 0 10px; 
}
.fltrt { 
    	float: right;
    	margin-left: 8px;
}
.fltlft {
    	float: left;
    	margin-right: 8px;
}

*/

.fondo {
	background-image: url(../img/bg_index.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ED8200;
	margin:0px;
	height:auto;
}

.bg_central {
	width:758px;
	background-image:url(../img/bg_top_index.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.bg_foot {
	background-color:#fff;
	vertical-align:bottom;
	width:758px;
	background-image:url(../img/bg_bottom_index.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.bg_sombra_l {
	background-image:url(../img/borde_sombra_index2.png);
	background-repeat:repeat-y;
	width:23px;
}
.bg_sombra_2 {
	background-image:url(../img/borde_sombra_index.png);
	background-repeat:repeat-y;
	width:23px;
}
.fl_top {
	width:758px;
	height:285px;
	float:left;

}
.texto_footer {
	width:758px;
	height:30px;
	float:left;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;

}
.texto_footer a:link {
	color:#999999;
	text-decoration:none;
}
.texto_footer a:hover {
	color: #666666;
	text-decoration:none;
}
.texto_footer a:visited {
	color:#999999;
	text-decoration:none;
}