.active {
  background-color: #ececee;
}
/* nav a.active {
  font-weight: bold;
} */
.izq a {
  font-size: 16px;
}
table.table-fit {
  width: auto !important;
  table-layout: auto !important;
}
table.table-fit thead th,
table.table-fit tfoot th {
  width: auto !important;
}
table.table-fit tbody td,
table.table-fit tfoot td {
  width: auto !important;
}
.table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
