/*##############INDICES DE SERIES#################*/

.indice	{
	position: relative;
	clear:both;
	width: 850px;
	background: transparent;
	padding: 10px 50px 10px 50px;
	margin: 36px auto 30px auto;
}

.indiceizquierdo	{
	position: relative;
	width: 343px;
	float: left;
	text-align: center;
}

.indicederecho	{
	position: relative;
	width: 343px;
	float: right;
	text-align: center;
}

.indice_subgrupos {
	width: 343px;
	text-align: center;
	margin: 50px auto 10px auto;
}

.lista_repetidas {
	position: relative;
	width: 280px;
	height: 34px;
	margin: 40px auto 30px auto;
	color: black;
	text-align: center;
	font-size: 1.2em;
	line-height: 34px;
	font-family: 'normalbold';
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 29%,rgba(181,198,208,1) 59%,rgba(224,239,249,1) 100%);
	border-radius: 3px;
}


/*############################# ENCABEZADO FICHAS ##################################*/


#HeaderFicha2{
	position: relative;
	min-width: 320px;
	width: 320px;
	height: 34px;
	margin: 50px auto 0px auto;
	color: black;
	text-align: center;
	font-size: 1.9em;
	line-height: 34px;
	font-family: 'normalbold';
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 29%,rgba(181,198,208,1) 59%,rgba(224,239,249,1) 100%);
	border-radius: 3px;
}

#HeaderFicha1{
	position: relative;
	min-width: 430px;
	width: 320px;
	height: 34px;
	margin: 50px auto 0px auto;
	color: black;
	text-align: center;
	font-size: 1.9em;
	line-height: 34px;
	font-family: 'normalbold';
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 29%,rgba(181,198,208,1) 59%,rgba(224,239,249,1) 100%);
	border-radius: 3px;
}


/*######################## ESTILO DE LOS ÍNDICES DE FICHAS EN CASTELLANO #######################*/


.boton_nombres_joes	{
	position: relative;
	overflow: visible;
	width: 343px; /*293*/
	height: 30px;
	padding: 0px;
	margin: 5px auto 2px auto;
	border: 1px black solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: rgb(163,42,88);
	background: -moz-linear-gradient(top,  rgb(170,105,130) 0%, rgb(163,42,88) 50%, rgb(173,9,72) 51%, rgb(173,9,72) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(170,105,130)), color-stop(50%,rgb(163,42,88)), color-stop(51%,rgb(173,9,72)), color-stop(100%,rgb(173,9,72)));
	background: -webkit-linear-gradient(top,  rgb(170,105,130) 0%,rgb(163,42,88) 50%,rgb(173,9,72) 51%,rgb(173,9,72) 100%);
	background: -o-linear-gradient(top,  rgb(170,105,130) 0%,rgb(163,42,88) 50%,rgb(173,9,72) 51%,rgb(173,9,72) 100%);
	background: -ms-linear-gradient(top,  rgb(170,105,130) 0%,rgb(163,42,88) 50%,rgb(173,9,72) 51%,rgb(173,9,72) 100%);
	background: linear-gradient(to bottom,  rgb(170,105,130) 0%,rgb(163,42,88) 50%,rgb(173,9,72) 51%,rgb(173,9,72) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa6982', endColorstr='#ad0948',GradientType=0 );
}


.imagen_joes	{
	width: 343px;
	height: 36px;
	padding: 0px;
	margin: -2px 0px 6px 0px;
	background: transparent url('../imatges/fichas/fondo_joes.png') no-repeat right top;
}

.boton_nombres_joes p {
	width: 235px;
	height: 26px;
	font-size: 17px;
	font-family: 'normalbold';
	text-align: right;
	text-shadow: 2px 2px 2px #3f3636;
	padding: 6px 72px 3px 10px;
}

.boton_nombres_joes a {
	display: block;
	text-decoration: none;
	color: rgb(130,130,130);
	/*color: rgb(51,41,57);*/
	/*color: rgb(170,138,139);*/
	padding: 0px;
}
.boton_nombres_joes:hover {
	background: rgb(170,10,34);
	background: -moz-linear-gradient(top,  rgb(168,104,113) 0%, rgb(160,48,65) 49%, rgb(170,10,34) 50%, rgb(170,10,34) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(168,104,113)), color-stop(49%,rgb(160,48,65)), color-stop(50%,rgb(170,10,34)), color-stop(100%,rgb(170,10,34)));
	background: -webkit-linear-gradient(top,  rgb(168,104,113) 0%,rgb(160,48,65) 49%,rgb(170,10,34) 50%,rgb(170,10,34) 100%);
	background: -o-linear-gradient(top,  rgb(168,104,113) 0%,rgb(160,48,65) 49%,rgb(170,10,34) 50%,rgb(170,10,34) 100%);
	background: -ms-linear-gradient(top,  rgb(168,104,113) 0%,rgb(160,48,65) 49%,rgb(170,10,34) 50%,rgb(170,10,34) 100%);
	background: linear-gradient(to bottom,  rgb(168,104,113) 0%,rgb(160,48,65) 49%,rgb(170,10,34) 50%,rgb(170,10,34) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a86871', endColorstr='#aa0a22',GradientType=0 );
}

