﻿function resize() {
    var h = ($('.left').height() - ($('.historial').height() + $('.historial-bottom').height())) - 100;
    if (h > 0) $('.historial-bottom').attr('style', 'height:' + h + 'px')
}
