#form-busca{
    margin-top: 20px;
}
ul.parametros-filtro{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.tb-contratos tr td{
    background: #f9f9f9;
    transition: 0.3s;
}
.tb-contratos tr:hover td{
    background: #f0f0f0;
}
.tb-contratos .downloads{
    width: 6%; font-size: 35px; margin-top: 8px;
}

.tb-documentos tr td{
    background: #f9f9f9;
    transition: 0.3s;
    vertical-align: middle;
}
.tb-documentos tr:hover td{
    background: #f0f0f0;
}
.tb-documentos .downloads{
    width: 6%; font-size: 35px; margin-top: 8px;
}



