.Table {
    display: table;
}

.Title {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.Heading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.Row {
    display: table-row;
}

.Cell {
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

.Cell_Center {
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

p {
    text-align: justify;
    font-size: 12px;
}

b {
    text-align: center;
    font-size: 12px;
}

.p_center {
    text-align: center;
    font-size: 12px;
}

.titulo_cell {
    text-align: center !important;
}

@page { margin: 50px 50px 180px 50px; }
/*#header { position: fixed; left: 0px; top: -180px; right: 0px; height: 150px;  text-align: center; }*/
#footer { position: fixed; left: 0px; bottom: -180px; right: 0px; height: 80px;}
#footer .page:after { content: counter(page, decimal); }