﻿body, table {
    font-family: Arial;
    font-size: 7pt;
    margin: 0px;
}
table{
    border-collapse: collapse;
}
.bloco_container
{
    border: solid 1px #808080;
}
.td_bloco_container
{
    width: 50%;
    vertical-align: top;
}
.bloco_titulo {
    background-color: #e1ebff;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.bloco_finais_titulo
{
    background-color: #e1ebff;
    font-weight: bold;
    color: #000;
}
.bloco_table td
{
    text-align: center;
    border: solid 1px #000;
}

.legenda_container{
    background-color: #e1ebff;
}
.leg_cor{
    width: 45px;
}
.leg_text{
    font-weight: bold;
    color: #000;
    width: 150px;
}