@charset "utf-8";
/* CSS Document */


			
	
		div.listado_jugador {
			width:96%;
			margin:15px 2%;
			/*border-radius:10px;*/
			overflow:hidden;
			border:1px solid #333;
			background:#fff;
			box-shadow: 0 21px 8px -15px rgba(0, 0, 0, 0.2);
			}
			div.listado_jugador_ranking {
				font-size:35px;
				vertical-align:top;
				line-height:132px;
				display:inline-block;
				background: -webkit-gradient( linear, left top, left bottom, from(#d5fe00), to(#d5fe00) );
				background: -moz-linear-gradient( top, #d5fe00, #d5fe00 );
				filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#d5fe00', EndColorStr='#d5fe00');
				color:#333;
				width:105px;
				text-align:center;
				}
			div.listado_jugador_avatar {
				width:100px;
				height:132px;
				display:inline-block;
				margin:0 0px 0 0;
				vertical-align:top;
				background-position:center;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover; 
				}
			div.listado_jugador_nivel {
				font-size:30px;
				vertical-align:top;
				line-height:132px;
				display:inline-block;
				background: -webkit-gradient( linear, left top, left bottom, from(#333), to(#666) );
				background: -moz-linear-gradient( top, #333, #666 );
				filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorStr='#333', EndColorStr='#666');
				color:white;
				width:100px;
				text-align:center;
				}
			div.listado_jugador_datos {
				display:inline-block;
				padding:5px 20px;
				vertical-align:top;
				width:300px;
				}
			div.listado_jugador_datos_2 {
				display:inline-block;
				padding:10px 20px;
				vertical-align:top;
				width:300px;
				}
				div.listado_jugador_alias {
					font-size:20px;
					color:#000;
					margin-bottom:10px;
					}
				div.listado_jugador_posicion {
					font-size:12px;
					color:#666;
					}
				div.listado_jugador_fecha {
					font-size:10px;
					color:#666;
					}
				.ver_palmares {
					font-size:11px;
					color:#d5fe00;
					cursor:pointer;
					margin-top:8px;
					display:block;
					}
				.listado_jugador_palmares {
					margin:20px;
					display:block;
					background:#f1f1f1;
					padding:20px;
					}
				.listado_jugador_palmares a {
					color:#d5fe00;
					text-decoration:none;
					}

				
				
/* TABLET */
@media only screen and (max-width: 1024px) {
	
	
	div.listado_jugador_datos {
		width:150px;
		}
	div.listado_jugador_datos_2 {
		width:150px;
		}	
	
	}	
/* fin tablet */

	
				
/* MOVIL */
@media only screen and (max-width: 590px) {
	
	
	div.listado_jugador_ranking {
		width:33%;
		}
	div.listado_jugador_avatar {
		width:34%;
		}
	div.listado_jugador_nivel {
		width:33%;
		}
	
	
	div.listado_jugador_datos {
		width:46%;
		padding:15px 2%;
		vertical-align:top;
		}
	div.listado_jugador_datos_2 {
		width:46%;
		padding:15px 2%;
		vertical-align:top;
		}	
	
	}
/* fin movil */