   			$().ready(function() {
				$('h3.manifiesto').click(function() {
    				$('#slickbox').toggle(400);
    				return false;
 	 			});
 	 		});
