.modscroll-a {
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#003C7C;
	SCROLLBAR-SHADOW-COLOR:#FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-ARROW-COLOR:#003C7C;
	SCROLLBAR-TRACK-COLOR:#FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR:#003C7C;
	SCROLLBAR-BASE-COLOR:#FFFFFF;
	overflow: auto;
}.fondo01 {
	background-attachment: scroll;
	background-image: url(../img/base01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.fondo02 {

	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}
.fondo03 {	background-attachment: scroll;
	background-image: url(../img/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo04 {
background-attachment: scroll;
	background-image: url(../img/base03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fondo05 {
	background-attachment: scroll;
	background-image: url(../img/home_img_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

