@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body
{
  background-image: url(fondos/1-1.jpg);
  margin: 10px auto;
  color: rgb(189, 163, 30);
  width: 80%;
}
p
{
  font-family: 'Roboto', sans-serif;
  color: rgb(26, 5, 199);
  text-align: center;
  line-height: 3em;

}

div.cuadro
{

  margin: 5rem;
 padding: 5rem;
 border: 2px ;
 /* IMPORTANTE */
 text-align: 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*/
color: rgb(6, 6, 6);
font-size: 25px;
background-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.5em;
}
.enlace-footer
{
  font-size: 20px;
  color: rgb(0, 0, 0); /*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;
}
