﻿$(document).ready(function(){

$('.fontContent a , .contrastContent a , .lstFerramentas a, .contUserBottom a, .file .bt_download, .webcastC a, .ttlPodcastMulti li a, .investInstituc, .investIndivid, .listCompartilhe li a').tooltip({
	    track: true,
	    delay: 0,
	    showURL: false,
	    showBody: " - ",
	    top: -40,
	    left: -33
    });
});