

(function($) {
	
	
	$(document).ready(function() {
		
		$('#centro').hide();
		$('#centro').fadeIn(2000);
		

	});
	
})(jQuery);
