@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body
{
  background-image: url(fondos/regal.png);
  margin: 10px auto;
  font-family: 'Roboto', sans-serif;
  color: rgb(0, 0, 0);
  width: 80%;
}
p
{
  font-family: 'Roboto', sans-serif;
  color: rgb(26, 5, 199);
  text-align: center;
  line-height: 3em;
}
table
{
  width: 800px;
  height: auto;
  border: 1px;
  border-style: solid;
  border-color: rgb(7, 88, 147);
  border-radius: 15px;
  padding-left: 5px;
  margin: auto;
}
td.etiqueta
{
    font-family: 'Roboto', sans-serif;
    color: rgb(255, 255, 255);
    background-color: rgb(7, 88, 147);
    font-weight: bold;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 8px;
}
td.datos
{
    font-family: 'Roboto', sans-serif;
    color: rgb(0, 46, 136);
    background-color: rgb(255,255,255);
    border-color: rgb(7, 88, 147);
    font-weight: bold;
    width: 600px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}
h1
{
  font-family: 'Roboto', sans-serif;
  color: rgb(0, 46, 136);
  text-align: center;

}
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;
}
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(0, 0, 0);
  font-size: 20px;
}
