$(document).ready(function(){

 $("#carga").click(function() {
	 $("div#pane_cons").load("presupuesto.html");
   });

 
});
