document.getElementById("contenedor").style.backgroundImage = "url(imghome/fondo_" + (Math.round(Math.random() * 10000) % 6 + 1) + ".jpg)";
