@charset "utf-8";
/* CSS Document */
#buscar{
	width:34EM;
	text-align:left;
	height:8EM;
	background-color:#D0D9DF;
	margin-bottom:1.5EM;
}
#titulo{
	width:34EM;
	height:0.94EM;
 	background-color:#A0B2BE;
	float:left;
	text-align:center;
	font-family:arial;
	font-size:1EM;
	font-weight:bold;	
}
.cuadro_label{
	float:left;
	background-color:;
	font-family:"Tahoma";
	text-align:center;
	font-size:0.8EM;;
	width:11.7EM;
	height:1.4EM;
	margin-top:1EM;
	font-weight:bold;
	color:#000;	
}
.cuadro_input{
	float:left;
	background-color:;
	font-family:"Tahoma";
	text-align:center;
	font-size:0.7EM;;
	width:13EM;
	height::1.4EM;
	font-weight:bold;
	margin-top:1EM;
}
#contenedor_boton{
	width:34EM;
	height:1.5EM;
 	background-color:;
	float:left;
	text-align:center;
	text-shadow:#999;
	font-family:"Tahoma";
	font-size:1EM;;
	margin-top:1EM;
	font-weight:bold;
}
.button
{
	border-bottom:0.06EM solid rgba(0,0,0,0.25);/* Borde negro con transparencia en 25%*/
	color: #fff !important;
	cursor: pointer;
	display: inline-block;/* Alinear corectamente el boton*/
	font-size: 1EM;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius:0.8EM;/* Borde para Firefox */
	-moz-box-shadow:0 0.06EM 0.19EM rgba(0,0,0,0.25);/* Sombra negra en 25% para Firefox*/
	border-radius:0.8EM;/* Borde para crome */
	box-shadow:0 0.06EM 0.19EM rgba(0,0,0,0.25);/* Sombra negra en 25% para crome*/
	overflow: visible;/* contedido sobrante visible*/
	padding: 0.31EM 0.9EM 0.4EM;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -0.06EM 0.06EM rgba(0,0,0,0.25);/* Sombra negra en 25% para el texto */
	webkit-border-radius: 0.31EM;/* Borde para Webkit*/
	webkit-box-shadow: 0 0.06EM 0.18EM rgba(0,0,0,0.25);/* Sombra negra en 25% para Webkit*/
	width: auto;/* Importante para que el boton se ajuste a nuestro texto */
	background:#069;
}
.button:hover
{
	background-color: #111;
	color: #fff;
}
.button:active
{
	top:0.06EM;
}
.small.button
{
	font-size:0.7EM;
}
.large.button
{
	font-size:0.75EM;
	padding:0.31EM 1EM 0.4EM;
}
.blue.button
{
	background-color: #2daebf;
}
.blue.button:hover
{
	background-color: #007d9a;
}
.nota_declic
{
	font-family:font-family:"Tahoma";
	font-size:0.7EM;
	color:#000;
	background-color:;
}
.titulo_jugadores
{
	font-family:font-family:"Tahoma";
	font-size:0.7EM;
	color:#FFF;
	font-weight:bold;
	background-color:#036;
}
.titulo_temporadas
{
	font-family:font-family:"Tahoma";
	font-size:0.7EM;
	color:#FFF;
	font-weight:bold;
	background-color:#036;
}
.texto_jugadores
{
	font-family:font-family:"Tahoma";
	font-size:0.7EM;
	color:#000;
	alink:#0F0;
	link:#FF0;
	background-color:	
}
.text_input{

}