$(document).ready(function(){	$(".menu_principal").hover(function () {      $(this).effect("bounce", { times:3 }, 400);	});});
