jQuery().ready(function(){
						
	$('#desplegablePublicaciones').accordion({
		animated: false,
		autoHeight: false,
		collapsible: true,
		active: false,
		header: '.next'
	});
	
	$('.level-two').accordion({
		animated: false,
		autoHeight: false,
		collapsible: true,
		active: false,
		header: '.next2'
	});
});