body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #eee;
	vertical-align: middle;
	
}



#ficha {
	width: 450px;
	padding: 5px;	
	background-color: white;
	margin-left: auto;
	margin-right: auto;			
}	

ul,
ul li {
	text-align: left;
}

#cabecera {
	margin-bottom: 15px;		
}

#cabecera #equipo {
	float: left;	
	height: 40px;
	display: table-cell;	
}


#cabecera #equipo #escudo {
	width: 40px;
	height: 40px;
}

#cabecera #equipo p {	
	margin: 0;			
	line-height: 40px;
	text-transform:uppercase;	
	font-weight: bold;
}

#cabecera #equipo p img {
	float: left;		
}

#cabecera #logos {	
	text-align: right;
	padding-top: 5px;
}

#cabecera #logos #logoelmundoes {
	width: 122;
	height: 25px;
	border: 0;
}

#cabecera #logos #logodeportes {
	width: 78;
	height: 25px;
	border: 0;
	
}


#fotojugador,
#datosbasicos img {
	float: right;
}


#ficha {
	border:1px solid #ccc;	
}



h2 {
	margin: 15px 0 5px 0;		
	background-color: #900;
	color: white;
	font-size: 11px;
	padding: 2px;
}



h1 {
	margin: 0 0 0 0;
	color: white;
	font-family: Verdana, Arial, Helventica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding: 2px;
	background-color: #900;	
}

#ficha ul {
	list-style-type: square;
	margin: 5px 0 0 0;
	padding: 0 0 0 17px;
}

#ficha ul li {
	margin: 2px 0 2px 0;
	padding: 0;
}

#trayectoria {
	width: 100%;
	background-color: white;	
	font-size: 11px;
}

#trayectoria th {
	background-color: #DCDCDC;
	border-left: 1px solid white;	
	padding: 2px;
}

#trayectoria th.periodo {
	background-color: white;
	border-left: 0;
	border-bottom: 1px solid white;
	padding: 0 2px 0 2px 0;	
	border-bottom: 1px solid #E6E6E6;
}

#trayectoria td {
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	text-align: center;
}

#trayectoria th.nivel1 {
	color: #626262;
	background-color: #eee;
	border-bottom: 1px solid white;
}


#trayectoria th.titulo {
	
	background-color: #eee;
	border-bottom: 1px solid white;
}

#trayectoria td.vacia {
	
	background-color: #eee;
	border-bottom: 1px solid white;
}
 
 
 