@font-face {
  font-family: "firasans";
  src: url("modelos/fuentes/Firasans/FiraSans-Regular.ttf");
}
@font-face {
  font-family: "linlibertine";
  src: url("modelos/fuentes/Libertine/LinLibertine_aDRS.ttf");
}

body {
  background-image: url("imagenes/fondo-inicio.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
main {
  margin: 5px;
  width: 100%;
}

.bandera {
  width: 20px;
  float: right;
  margin-right: 50px;
}
.bandera img {
  width: 20px;
}

article {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: saddlebrown;
  opacity: 0.8;
  border-radius: 10px;
}

h1 {
  padding-top: 2%;
  font-size: 4em;
  color: white;
  font-family: "linlibertine";
  text-align: center;
}

h2 {
  color: #993333;
  font-size: 2em;
  color: lightpink;
  font-family: "firasans", arial;
  text-align: center;
}
p {
  font-family: "linlibertine";
  font-size: 1.4em;
  letter-spacing: 0.05em;
  color: white;
  margin-left: 5%;
}

ul li {
  display: inline;
}

div {
  max-width: 100%;
  padding-bottom: 10%;
  text-align: center;
}

.enlaces {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-left: -40px;
}

.enlaces li {
  background-color: #cae0ff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: thin solid white;
  border-bottom: thin solid silver;
  box-shadow: 0px 1px 3px #639cff;
  border-radius: 5px;
}

.enlaces li:hover {
  background-color: white;
}

a {
  color: black;
  font-family: sans-serif, arial;
  font-size: 1em;
  text-decoration: none;
}
a:hover {
  color: black;
}

footer {
  position: fixed;
  width: 100%;
  height: 50px;
  clear: both;
  padding-bottom: 25px;
  bottom: 0px;
  color: white;
}

footer a {
  font-family: "firasans", arial;
  font-size: 1em;
  color: white;
}

ul.footer {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-left: -40px;
}

ul.footer li {
  margin-right: 25px;
}

ul.footer a:hover {
  color: #ccaaff;
}
