OCULTO="none";
VISIBLE="block";


function ocultar(blo) {
  document.getElementById('promofl').style.display=OCULTO;
}
