$(document).ready(function(){		

	$("#menu_izq").treeview({
		animated: "fast",
//		animated: "slow",		
		collapsed: true,
		control: "#treecontrol"
	});
	$("#menu_izq li span.abrir").addClass("open").next("ul").show();
});