$(document).ready(function() {
	$('#societa').hover(function() {
		$('.tooltip_home').slideToggle(function() {
		});
	});
});

