
body {
    font-family: Arial, sans-serif;
    padding: 20px;
}

.tabla-productos{

}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    border-color: transparent;
}

thead {
    background-color: #f2f2f2;
    border-color: transparent;
}

tfoot {
    background-color: #e8e8e8;
    font-weight: bold;
    border-color: transparent;
}

th,
td {
    border: 1px solid #ccc;
    
    padding: 8px;
    text-align: left;
}

.pagination {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

.pagination button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.pagination button.active {
    background-color: #007bff;
    color: white;
    border: none;
}

.paginacion-1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
}
.lista-pag-empresa{
    cursor: pointer;
    padding: 0px 3px;
    padding-top: 3px;
}

.paginacion-seleccionada{
    border: 1px solid black;
    
    border-radius: 0%;
    background-color: rgb(182, 216, 255);
}
/***************************** */

.table-filtros {
    width: 800px;
    border-collapse: collapse;
    font-size: 15px;      
}
.table-filtros tbody{
    margin: 2px 0px;
}
.table-filtros tr{
    margin: 5px 0;
}

.table-filtros td {
    /*padding: 1px 22px;*/
    vertical-align: middle;
    border-color: transparent;
}
.table-filtros td:nth-child(1){
    width: 20%;
    padding: 4px 10px 8px 20px;
}
.table-filtros td:nth-child(2){
    width: 80%;
    padding: 0px 20px 0px 0px;
}

.table-filtros label {
    font-weight: bold;
    display: block;
}

.table-filtros input {
    width: 100%;
    padding: 2px 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.table-filtros select {
    width: 100%;
    padding: 2px 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
}