@charset "UTF-8";


#PlayerNameFinder {
	width: 300px;
}

#DetallsJugadorFrame {
	width: 100%;
	height: 450px;
}

#DetallsJugadorLeft {
	width: 400px;
	height: 470px;
	float: left;
	text-align: center;
}

#DetallsJugadorLeft img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#DetallsJugadorRight {
	float: left;
	width: 675px;
	height: 470px;
	margin-left: 10px;
}

#NomJugador {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

#DataNaixement {
	text-align: center;
}

#DetallsJugadorTable {
	border: solid thin black;
	border-collapse: collapse;
	margin: 25px auto 0 auto;
}

#DetallsJugadorTable th {
	height: 50px;
	font-size: 25px;
	background-color: #729fcf;
}

#DetallsJugadorTable td {
	border: solid thin black;
	height: 50px;
	width: 200px;
}

#DetallsJugadorTable td:nth-child(1) {
	text-align: right;
}

#DetallsJugadorTable td:nth-child(2) {
	text-align: center;
}

#DetallsJugadorRight p.Warning {
	color: #f8c256;
	text-align: center;
}

