/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.71em;
	background-color:#630208;
	background-image:url(../imagenes/inicio/fondo_rpt.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#fondo
{
display:block;
width:100%;
background-image:url(../imagenes/inicio/fondo.jpg);
background-position:top center;
background-repeat:no-repeat;
min-height:1235px;
height:auto !important; 
overflow:hidden;
text-align:left;
margin:0px;
padding:0px;
min-width:967px;
_width: expression(document.documentElement.clientWidth < 967 ? "996px" : "99.9%");
}
