  
  $(document).ready(function(){
   $("#alerta").fadeIn("slow");
   window.setTimeout(function(){$("#alerta").fadeOut("slow");}, 5000);   	
  });
