/**
 * @author Miguel
 */
$(document).ready(function(){
	$("#sello").hide();
	$("#content").corner().hide().fadeIn(3000,function(){
		$("#sello").show();
	});
});

