  .footer{
    background: url(/img/pngs/gb-header.png);
    padding: 25px 0 0 0;
    color:black;
    border-top: 4px solid #d29c5e;
}
.footer ul{
    line-height: 1.2;
    list-style: none;
    font-size: 14px;
    font-weight: normal;
}
.footer-derecha ul {
    line-height: 1;
}
.footer-izq{
    position: relative;
    height: 100%;
}
.footer-central{
    position: relative;
    height: 100%;
    margin:15px 0;
}
.bg-black{
    background-color: black;
}
.footer a, .footer a:hover{
    color:black;
    font-weight: 300;
}

.img-footer-knoios>*{
    margin-left: 7px;
    vertical-align: baseline;
    font-size: 12px;
    color:white;
}
.img-footer-knoios a img{
    vertical-align: baseline;
    max-width: 70px;
}
.img-footer-knoios span a,.img-footer-knoios span a:hover{
    text-decoration: underline;
    color:white;
}
.footer-derecha{
    line-height: 1;
    padding:20px 0;
}
@media (min-width:768px){
    .img-footer-knoios>* {
        font-size:16px;
    }
    .footer-izq ul,.footer-central img{
        position: absolute;
        top: 50%;
        transform: translateY(-60%);
    }
}