@font-face {
    font-family: Prototype;
    src: url("fuentes/prototype/Prototype.ttf");
}

/*-----------------------------------------------------------------------------
SELECTORES DE TIPO
-----------------------------------------------------------------------------*/
* {
    font-family: Prototype;
    background-color: #292b3a;
}
body {
    color: whitesmoke;
}
/*-----------------------------------------------------------------------------
SELECTORES DE CLASE
-------------------------------------------------------------------------o----*/
.enlaceRedSocial {
    transition: bottom 0.3s;
    position: relative;
    bottom: 0;
}
.enlaceRedSocial:hover {
    bottom: 10px;
}
.enlaceRedSocial > img {
    width: 64px;
    height: 64px;
}
/*-----------------------------------------------------------------------------
SELECTORES DE ID
-----------------------------------------------------------------------------*/
#Logo {
    width: 99%;
    min-width: 511px;
    display: block;
    margin: auto;
}
#Columna {
    text-align: center;
    max-width: 1023px;
    margin: auto;
}
#Columna > header {
    padding-top: 149px;
    display: block;
    height: 99%;
    vertical-align: middle;
    margin: auto;
}
#RedesSociales {
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    bottom: 0;

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    max-width: 512px;

    background-color: #141720;
    border-radius: 20px 20px 0 0;
    padding: 10px;
}
