jQuery().ready(function(){
	jQuery('#luzpropria-listaCategoriaDownloads').accordion({ 							
			header: 'div.title', 
			active: 'false'			
	});
});