$(document).ready(function(){
	$('#fecha').datepicker({
		inline: true,
		firstDay: 1,
    showButtonPanel: true
	});
});

