function cambiarBg(nombreCapa,imagen){ 
document.getElementById(nombreCapa).style.background=imagen;
}
