.contenedorPiePagina {
    background-color: #191919;
    text-align: center;
    margin: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    border: 2px solid silver;
    border-radius: 10px;
    box-shadow: 0px 10px 13px -7px #191919, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    display: block;
}

.nombrePrincipal {
    font-family: chiller-mdl;
    font-weight: normal;
    color: silver;
    font-size: 30px;
    padding-top: 5px;
}

.vision {
    font-family: Oswald-Light;
    font-weight: normal;
    color: silver;
    display: block;
    padding: 5px;
}

.copyright {
    font-family: Oswald-Light;
    font-weight: normal;
    color: silver;
    display: block;
    padding-top: 2px;
    padding-bottom: 10px;
}

.detalles {
    font-family: Oswald-Light;
    font-weight: normal;
    color: silver;
    display: block;
    padding: 0;
}

.contenedorRedesSociales {
    text-align: center;
    margin: 5px;
}

.imagenesRedesSociales {
    width: 35px;
    height: 35px;
    background-color: black;
    border: 1px solid silver;
    border-radius: 5px;
    filter: sepia(0.5);
    transition: border-radius 1s;
    margin: 2px;
}

.imagenesRedesSociales:hover {
    border-radius: 20px;
    filter: grayscale(50%);
}