.boton_nombres_joes:hover p	{
	font-size: 22px;
	color: rgb(190,190,190);
	/*color: rgb(20,20,20);*/
	/*color: rgb(220,220,220);*/
	padding: 4px 72px 3px 10px;
}

.boton_nombres_joes:hover p.corto	{
	font-size: 18px;
	color: rgb(190,190,190);
	/*color: rgb(20,20,20);*/
	/*color: rgb(220,220,220);*/
	padding: 6px 95px 4px 10px;
}

.boton_nombres_joes:hover p.nulo	{
	font-size: 16px;
	color: rgb(190,190,190);
	/*color: rgb(20,20,20);*/
	/*color: rgb(220,220,220);*/
	padding: 6px 105px 3px 10px;
}


.boton_nombres_cobra	{
	position: relative;
	overflow: visible;
	width: 343px;
	height: 30px;
	padding: 0px;
	margin: 5px auto 2px auto;
	border: 1px black solid;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	background: rgb(30,69,127);
	background: -moz-linear-gradient(top,  rgb(87,100,117) 0%, rgb(41,74,117) 50%, rgb(30,69,127) 51%, rgb(30,69,127) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(87,100,117)), color-stop(50%,rgb(41,74,117)), color-stop(51%,rgb(30,69,127)), color-stop(100%,rgb(30,69,127)));
	background: -webkit-linear-gradient(top,  rgb(87,100,117) 0%,rgb(41,74,117) 50%,rgb(30,69,127) 51%,rgb(30,69,127) 100%);
	background: -o-linear-gradient(top,  rgb(87,100,117) 0%,rgb(41,74,117) 50%,rgb(30,69,127) 51%,rgb(30,69,127) 100%);
	background: -ms-linear-gradient(top,  rgb(87,100,117) 0%,rgb(41,74,117) 50%,rgb(30,69,127) 51%,rgb(30,69,127) 100%);
	background: linear-gradient(to bottom,  rgb(87,100,117) 0%,rgb(41,74,117) 50%,rgb(30,69,127) 51%,rgb(30,69,127) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#576475', endColorstr='#1e457f',GradientType=0 );
}

.imagen_cobra {
	width: 343px;
	height: 36px;
	padding: 0px;
	margin: -2px 0px 6px 0px;
	background: transparent url('../imatges/fichas/fondo_cobra.png') no-repeat right;
}

.boton_nombres_cobra p {
	width: 235px;
	height: 26px;
	font-size: 17px;
	font-family: 'normalbold';
	text-align: right;
	text-shadow: 2px 2px 2px #3f3d3d;
	padding: 6px 72px 3px 10px;
}

.boton_nombres_cobra a {
	display: block;
	text-decoration: none;
	/*color: rgb(61,49,52);*/
	color: rgb(130,130,130);
	/*color: rgb(51,41,57);*/
	padding: 0px;
}

.boton_nombres_cobra:hover	{
	background: rgb(10,55,178);
	background: -moz-linear-gradient(top,  rgb(80,107,168) 0%, rgb(23,69,168) 49%, rgb(10,55,178) 50%, rgb(10,55,178) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(80,107,168)), color-stop(49%,rgb(23,69,168)), color-stop(50%,rgb(10,55,178)), color-stop(100%,rgb(10,55,178)));
	background: -webkit-linear-gradient(top,  rgb(80,107,168) 0%,rgb(23,69,168) 49%,rgb(10,55,178) 50%,rgb(10,55,178) 100%);
	background: -o-linear-gradient(top,  rgb(80,107,168) 0%,rgb(23,69,168) 49%,rgb(10,55,178) 50%,rgb(10,55,178) 100%);
	background: -ms-linear-gradient(top,  rgb(80,107,168) 0%,rgb(23,69,168) 49%,rgb(10,55,178) 50%,rgb(10,55,178) 100%);
	background: linear-gradient(to bottom,  rgb(80,107,168) 0%,rgb(23,69,168) 49%,rgb(10,55,178) 50%,rgb(10,55,178) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#506ba8', endColorstr='#0a37b2',GradientType=0 );
}

.boton_nombres_cobra:hover p	{
	font-size: 22px;
	color: rgb(190,190,190);
	/*color: rgb(20,20,20);*/
	padding: 4px 72px 3px 10px;
}

.boton_nombres_cobra:hover p.corto	{
	font-size: 22px;
	/*color: rgb(20,20,20);*/
	color: rgb(190,190,190);
	padding: 3px 72px 3px 10px;
}

.boton_nombres_cobra:hover p.nulo	{
	font-size: 19px;
	/*color: rgb(20,20,20);*/
	color: rgb(190,190,190);
	padding: 6px 105px 3px 10px;
}


/*################################ LISTA FALTAS ###########################*/

#lista_faltas {
	width: 345px;
	padding: 10px 0px 10px 0px;
	/*border: 5px solid green;*/
	margin: 0px auto 0px auto;
	/*text-align: center;*/
}

/*############################################################ TABLET #################################################*/

