$(function(){
	$("#acompanhe_baras").hide();
	$("#acompanhe_baras").fadeIn(2000, function() {
        $("#acompanhe_baras").fadeIn(100);
    });
});
