body {
  margin: 0;
}

#fechaDos {
  display: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0A3B71;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav ul li {
  color: white;
  font-size: 2rem;
  padding-right: 2rem;
}
header nav ul li:hover ul > li {
  color: white;
  background-color: white;
  display: block;
  position: absolute;
  background-color: #0A3B71;
}
header nav ul li ul > li {
  color: red;
  background-color: white;
  display: none;
}
header nav ul li a {
  color: white;
  text-decoration: none;
}
header nav .buscar {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header nav .buscar .usuario {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav .buscar .usuario h3 {
  color: white;
  text-transform: uppercase;
  font-size: 1.2rem;
}
header nav .buscar .usuario span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .buscar .usuario span a img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
header nav .buscar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
header nav .buscar form input[type=text] {
  border-radius: 12px;
  border: 1px solid white;
  outline: none;
  height: 20px;
  margin-right: 5px;
}
header nav .buscar form input[type=submit] {
  border-radius: 12px;
  border: 1px solid white;
  outline: none;
  color: #0A3B71;
  width: 50px;
  height: 25px;
}
header nav .buscar form input[type=submit]:hover {
  background-color: #0A3B71;
  color: white;
}

.scaled {
  -webkit-transform: scale(2, 0.5);
          transform: scale(2, 0.5);
  /* Igual que: scaleX(2) scaleY(0.5) */
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: pink;
}

.mostrar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mostrar table.usuarios {
  margin-top: 2rem;
  border: 1px solid #0A3B71;
  width: 100%;
  max-width: 700px;
}
.mostrar table.usuarios thead {
  background-color: #0A3B71;
}
.mostrar table.usuarios thead th {
  color: white;
}
.mostrar table.usuarios tr {
  border: 1px solid #0A3B71;
}
.mostrar .registroUsuarios {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 353px;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.mostrar .registroUsuarios form#formIngre {
  width: 100%;
  max-width: 290px;
}
.mostrar .registroUsuarios form#formIngre input {
  width: 100%;
  max-width: 289px;
  border-radius: 4px;
  outline: none;
  margin-bottom: 1rem;
  border: 1px solid #0A3B71;
  height: 30px;
}
.mostrar .registroUsuarios form#formIngre input[type=submit] {
  background-color: #0A3B71;
  border: 1px solid #0A3B71;
  width: 100%;
  max-width: 60px;
  color: white;
  font-weight: bolder;
  padding: 6px;
}
.mostrar .registroUsuarios form#formIngre input[type=reset] {
  background-color: #0A3B71;
  border: 1px solid #0A3B71;
  width: 100%;
  max-width: 60px;
  color: white;
  font-weight: bolder;
  padding: 6px;
}
.mostrar .registroUsuarios form#formIngre select {
  width: 100%;
  border-radius: 4px;
  outline: none;
  margin-bottom: 1rem;
  border: 1px solid #0A3B71;
  height: 30px;
  background-color: white;
}

section.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
section.login .boxLeft {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
}
section.login .boxRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  background: linear-gradient(109deg, transparent 26%, #0A3B71 20%, #0A3B71 60%);
}
section.login .target {
  width: 60%;
  max-width: 857px;
  height: 600px;
  -webkit-box-shadow: 5px 5px 5px 5px #888888;
  box-shadow: -2px 1px 5px 5px #888888;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 17%;
  top: 20%;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.login .target .boxLeft {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
section.login .target .boxLeft img {
  width: 100%;
  max-width: 124px;
}
section.login .target .boxLeft h3 {
  text-transform: uppercase;
  font-size: 2rem;
}
section.login .target .boxRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  background: linear-gradient(109deg, transparent 26%, #0A3B71 20%, #0A3B71 60%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.login .target .boxRight form {
  width: 100%;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.login .target .boxRight form input {
  width: 100%;
  margin-bottom: 5px;
  height: 30px;
  border-radius: 5px;
}
section.login .target .boxRight form input[type=submit] {
  width: 100%;
  margin-bottom: 5px;
  height: 30px;
  border-radius: 5px;
  background-color: #4D7CFE;
  color: white;
  text-transform: uppercase;
  outline: none;
  border: 1px solid #0A3B71;
}