nav {
  background: white;
  position: absolute;
}

.menua {
  text-decoration: none;
  color: white;
  padding: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 80%;
  padding-right: 1%;
}
.menua:hover {
  color: #fb0303;
  text-decoration: none;
  cursor: pointer;
}

.menua1 {
  text-decoration: none;
  color: black;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}

.menua1:hover {
  color: #fb0303;
  text-decoration: none;
  cursor: pointer;
}

.idioma {
  text-decoration: none;
  color: black;
  padding: 0, 5%;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  width: 10px;
}

.idioma:hover {
  color: #fb0303;
  text-decoration: none;
  cursor: pointer;
}

.idioma a {
  font-size: 10px;
}

.get {
  border: 1px solid black;
  color: black;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: white;
  border-radius: 5px;
  font-size: 12px;
}

.get:hover {
  background: black;
  color: white;
  font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L",
    "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.selecionado {
  color: #fb0303;
}

.bla {
  color: black;
}
