#block-bloqueparalosenlacesdeinteres{
    background: #EAEBEC;
}

.enlace a img{
    /*-webkit-filter: grayscale(100%); !* Safari 6.0 - 9.0 *!*/
    /*filter: grayscale(100%);*/
    transition: all 0.6s;
    height: 100px;
}
.enlace a img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
#enlacesamigos{
   background: #EAEBEC;
}

.enlace{
    margin-left: 37px;
}

#carousel-enlaces .owl-nav{
    display: none;
}

#carousel-enlaces {

    padding-top: 26px;
    padding-bottom: 15px;
    cursor:move;


}
