// JavaScript Document
function esconder()
{
	
	$('#navidad').fadeOut('slow');
	
	
	
}
