$(document).ready(function(){
		$('#data_1').focus(function(){
		$(this).calendario({ 
			target:'#data_1'
		});
	});
});


