#proximasFinales {
    font-size: 10px;
    color: white;
}

#proximasFinales ul {
    overflow: hidden;
    height: 327px;
}

#proximasFinales .frame {
    padding: 0;
    width: 100%;
    max-height: 327px;
}

#proximasFinales .frame .slidee {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

#proximasFinales .frame .slidee li {
    padding: 0;
}

#proximasFinales li {
    display: block;
    background-image: url("/images/frontend/nacional/home/fondo_finales.png");
    width: 238px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: 5px;
    overflow: hidden;
    font-family: tahoma, arial, sans-serif;
}

#proximasFinales li .torneo {
    color: #00BFFF;
    font-size: 11px;
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    margin-top: 2px;
}

#proximasFinales li .fecha {

    font-weight: bold;
}

#proximasFinales li .fecha,
#proximasFinales li .horasede {
    color: white;
    font-size: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#proximasFinales li .jugadore1Info,
#proximasFinales li .versus,
#proximasFinales li .jugadore2Info {
    float: left;
    width: 30%;
    margin: 0px 1%;
}

#proximasFinales li .versus {
    width: 36%;
    margin: 0px;
}

#proximasFinales li img {
    border: 2px solid #013F63;
    cursor: pointer;
}

#proximasFinales li .jugador {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer;
}
