/*TAB1*/
.content.tab1{
	background-image: url('../img/act5/S_G10_U02_L07_act5__fondo_pantallas.png');
}
.content.tab1 p{
	font-size: 1.38em;
	color: white;
	text-align: center;
	width: 363px;
	position: absolute;
	top: 7px;
	left: 84px;
}
.content.tab1 .imgs{
	width: 452px;
	height: 343px;
	position: absolute;
	top: 48px;
	left: 616px;
	float: left;
}
.content.tab1 .imgs img{
	position: absolute;
	top: 0px;
	left: 0px;
}
.content.tab1 .btn_zoom_in.on,
.content.tab1 .btn_zoom_out.on{
	position: absolute;
	display: block;
	bottom: 3px;
}
.content.tab1 .btn_zoom_in.off,
.content.tab1 .btn_zoom_out.off{
	display: none;
}
.content.tab1 .btn_zoom_in{
	left: 570px;
}
.content.tab1 .btn_zoom_out{
	left: 975px;
}
/*TAB2*/
.content.tab2{
	background-image: url('../img/act5/S_G10_U02_L07_fondo_instruccion_pantalla.png');
}
.content.tab2 p.instruction{
	color: white;
	text-align: center;
	width: 337px;
	position: absolute;
	top: 4px;
	left: 64px;
	font-size: 1.44em;
}
.content.tab2 .page_g1{
	width: 635px;
	height: 593px;
	position: absolute;
	top: 6px;
	left: 548px;
	outline: none;
	border-style: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content.tab2 .buttons1{
	position: absolute;
	top: 150px;
	left: 30px;
	width: 285px;
	height: 390px;
	float: left;
}
.content.tab2 .buttons1 .btn-hover{
	display: inline-block;
	width: 379px;
	height: 65px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.content.tab2 .buttons1 .btn1{
	background-image: url('../img/act5/S_G10_U02_L07_azul-alcohol.png');
}
.content.tab2 .buttons1 .btn2{
	background-image: url('../img/act5/S_G10_U02_L07_azul-marihuana.png');
}
.content.tab2 .buttons1 .btn3{
	background-image: url('../img/act5/S_G10_U02_L07_azul-cocaina.png');
}
.content.tab2 .buttons1 .btn4{
	background-image: url('../img/act5/S_G10_U02_L07_azul-anfetaminas.png');
}
.content.tab2 .buttons1 .btn5{
	background-image: url('../img/act5/S_G10_U02_L07_azul-extasis.png');
}
.content.tab2 .buttons1 .btn1.active{
	background-image: url('../img/act5/S_G10_U02_L07_verde-alcohol.png');
}
.content.tab2 .buttons1 .btn2.active{
	background-image: url('../img/act5/S_G10_U02_L07_verde-marihuana.png');
}
.content.tab2 .buttons1 .btn3.active{
	background-image: url('../img/act5/S_G10_U02_L07_verde-cocaina.png');
}
.content.tab2 .buttons1 .btn4.active{
	background-image: url('../img/act5/S_G10_U02_L07_verde-anfetaminas.png');
}
.content.tab2 .buttons1 .btn5.active{
	background-image: url('../img/act5/S_G10_U02_L07_verde-extasis.png');
}
.content.tab2 .page_g2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 635px;
	height: 593px;
	outline: none;
	border-style: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content.tab2 .page_g2 img{
	position: absolute;
	left: -90px;
	top: 0px;
	outline: none;
	border-style: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.content.tab2 .page_g2 audio{
	position: absolute;
	bottom: 15px;
	left: 165px;
	z-index: 500;
	width: 307px;
	height: 35px;
}
.p_next,
.p_prev{
	background-image: url('../img/act5/S_G10_U02_L07_act5_btn-siguiente.png');
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 10px;
	display: inline-block;
	width: 72px;
	height: 75px;
	cursor: pointer;
	z-index: 500;
}
.p_prev{
	background-image: url('../img/act5/S_G10_U02_L07_act5_btn-anterior.png');
	left: 80px;
}
.p_next{
	left: 480px;	
}
.p_next.off,
.p_prev.off{
	display: none;
}

