

section:nth-of-type(2) div:nth-of-type(1) {
	background-image: url(../img/bckg_2_a.png);
}

section:nth-of-type(3) > div:nth-of-type(1){

	background-image: url(../img/bckg_3.png);

}


section:nth-of-type(13) {

	background-image: url(../img/bckg_13.png);

}

.container_buttons_b > div:nth-of-type(2) a:nth-of-type(2) {
	background-image: url(../img/boton_download_android_eng.png);
}

@media screen and (min-width: 376px) {

section:nth-of-type(2) div:nth-of-type(1) {
	background-image: url(../img/tablet/background_2_a_tablet.png);
}

section:nth-of-type(3) > div:nth-of-type(1){

	background-image: url(../img/tablet/background_3_tablet.png);

}
} /* END 376px */


@media screen and (min-width: 701px) {



section:nth-of-type(2) > div:nth-of-type(2){
	background-image: url(../img/pc/background_2_pc.png);

}

section:nth-of-type(3) > div:nth-of-type(1){

	background-image: url(../img/pc/background_3_pc.png);

}

section:nth-of-type(13) {

	background-image: url(../img/pc/background_zombichos_pc.png);

}

} /* END 701px */