@media screen and (max-width: 768px) {

#HeaderFicha1{
	position: relative;
	width: 299px;
	height: 34px;
	margin: 50px auto 0px auto;
	color: black;
	text-align: center;
	font-size: 1.9em;
	line-height: 34px;
	font-family: 'normalbold';
	border-top: 2px white solid;
	border-bottom: 2px white solid;
	background: linear-gradient(to bottom, rgba(242,246,248,1) 0%,rgba(216,225,231,1) 29%,rgba(181,198,208,1) 59%,rgba(224,239,249,1) 100%);
	border-radius: 3px;
}

.textoseries	{
	position: relative;
	width: 299px;
	height: auto;
	padding: 10px 20px;
	border: 2px #660099 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	margin: 30px auto 0px auto;
	color: #660099;
	background: #dddddd;
}

.indice	{
	width: 100%;
	background: transparent;
	padding: 10px 0px 10px 0px;
	margin: 36px auto 30px auto;
}

.indiceizquierdo	{
	position: relative;
	float:none;
	width: 100%;
}

.indicederecho	{
	position: relative;
	float:none;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}

}


/*################################ A ###########################*/


#abismo .imagen_joes:hover, #abismo .imagen_joes_faltas{
	background: transparent url('../imatges/fichas/a/abismo_over.png') no-repeat right top; 
}


#acantilado .imagen_joes:hover, #acantilado .imagen_joes_faltas {
		background: transparent url('../imatges/fichas/a/acantilado_over.png') no-repeat right top; 
}

#acantilado2 .imagen_joes:hover, #acantilado2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/acantilado2_over.png') no-repeat right top; 
}


#ace .imagen_joes:hover, #ace .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/ace_over.png') no-repeat right top; 
}


#afilado .imagen_cobra:hover, #afilado .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/a/afilado_over.png') no-repeat right top; 
}


#airwave .imagen_joes:hover, #airwave .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/airwave_over.png') no-repeat right top; 

}


#albatros .imagen_joes:hover, #albatros .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/albatros_over.png') no-repeat right top; 

}


#almirante .imagen_joes:hover, #almirante .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/almirante_over.png') no-repeat right top; 

}

#altitude .imagen_joes:hover, #altitude .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/altitude_over.png') no-repeat right top; 

}


#altitudea .imagen_joes:hover, #altitudea .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/altitudea_over.png') no-repeat right top; 

}


#anguila .imagen_cobra:hover, #anguila .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/a/anguila_over.png') no-repeat right top; 
}


#aniquilator .imagen_cobra:hover, #aniquilator .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/a/aniquilator_over.png') no-repeat right top; 
}


#armadillo .imagen_joes:hover, #armadillo .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/armadillo_over.png') no-repeat right top; 
}


#arsenico .imagen_cobra:hover, #arsenico .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/a/arsenico_over.png') no-repeat right top; 
}


#as .imagen_joes:hover, #as .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/as_over.png') no-repeat right top; 
}

#astadetoro .imagen_joes:hover, #astadetoro .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/astadetoro_over.png') no-repeat right top; 
}


#astadetorob .imagen_joes:hover, #astadetorob .imagen_joes_faltas{
	background: transparent url('../imatges/fichas/joependiente_over.png') no-repeat right top; 
}

#astrovibora .imagen_cobra:hover, #astrovibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/a/astrovibora_over.png') no-repeat right top; 
}


#avalancha .imagen_joes:hover, #avalancha .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/a/avalancha_over.png') no-repeat right top; 
}


/*################################ B ###########################*/



#baat .imagen_cobra:hover, #baat .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/b/baat_over.png') no-repeat right top; 
}


#backstop .imagen_joes:hover, #backstop .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/backstop_over.png') no-repeat right top; 
}


#bajocero .imagen_joes:hover, #bajocero .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/bajocero_over.png') no-repeat right top; 
}


#ballena .imagen_joes:hover, #ballena .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/ballena_over.png') no-repeat right top; 
}


#bangjo .imagen_joes:hover, #bangjo .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/bangjo_over.png') no-repeat right top; 
}


#barracuda .imagen_cobra:hover, #barracuda .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/b/barracuda_over.png') no-repeat right top; 
}


#barradeacero .imagen_joes:hover, #barradeacero .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/barradeacero_over.png') no-repeat right top; 
}


#barradeacerob .imagen_joes:hover, #barradeacerob .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/barradeacerob_over.png') no-repeat right top; 
}


#barricada .imagen_joes:hover, #barricada .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/barricada_over.png') no-repeat right top; 
}


#bat .imagen_cobra:hover, #bat .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/b/bat_over.png') no-repeat right top; 
}


#bigbear .imagen_joes:hover, #bigbear .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/bigbear_over.png') no-repeat right top; 
}


#bill .imagen_joes:hover, #bill .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/bill_over.png') no-repeat right top; 
}


#bilyboy .imagen_joes:hover, #bilyboy .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/bilyboy_over.png') no-repeat right top; 
}


#bioviboras .imagen_cobra:hover, #bioviboras .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/b/bioviboras_over.png') no-repeat right top; 
}


#blaster .imagen_joes:hover, #blaster .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/blaster_over.png') no-repeat right top; 
}


#blastoff .imagen_joes:hover, #blastoff .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/blastoff_over.png') no-repeat right top; 
}


