.t1-tributos {
    text-align: center;
    font-size: 10px;
}

.t2-tributos {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 4px;
}

.t3-tributos {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    margin-top: 4px;
}

.t4-tributos {
    text-align: justify;
    font-size: 12px;
}

.t5-tributos {
    text-align: justify;
    font-size: 12px;
}

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

#box-table-a
{
    font-family: "Arial";
    font-size: 12px;
    text-align: left;
    border-collapse: collapse;
}
#box-table-a th
{
    font-size: 13px;
    font-weight: normal;
    padding: 8px;
    background: #d6d5d5;
    border-top: 4px solid rgb(221, 221, 221);
    border-bottom: 1px solid #fff;
    color: #333;
}
#box-table-a td
{
    padding: 8px;
    background: #EAEAEA; 
    border-bottom: 1px solid #fff;
    color: #333;
    border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
    background: #F8F8F8;
    color: #333;
}