* {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body, html {
  height: 100%;
  width: 100%;
  background-color: #1f1f1f;
  color: #fff;
  font-family: Arial, Cambria;
}

body div.table-container {
  width: -moz-max-content;
  width: max-content;
}
body div.table-container table {
  text-align: center;
  border-collapse: collapse;
}
body div.table-container table a {
  text-decoration: underline;
  color: #fff;
}
body div.table-container table tr {
  border: 1px solid #c4c4c4;
}
body div.table-container table tr th {
  border: 1px solid #c4c4c4;
  padding: 5px 10px;
}
body div.table-container table tr td {
  border: 1px solid #c4c4c4;
  padding: 5px;
}
body div.table-container table tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body div.table-container table tr td.nombre {
  text-align: left;
}
body div.table-container table tr td.estatus {
  color: #fff;
}
body div.spacer {
  height: 100px;
}/*# sourceMappingURL=tabla.css.map */