@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
body
{
  background-image: url(fondos/2.jpg);
  margin: 10px auto;
  width: 100%;
}
p
{
  font-family: 'Oswald', sans-serif;
  color: rgb(0, 0, 0);
  text-align: center;
  line-height: 3em;
}
div.cuadro
{
  width: 1000px;
  height:300px;
  margin:auto;

  align-items: center;
}
p.etiqueta
{
  letter-spacing: 10px; /*Espacio entre letras*/
  text-transform: uppercase;/*Transformación del texto a mayúsculas*/
  font-weight:bold;/*Fuente en negritas*/
  text-align: center;/*Alineación del texto*/
  text-shadow:rgba(0, 0, 0) 6px 6px 8px; /* los tres números indican distancia horizontal, vertical y difuminado*/
  font-size: 25px;
color: rgb(0, 0, 0);
}

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;
}