#blocker .imagen_joes:hover, #blocker .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/blocker_over.png') no-repeat right top; 
}


#boa .imagen_cobra:hover, #boa .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/b/boa_over.png') no-repeat right top; 
}


#bolas .imagen_joes:hover, #bolas .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/bolas_over.png') no-repeat right top; 
}


#borne .imagen_joes:hover, #borne .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/borne_over.png') no-repeat right top; 
}


#brasas .imagen_joes:hover, #brasas .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/brasas_over.png') no-repeat right top; 
}


#budoson .imagen_joes:hover, #budoson .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/b/budoson_over.png') no-repeat right top; 
}


#buitre .imagen_cobra:hover, #buitre .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/b/buitre_over.png') no-repeat right top; 
}



/*################################ C ###########################*/



#cabezadeacero .imagen_cobra:hover, #cabezadeacero .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/cabezadeacero_over.png') no-repeat right top; 
}


#cable .imagen_joes:hover, #cable .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/cable_over.png') no-repeat right top; 
}


#chip .imagen_joes:hover, #chip .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/chip_over.png') no-repeat right top; 
}


#cianuro .imagen_cobra:hover, #cianuro .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/cianuro_over.png') no-repeat right top; 
}


#ciguenal .imagen_joes:hover, #ciguenal .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/ciguenal_over.png') no-repeat right top; 
}


#clutch .imagen_joes:hover, #clutch .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/clutch_over.png') no-repeat right top; 
}


#coldfront .imagen_joes:hover, #coldfront .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/coldfront_over.png') no-repeat right top; 
}


#comandantecupra .imagen_cobra:hover, #comandantecupra .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/comandantecupra_over.png') no-repeat right top; 
}


#comandantecupra2 .imagen_cobra:hover, #comandantecupra2 .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/comandantecupra2_over.png') no-repeat right top; 
}

#comandantecupra2b:hover p {
	font-size: 21px;
}

#comandantecupra2b .imagen_cobra:hover, #comandantecupra2b .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/comandantecupra2b_over.png') no-repeat right top; 
}

#commander .imagen_cobra:hover, #commander .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/commander_over.png') no-repeat right top; 
}


#coraza .imagen_joes:hover, #coraza .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/coraza_over.png') no-repeat right top; 
}


#cosaco .imagen_joes:hover, #cosaco .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/cosaco_over.png') no-repeat right top; 
}


#countdown .imagen_joes:hover, #countdown .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/countdown_over.png') no-repeat right top; 
}


#crazylegs .imagen_joes:hover, #crazylegs .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/crazylegs_over.png') no-repeat right top; 
}


#crimsonguard .imagen_cobra:hover, #crimsonguard .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/crimsonguard_over.png') no-repeat right top; 
}


#crocmaster .imagen_cobra:hover, #crocmaster .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/crocmaster_over.png') no-repeat right top; 
}


#cuchilla .imagen_joes:hover, #cuchilla .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/c/cuchilla_over.png') no-repeat right top; 
}

#cuervo .imagen_cobra:hover, #cuervo .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/c/cuervo_over.png') no-repeat right top; 
}



/*################################ D ###########################*/




#dado .imagen_cobra:hover, #dado .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/dado_over.png') no-repeat right top; 
}


#darklon .imagen_cobra:hover, #darklon .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/darklon_over.png') no-repeat right top; 
}


#decimator .imagen_cobra:hover, #decimator .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/decimator_over.png') no-repeat right top; 
}


#deejay .imagen_joes:hover, #deejay .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/deejay_over.png') no-repeat right top; 
}


#destro .imagen_cobra:hover, #destro .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/destro_over.png') no-repeat right top; 
}


#destro2 .imagen_cobra:hover, #destro2 .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/destro2_over.png') no-repeat right top; 
}


#destro3 .imagen_cobra:hover, #destro3 .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/destro3_over.png') no-repeat right top; 
}


#dialtone .imagen_joes:hover, #dialtone .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/dialtone_over.png') no-repeat right top; 
}


#doberman .imagen_joes:hover, #doberman .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/doberman_over.png') no-repeat right top; 
}


#doc .imagen_joes:hover, #doc .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/doc_over.png') no-repeat right top; 
}


#doc2 .imagen_joes:hover, #doc2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/doc2_over.png') no-repeat right top; 
}


#dodger .imagen_joes:hover, #dodger .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/dodger_over.png') no-repeat right top; 
}


#dogfight .imagen_joes:hover, #dogfight .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/dogfight_over.png') no-repeat right top; 
}


#downtown .imagen_joes:hover, #downtown .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/downtown_over.png') no-repeat right top; 
}


#doyo .imagen_joes:hover, #doyo .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/doyo_over.png') no-repeat right top; 
}


#drcomecoco .imagen_cobra:hover, #drcomecoco .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/d/drcomecoco_over.png') no-repeat right top; 
}


#drop .imagen_joes:hover, #drop .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/drop_over.png') no-repeat right top; 
}


#duke .imagen_joes:hover, #duke .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/duke_over.png') no-repeat right top; 
}


#duke2 .imagen_joes:hover, #duke2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/duke2_over.png') no-repeat right top; 
}


