* {
  font-family: Arial, Helvetica, sans-serif;
}
body,
html {
  height: 100%;
}

.bge {
  /* The image used */
  background-image: url("img/UnityRegional.jpg");
  background-color: transparent;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logow {
  padding-top: 17px;
  margin: auto;
  display: block;
}

.contenedor .nav ul {
  position: absolute;
  width: 100%;
  top: 45%;
  text-align: center;
}

.nav li {
  display: inline-block;
  list-style: none;
}

.nav a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 0;
}

.nav a:hover {
  color: white;
}

.paises {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
}

.piepagina {
  background-color: aqua;
  font-size: 16px;
  text-align: center;
}
/*Test de CAmbio*/