.lista {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 160px;
    list-style: none;
    padding-left: 0;
}
.lista a {
    color: #fff;
}
.lista a:hover {
    color: #ff8100;
    opacity: .8;
}
.enlaces {
    margin-top: 10px;
}