$(document).ready(function(){
	

	/* ACORDDION 
		$('h2.accordion').click(function(){
			$(this).next().slideToggle("slow");
			$('.calendario').remove();
		});
	*/
	
	
	$('#search').focus(function(){
		$('#data_1').calendario({ 
			target:'#data_1'
		});
	});
	
});

