@charset "UTF-8";
/* CSS Document   */
*{margin:0; padding:0;}

body{
	background:#d4d4d4 url(/ligamarcadores/img/bg_body.png) center top repeat-y;
	font-family:Helvetica, Arial, sans-serif;
}
.sugerencia{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: tb-rl;
	background:#00364b;
	border-radius:0 0 10px 10px;
	padding:10px;
	position:fixed;
	right:-36px;
	top: 300px;
	text-shadow:1px 2px 2px #000000;
	text-decoration:none;
	color:#FFF;

}
.top{
	background:#00364b;
	width:100%;
	float:left;
	-moz-box-shadow: 0px 3px 3px #a0a0a0;
	-webkit-box-shadow: 0px 3px 3px #a0a0a0;
	box-shadow: 0px 3px 3px #a0a0a0;
	}
	.centraCabecera{
		max-width:1000px;
		min-width:440px;
		margin:0 auto;
	}
	.cabecera{
		background:url(/ligamarcadores/img/bg_cabecera.png) center top repeat-y;
		width:100%;
		float:left;
		padding:5px 0;
	}
	.cabecera h1{
		max-width:590px;
		min-width:440px;
		float:left;
		font-size:22px;
		color:#FFF;
	}
		.cabecera h1 .liga{
			background:url(/ligamarcadores/img/liga.png) left top no-repeat;
			width:120px;
			height:93px;
			float:left;
			text-indent:-5000px;
		}
		.cabecera h1 strong{
			background:url(/ligamarcadores/img/marcadores.png) left -2px no-repeat;
			width:440px;
			height:90px;
			float:left;
			text-indent:-5000px;
		}
	.cabecera .frase{
		font-family: 'Just Me Again Down Here', cursive;
		font-size:35px;
		width:225px;
		float:right;
		color:#fff;
		font-weight: lighter;
		text-decoration: none;
		line-height:36px;
		text-align: center;
	}
	.cabecera .frase strong{color:#FC0;}
	.cabecera .fraseCrono{
		font-family: 'Just Me Again Down Here', cursive;
		font-size:25px;
		float:right;
		color:#fff;
		font-weight: lighter;
		text-decoration: none;
		line-height:36px;
		text-align: center;
	}
	.cabecera .fraseCrono strong{color:#FC0;}
.pagina{
	max-width:1000px;
	min-width:440px;
	margin:0 auto;
}
h2{
	font-size:40px;
	font-weight: lighter;
	font-stretch:ultra-condensed;
	width:100%;
	float: left;	
	color:#013d54;
	text-shadow:0px 1px 1px #fff;
	margin:20px 0 0;
	font-family: 'Open Sans Condensed', sans-serif;
}	
	h2 strong{
		font-weight:bold;
		}
	h3{
		font-size:30px;
		font-weight: lighter;
		font-stretch:ultra-condensed;
		font-family: 'Open Sans Condensed', sans-serif;
		width:100%;
		float: left;
		color:#013d54;
		text-shadow:0px 1px 1px #fff;
		margin: 20px 0 0 ;
	}
	 h3 strong{ font-weight:bold;}
	h4{
		font-size:25px;
		font-weight:bold;
		font-stretch:ultra-condensed;
		font-family: 'Open Sans Condensed', sans-serif;
		width:100%;
		float: right;
		color:#013d54;
		text-shadow:0px 1px 1px #fff;
		margin: 0;
		padding:0 0 0 10px;
		border-bottom:1px solid #999;
	}
	h4.verde{
		border-bottom:none;
		color:#208b0b;
	}
	h5{
		font-size:22px;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: lighter;
		font-stretch:ultra-condensed;
		width:100%;
		float: right;
		color:#013d54;
		text-shadow:0px 1px 1px #fff;
		margin: 0;
		padding:0 0 0 10px;
	}
	h5 strong{ font-weight:bold;}
	.Contlogin{
		background:#000;
		border-radius:0 0 10px 10px;
		width:230px;
		float:right;
		padding:10px;
		-moz-box-shadow: 0px 1px 1px #fff;
		-webkit-box-shadow: 0px 1px 1px #fff;
		box-shadow:  0px 1px 1px #fff;
	}
	.Contlogin .login{width:230px;}
	.Contlogin .user, .Contlogin .equipo{
		width:110px;
		float:left;
		font-size:12px;
		color:#FFF;
		text-align:center;
	}
	.Contlogin input{
		-moz-box-border-radius:5px;
		-webkit-box-border-radius:5px;
		border-radius:5px;
		border:none;
		padding:3px;
		*padding:2px;
		font-size:12px;
		margin: 0 3px 10px;
	    width: 100px;
		*width:98px;
	}
	.Contlogin .btlogin{
		display:inline;
		background:url(/ligamarcadores/img/bt_login.png) left -4px no-repeat;
		font-size: 13px;
		font-weight: bold;
		padding: 5px;
		text-align: center;
		text-shadow: 0 1px 1px #FFFFFF;
		width: 104px;
		float:left;
		padding:4px 3px;
		margin:0 5px 0 0;
		text-decoration:none;
		color:#333;
	}	
		.Contlogin .btlogin:hover{
			background:url(/ligamarcadores/img/bt_login.png) left -37px no-repeat;
		}
	.Contlogin input.btlogin{
		display:inline;
		background: url(/ligamarcadores/img/bt_login.png) no-repeat -4px -4px;
		border-radius: 0 0 0 0;
		color: #5C5E6E;
		float: left;
		font-size: 13px;
		font-weight: bold;
		margin: 0 9px 0 0;
		padding: 1px 2px 4px;
		text-align: center;
		text-decoration: none;
		text-shadow: 0 1px 1px #FFFFFF;
		width: 106px;
		cursor:pointer;
	}	
		.Contlogin input.btlogin:hover{
			background:url(/ligamarcadores/img/bt_login.png) -4px -37px no-repeat;
		}
	.Contlogin .alaska a{
		color: #FFFFFF;
		float: left;
		font-size: 11px;
		margin: 6px 0 0 50px;
		text-decoration: none;
	}
		.Contlogin .alaska a:hover{ color:#FC0;}
	.bt_comosejuega {
		display:inline;
	  background: url("/ligamarcadores/img/bt_login.png") no-repeat scroll -6px -4px transparent;
	  border-radius:4px;
	  box-shadow: 0 1px 1px #000000;
	  color: #5C5E6E;
	  cursor: pointer;
	  float: left;
	  font-size: 13px;
	  font-weight: bold;
	  margin: 10px 9px 10px 0;
	  padding: 1px 1px 2px;
	  text-align: center;
	  text-decoration: none;
	  text-shadow: 0 1px 1px #FFFFFF;
	  width: 94px;
	}
.cuerpo{
	max-width:1000px;
	min-width:440px;
	} 
	.DentroCuerpo{
		background:url(/ligamarcadores/img/sombra_bajo.png) center bottom no-repeat;
		width:100%;
		float:left;
		padding:0 0 30px;
		}
	.textJornada{
		font-size:12px;
		color:#000;
		float:right;
		margin: 5px 10px 0 0;
	}
	.SelecJornada{
		float:right;
		background-color: rgba(0, 0, 0, 0.1);
		background: rgba(0, 0, 0, 0.1);
		color: rgba(0, 0, 0, 0.1);
		-moz-box-shadow:inset 0px 1px 2px #000000;
		-webkit-box-shadow:inset 0px 1px 2px #000000;
		box-shadow:inset 0px 1px 2px #000000;
		padding:3px;
		border-radius:5px;
		margin:10px 10px 10px;
	}
		.SelecJornada select{ background:#fff; border-radius:5px;}
	.ContEquipos{
		width:420px;
		float:left;
		margin:0 0 0 5px;
	}
		.ligaLogo{
			background:#FFF;
			border-radius:10px;
			-moz-box-shadow:0px 1px 2px #000000;
			-webkit-box-shadow:0px 1px 2px #000000;
			box-shadow:0px 1px 2px #000000;
			width:200px;
			min-height:20px;
			float:left;
			padding:5px;
			margin:10px 20px 10px 0;
		}
		.cuadroEquipos{
			width:420px;
			float:left;
		}
			/*a.btPosicion{
				font-size:14px;
				color:#009;
				font-weight:bold;
				margin:10px;
			}
			.btPosicionPortero{
				background:url(/ligamarcadores/img/botonesOpcion.gif) -6px -7px no-repeat;
				width:205px;
				float:left;
				height:33px;
				text-indent:-5000px;
			}
				.btPosicionPortero:hover{
					background:url(/ligamarcadores/img/botonesOpcion.gif) -6px -48px no-repeat;
				}
				.btPortero_Activo{
					background:url(/ligamarcadores/img/botonesOpcion.gif) -6px -48px no-repeat;
					width:205px;
					float:left;
					height:33px;
					text-indent:-5000px;
				}
			.btPosicionDelantero{
				background:url(/ligamarcadores/img/botonesOpcion.gif) -211px -7px no-repeat;
				width:205px;
				float:left;
				height:33px;
				text-indent:-5000px;
			}
				.btPosicionDelantero:hover{
					background:url(/ligamarcadores/img/botonesOpcion.gif) -211px -48px no-repeat;
				}
				.btDelantero_Activo{
					background:url(/ligamarcadores/img/botonesOpcion.gif) -211px -48px no-repeat;
					width:205px;
					float:left;
					height:33px;
					text-indent:-5000px;
				}*/
/*--------Botones cabecera-------*/
.btPortero{
	background:url(/ligamarcadores/img/botones_jugada.png) -3px -42px no-repeat;
	width:198px;
	height:35px;
	float: left;
	text-indent:-10000px;
}
	.btPortero:hover{
		background:url(/ligamarcadores/img/botones_jugada.png) -3px -3px no-repeat;
	}
	.btPorteroActivo{
		background:url(/ligamarcadores/img/botones_jugada.png) -3px -3px no-repeat;
		width:198px;
		height:35px;
		float: left;
		text-indent:-10000px;
	}
.btDelantero{
	background:url(/ligamarcadores/img/botones_jugada.png) -201px -42px no-repeat;
	width:202px;
	height:35px;
	float: left;
	text-indent:-10000px;
	padding:0 0 0 5px;
}
	.btDelantero:hover{
		background:url(/ligamarcadores/img/botones_jugada.png) -201px -3px no-repeat;
	}
	.btDelanteroActivo{
		background:url(/ligamarcadores/img/botones_jugada.png) -201px -3px no-repeat;
		width:202px;
		height:35px;
		float: left;
		text-indent:-10000px;
		padding:0 0 0 5px;
	}
.checjugada{
	background:url(/ligamarcadores/img/chec_jugada.png) left top no-repeat;
	width:25px;
	height:25px;
	float: left;
	text-indent:-10000px;
	margin:8px 0 0 15px;
}
.hecho{
	background:url(/ligamarcadores/img/chec_jugada.png) left -26px no-repeat;
	width:25px;
	height:25px;
	float: left;
	text-indent:-10000px;
	margin:8px 0 0 15px;
}
			.equipos{
				width:410px;
				float:left;
				background:#FFF;
				border-radius:10px;
				-moz-box-shadow:0px 1px 2px #000000;
				-webkit-box-shadow:0px 1px 2px #000000;
				box-shadow:0px 1px 2px #000000;
				padding:0 0 10px 0;
				list-style:none;
				margin:10px 0;
				overflow:hidden;
			}
			.equipos li{
				background:#fafafa;
				border-top:1px solid #fff;
				border-bottom:1px solid #e1e1e1;
				width:205px;
				float:left;
			}
			.equipos li a{text-decoration:none;}
			.equipos li .equipo{
				background:#fafafa url("/ligamarcadores/img/iconos.png") no-repeat scroll 3px -73px;
				float: left;
				margin: 0 1px;
				padding: 0 0 0 20px;
				width: 182px;
				font-size:15px;
				font-weight:bold;
				color:#00384e;
				text-decoration:none;
				border-left:1px solid #fff;
				border-right:1px solid #CCC;
			}
				.equipos li .equipo:hover, .equipos li .EQ_activo{
					background:#becdd2 url("/ligamarcadores/img/iconos.png") no-repeat scroll 3px -108px;
				}
				
			.equipos li .equipo img{
				vertical-align: middle;
				margin:3px 5px 3px 2px;
				border:0;
			}
			.equipos li .jugadores{
				background:url(/ligamarcadores/img/iconos.png) left bottom no-repeat;
				width:199px;
				height:140px;
				float:left;
				list-style:none;
				-moz-box-shadow:inset 0px 1px 2px #000000;
				-webkit-box-shadow:inset 0px 1px 2px #000000;
				box-shadow:inset 0px 1px 2px #000000;
				padding:3px;
			}
			.equipos li .jugadoresDefensa{
				background:url(/ligamarcadores/img/iconos.png) left bottom no-repeat;
				width:199px;
				height:57px;
				float:left;
				list-style:none;
				-moz-box-shadow:inset 0px 1px 2px #000000;
				-webkit-box-shadow:inset 0px 1px 2px #000000;
				box-shadow:inset 0px 1px 2px #000000;
				padding:10px 3px 3px;
			}
				.equipos li .jugadores li, .equipos li .jugadoresDefensa li{
					background:none;
					width:150px;
					float:left;
					border:none;
				}
					.equipos li .jugadores li .jugador,.equipos li .jugadoresDefensa li .jugador{
						background:url(/ligamarcadores/img/iconos.png) left -205px no-repeat;
						margin: 1px 0 1px 3px;
						padding: 8px 0 5px 30px;
						text-decoration: none;
						width: 162px;
						float:left;
						color:#fff;
						font-size:10px;
						cursor:pointer;
					}
					.equipos li .jugadores li .jugador:hover, .equipos li .jugadores li .activo, 
					.equipos li .jugadoresDefensa li .jugador:hover, .equipos li .jugadoresDefensa li .activo {
						background:url(/ligamarcadores/img/iconos.png) left -177px no-repeat;
						margin: 1px 0 1px 3px;
						padding: 8px 0 5px 30px;
						text-decoration: none;
						width: 162px;
						float:left;
						color:#fff;
						font-size:10px;
					}
					.equipos li .jugadores li .jugador_off, .equipos li .jugadoresDefensa li .jugador_off{
						background:url(/ligamarcadores/img/iconos.png) left -149px no-repeat;
						margin: 1px 0 1px 3px;
						padding: 8px 0 5px 30px;
						text-decoration: none;
						width: 162px;
						float:left;
						color: #666;
						font-size:10px;
					}
						.equipos li .jugadores li .jugador strong, .equipos li .jugadoresDefensa li .jugador strong{color:#FC0;}
			
			.equipos li .jugadores_noselec{/*--este estilo es para cuando esta vacio, no seleccionado--*/
				background:url(/ligamarcadores/img/iconos.png) left top no-repeat;
				width:199px;
				height:55px;
				float:left;
				list-style:none;
				-moz-box-shadow:inset 0px 1px 2px #000000;
				-webkit-box-shadow:inset 0px 1px 2px #000000;
				box-shadow:inset 0px 1px 2px #000000;
				padding:3px;
			}
			.equipos .selecPortero {
				background: url("../img/minicabeceras.png") no-repeat scroll -2px -61px transparent;
				border: medium none;
				float: left;
				height: 39px;
				text-indent: -5000px;
				width: 411px;
			}
			.equipos .selecDelantero {
				background: url("../img/minicabeceras.png") no-repeat scroll -2px -6px transparent;
				border: medium none;
				float: left;
				height: 39px;
				text-indent: -5000px;
				width: 411px;
			}
		.derecha{
			width:460px;
			float: right;
			}
		.campo{
			background:url(/ligamarcadores/img/campo.png) -10px top no-repeat;
			width:460px;
			height:200px;
			float: left;
			margin:30px 0 0;
		}
			.campo .defensa{
				 background: url("/ligamarcadores/img/campo.png") no-repeat scroll left -462px transparent;
				float: left;
				height: 60px;
				padding: 10px 30px 25px 6px;
				width: 67px;
				margin: 10px 0 0 40px;
				text-align:center;
			}
			.campo .delantero{
				 background: url("/ligamarcadores/img/campo.png") no-repeat scroll left -462px transparent;
				float: right;
				height: 60px;
				padding: 10px 30px 25px 6px;
				width: 67px;
				margin: 10px 100px 0 0px;
			}
				.campo .defensa .NombreEquipo, .campo .delantero .NombreEquipo{
					color:#00364b;
					font-stretch:ultra-condensed;
					float:left;
					font-size:10px;
					width:80px;
					text-align:center;
				}
				.campo .defensa .logo, .campo .delantero .logo{
					float: left;
					width:80px;
					text-align:center;
				}
				.campo .defensa .jugador, .campo .delantero .jugador{
					font-size:11px;
					color:#00364b;
					font-stretch:ultra-condensed;
					font-weight:bold;
					float: left;
					width:80px;
					text-align:center;
					}
			
		.alineacion{
			width:460px;
			float:right;
		}	
			.posiciones{
				float: right;
				list-style: none outside none;
				width: 445px;
			}
				.posiciones li{
					border-bottom: 1px solid #999999;
					float: left;
					margin: 10px 0 0;
					padding: 3px 0 7px;
					width: 445px;
				}
				.posiciones li.ultimo{
					border:none;
					margin:5px 0 0;
				}
				.posiciones li .posicion{
					color: #013D54;
					font-size: 15px;
					font-stretch: ultra-condensed;
					font-weight: lighter;
					margin: 0 5px 5px 0;
					text-shadow: 0 1px 1px #FFFFFF;
				}
				.posiciones li .posicion strong{
					font-weight:bold;
					font-size:17px;
					margin:0 3px 0 0;
				}
			.goles{
				width:430px;
				float:left;
				margin:8px 0 1px;
			}
			.goles p{
				font-size:12px;
				font-style:italic;
				margin:5px 0;
			}
			.CuantosGoles{
				background: #9f9f9f;
   				box-shadow: 0 1px 2px #000000 inset;
				border-radius:8px;
				width:435px;
				float:left;
				list-style:none;
				padding:5px;				
			}
				.CuantosGoles li{
					border:none;
					text-shadow: 0 0px 1px #FFFFFF;
					font-size:13px;
					width:auto;
					float:left;
					margin:0 5px;
					padding:0;
				}
				.CuantosGoles li.texto{
					background: none;
					border-radius:0;
					box-shadow:none;
					padding:5px 0 0;
				}
				.CuantosGoles li a{
					background:#707070;
					border-radius:5px;
					box-shadow: 0 1px 2px #000000 inset;
					border:none;
					text-shadow: 0 0px 1px #FFFFFF;
					font-size:13px;
					width:auto;
					float:left;
					padding:4px 7px;
					text-decoration:none;
					color:#000;
					cursor:default;
				}
				/*.CuantosGoles li a:hover,*/ .CuantosGoles li a.seleccionado {
					background:#f3b613;
					font-weight:bold;
					color:#000;
				}
				.CuantosGoles .sinlink{
					background:#707070;
					border-radius:5px;
					box-shadow: 0 1px 2px #000000 inset;
					border:none;
					text-shadow: 0 0px 1px #FFFFFF;
					font-size:13px;
					width:auto;
					float:left;
					padding:4px 7px;
					text-decoration:none;
					color:#000;
				}
					.CuantosGoles .seleccionado {
						background:#f3b613;
						font-weight:bold;
						border-radius:5px;
						box-shadow: 0 1px 2px #000000 inset;
						border:none;
						text-shadow: 0 0px 1px #FFFFFF;
						font-size:13px;
						width:auto;
						float:left;
						padding:4px 7px;
						text-decoration:none;
						color:#000;
					}
				.jugar{
					background: url(/ligamarcadores/img/bg_boton.png) no-repeat scroll -5px top transparent;
					color: #414141;
					float: left;
					font-size: 30px;
					font-weight: bold;
					padding:18px 24px 13px 22px;
					text-decoration: none;
					width: 80px;
					text-shadow: 0 1px 1px #FFFFFF;
				}
				.jugar:hover{
					background: url(/ligamarcadores/img/bg_boton.png) no-repeat scroll -5px -66px transparent;
					color: #000;
				}
				.crear{
					display:inline;
					background: url(/ligamarcadores/img/bt_crearEquipo.png) no-repeat scroll left top transparent;
					color: #414141;
					float: right;
					font-size: 27px;
					font-weight: bold;
					padding:16px 15px;
					text-decoration: none;
					width: 174px;
					text-shadow: 0 1px 1px #FFFFFF;
					margin:20px 0 0;
					text-align:center;
				}
				.crear:hover{
					background: url(/ligamarcadores/img/bt_crearEquipo.png) no-repeat scroll left -66px transparent;
					color: #000;
				}
				.entrar{
					display:inline;
					background: url(/ligamarcadores/img/bt_crearEquipo.png) no-repeat scroll left top transparent;
					color: #414141;
					margin:10px auto;
					float:left;
					font-size: 27px;
					font-weight: bold;
					padding:17px 2px 14px;
					text-decoration: none;
					width: 200px;
					text-shadow: 0 1px 1px #FFFFFF;
					margin:20px 0 0;
					text-align:center;
				}
				.entrar:hover{
					background: url(/ligamarcadores/img/bt_crearEquipo.png) no-repeat scroll left -66px transparent;
					color: #000;
				}
	.TablasPuntuacion{
		width:310px;
		float:left;
		margin:20px 10px 0;
	}
	.TablasPuntuacion_como{
		width:310px;
		float:left;
		margin:20px 10px 0;
	}
		.TablasPuntuacion_horizontal{
			width:990px;
			float:left;
			margin:20px 5px 0;
		}
			.TablasPuntuacion_horizontal .puntuacion{
				float: left;
				width:970px;
				background: #9f9f9f;
				-moz-box-shadow:inset 0px 1px 2px #000000;
				-webkit-box-shadow:inset 0px 1px 2px #000000;
				box-shadow:inset 0px 1px 2px #000000;
				padding:5px;
				border-radius:5px;
				list-style:none;
			}
			/*.TablasPuntuacion_horizontal .puntuacion .cabecera{
				width:960px;
				background-repeat:repeat-x;
				margin:0;
			}*/
			.TablasPuntuacion_horizontal .puntuacion li{
				margin:5px 10px 0 14px;
			}
			.TablasPuntuacion_horizontal .puntuacion .unaColumna .horizontal{
				text-align:left;
				color:#fff;
				text-shadow: 0 1px 1px #000;
			}
		.off{
			opacity:0.4;
			filter:alpha(opacity=40); /* For IE8 and earlier */
		}
		.FlotaDer{float:right;}
		.puntuacion{
			float: left;
			width:300px;
			background:#9f9f9f;
			-moz-box-shadow:inset 0px 1px 2px #000000;
			-webkit-box-shadow:inset 0px 1px 2px #000000;
			box-shadow:inset 0px 1px 2px #000000;
			padding:5px;
			border-radius:5px;
			list-style:none;
		}
			.puntuacion li{
				float: left;
				width:289px;
				background: #fff;
				-moz-box-shadow:inset 0px 1px 2px #000000;
				-webkit-box-shadow:inset 0px 1px 2px #000000;
				box-shadow:inset 0px 1px 2px #000000;
				padding: 5px;
				border-radius: 3px;
				margin: 3px 0;
				font-size: 12px;
				text-align: center;
				
			}
			.puntuacion .azul{
				background:#6ca6ce;
				color:#000;
			}
			.puntuacion .tipo{
				background:url(/ligamarcadores/img/iconos.png) left top no-repeat;
				color:#fff;
			}
				.puntuacion .tipo .dosColumnas .primero, .puntuacion .tipo .dosColumnas .segundo, 
				.puntuacion .tipo .tresColumnas .primero, .puntuacion .tipo .tresColumnas .segundo, .puntuacion .tipo .tresColumnas .tercero,
				.puntuacion .tipo .unaColumna .primero, .puntuacion .tipo .tresColumnas .posicion, .puntuacion .tipo .tresColumnas .user, 
				.puntuacion .tipo .tresColumnas .puntos, .puntuacion .tipo .tresColumnas .Titulo_posicion{
					color:#fff;
					text-shadow: 0 1px 1px #000;
					font-size:12px;
				}	
			.puntuacion .positivo{
				background:#090;
				text-align:center;
			}
				.puntuacion .vacio{
					height:70px;
				}
				.puntuacion .positivo .unaColumna .sola{
					font-size:33px;
					font-family: 'Open Sans Condensed', sans-serif;
					font-weight:bold;
					text-shadow: 0 1px 1px #000;
					color:#fff;
				}
				.puntuacion li .unaColumna .sola{
					font-size:33px;
					font-family: 'Open Sans Condensed', sans-serif;
					font-weight:bold;
					text-shadow: 0 1px 1px #ccc;
					color:#000;
					padding:3px 0;
					width:290px;
					margin:0;
				}
				.puntuacion li .dosColumnas, .puntuacion li .tresColumnas, .puntuacion li .unaColumna li{
					list-style:none;
					width:290px;
					float:left;
				}
					.puntuacion li .dosColumnas li, .puntuacion li .tresColumnas li, .puntuacion li .unaColumna li{
						background:none;
						box-shadow:none;
						float:left;
						font-size:12px;
					}
						.puntuacion li .dosColumnas .primero{
							width:210px;
							text-align:left;
							color:#000;
						}
						.puntuacion li .dosColumnas .segundo{
							width:60px;
							text-align:right;
							color:#000;
						}
						.puntuacion li .tresColumnas .primero{
							width:138px;
							text-align:left;
							color:#000;
						}
						.puntuacion li .tresColumnas .segundo{
							width:60px;
							text-align: center;
							color:#000;
						}
						.puntuacion li .tresColumnas .tercero{
							width:50px;
							text-align:right;
							color:#000;
						}
						.puntuacion li .tresColumnas li .mas{
							width:70px;
							float:left;
							text-align:center;
							margin:0 0 3px 0;
						}
						.puntuacion li .tresColumnas .posicion{
							background:#00364b;
							width:50px;
							text-align: center;
							color:#fff;
							text-shadow:0px 1px 1px #ccc;
							margin:5px 0 0;
							padding:3px 2px 2px;
							-moz-box-shadow:inset 0px 0px 3px #000000;
							-webkit-box-shadow:inset 0px 0px 3px #000000;
							box-shadow:inset 0px 0px 3px #000000;
						}
						.puntuacion li .tresColumnas .Titulo_posicion{
							width:50px;
							text-align: center;
							padding: 5px 2px;
						}
						.puntuacion li .tresColumnas .posicion strong{ font-size:15px;}
						.puntuacion li .tresColumnas .oro{ background:#FC0; color:#333; text-shadow:0px 1px 1px #ccc;}
						.puntuacion li .tresColumnas .plata{ background:#999; color:#333; text-shadow:0px 1px 1px #ccc;}
						.puntuacion li .tresColumnas .bronce{ background:#C60; color:#333; text-shadow:0px 1px 1px #ccc;}
						.puntuacion li .tresColumnas .user{
							width:155px;
							text-align: center;
						}
							.puntuacion li .tresColumnas .user a{
								text-decoration:none;
								color:#013D54;
								font-weight:bold;
							}
							.puntuacion li .tresColumnas .user a:hover{
								text-decoration:none;
								color: #666;
								font-weight:bold;
							}
						.puntuacion li .tresColumnas .puntos{
							width:60px;
							text-align:right;
						}
/*---LISTA ICONOS----*/						
.icons{
	max-width:1000px;
	min-width:300px;
	float:left;
	list-style:none;
}
	.icons li{
		background:#FFF url(/ligamarcadores/img/caricas.png) no-repeat;
		width:220px;
		height:130px;
		float:left;
		-moz-box-shadow: 0px 1px 2px #000000;
		-webkit-box-shadow: 0px 1px 2px #000000;
		box-shadow: 0px 1px 2px #000000;
		border-radius:10px;
		margin:20px 40px;
		text-align:center;
		padding:10px;
	}
		.icons li h3{margin:0;}		
		.icons li .vacio{
			height: 50px;
    		width: 1px;
			width:100%;
			float:left;
		}
		.icons .sonrie{background-position:54px 38px;}
		.icons .premio{background-position:-222px 38px;}
		.icons .sencillo{background-position:-508px 38px;}				
/*-------FORMULARIO---------*/
.registro{
	margin:0 0 20px 0;
	border:none; 
	float:left;
	max-width:1000px;
	min-width:440px;
}						
	.formul{
		width:440px;
		float:left;
		list-style:none;
		font-family: 'Open Sans Condensed', sans-serif;
	}
	.formul li{
		width:440px;
		float:left;
		margin:10px 0;
		color:#013d54;
	}
	.formul li strong{
		float:left;
		margin:0 10px 0 0;
		width:100px;
	}
	.formul li strong.mayor{
		width:300px;
		float:left;
		margin: 0 0 0 10px;
	}
	.formul li .check{
		float:left;
		margin:5px 0 0 0;
	}
	.formul li input{
		border-radius:5px;
		border:none;
		padding:5px;
		float:left;
		-moz-box-shadow: 0px 1px 1px #333;
		-webkit-box-shadow: 0px 1px 1px #333;
		box-shadow:  0px 1px 1px #333;	
		}
				.formul li .btregistro{
					background: url(/ligamarcadores/img/bt_crearEquipo.png) no-repeat scroll left top transparent;
					color: #414141;
					float: left;
					font-size: 30px;
					font-weight: bold;
					padding: 12px 26px 12px 21px;
					text-decoration: none;
					width: 205px;
					text-shadow: 0 1px 1px #FFFFFF;
					box-shadow:none;
					cursor:pointer;
				}
				.formul li .btregistro:hover{
					background: url(/ligamarcadores/img/bt_crearEquipo.png) no-repeat scroll left -66px transparent;
					color: #000;
				}
#success_message{
	float:left;
	width:60%;
}
.cuadroFlot{
	background:#FC0;
	color:#333;
	font-size:12px;
	float: left;
	border-radius:10px;
	padding:10px;
	-moz-box-shadow: 0px 3px 3px #333;
	-webkit-box-shadow: 0px 3px 3px #333;
	box-shadow:  0px 3px 3px #333;
	margin: 20px 20px 20px 0;	
}
	.cuadroFlot a{
		font-weight:bold;
		color:#000;
		text-decoration:none;
	}
		.cuadroFlot a:hover{ color:#666;}
	#success_message .btregistro {
		background: url("/ligamarcadores/img/bg_boton_min.png") no-repeat scroll left top transparent;
		box-shadow: none;
		color: #414141;
		cursor: pointer;
		float: left;
		font-size: 23px;
		font-weight: bold;
		margin: 10px 0 10px 10px;
		padding: 11px 26px 13px;
		text-decoration: none;
		text-shadow: 0 1px 1px #FFFFFF;
		width: 75px;
	}
	#success_message .btregistro:hover {
		background: url("/ligamarcadores/img/bg_boton_min.png") no-repeat scroll left -55px transparent;
	}


/*--------PIE-----------*/
.pie{
	background:#00364b url(/ligamarcadores/img/bg_cabecera.png) center top repeat-y;
	float:left;
	padding:30px 0;
    width:100%;
}
	
	.pie_fijo{
		background:#00364b url(/ligamarcadores/img/bg_cabecera.png) center top repeat-y;
		/*float:left;*/
		padding:30px 0;
		position:absolute;
	   bottom:0;
	   width:100%;
	   height:25px;            /* Altura del footer */
	}
	.centrar{
		max-width:1000px;
		min-width:440px;
		margin:0 auto;
		color:#FFF;
		font-size:10px;
	}
	.centrar a{
		color:#FFF;
		text-decoration:none;
	}
	.centrar a:hover{
		color: #FC0;
	}
	.izq{
		float:left;
		width:300px;
	}
	.der{
		float: right;
		width:400px;
		text-align:right;
	}
/*-------TIEMPO---------*/
.tiempo{
	background:url(/ligamarcadores/img/bg_crono.png) 25px top no-repeat;
    color: #FFFFFF;
    float: right;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 18px;
    padding:22px 30px 9px 68px;
    width: 300px;
	list-style:none;
}
	.digitos {
		color: #FFFFFF;
		float: left;
		font-family: 'Open Sans Condensed',sans-serif;
		font-size: 17px;
		margin:2px 25px 5px 5px;
		padding:5px 0 0 0;
		width: 50px;
	}
	.digitos_last{
		color: #FFFFFF;
		float: left;
		font-family: 'Open Sans Condensed',sans-serif;
		font-size: 17px;
		margin:2px 0px 5px 8px;
		padding:5px 0 0 0;
		width: 50px;
	}
	.restante{
		color: #FFFFFF;
		float: left;
		font-family: 'Open Sans Condensed',sans-serif;
		width:36px;
		font-size: 31px;
	}
/*-----intro estatica-----*/ 
.introStatic{
	max-width:1000px;
	min-width:440px;
	text-align:center;
}
	.introStatic h3{font-size:45px;}
	.introStatic h3 strong{font-size:58px;}
	.introStatic h4{
		background:url(../introLigaMarcadores_Resources/marcadoresonline.png) center no-repeat;
		height:75px;
		text-indent:-5000px;
		border:none;
	}
	.introStatic .campo_inicio{
		width:100%;
		float:left;
	}
	.campo_img{
		bottom: 0;
		left: 0;
		margin-top: 0;
		width: 85%;
		z-index: 50;
	}
/*--- COMO SE JUEGA ---*/
.comosejuega{
	width:1000px;
	float:left;
	list-style:none;
}
	.comosejuega li{
		float:left;
		font-family: 'Open Sans Condensed',sans-serif;
		font-weight:bold;
		color:#2e2d2d;
		text-shadow:0px 1px 1px #fff;
		font-size:30px;
		line-height: 31px;
	}
		.comosejuega li .TablasPuntuacion{ font-family:Arial, Helvetica, sans-serif;}
		.comosejuega .calendario{
			background:url(/ligamarcadores/img/calendario.png) left top no-repeat;
			width:350px;
			padding: 38px 0 57px 136px;
		}
		.comosejuega .seleccion{
			background: url(/ligamarcadores/img/ligacomo.png) left bottom no-repeat;
			 margin: 0 0 0 40px;
			padding: 0 0 160px;
			width: 465px;
		}
		.comosejuega .sumar{
			background: url(/ligamarcadores/img/trofeo.png) right bottom no-repeat;
			padding: 17px 210px 48px 0;
    		width: 435px;
		}
		.comosejuega .repetir{
			background:url(/ligamarcadores/img/jugadorsolouna.png) right top no-repeat;
			width:1000px;
			float:left;
			height: 145px;
    		padding: 10px 0 0;
		}
		.comosejuega .tuportero{
			background:url(/ligamarcadores/img/penalizadoportero.png) 190px top no-repeat;
			float:left;
			width:1000px;
		}
		.comosejuega .tudelantero{
			background:url(/ligamarcadores/img/penalizadelantero.png) 190px top no-repeat;
			float:left;
			width:1000px;
		}
		.comosejuega .seleccionaUser{
			background: url(/ligamarcadores/img/campoRanking.png) right top no-repeat;
			float:left;
			width:1000px;
		}
			.comosejuega .tuportero .TablasPuntuacion, .comosejuega .tudelantero .TablasPuntuacion{ float:right;}
		/*.comosejuega li .puntuacion{
			float: left;
			width:300px;
			background:#9f9f9f;
			-moz-box-shadow:inset 0px 1px 2px #000000;
			-webkit-box-shadow:inset 0px 1px 2px #000000;
			box-shadow:inset 0px 1px 2px #000000;
			padding:5px;
			border-radius:5px;
			list-style:none;
		}
			.comosejuega li .puntuacion li{
				float: left;
				width:289px;
				background: #fff;
				-moz-box-shadow:inset 0px 1px 2px #000000;
				-webkit-box-shadow:inset 0px 1px 2px #000000;
				box-shadow:inset 0px 1px 2px #000000;
				padding:5px;
				border-radius:3px;
				margin:3px 0;
				font-size:12px;
				
			}
			.puntuacion .tipo{
				background:url(/ligamarcadores/img/iconos.png) left top no-repeat;
				color:#fff;
			}*/
.formacion{
	background:url(/ligamarcadores/img/bg_fomacion.png) 43px 25px  no-repeat;
	width:1000px;
	float:left;
	list-style:none;
	}
	.formacion li h4{
		border:none;
		color: #666;
	}
	.formacion  li{
		float:left;
		font-family: 'Open Sans Condensed',sans-serif;
		font-weight:bold;
		color:#2e2d2d;
		text-shadow:0px 1px 1px #fff;
		font-size:30px;
		line-height: 31px;
		width:400px;
		margin:0 50px 0 30px;
	}
	.formacion  li p{
		margin:10px 0;
	}
	.formacion  li p img{
		margin:10px 0 130px;
	}
.conjuntoTablas, .conjuntoTablas2{
	width:1000px;
	float:left;
}
.conjuntoTablas h4,.conjuntoTablas2 h4{
		border:none;
		color: #666;
	}
.conjuntoTablas .left, .conjuntoTablas2 .left{
	float:left;
	}
.conjuntoTablas .right, .conjuntoTablas2 .right{
	float: right;
	}
/*CUADRO ENTRAR*/
.cuadroEntrar{
	background:#FFF;
	width:280px;
	float:right;
	padding:10px 15px;
	margin:20px 0 0;
	-moz-box-shadow: 0px 1px 2px #b6b6b6;
	-webkit-box-shadow: 0px 1px 2px #b6b6b6;
	box-shadow:  0px 1px 2px #b6b6b6;
	border-radius:10px;	
}
.cuadroEntrar h2{
	float: left;
    font-size: 30px;
    margin: 0;
    min-width: 280px;
    text-align: center;
}
	.formulEntrar{
		float: left;
		font-family: 'Open Sans Condensed',sans-serif;
		list-style: none outside none;
	}
	.formulEntrar li{
		color: #555555;
    	float: left;
    	margin: 10px 0;
	}
	.formulEntrar li strong {
		float: left;
    font-weight: normal;
    margin: 0 10px 0 15px;
    width: 57px;
	}
	.formulEntrar li input{
		background:#c8c8ca;
		border: medium none;
		border-radius: 5px 5px 5px 5px;
		box-shadow:inset 0 1px 1px #333333;
		-moz-box-shadow:inset 0 1px 1px #333333;
		-webkit-box-shadow:inset 0 1px 1px #333333;
		float: left;
		padding: 5px;
		color:#000;
		width:170px;
	}
	.formulEntrar li .btregistro {
		background: url("/ligamarcadores/img/bg_boton_min.png") no-repeat scroll left top transparent;
		box-shadow: none;
		color: #414141;
		cursor: pointer;
		float: left;
		font-size: 23px;
		font-weight: bold;
		padding: 11px 24px;
		text-decoration: none;
		text-shadow: 0 1px 1px #FFFFFF;
		width: 79px;
		margin: 0 0 0 80px;
	}
	.formulEntrar li .btregistro:hover {
		background: url("/ligamarcadores/img/bg_boton_min.png") no-repeat scroll left -55px transparent;
	}
	.formulEntrar li .alaska a{
		float: left;
		color:#666;
		font-size:12px;
		margin:0 0 0 80px;
		text-decoration:none;
		font-weight:bold;
	}
	
/*-----LISTADO DE GOLES -----*/
.seleccionGoles{
	background:#9f9f9f;
	margin: 5px 3px;
    padding: 7px;
    width: 175px;
	float:left;
	border-radius: 5px 5px 5px 5px;
	box-shadow:inset 0 1px 1px #333333;
	-moz-box-shadow:inset 0 1px 1px #333333;
	-webkit-box-shadow:inset 0 1px 1px #333333;
}
	.seleccionGoles .texto{
		width:175px;
		float:left;
		text-align:center;
		font-size:12px;
	}
	.seleccionGoles .previoGoles{
		width:170px;
		float:left;
		list-style:none;
		font-size:12px;
	}
	.seleccionGoles .previoGoles .unoG{
		float: left;
		margin: 2px 6px;
		width: 18px;
	}
	.seleccionGoles .previoGoles .dosG{
		float:left;
		width:40px;
		margin:2px 4px;
	}
	.seleccionGoles .previoGoles li a{
		background:#707070;
		border-radius: 5px 5px 5px 5px;
		box-shadow:inset 0 1px 1px #333333;
		-moz-box-shadow:inset 0 1px 1px #333333;
		-webkit-box-shadow:inset 0 1px 1px #333333;
		color: #121B47;
		float: left;
		padding: 3px 6px 1px;
		text-decoration: none;
		text-shadow:0 1px 1px #ccc;
	}
	.seleccionGoles .previoGoles li a:hover{
		background:#F3B613;
	}
	.seleccionGoles .previoGoles li .seleccionado{
		background:#F3B613;
		border-radius: 5px 5px 5px 5px;
		box-shadow:inset 0 1px 1px #333333;
		-moz-box-shadow:inset 0 1px 1px #333333;
		-webkit-box-shadow:inset 0 1px 1px #333333;
		color: #121B47;
		float: left;
		padding: 3px 6px 1px;
		text-decoration: none;
		text-shadow:0 1px 1px #ccc;
	}

/*--------LISTA DE JORNADAS--------------*/
.Jornadas{
	background:#005e85;
	background: -webkit-gradient(linear, 56% 38%, 55% 100%, from(#006590), to(#005172));
	max-width:990px;
	min-width:430px;
	*width:970px;
	float:left;
	clear:left;
	border-radius: 10px;
	padding:2px 5px;
	-moz-box-shadow:inset 0px 3px 3px #023d55;
	-webkit-box-shadow:inset 0px 3px 3px #023d55;
	box-shadow:inset 0px 3px 3px #023d55;
	list-style:none;
}
	.Jornadas li{
		float:left;
	}
	/*.Jornadas li a{
		background:#f6f6f6;
		background: -webkit-gradient(linear, 56% 38%, 55% 100%, from(#fafafa), to(#afafaf));
		width:77px;
		float:left;
		border-radius: 5px;
		padding:5px;
		-moz-box-shadow:0px 1px 2px #0a2935;
		-webkit-box-shadow:0px 1px 2px #0a2935;
		box-shadow:0px 1px 2px #0a2935;
		margin:5px;
		text-decoration:none;
		font-size:10px;
		color:#3c3b3b;
		text-align:center;
	}*/
	.Jornadas li a{
		background:#f6f6f6;
		background: -webkit-gradient(linear, 56% 38%, 55% 100%, from(#fafafa), to(#afafaf));
		width:177px;
		float:left;
		border-radius: 5px;
		padding:5px;
		-moz-box-shadow:0px 1px 2px #0a2935;
		-webkit-box-shadow:0px 1px 2px #0a2935;
		box-shadow:0px 1px 2px #0a2935;
		margin:5px;
		text-decoration:none;
		font-size:10px;
		color:#3c3b3b;
		text-align:center;
	}
		.Jornadas li a strong{ font-size:13px; margin:0 3px 0 0;}
	.Jornadas li a:hover, .Jornadas li .actual{ background:#ffcb00; background: -webkit-gradient(linear, 56% 38%, 55% 100%, from(#ffea00), to(#ffb100));}
	/*.Jornadas li .jornada_futura, .Jornadas li .jornada_futura:hover {
		background:#e0dede;
		background: -webkit-gradient(linear, 56% 38%, 55% 100%, from(#f3f2f2), to(#d4d1d1));
		width:77px;
		float:left;
		border-radius: 5px;
		padding:5px;
		-moz-box-shadow:0px 1px 2px #0a2935;
		-webkit-box-shadow:0px 1px 2px #0a2935;
		box-shadow:0px 1px 2px #0a2935;
		margin:5px;
		text-decoration:none;
		font-size:10px;
		color:#8f8d8d;
		text-align:center;
		cursor: default;
	}*/
	.Jornadas li .jornada_futura, .Jornadas li .jornada_futura:hover {
		background:#e0dede;
		background: -webkit-gradient(linear, 56% 38%, 55% 100%, from(#f3f2f2), to(#d4d1d1));
		width:177px;
		float:left;
		border-radius: 5px;
		padding:5px;
		-moz-box-shadow:0px 1px 2px #0a2935;
		-webkit-box-shadow:0px 1px 2px #0a2935;
		box-shadow:0px 1px 2px #0a2935;
		margin:5px;
		text-decoration:none;
		font-size:10px;
		color:#8f8d8d;
		text-align:center;
		cursor: default;
	}
.error, .error a{
	float:left;
	text-decoration:none;
	color:#900;
	font-weight:bold;
}
.sincambios {
  background: url("/ligamarcadores/img/bt_crearEquipo.png") no-repeat scroll -3px top transparent;
  color: #414141;
  display: inline;
  float: left;
  font-size: 19px;
  font-weight: bold;
  margin: 3px 3px 0 0;
  padding: 19px 2px 18px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #FFFFFF;
  width: 198px;
}
/*---------modalbox mensaje exito------------*/
.msg_exito{
	padding:20px;
	text-align:center;
}
	.msg_exito p{
		font-family: 'Open Sans Condensed',sans-serif;
		font-weight:bold;
		color:#2e2d2d;
		text-shadow:0px 1px 1px #fff;
		font-size:20px;
	}
	.msg_exito input{
	  background: url("/ligamarcadores/img/bg_boton.png") no-repeat scroll -5px -7px transparent;
	  border:0;
	  color: #414141;
	  float: left;
	  font-size: 30px;
	  font-weight: bold;
	  margin: 11px 0 0 45px;
	  padding: 7px 26px 9px;
	  text-decoration: none;
	  text-shadow: 0 1px 1px #FFFFFF;
	  width: 126px;
}
/*---- VERSION BETA-----*/
.versionBeta{
	width:43%;
	float:left;
	margin:10px 0 0;
	color:#575757;
	text-decoration: none;
  	text-shadow: 0 1px 1px #FFFFFF;
	font-size:14px;
}
	.versionBeta .grande{ font-size:18px;}
	.versionBeta .btSugerencias {
		background: none repeat scroll 0 0 #FFCB00;
		border-radius: 5px 5px 5px 5px;
		box-shadow: 0 1px 2px #0A2935;
		color: #3C3B3B;
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 0 10px;
		padding: 6px;
		text-align: center;
		text-decoration: none;
		width: 77px;
	}
/*----botones ir a marcadores----*/
.VerClasificacion {
  background: none repeat scroll 0 0 #E6E6E6;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 2px 2px #999999;
  float: right;
  margin: 12px 0 0;
  overflow: hidden;
  padding: 0;
  width: 55%;
}
.VerClasificacion a{
	font-family: 'Open Sans Condensed', sans-serif;
	background: url(/ligamarcadores/img/puntoVerde.png) 8px 16px no-repeat;
	float:left;
	width:209px;
	padding:16px 25px 16px 41px;
	color:#666;
	text-decoration:none;
	text-shadow: 0 1px 1px #FFFFFF;
	font-weight:bold;
	font-size:15px;
}
.VerClasificacion a:hover{ color:#006893; background:#CCC url(/ligamarcadores/img/puntoVerde.png) 8px 16px no-repeat;}
/*-----no jugada-----*/
.nojugada{
	font-family: 'Open Sans Condensed', sans-serif;
	color:#900;
	font-weight:bold;
	font-size:30px;
}
.volverequipo{
	background: url("/ligamarcadores/img/bt_crearEquipo.png") no-repeat scroll left top transparent;
  color: #414141;
  display: inline;
  float: right;
  font-size: 19px;
  font-weight: bold;
  margin:3px 0 3px 13px;
  padding:18px 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 1px #FFFFFF;
  width: 198px;
 }
 	.sugerencias{
		 width:350px;
		 float:left;
		 list-style:none;
		 margin:15px 0 0 0;
	}
	.sugerencias li{
		float: left;
		margin:10px 10px;
	}
	.sugerencias .nombres{
		width:100px;
		float:left;
	}	
	.sugerencias .campoSugerencias{
		width:200px;
		float:left;
	}
	.sugerencias .botones{
		width:135px;
		float:left;
		margin:0 10px;
	}
		.sugerencias .campoSugerencias input{
			border: medium none;
			border-radius: 5px 5px 5px 5px;
			box-shadow: 0 1px 1px #333333;
			float: left;
			padding: 5px;
			width:200px;
		}
		.sugerencias .campoSugerencias textarea{
			border: medium none;
			border-radius: 5px 5px 5px 5px;
			box-shadow: 0 1px 1px #333333;
			float: left;
			width:200px;
			padding: 5px;
		}
				.sugerencias .botones .botonSugerencias{
					background: url(/ligamarcadores/img/bg_boton.png) no-repeat scroll left top transparent;
					box-shadow: none;
					color: #414141;
					cursor: pointer;
					float: left;
					font-size: 30px;
					font-weight: bold;
					margin: 0 10px 0 0;
					padding: 13px 0 7px;
					text-align: center;
					text-decoration: none;
					text-shadow: 0 1px 1px #FFFFFF;
					width: 133px;
				}
				.sugerencias .botones .botonSugerencias:hover{
					background: url(/ligamarcadores/img/bg_boton.png) no-repeat scroll left -66px transparent;
					color: #000;
				}
/*acceder a otro users*/
.seleccionJugador{
	background:url(/ligamarcadores/img/seleccionJugador.png) left top no-repeat;
	float: left;
    height: 110px;
    margin: 200px 0 0 105px;
    position: absolute;
    width: 410px;
}
/*BASES*/
.bases{
	margin:0 0 20px;
	float:left;
}
.sub{
	margin:0 0 5px 20px;
	float:left;
}
