/*
window.onload = function() {
	var footer = document.getElementById("footer");
	footer.style.backgroundImage = 'estilo/img/pie.jpg';
	footer.style.backgroundColor = '#000';
	footer.style.bottom = '0px';
}
*/