#duque .imagen_joes:hover, #duque .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/duque_over.png') no-repeat right top; 
}


#duradero .imagen_joes:hover, #duradero .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/duradero_over.png') no-repeat right top; 
}


#duraderob .imagen_joes:hover, #duraderob .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/joependiente_over.png') no-repeat right top; 
}


#duradero2 .imagen_joes:hover, #duradero2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/duradero2_over.png') no-repeat right top; 
}


#dusty .imagen_joes:hover, #dusty .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/dusty_over.png') no-repeat right top; 
}


#dustyysandstorm .imagen_joes:hover, #dustyysandstorm .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/d/dustyysandstorm_over.png') no-repeat right top; 
}



/*################################ E ###########################*/



#elvaquero .imagen_joes:hover, #elvaquero .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/e/elvaquero_over.png') no-repeat right top; 
}


#elvaquero2 .imagen_joes:hover, #elvaquero2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/e/elvaquero2_over.png') no-repeat right top; 
}


#emboscada .imagen_joes:hover, #emboscada .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/e/emboscada_over.png') no-repeat right top; 
}


#emboscadab .imagen_joes:hover, #emboscadab .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/joependiente_over.png') no-repeat right top; 
}


#eric .imagen_joes:hover, #eric .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/e/eric_over.png') no-repeat right top; 
}


#escorpion .imagen_cobra:hover, #escorpion .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/e/escorpion_over.png') no-repeat right top; 
}


#escorpionb .imagen_cobra:hover, #escorpionb .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/e/escorpionb_over.png') no-repeat right top; 
}



/*################################ F ###########################*/



#falcon .imagen_joes:hover, #falcon .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/f/falcon_over.png') no-repeat right top; 
}

#falgass .imagen_joes:hover, #falgass .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/f/falgass_over.png') no-repeat right top; 
}


#ferret .imagen_cobra:hover, #ferret .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/f/ferret_over.png') no-repeat right top; 
}


#firefly .imagen_cobra:hover, #firefly .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/f/firefly_over.png') no-repeat right top; 
}


#foca .imagen_joes:hover, #foca .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/f/foca_over.png') no-repeat right top; 
}


#fragvibora .imagen_cobra:hover, #fragvibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/f/fragvibora_over.png') no-repeat right top; 
}


#frostbite .imagen_joes:hover, #frostbite .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/f/frostbite_over.png') no-repeat right top; 
}



/*################################ G ###########################*/



#generalflagg .imagen_joes:hover, #generalflagg .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/generalflagg_over.png') no-repeat right top; 
}


#generalhawk .imagen_joes:hover, #generalhawk .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/generalhawk_over.png') no-repeat right top; 
}


#ghostrider .imagen_joes:hover, #ghostrider .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/ghostrider_over.png') no-repeat right top; 
}


#grunt .imagen_joes:hover, #grunt .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/grunt_over.png') no-repeat right top; 
}


#gruntb .imagen_joes:hover, #gruntb .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/gruntb_over.png') no-repeat right top; 
}


#guardiaroja .imagen_cobra:hover, #guardiaroja .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/g/guardiaroja_over.png') no-repeat right top; 
}


#gungho .imagen_joes:hover, #gungho .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/gungho_over.png') no-repeat right top; 
}


#gungho2 .imagen_joes:hover, #gungho2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/g/gungho2_over.png') no-repeat right top; 
}


#gusano .imagen_cobra:hover, #gusano .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/g/gusano_over.png') no-repeat right top; 
}




/*################################ H ###########################*/




#hawk .imagen_joes:hover, #hawk .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/h/hawk_over.png') no-repeat right top; 
}


#heliviboras .imagen_cobra:hover, #heliviboras .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/h/heliviboras_over.png') no-repeat right top; 
}


#hidrovibora .imagen_cobra:hover, #hidrovibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/h/hidrovibora_over.png') no-repeat right top; 
}


#hienanocturna .imagen_cobra:hover, #hienanocturna .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/h/hienanocturna_over.png') no-repeat right top; 
}


#hotseat .imagen_joes:hover, #hotseat .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/h/hotseat_over.png') no-repeat right top; 
}





/*################################ I ###########################*/





#ice .imagen_joes:hover, #ice .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/i/ice_over.png') no-repeat right top; 
}


#interrogator .imagen_cobra:hover, #interrogator .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/i/interrogator_over.png') no-repeat right top; 
}


#irongrenadiers .imagen_cobra:hover, #irongrenadiers .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/i/irongrenadiers_over.png') no-repeat right top; 
}



/*################################ J ###########################*/





#jabato .imagen_cobra:hover, #jabato .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/j/jabato_over.png') no-repeat right top; 
}


#jinx .imagen_joes:hover, #jinx .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/j/jinx_over.png') no-repeat right top; 
}


#jungla .imagen_joes:hover, #jungla .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/j/jungla_over.png') no-repeat right top; 
}


#jungla2 .imagen_joes:hover, #jungla2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/j/jungla2_over.png') no-repeat right top; 
}


#jungla2b .imagen_joes:hover, #jungla2b .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/j/jungla2b_over.png') no-repeat right top; 
}




