function CambiarImagen(imagen){
  document.getElementById("marcoPL").style.backgroundImage = "url(" + imagen + ")";
}
