$(document).ready(function(){
	
	$(".flotante").fadeIn("Slow");
	
});

function cerrar()
{
	
	$(".flotante").fadeOut("Slow");
}