/*################################ K ###########################*/





#knockdown .imagen_joes:hover, #knockdown .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/k/knockdown_over.png') no-repeat right top; 
}


#kungfu .imagen_joes:hover, #kungfu .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/k/kungfu_over.png') no-repeat right top; 
}


#kurt .imagen_joes:hover, #kurt .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/k/kurt_over.png') no-repeat right top; 
}





/*################################ L ###########################*/





#lampreys .imagen_cobra:hover, #lampreys .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/l/lampreys_over.png') no-repeat right top; 
}


#law .imagen_joes:hover, #law .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/law_over.png') no-repeat right top; 
}


#leyyorden .imagen_joes:hover, #leyyorden .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/leyyorden_over.png') no-repeat right top; 
}


#libelula .imagen_joes:hover, #libelula .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/libelula_over.png') no-repeat right top; 
}


#liderymax .imagen_joes:hover, #liderymax .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/liderymax_over.png') no-repeat right top; 
}


#liftticket .imagen_joes:hover, #liftticket .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/liftticket_over.png') no-repeat right top; 
}


#lightfoot .imagen_joes:hover, #lightfoot .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/lightfoot_over.png') no-repeat right top; 
}


#llaveinglesa .imagen_cobra:hover, #llaveinglesa .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/l/llaveinglesa_over.png') no-repeat right top; 
}


#longrange .imagen_joes:hover, #longrange .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/longrange_over.png') no-repeat right top; 
}

#lowlight .imagen_joes:hover, #lowlight .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/l/lowlight_over.png') no-repeat right top; 
}



/*################################ M ###########################*/




#machete .imagen_joes:hover, #machete .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/machete_over.png') no-repeat right top; 
}


#martilloneumatico .imagen_cobra:hover, #martilloneumatico .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/m/martilloneumatico_over.png') no-repeat right top; 
}


#maverick .imagen_joes:hover, #maverick .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/maverick_over.png') no-repeat right top; 
}


#mayorstorm .imagen_joes:hover, #mayorstorm .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/mayorstorm_over.png') no-repeat right top; 
}


#megaviboras .imagen_cobra:hover, #megaviboras .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/m/megaviboras_over.png') no-repeat right top; 
}


#mercer .imagen_joes:hover, #mercer .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/mercer_over.png') no-repeat right top; 
}


#mercer2 .imagen_joes:hover, #mercer2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/mercer2_over.png') no-repeat right top; 
}


#metralla .imagen_joes:hover, #metralla .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/metralla_over.png') no-repeat right top; 
}


#mirage .imagen_joes:hover, #mirage .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/mirage_over.png') no-repeat right top; 
}


#morse .imagen_joes:hover, #morse .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/morse_over.png') no-repeat right top; 
}


#muskrat .imagen_joes:hover, #muskrat .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/m/muskrat_over.png') no-repeat right top; 
}




/*################################ N ###########################*/




#nemo .imagen_cobra:hover, #nemo .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/n/nemo_over.png') no-repeat right top; 
}


#neptuno .imagen_joes:hover, #neptuno .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/n/neptuno_over.png') no-repeat right top; 
}


#nunchuk .imagen_joes:hover, #nunchuk .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/n/nunchuk_over.png') no-repeat right top; 
}



/*################################ O ###########################*/




#ojosdeserpiente .imagen_joes:hover, #ojosdeserpiente .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/o/ojosdeserpiente_over.png') no-repeat right top; 
}


#ojosdeserpiente2 .imagen_joes:hover, #ojosdeserpiente2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/o/ojosdeserpiente2_over.png') no-repeat right top; 
}


#ojosdeserpiente3 .imagen_joes:hover, #ojosdeserpiente3 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/o/ojosdeserpiente3_over.png') no-repeat right top; 
}


#ojosdeserpiente3b .imagen_joes:hover, #ojosdeserpiente3b .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/o/ojosdeserpiente3_over.png') no-repeat right top; 
}


#ozono .imagen_joes:hover, #ozono .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/o/ozono_over.png') no-repeat right top; 
}




/*################################ P ###########################*/




#payload .imagen_joes:hover, #payload .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/p/payload_over.png') no-repeat right top; 
}


#payloada .imagen_cobra:hover, #payloada .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/p/payloada_over.png') no-repeat right top; 
}


#penumbra .imagen_joes:hover, #penumbra .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/p/penumbra_over.png') no-repeat right top; 
}


#pirana .imagen_cobra:hover, #pirana .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/p/pirana_over.png') no-repeat right top; 
}


#psico .imagen_joes:hover, #psico .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/p/psico_over.png') no-repeat right top; 
}


#psico2 .imagen_joes:hover, #psico2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/p/psico2_over.png') no-repeat right top; 
}


#psico2b .imagen_joes:hover, #psico2b .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/p/psico2b_over.png') no-repeat right top; 
}


#puerko .imagen_cobra:hover, #puerko .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/p/puerko_over.png') no-repeat right top; 
}

#puerko2 .imagen_cobra:hover, #puerko2 .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/p/puerko2_over.png') no-repeat right top; 
}




/*################################ R ###########################*/




#rampart .imagen_joes:hover, #rampart .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rampart_over.png') no-repeat right top; 
}


