$('#col_direita').css('display', 'table');

function rolagem(){
    $('html,body').animate({'scrollTop':'140'},'fast');
}