.topo{
    position: relative;
    margin: 0 auto;
    width: 940px;
}
#ini {
    background-color: #bdbfc1;
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-align: center;
    font-family: 'Lato', sans-serif;

}
#ini-col-blue {
    text-align: center;
    background-color:#538dd5;
    color: white ;
    font-family: 'Lato',sans-serif
}

#ini-col-orange {
    text-align: center;
    background-color:#e26b0a;
    color: white;
    font-family:'Lato',sans-serif
}

#ini-col-red {
    text-align: center;
    background-color:#963634;
    color: white ;
    font-family: 'Lato', sans-serif
}
#pinta-c {
    background-color: #bebdbd
}

#pinta-b {
    background-color: #fffcfc
}

#div-tabela {
    margin: 0 auto;
    position: absolute;
    margin-top: 10%;
}
#tabela {
    width: 74%;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    margin-left: 0px;
    padding-top: 3px;

}

#tabela tr td {
    text-align: center;
    font-family:Lato, sans-serif
}