#rangeviper .imagen_cobra:hover, #rangeviper .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/r/rangeviper_over.png') no-repeat right top; 
}


#rangeviperb .imagen_cobra:hover, #rangeviperb .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/cobrapendiente_over.png') no-repeat right top; 
}


#raptor .imagen_cobra:hover, #raptor .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/r/raptor_over.png') no-repeat right top; 
}


#rascacielos .imagen_joes:hover, #rascacielos .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rascacielos_over.png') no-repeat right top; 
}


#rebufo .imagen_joes:hover, #rebufo .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rebufo_over.png') no-repeat right top; 
}


#recoil .imagen_joes:hover, #recoil .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/recoil_over.png') no-repeat right top; 
}


#relampago .imagen_joes:hover, #relampago .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/relampago_over.png') no-repeat right top; 
}


#roadblock .imagen_joes:hover, #roadblock .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/roadblock_over.png') no-repeat right top; 
}


#roadblock2 .imagen_joes:hover, #roadblock2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/roadblock2_over.png') no-repeat right top; 
}


#roadblock3 .imagen_joes:hover, #roadblock3 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/roadblock3_over.png') no-repeat right top; 
}


#robojoe .imagen_joes:hover, #robojoe .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/robojoe_over.png') no-repeat right top; 
}


#rocknroll .imagen_joes:hover, #rocknroll .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rocknroll_over.png') no-repeat right top; 
}


#rocknroll2 .imagen_joes:hover, #rocknroll2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rocknroll2_over.png') no-repeat right top; 
}


#rocknroll3 .imagen_joes:hover, #rocknroll3 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rocknroll3_over.png') no-repeat right top; 
}


#rodio .imagen_cobra:hover, #rodio .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/r/rodio_over.png') no-repeat right top; 
}


#rompeolas .imagen_joes:hover, #rompeolas .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/r/rompeolas_over.png') no-repeat right top; 
}




/*################################ S ###########################*/





#sabueso .imagen_joes:hover, #sabueso .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/sabueso_over.png') no-repeat right top; 
}


#sac .imagen_cobra:hover, #sac .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/sac_over.png') no-repeat right top; 
}


#salvo .imagen_joes:hover, #salvo .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/salvo_over.png') no-repeat right top; 
}


#sargentolaser .imagen_joes:hover, #sargentolaser .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/sargentolaser_over.png') no-repeat right top; 
}


#sargentoslaughter .imagen_joes:hover, #sargentoslaughter .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/sargentoslaughter_over.png') no-repeat right top; 
}


#sargentoslaughter2 .imagen_joes:hover, #sargentoslaughter2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/sargentoslaughter2_over.png') no-repeat right top; 
}


#scifi .imagen_joes:hover, #scifi .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/scifi_over.png') no-repeat right top; 
}


#scifib .imagen_joes:hover, #scifib .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/scifi_over.png') no-repeat right top; 
}


#scoop .imagen_joes:hover, #scoop .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/scoop_over.png') no-repeat right top; 
}


#sectoviper .imagen_cobra:hover, #sectoviper .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/sectoviper_over.png') no-repeat right top; 
}


#serpientedenieve .imagen_cobra:hover, #serpientedenieve .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/serpientedenieve_over.png') no-repeat right top; 
}

#serpientedenieveb .imagen_cobra:hover, #serpientedenieveb .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/serpientedenieveb_over.png') no-repeat right top; 
}

#skiman .imagen_cobra:hover, #skiman .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/skiman_over.png') no-repeat right top; 
}


#skuba .imagen_joes:hover, #skuba .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/skuba_over.png') no-repeat right top; 
}


#skydive .imagen_joes:hover, #skydive .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/skydive_over.png') no-repeat right top; 
}


#slipstream .imagen_joes:hover, #slipstream .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/slipstream_over.png') no-repeat right top; 
}


#sneakpeek .imagen_joes:hover, #sneakpeek .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/sneakpeek_over.png') no-repeat right top; 
}


#sombra .imagen_cobra:hover, #sombra .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/sombra_over.png') no-repeat right top; 
}


#sombra2 .imagen_joes:hover, #sombra2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/sombra2_over.png') no-repeat right top; 
}


#soplete .imagen_cobra:hover, #soplete .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/soplete_over.png') no-repeat right top; 
}


#sopleteb .imagen_cobra:hover, #sopleteb .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/sopleteb_over.png') no-repeat right top; 
}


#spirit .imagen_joes:hover, #spirit .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/spirit_over.png') no-repeat right top; 
}


#stalker .imagen_joes:hover, #stalker .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/stalker_over.png') no-repeat right top; 
}


#stalker2 .imagen_joes:hover, #stalker2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/stalker2_over.png') no-repeat right top; 
}


#static .imagen_joes:hover, #static .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/static_over.png') no-repeat right top; 
}


#steamroller .imagen_joes:hover, #steamroller .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/steamroller_over.png') no-repeat right top; 
}


#stormshadow .imagen_joes:hover, #stormshadow .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/stormshadow_over.png') no-repeat right top; 
}


#stratovibora .imagen_cobra:hover, #stratovibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/s/stratovibora_over.png') no-repeat right top; 
}


