
#headToHead {
    border:4px;
    border-top:3px;
    border-bottom:7px;
    border-color: #D2D2D4;
    border-style: solid;
    height:450px;
    width:614px;
}
#headToHead #jugador1, #headToHead #bloqueRotulos, #headToHead #jugador2 {
    float: left;
}
#headToHead #jugador1 {
    text-align: right;
}
#headToHead #jugador1 ul li,
#headToHead #jugador2 ul li  {
    border-bottom:1px solid #29a2dc;
    color:#000;
    height:20px;
    padding:5px 0 2px;
    width:200px;
}
#headToHead #jugador1 ul li div.item {
    margin-right: 10px;
}
#headToHead #bloqueRotulos {
    text-align: center;
    font-family: arial;
    font-size: 8pt;
    font-weight: bold;
}
#headToHead #bloqueRotulos .resultado {
    color:#29A2DC;
    font-size:45px;
    font-weight:bold;
    height:52px;
    padding-top:11px;
    margin-bottom: 52px;
}
#headToHead #bloqueRotulos ul li {
    color: #29a2dc;
    font-weight: bold;
    text-transform: uppercase;
    height: 20px;
    width: 145px;
    border-bottom: solid 1px #29a2dc;
    border-right: solid 1px #29a2dc;
    border-left: solid 1px #29a2dc;  
    padding: 5px 0px 2px;
}
#headToHead #jugador2 {
    text-align: left;
}

#headToHead #jugador2 ul li div.item {
    margin-left: 10px;
}
#headToHead #jugador1 ul {
    float: right;
    .float: none;
}
#headToHead ul {
    margin-top: 20px;
}
#headToHead .nombre {
    margin-top: 5px;
    height: 90px;
    width: 223px;
}

#headToHead .nombre .data {
    font-weight: bold;
    font-size: 19px;
    margin: 3px;
}
#headToHead .nombre .data .grey{
    color: #9d9d9d;
}

#headToHead #historial_partidos {
    margin-top: 10px;
    padding-left: 23px;
    padding-right: 10px;
    width: 567px;
    /*
    width: 580px;
    border-bottom: solid 1px #777;
    */
}
#headToHead h1.tituloHistorial {
    color: #29A2DC;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
}
#headToHead #historial_partidos ul {
    width: 30%;
    float: left;
}

#headToHead #historial_partidos ul.big {
    width: 40%;
}
#headToHead #historial_partidos ul li div.tituloTorneo ,
#headToHead #historial_partidos ul li div.resultado {
    padding: 3px;
    border-bottom: solid 1px #777;
    border-top: solid 1px #777;
    /*width: 290px;*/
    text-align: center;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    color: #333;  
    height: 16px;
}

#headToHead #historial_partidos ul li div.tituloTorneo {
    color: #29A2DC;
}
#headToHead #historial_partidos ul li div.resultado {
    border: none;
}