BODY {
	scrollbar-face-color: #5D1034;
	scrollbar-highlight-color: #F7F7F7;
	scrollbar-3dlight-color: #F7F7F7;
	scrollbar-darkshadow-color: #F7F7F7;
	scrollbar-shadow-color: #F7F7F7;
	scrollbar-arrow-color: #949494;
	scrollbar-track-color: #F7F7F7;
	background-color: #F7F7F7;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-image: url(img/tile_fondo.gif);
	background-repeat: repeat;
	background-position: left top;
}
.fondo_inf {
	background-image: url(img/fondo_inf.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.imagenes {
	border: 2px solid #D1D1D1;
	text-decoration: none;
}
#scroll {
	width:500px;
	height:154px;
	/* background-color:#FFFFFF; */
     overflow:auto;
	margin: 0px;
}
#Layer1 {
	position:absolute;
	left:612px;
	top:206px;
	width:511px;
	height:138;
	z-index:1;
}
.fon_tex {
	background-image: url(img/fon_tit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	background-color: #FFFFFF;
}
.textoBig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

