window.onload = function(){
	document.body.style.backgroundImage="url(img/fondo.jpg)";
	document.body.style.backgroundRepeat="no-repeat";
	document.body.style.backgroundPosition="top center";
	document.body.style.backgroundColor="#000000";
}
