#divFiltros{
    width: 90%;
    z-index: 9000;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
}
#divFiltros .padding{
    padding: 8px;
}

.filtros_titulo{
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
}
.filtros_titulo_descricao{
    font-weight: normal;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
}
.filtros_botoesRemover{
    font-size: 11px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #FF0000;
    cursor: pointer;
    padding-right: 4px;
}
.filtros_campos01{
    width: 100px;
    margin-left: 3px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}
.filtros_textos01{
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
}
.filtros_botoesOK{
    float: left;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-top: 6px;
    cursor: pointer;
}
.filtros_botoesCancelar{
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    margin-top: 6px;
    cursor: pointer;
    margin-left: 50px;
}
.filtros_check{
    width: 10px;
    height: 10px;
}

#filtro_botaoEscolherCor{
    background-image: url("../imagens/cores_15x15.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 15px;
    height: 15px;
}
#filtro_botaoEscolherTamanho{
    background-image: url("../imagens/tamanhos_15x15.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    width: 15px;
    height: 15px;
}