/* CSS reset */
@font-face{
    font-family: "calibri";
    src: url(fonts/calibri.ttf);
}

body{
    font-family: "calibri";
    margin: 0px 0px 0px 0px;
}
#listaValorBanco{
    border: 1px solid orange; 
    height: 25px; 
    line-height:25px;
}

#divFundoTabela{
    width: 80%;
    border:solid 1px red;
    position: relative;
    float: left;
}
 
#divTamanhoWidthTabela {
    position: relative;
    float: left;
    
}

#divColunaTitulo{
    border: solid 1px green;
    position: relative;
    float: left;
}

