#tabs1 .act_subtitle{
	position: absolute;
	z-index: 100;
}
.content.tab1{
	background-image: url('../img/act1/S_G10_U02_L07_btn1_nacho_hipnotizador.gif');
	height: 665px;
  	background-position: -13px -3px;
  	margin-top: 0px;
  	background-size: 1266px 674px;
}
.content.tab1 audio{
	position: absolute;
	bottom: 40px;
	left: 435px;
	width: 342px;
	height: 35px;
}
.content.tab2{
	background-image: url('../img/act1/S_G10_U02_L07_fondo_tarjetas.png');
}
.card3d{
	position: absolute;
	display: inline-block;
	width: 281px;
	height: 430px;
	top: 114px;
	text-align: center;
	padding: 0;
	cursor: pointer;
}
.card3d.c1{
	left: 30px;
}
.card3d.c2{
	left: 340px;
}
.card3d.c3{
	left: 650px;
}
.card3d span{
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	width: 281px;
	height: 430px;
	transition: all .3s;
	-webkit-backface-visibility: hidden;
}
.front {
	z-index: 10;
	background-repeat: no-repeat;
	background-position: center;
}
.back {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
	z-index: 8;
}
.card3d.c1 .front{
	background-image: url('../img/act1/S_G10_U02_L07_carta3.gif');
}
.card3d.c2 .front{
	background-image: url('../img/act1/S_G10_U02_L07_carta1.gif');
}
.card3d.c3 .front{
	background-image: url('../img/act1/S_G10_U02_L07_carta2.gif');
}
.card3d.c1 span.back{
	background-color: #E66666;
}
.card3d.c2 span.back{
	background-color: #15AF97;
}
.card3d.c3 span.back{
	background-color: #66A330;
}
.card3d span.back p{
	font-size: 1.63em;
	color: white;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0px;
	line-height: 1.17em;
	margin-top: 15px;
}
/* transitions */
.card-flipped .front {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	z-index: 8;
}
.card-flipped .back {
	-webkit-transform: rotate3d(0,1,0,0deg);
	-form-transform: rotate3d(0,1,0,0deg);
	transform: rotate3d(0,1,0,0deg);
	z-index: 10;
}
.btn1,.btn2,.btn3{
	position: absolute;
	bottom: 35px;
	z-index: 400;
}
.btn1{
	left: 60px;
}
.btn2{
	left: 370px;
}
.btn3{
	left: 680px;
}