#surf .imagen_joes:hover, #surf .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/s/surf_over.png') no-repeat right top; 
}




/*################################ T ###########################*/


#targat .imagen_cobra:hover, #targat .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/t/targat_over.png') no-repeat right top; 
}


#tecnovibora .imagen_cobra:hover, #tecnovibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/t/tecnovibora_over.png') no-repeat right top; 
}


#telex .imagen_joes:hover, #telex .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/telex_over.png') no-repeat right top; 
}


#topo .imagen_joes:hover, #topo .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/topo_over.png') no-repeat right top; 
}


#topo2 .imagen_joes:hover, #topo2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/topo2_over.png') no-repeat right top; 
}


#torax .imagen_joes:hover, #torax .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/torax_over.png') no-repeat right top; 
}


#toro .imagen_joes:hover, #toro .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/toro_over.png') no-repeat right top; 
}


#toxovibora .imagen_cobra:hover, #toxovibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/t/toxovibora_over.png') no-repeat right top; 
}


#trackviper .imagen_cobra:hover, #trackviper .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/t/trackviper_over.png') no-repeat right top; 
}


#treadmark .imagen_joes:hover, #treadmark .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/treadmark_over.png') no-repeat right top; 
}


#tunnelrat .imagen_joes:hover, #tunnelrat .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/t/tunnelrat_over.png') no-repeat right top; 
}




/*################################ U ###########################*/




#updraft .imagen_joes:hover, #updraft .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/u/updraft_over.png') no-repeat right top; 
}




/*################################ V ###########################*/



#vapor .imagen_cobra:hover, #vapor .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/vapor_over.png') no-repeat right top; 
}


#ventisca .imagen_joes:hover, #ventisca .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/v/ventisca_over.png') no-repeat right top; 
}


#ventisca2 .imagen_joes:hover, #ventisca2 .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/v/ventisca2_over.png') no-repeat right top; 
}


#vibora .imagen_cobra:hover, #vibora .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/vibora_over.png') no-repeat right top; 
}


#viboraantiaereo .imagen_cobra:hover, #viboraantiaereo .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboraantiaereo_over.png') no-repeat right top; 
}


#viboradeacantilado .imagen_cobra:hover, #viboradeacantilado .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradeacantilado_over.png') no-repeat right top; 
}


#viboradecallejon .imagen_cobra:hover, #viboradecallejon .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradecallejon_over.png') no-repeat right top; 
}


#viboradefuego .imagen_cobra:hover, #viboradefuego .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradefuego_over.png') no-repeat right top; 
}


#viboradefuegoa .imagen_cobra:hover, #viboradefuegoa .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradefuegoa_over.png') no-repeat right top; 
}


#viboradefuegoab .imagen_cobra:hover, #viboradefuegoab .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradefuegoab_over.png') no-repeat right top; 
}


#viboradehielo .imagen_cobra:hover, #viboradehielo .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradehielo_over.png') no-repeat right top; 
}


#viboradelaser .imagen_cobra:hover, #viboradelaser .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboradelaser_over.png') no-repeat right top; 
}


#viboramonstro .imagen_cobra:hover, #viboramonstro .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboramonstro_over.png') no-repeat right top; 
}


#viboranocturna .imagen_cobra:hover, #viboranocturna .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viboranocturna_over.png') no-repeat right top; 
}


#viborascyber .imagen_cobra:hover, #viborascyber .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viborascyber_over.png') no-repeat right top; 
}


#viento .imagen_joes:hover, #viento .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/v/viento_over.png') no-repeat right top; 
}


#viper .imagen_cobra:hover, #viper .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/viper_over.png') no-repeat right top; 
}


#voltar .imagen_cobra:hover, #voltar .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/v/voltar_over.png') no-repeat right top; 
}




/*################################ W ###########################*/





#wetsuit .imagen_joes:hover, #wetsuit .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/w/wetsuit_over.png') no-repeat right top; 
}


#wildbill .imagen_joes:hover, #wildbill .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/w/wildbill_over.png') no-repeat right top; 
}


#wildboar .imagen_cobra:hover, #wildboar .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/w/wildboar_over.png') no-repeat right top; 
}


#wildcard .imagen_joes:hover, #wildcard .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/w/wildcard_over.png') no-repeat right top; 
}


#windchill .imagen_joes:hover, #windchill .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/w/windchill_over.png') no-repeat right top; 
}


#windmill .imagen_joes:hover, #windmill .imagen_joes_faltas {
	background: transparent url('../imatges/fichas/w/windmill_over.png') no-repeat right top; 
}



/*################################ Z ###########################*/




#zandar .imagen_cobra:hover, #zandar .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/z/zandar_over.png') no-repeat right top; 
}


#zanzibar .imagen_cobra:hover, #zanzibar .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/z/zanzibar_over.png') no-repeat right top; 
}


#zarana .imagen_cobra:hover, #zarana .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/z/zarana_over.png') no-repeat right top; 
}


#zurro .imagen_cobra:hover, #zurro .imagen_cobra_faltas {
	background: transparent url('../imatges/fichas/z/zurro_over.png') no-repeat right top; 
}

