function alertatop() {
	$("#AlertaSuperior").slideUp(500);
}
setTimeout ('alertatop()', 3000); 
