document.getElementById("contenido").style.backgroundImage = "url(imgcomunes/fondo_" + (Math.round(Math.random() * 10000) % 5 + 1) + ".jpg)";
