@charset "utf-8";
/* CSS Document */

/* ANIMACIONES ----------------------------------------------  */

.personajesSecciones .lista .personajeItem .img:hover {
	background-position:center 68px;
 	animation: subir_personaje 500ms forwards normal;
 	-webkit-animation:subir_personaje 500ms forwards normal;
 	-moz-animation:subir_personaje 500ms forwards normal;
 	-ms-animation:subir_personaje 500ms forwards normal;
 	-o-animation:subir_personaje 500ms forwards normal; 
}

.personajesSecciones .lista .itemWichi .img:hover {
	background-position:center 101px;
 	animation: subir_personajeWichi 500ms forwards normal;
 	-webkit-animation:subir_personajeWichi 500ms forwards normal;
 	-moz-animation:subir_personajeWichi 500ms forwards normal;
 	-ms-animation:subir_personajeWichi 500ms forwards normal;
 	-o-animation:subir_personajeWichi 500ms forwards normal; 
}

.personajesSecciones .lista .itemTuni .img:hover {
	background-position:center 70px;
 	animation: subir_personajeTuni 500ms forwards normal;
 	-webkit-animation:subir_personajeTuni 500ms forwards normal;
 	-moz-animation:subir_personajeTuni 500ms forwards normal;
 	-ms-animation:subir_personajeTuni 500ms forwards normal;
 	-o-animation:subir_personajeTuni 500ms forwards normal; 
}

.personajesSecciones .lista .itemHoggie .img:hover {
	background-position:center 92px;
 	animation: subir_personajeHoggie 500ms forwards normal;
 	-webkit-animation:subir_personajeHoggie 500ms forwards normal;
 	-moz-animation:subir_personajeHoggie 500ms forwards normal;
 	-ms-animation:subir_personajeHoggie 500ms forwards normal;
 	-o-animation:subir_personajeHoggie 500ms forwards normal; 
}

.personajesSecciones .lista .itemMei .img:hover {
	background-position:center 80px;
 	animation: subir_personajeMei 500ms forwards normal;
 	-webkit-animation:subir_personajeMei 500ms forwards normal;
 	-moz-animation:subir_personajeMei 500ms forwards normal;
 	-ms-animation:subir_personajeMei 500ms forwards normal;
 	-o-animation:subir_personajeMei 500ms forwards normal; 
}

.personajesSecciones .lista .itemNesho .img:hover {
	background-position:center 76px;
 	animation: subir_personajeNesho 500ms forwards normal;
 	-webkit-animation:subir_personajeNesho 500ms forwards normal;
 	-moz-animation:subir_personajeNesho 500ms forwards normal;
 	-ms-animation:subir_personajeNesho 500ms forwards normal;
 	-o-animation:subir_personajeNesho 500ms forwards normal; 
}

.personajesSecciones .lista .itemAcuarela .img:hover {
	background-position:center 46px;
 	animation: subir_personajeAcuarela 500ms forwards normal;
 	-webkit-animation:subir_personajeAcuarela 500ms forwards normal;
 	-moz-animation:subir_personajeAcuarela 500ms forwards normal;
 	-ms-animation:subir_personajeAcuarela 500ms forwards normal;
 	-o-animation:subir_personajeAcuarela 500ms forwards normal; 
}

.personajesSecciones .lista .itemBam .img:hover {
	background-position:center 92px;
 	animation: subir_personajeBam 500ms forwards normal;
 	-webkit-animation:subir_personajeBam 500ms forwards normal;
 	-moz-animation:subir_personajeBam 500ms forwards normal;
 	-ms-animation:subir_personajeBam 500ms forwards normal;
 	-o-animation:subir_personajeBam 500ms forwards normal; 
}

.personajesSecciones .lista .itemArafa .img:hover {
	background-position:center 78px;
 	animation: subir_personajeArafa 500ms forwards normal;
 	-webkit-animation:subir_personajeArafa 500ms forwards normal;
 	-moz-animation:subir_personajeArafa 500ms forwards normal;
 	-ms-animation:subir_personajeArafa 500ms forwards normal;
 	-o-animation:subir_personajeArafa 500ms forwards normal; 
}



@keyframes subir_personaje {
	0% {background-position:center 68px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 10px;}
}
@-webkit-keyframes subir_personaje {
	0% {background-position:center 68px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 10px;}
}
@-moz-keyframes subir_personaje {
	0% {background-position:center 68px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 10px;}
}
@-o-keyframes subir_personaje {
	0% {background-position:center 68px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 10px;}
}

