/*ESTILOS GENERALES DEL BODY*/

BODY {
	scrollbar-face-color: #601640;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-base-color: #ffffff;
	background-image:url(../imagenes/fondo.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
#miFlash {
	position:relative;
	width:1px;
	height:1px;
	z-index:1
}
.lineas {
	background-image:url(../imagenes/fondo.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:137px;
}