/* CSS Document */



.textoFichaJugador {
color: #565656;
font-family: verdana; 
font-size: 10pt; 
font-style: normal; 
font-weight: normal; 
font-variant: normal;
word-spacing: 0em; 


}

.tituloFichaJugador{
color:  #006600;
font-family: arial; 
font-size: 20pt; 
font-style: normal; 
font-weight: bold; 
font-variant: normal;
word-spacing: 0em; 
}


#contenidoFichaJugador{
width: 473px;
height: auto;
float: left;
margin-left: 5px;
text-align: left;

}

#fondoFichaJugador{
width: 473px;
height: 42px;
background-image: url(../imagenes/administracion/fondo.jpg);
clear: both;

}

.fichaJugador{
color:  #565656;
font-family: arial; 
font-size: 15pt; 
font-style: normal; 
font-weight: bold; 
font-variant: normal;
word-spacing: 0em; 
}

#fotoJugador{
width: 173px;
height: 200px;
float: left;
text-align: center;

}

#caracteristicasJugador{
width: 260px;
height: auto;
float: left;
margin-left: 10px;

}

#caracteristica{
width: 260px;
height: 30px;

border-bottom: #666666 1px solid;
}

#caracteristica2{
width: 260px;
height: auto;
overflow: auto;
border-bottom: #666666 1px solid;
clear: both;
}