jQuery().ready(function(){
		// second simple accordion with special markup
		jQuery('#centerContentNewsMenu').accordion({
			active: false,
			header: '.head,.europa,.asia,.oceania,.america,.africa,.hotel,.cultura,.restaurante',
			navigation: true,
			event: 'click',
			fillSpace: false,
			animated: 'easeslide',			 
    alwaysOpen: false, 
    autoheight: false  
		});		
});
