    // inicia lavalamp (menu)
	$(function() {
			   
			   $(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })
			   
			   
			   });
