.Footer {
    height: 150px;
    background-color: #273832;
    text-align: center;
    z-index: 1;
}

.Footer > ul {
    display: flex;
    justify-content: center;
    height: 150px;
}

.Footer > ul > li {
    border-right: #666 dotted 1px;
    display: flex;
    flex: 1 0 24%;
    margin: auto;
    justify-content: center;
    flex-direction: column;
    height: 105px;
}

.Footer > ul > li:last-child {
    border: none;
}

.Footer > ul > li > img {
    margin: auto;
    width: 100px;
}

.Footer > ul > li > a {
    width: 80%;
    margin: auto;
}

.Footer > ul > li > a > img {
    margin: auto;
    max-width: 90%;
}

.Footer > ul > li > p {
    font-family: 'museo_sans300';
    font-size: 13px;
    color: #999;
    padding: 0 15px;
}

.Footer > ul > li > p > b {
    display: block;
    font-family: 'museo_sans700';
    font-size: 18px;
    color: #ccc;
    font-weight: normal;
    padding: 5px 0;
}

.Footer > ul > li > span {
    display: block;
    background-image: url(../Imagenes/Footer/web_Footer_Marcador.png);
    background-repeat: no-repeat;
    background-position: top center;
    font-family: 'museo_sans300';
    font-size: 13px;
    color: #ccc;
    padding: 70px 0 0 0;
}

@media only screen and (max-width: 1024px) {
    .Footer {
        height: 100%;
    }

    .Footer > ul {
        flex-direction: column;
        height: auto;
    }

    .Footer > ul > li {
        border-right: none;
    }

    .Footer > ul > li > a {

        width: 65%;
    }
}
