header {      box-shadow: 2px 0 4px #ccc; }

html, body { height: auto;  }

.input_full {  margin-bottom: 16px;  }


 

nav#navigation ul li a {
    display: block;
    padding: 4px 10px;
    padding-top: 4px;
    font-family: var(--font-title);
    color: var(--negro);
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}


.table-responsive td {  vertical-align: middle; }
.dataTables_length select {  width: 90px;  margin: 0 20px; }
div.dataTables_filter {   text-align: right; margin-bottom: 14px; }
.dataTables_wrapper .dataTables_filter input {  max-width: 180px; margin-left: 20px;}
.dataTables_wrapper .dataTables_filter  label {    font-size: 15px;  font-weight: bold; }
div.dataTables_info {    margin-top: 14px; }
