body {
  color: rgb(255, 255, 255);
}
body header {
  display: flex;
  justify-content: center;
  margin: 0vw;
  padding: 1vw;
  background-color: #166739;
          background-color:rgb(23,28,31);
}
body header img {
  width: 22vw;
}
body header h1 {
  text-align: center;
  width: 25vw;
  margin: 0;
}
body .nav {
  display: flex;
  justify-content: start;
  width: 75vw;
}
body .nav a {
  display: flex;
  flex-direction: row;
  padding: 1vw;
  list-style: none;
  text-decoration: none;
  align-self: flex-end;
  color: white;
}

body h2 {
  text-align: center;
}
body table {
  width: 50vw;
  text-align: start;
  border-collapse: collapse;
}
body thead {
  width: 100%;
  text-align: center;
}
body th, body body td {
  padding: 8px;
  text-align: left;
  background-color: grey;
}
body th {
  text-align: center;
}
body #contenedor {
  display: flex;
  flex-direction: row;
  padding: 2vw;
}
body #uniones {
  display: flex;
  justify-content: center;
}
body .contenedoras {
  display: flex;
  justify-content: center;
}
body div {

  width: 25%;
  text-align: center;
  padding: 1vw;
  align-self: center;
}
body .vs {
  width: 10%;
}
body .vs p {
  margin: 0;
}/*# sourceMappingURL=estilos.css.map */