function cerrarDestaca() {
 capa = document.getElementById('destacado');
 capa.style.visibility='hidden';
}