.instruc{
	position: absolute;
	top: 693px;
	left: 1067px;
	width: 250px;
	height: 53px;
	background-color: #BDCF0B;
	cursor: pointer;
	font-size: 38px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius:8px;
}

.instruc:active{
	top: 691px;
}
.instruc:hover{ opacity: 0.9}

.ggb_contenidoInterno_S{
	background-image: url('../img/04_01_bg.png');
	background-size: cover;
	text-align: center;
}

.nada1{
	width: 100%;
	height: 20px;
	display: block;
}
.cabecera{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	/*border: 2px solid red;*/
}

.animales{
	display: inline-block;
	width: 800px;
	/*border: 2px solid #000;*/
}

.animales img {
	margin: 5px;
	cursor: pointer;
}

.animales img:hover{
	transform: scale(1.1);
}

.ayuda{
	position: absolute;
	top:650px;
	left:1220px;
	background: url(../img/inst_01.png);
	width: 88px;
	height: 87px;
	display: block;
	cursor: pointer;
}

.ayuda:active{
	background: url(../img/inst_02.png) no-repeat;
	top:653px;
}

#paso2{
	display: none;
}

.col{
	text-align: center;
	display: inline-block;
	width: 33%;
}

.col img{
	display: block;
}

.preguntas{
	background: url('../img/S_G04_U02_L02_03_05-tapregun.png')no-repeat;
	width: 257px;
	height: 621px;
	display: block;
	margin-left: 120px;
}

#btn_turno{
	margin-left: 35px;
	cursor:pointer;
}

#animal{
	position: absolute;
	top:123px;
	left: 430px;
}
.nada2{
	width: 100px;
	height: 10px;
	display: block;
}
.nada3{
	width: 200px;
	display: block;
	height: 72px;
}
input[type=checkbox]{
	float: right;
	clear: right;
	width: 30px;
	height: 30px;
	margin-right: 40px;
}

.btn_mal, .btn_bien{
	cursor: pointer;
	width: 300px;
	text-align: center;
	height: 100px;
	font-size: 5em;
	position: absolute;
	top: 72.2%;
	background: #fff;
}

.btn_bien{
	left:26%;
	background: #2CA60D;
	color: #065B0B;
}

.btn_mal{
	left:60%;
	background: #CA0D0D;
	color: #610B01;
}

.cerrar{
	position: absolute;
	top: 105px;
	left: 920px;
	border: 7px solid #fff;
	border-radius: 50%;
}


.conpunta{
	position: absolute;
	top:200px;
	left:840px;
	font-size: 2em;
	color: #fff;
}