@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body
{
  background-image: url(fondos/bush.png);
  margin: 10px auto;
  color: rgb(189, 163, 30);
  width: 80%;
}
p
{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: center;
}

div.cuadro
{
  width: 500px;
  height: 250px;
  margin:auto;
  border: 2px;
  border-style: solid;
  border-radius: 30px;
  border-color: rgb(26, 5, 199);
  background: url(fondos/regal.png);
  align-items: center;
}
p.etiqueta
{
  display: block;
  background-color: rgb(7, 33, 126);
  color: rgb(255, 255, 255);
}

nav
{
  display: block;
  width: 100%;
  text-align: center;


}
nav ul
{
    list-style: none;
}
nav li
{
  display: inline-block;
  margin-right: 2px;
  margin-top: 0.2em;
  padding: 0.8em;
}
.enlace-footer
{
  font-size: 20px;
  color: rgb(255, 255, 255); /*rgb(36, 41, 38);*/
  padding-right: 5px:
  text-decoration:none;
}
.enlace-footer:hover
{
  color: rgb(0, 0, 0);
  text-shadow: 0px 0px 5px rgb(33, 247, 183); /*18, 255, 91*/
  text-decoration: underline;
}
.izq
{
  float: center;
}
