// JavaScript Document

function cerrar_banner(){
	document.getElementById('banner_flotante').style.display = 'none'

}