// JavaScript Document
function cerrar() {
div = document.getElementById('flotante');
div.style.display='none';

}

