* {
    padding: 0;
    margin: 0;
    font-family: "Cairo";
}

#pie_pagina {
    width: 1340px;
    height: 220px;
    background-color: rgba(12, 11, 29, 0.959);
}

#pie_pagina ul {
    font-size: 90%;
    color: aliceblue;
    font-weight: 800;
    letter-spacing: 1.5px;
}

#pie_pagina p {
    font-size: 90%;
    line-height: 10%;
    color: rgb(176, 183, 189);
    font-weight: 200;    
}


#contenido{
    position: absolute;
    width: 250px;
    height: 150px;
    top: 10px;
    left: 100px;
}

#informacion{
    position: absolute;
    width: 250px;
    height: 120px;
    top: 10px;
    left: 450px;
}

#ayuda{
    position: absolute;
    width: 250px;
    height: 50px;
    top: 100px;
    left: 450px;
}

#legal{
    position: absolute;
    width: 200px;
    height: 120px;
    top: 10px;
    left: 780px;
}



#registro{
    position: absolute;
    width: 500px;
    height: 10px;
    font-size: 80%;
    top: 200px;
    left: 840px;
}

#iypagpie{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 160px;
    left: 780px;
}


#redes{
        position: absolute;
        width: 250px;
        height: 100px;
        top: 10px;
        left: 1080px;
}

#facebook{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    left: 0px;
}

#twitter{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    left: 45px;
}

#youtube{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 40px;
    left: 140px;
}

#instagram{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 40px;
    left: 90px;
}

.redpic {
    width: 40px;
    height: 40px;
    border-radius: 8px;
}

.logiypag{
    width: 49px;
    height: 49px;
    border-radius: 5px;
}

