$(document).ready(function (){
							
			
			   
			  		
		$("#pantallao").click(function (){
		$("#pantalla").fadeIn("slow");});
			
		
		$("#contactuCerrar").click(function (){
		$("#contacto").fadeOut("slow");});
	});
