// JavaScript Document

<!--INICIA SEXYLIGHTBOX-->

		window.addEvent('domready', function(){
  			SexyLightbox = new SexyLightBox({color:'white'});
				});
	
			function cerrar() {
			div = document.getElementById('flotante');
			div.style.display='none';
			}
			function cerrarBotonFlotante(){
			div = document.getElementById('botonFlotante');
			div.style.display='none';
			}
			
<!--TERMINA SEXYLIGHTBOX-->
