function bannerFlotadorOff(){
	document.getElementById('bannerFlotador').style.display 			= 	'none'; 
}

