/*ESTILOS GENERALES DEL BODY*/

BODY {
	background-repeat:repeat-y;
	background-position:top;
	PADDING-BOTTOM: 0px;
	scrollbar-face-color: #666666;
	scrollbar-highlight-color: #EBEBEB;
	scrollbar-shadow-color: #EBEBEB;
	scrollbar-3dlight-color: #EBEBEB;
	scrollbar-darkshadow-color: #EBEBEB;
	scrollbar-arrow-color: #EBEBEB;
	scrollbar-track-color: #EBEBEB;
	scrollbar-base-color: #EBEBEB;
	background-image:url(../imagenes/fondo_linea.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#333333;
}

.fondo{
	background-image:url(../imagenes/fondo.png);
	background-repeat:no-repeat;
	background-position:top;
}