/* CSS Document */

/*  Ficha Jugadores Osasuna   */

.fichapersonal{
width:556px;
height:auto;
overflow:hidden;
float:left;
}

.fichapersonalcontrarios{
width:395px;
height:auto;
overflow:hidden;
float:left;
}

.fichapersonal div#datosjugador, .fichapersonalcontrarios div#datosjugador{
width:395px;
height:auto;
overflow:hidden;
float:left;
}

div#datosjugador h2{
width:395px;
height:39px;
background-color:#666;
color:#fff;
font-size:22px;
padding-left:25px;
padding-top:20px;
padding-bottom:5px;
margin-top:0px;
}

div#datosjugador table{
width:395px;
}

div#datosjugador table td{
color:#666;
font-size:12px;
width:245px;
text-align:left;
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
}

div#datosjugador table td.infotit{
width:150px;
color:#666;
font-size:12px;
text-align:left;
vertical-align:top;
font-weight:bold;
font-family: "Lucida Grande","Lucida Sans Unicode", Geneva, Arial, Helvetica, sans-serif;
}

.fichapersonal div#fotoficha{
width:163px;
height:auto;
overflow:hidden;
float:left;
}

.impar{
background:#eee;
}


