$(document).ready(
	function() { 
		
		//document.getElementById('content').setAttribute('style', 'display:none');
		//document.getElementById('content').style.display = 'none';
		
		$("#content").hide();
		
		$("#content").fadeIn();	
		
		$("a.ampliar").prettyPhoto( );
	}
);

//$("a[rel^='prettyPhoto']").prettyPhoto();
//$("#content").slideDown("slow");
//$("div.entry img").hide();
//$("div.entry img").slideDown(5000);
//$("div.entry img").fadeIn(1000);
//$("#menu ul").sortable();
//$("#granbloque").sortable();
//$("#content").hide();