/*ANIMACION DE WICHI */
@keyframes subir_personajeWichi {
	0% {background-position:center 101px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 30px;}
}
@-webkit-keyframes subir_personajeWichi {
	0% {background-position:center 101px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 30px;}
}
@-moz-keyframes subir_personajeWichi {
	0% {background-position:center 101px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 30px;}
}
@-o-keyframes subir_personajeWichi {
	0% {background-position:center 101px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 30px;}
}

/*ANIMACION DE TUNI */
@keyframes subir_personajeTuni {
	0% {background-position:center 70px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 20px;}
}
@-webkit-keyframes subir_personajeTuni {
	0% {background-position:center 70px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 20px;}
}
@-moz-keyframes subir_personajeTuni {
	0% {background-position:center 70px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 20px;}
}
@-o-keyframes subir_personajeTuni {
	0% {background-position:center 70px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 10px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 20px;}
}

/*ANIMACION DE HOGGIE */
@keyframes subir_personajeHoggie {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 20px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 45px;}
}
@-webkit-keyframes subir_personajeHoggie {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 20px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 45px;}
}
@-moz-keyframes subir_personajeHoggie {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 20px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 45px;}
}
@-o-keyframes subir_personajeHoggie {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 80px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 20px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 45px;}
}


/*ANIMACION DE MEI */
@keyframes subir_personajeMei {
	0% {background-position:center 80px; animation-timing-function:ease-in-out;}
	35% {background-position:center 70px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 15px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 35px;}
}
@-webkit-keyframes subir_personajeMei {
	0% {background-position:center 80px; animation-timing-function:ease-in-out;}
	35% {background-position:center 70px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 15px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 35px;}
}
@-moz-keyframes subir_personajeMei {
	0% {background-position:center 80px; animation-timing-function:ease-in-out;}
	35% {background-position:center 70px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 15px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 35px;}
}
@-o-keyframes subir_personajeMei {
	0% {background-position:center 80px; animation-timing-function:ease-in-out;}
	35% {background-position:center 70px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 15px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 35px;}
}


/*ANIMACION DE NESHO */
@keyframes subir_personajeNesho {
	0% {background-position:center 76px; animation-timing-function:ease-in-out;}
	35% {background-position:center 65px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 5px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 15px;}
}
@-webkit-keyframes subir_personajeNesho {
	0% {background-position:center 76px; animation-timing-function:ease-in-out;}
	35% {background-position:center 65px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 5px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 15px;}
}
@-moz-keyframes subir_personajeNesho {
	0% {background-position:center 76px; animation-timing-function:ease-in-out;}
	35% {background-position:center 65px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 5px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 15px;}
}
@-o-keyframes subir_personajeNesho {
	0% {background-position:center 76px; animation-timing-function:ease-in-out;}
	35% {background-position:center 65px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 5px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 15px;}
}


/*ANIMACION DE ACUARELA */
@keyframes subir_personajeAcuarela {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}
@-webkit-keyframes subir_personajeAcuarela {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}
@-moz-keyframes subir_personajeAcuarela {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}
@-o-keyframes subir_personajeAcuarela {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}


/*ANIMACION DE BAM */
@keyframes subir_personajeBam {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 85px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 35px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 50px;}
}
@-webkit-keyframes subir_personajeBam {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 85px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 35px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 50px;}
}
@-moz-keyframes subir_personajeBam {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 85px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 35px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 50px;}
}
@-o-keyframes subir_personajeBam {
	0% {background-position:center 92px; animation-timing-function:ease-in-out;}
	35% {background-position:center 85px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 35px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 50px;}
}


/*ANIMACION DE ARAFA */
@keyframes subir_personajeArafa {
	0% {background-position:center 78px; animation-timing-function:ease-in-out;}
	35% {background-position:center 65px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 5px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 15px;}
}
@-webkit-keyframes subir_personajeArafa {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}
@-moz-keyframes subir_personajeArafa {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}
@-o-keyframes subir_personajeArafa {
	0% {background-position:center 46px; animation-timing-function:ease-in-out;}
	35% {background-position:center 40px; animation-timing-function:ease-in-out;}
 	/*50% {background-position:center 10px; animation-timing-function:ease-out;}*/
 	70% {background-position:center 0px; animation-timing-function:ease-in-out;}
 	100% {background-position:center 5px;}
}

