body{
    background-color: #FDF0E0;
    height: 1300px;
    width: 1200px;
    left: 0%;
    top: 0%;
    align-content: center;
    overflow-x: hidden;
    position: relative, fixed;
    margin: auto;
}
.imagen{
    top: 1%;
    left: 0%;
    width: 100%;
    height: 20%;
    background-color: rgb(162, 162, 162);
    position: relative;
    text-align:justify;
    color: black;
}
.forma{
    top: 5%;
    left: 0%;
    width: 90%;
    height: 100%;
/**    background-color: rgb(162, 162, 162);*/
    position: relative;
    text-align:justify;
    color: black;
    margin: 0;
    padding: 0;
}

 /*************  textos cookies ******************/
 .ha {
    top: 1rem;
    width: 100%;
    font-size: 3em;
    font-family: sans-serif;
    font-weight: 600;
    color: rgb(5, 5, 71);
    position: relative;
    text-align: center;
}
.he1 {
    top: 5%;
    width: 90%;
    left: 5%;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.pl1 {
    top: 10%;
    width: 90%;
    left: 5%;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.he2 {
    top: 30%;
    width: 90%;
    left: 5%;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.pl2 {
    top: 35%;
    width: 90%;
    left: 5%;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.he3 {
    top: 45%;
    width: 90%;
    left: 5%;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.pl3 {
    top: 50%;
    width: 90%;
    left: 5%;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.he4 {
    top: 70%;
    width: 90%;
    left: 5%;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.pl4 {
    top: 75%;
    width: 90%;
    left: 5%;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.he5 {
    top: 90%;
    width: 90%;
    left: 5%;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.pl5 {
    top: 95%;
    width: 90%;
    left: 5%;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.he6 {
    top: 110%;
    width: 90%;
    left: 5%;
    font-size: 2em;
    font-family: sans-serif;
    font-weight: 600;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}
.pl6 {
    top: 115%;
    width: 90%;
    left: 5%;
    font-size: 1em;
    font-family: sans-serif;
    font-weight: 300;
    color: black;
    position: absolute;
    display: inline;
    text-align: justify;
}

/**************   footer **************/
.menu3{
    background-color: black;
    width: 100%;
    height: 10%;
    top: 50%;
    left: 0%;
    position: relative;
    color: white;
    padding: 0%;
}

/***********  Menú pie  **********/
.menu_Uf{
   width: 100%;
   height: 2rem;
   top: 1rem;
   left:50%;
   position: absolute;
   display: inline;
   color: #c0c5c0;
  }    
.menu_lf1{
   border-top: #343a3e;
   margin-top: 1rem;
   display: inline;
   color: #c0c5c5;
}
li {
    display:inline-block;
    position: relative;
    padding-left: 50px;
    color: blue;
    font-style: inherit;
    text-decoration: none;
 }
 .hd {
    top: 1%;
    width: 100%;
    left: 5%;
    font-size: 1.5em;
    font-family: sans-serif;
    font-weight: 600;
    color: white;
    position: absolute;
    display: inline;
    text-align: left;
}


