.fondo {
	background-attachment: fixed;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.fondo2 {
	background-attachment: fixed;
	background-image: url(img/fondo2.jpg);
	background-repeat: repeat-x;
}

