$(document).ready(function(){
  $('.tooltip').bstip({
	  color:"bswrap",
	  forewrap:"<p class='balao'>",
	  backwrap:"</p>",
	  hook:"top-right"
  });
});
