/* JUGADORES STARTS */
.Jugadores {
	padding: 20px 0 0 0;
}
.Jugador a:hover,
.Jugador a {
	color: #000;
}
.Jugador {
	width: 302px;
	background-color: #f0f0f0;
	float:left;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #ccc;
	padding: 10px 10px 0 10px;
	cursor: hand;
}

.Jugador:hover {
	background-color: #CCC;
}
.Jugador img {
	float: left;
	padding: 0 10px 0 0;
}
.Jugador p {
	float: left;
	padding: 10px 10px 0 10px;
}
.Escudo {
	width: 25px;
	float:right;
	background-image: url(../images/jugadores/escudo.gif);
	background-repeat:no-repeat;
	padding: 10px 0 0 10px;
}
span.escudo {
	float: none;
	color: #fff;
	text-align:center;
	line-height: 10px;
}
/*span.escudo {
	float: none;
	line-height: 37px;
	color: #fff;
	padding: 0 0 0 10px;
	text-align:center;
}*/
.fecha {
	width: 105px;
	float:right;
	padding: 0 10px 0 10px;
}
.fecha p {
	line-height: 14px;
}
/* JUGADORES ENDS */
