#polemicas {
    background-image: url("/images/frontend/nacional/ranking/fondorankings.png");
    font-size: 10px;
    color: white;
}

#polemicas ul.nombrePolemica li {
    float: left;
    width: 119px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
}

#polemicas ul.nombrePolemica li:hover, #polemicas ul.nombrePolemica li.selected {
    background-position: left bottom;
}
#polemicas ul.nombrePolemica li.destacados{
    background-image: url('/images/frontend/nacional/home/polemicas/destacados.jpg');
}
#polemicas ul.nombrePolemica li.sorpresas{
    background-image: url('/images/frontend/nacional/home/polemicas/sorpresas.jpg');    
}
#polemicas ul.nombrePolemica li.maratonicos{
    background-image: url('/images/frontend/nacional/home/polemicas/maratonicos.jpg');
}
#polemicas ul.nombrePolemica li.calientes{
    background-image: url('/images/frontend/nacional/home/polemicas/calientes.jpg');
}
#polemicas ul.nombrePolemica li.imposiblesdeganar{
    background-image: url('/images/frontend/nacional/home/polemicas/imposibleganar.jpg');
}
#polemicas ul.nombrePolemica li.historico{
    background-image: url('/images/frontend/nacional/home/polemicas/historicos.jpg');
}
#polemicas #listaJugadoresPolemica .partidos{
    padding: 6px;
}
#polemicas #listaJugadoresPolemica ul li {
    height: 22px;
    margin-bottom: 7px;
}
#polemicas #listaJugadoresPolemica .partidos{
    display: none;
}
#polemicas #listaJugadoresPolemica .partidos.selected{
    display: block;
}


#polemicas #listaJugadoresPolemica .fondo{
    background-image: url("/images/frontend/nacional/home/polemicas/bordes.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: -10px;
    padding-left: 12px;
    text-align: left;
    width: 202px;
}
#polemicas #listaJugadoresPolemica .fondo .nombreJugador{
    display: block;
    overflow: hidden;
    width: 165px;
    height: 22px;
    float: left;
}

#polemicas #listaJugadoresPolemica .bolita{
    background-image: url('/images/frontend/nacional/home/polemicas/destacado.png');
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    float: left;
    position: relative;
}


#listaJugadoresPolemica .verLnk{
    float: right;
    height: 22px;
    width: 37px;
    cursor: pointer;
}

.infoPartido{
    width: 340px;
}
.infoPartido .close{
    display: block;
    position: absolute;
    right: 4px;
    top: 2px;
}
.infoPartido h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #00CCFF
}

.infoPartido h4{
    font-size: 10px;
}

.infoPartido hr{
    clear: both;
    border: none;
    border-top: 1px solid #ccc
}

.infoPartido .resultado{
    clear: both

}

.infoPartido .resultado .jugador{
    border: 1px solid #CCCCCC;
    float: left;
    height: 14px;
    margin-bottom: 2px;
    padding: 3px 0;
    width: 49%;
}

.infoPartido .info{
    margin-top: 2px;
    font-size: 10px;
}

.infoPartido > div.jugadore1Info, .infoPartido > div.jugadore2Info {
    float: left;
    width: 157px;
}

.infoPartido > div.jugadore1Info img, .infoPartido > div.jugadore2Info img {
    margin: 0px 4px;
    float: left;
}
.infoPartido > div.jugadore1Info span, .infoPartido > div.jugadore2Info span {
    display: block;
    float: left;
    width: 107px;
    font-size: 15px;
    margin-top: 10px;
}
.infoPartido > div.jugadore1Info{
    text-align: right;
}
.infoPartido > div.jugadore2Info {
    text-align: left;
}

.infoPartido > div.versus {
    height: 60px;
    width: 25px;
    line-height: 60px;
    font-weight: bold;
    font-size: 16px;
    float: left;
}

.infoPartido > div.datosPartido{
    position: relative;
    height: 40px;
}
.infoPartido > div.datosPartido > span {
    display: block;
    position: absolute;
}
.infoPartido > div.datosPartido > span.fecha {
    top: 0px;
    left: 0px;
    font-size: 15px;
    color: #00CCFF
}   
.infoPartido > div.datosPartido > span.horasede {
    bottom: 0px;
    left: 0px;
    font-size: 15px;
    color: white;
}
.infoPartido > div.datosPartido > span.torneo {
    top: 0px;
    right: 0px;
    font-size: 15px;
    color: #00CCFF;
    font-weight: bold;
}
.infoPartido > div.datosPartido > span.categoria {
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    color: white;
}