*{
	padding: 0;
	margin: 0;
	font-family: Verdana;
}
body{
	background: #999999;
}
.contenedor_principal{
	overflow: hidden;
	position: relative;
	width: 960px;
	height: 720px;
	margin: 0 auto;
}
.imgglobo_rotar{
	display: none;
}
.contenedor_secundario{

}
.cabeza{
	background: #c9bba5;
	height: 60px;
	position: relative;
}
.titulo{
	font-size: 25px;
  font-weight: 500;
  padding: .5em;
  padding-left: 20px;
}
.botones{
	width: 118px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px;
	background-size: 320px;
	background-position-x: -148px;
}
.link{
	margin-left: 15px;
	display: inline-block;
	height: 39px;
	width: 40px;
}
div#btn_reiniciar{
	background: url(../img/btn/reiniciar.png)no-repeat;
  background-size: 80px;
  right: 200px;
  background-position-x: -40px;
}
div#btn_informacion{
	background: url(../img/btn/informacion.png)no-repeat;
	background-size: 80px;
  right: 200px;
  background-position-x: -40px;
}
div#btn_link{
	background: url(../img/btn/redir.png)no-repeat;
	background-size: cover;
	right: 10px;
}
div#btn_reiniciar:hover{
	background-position-x: 0px;
}
div#btn_informacion:hover{
	background-position-x: 0px;
}
div#btn_link:hover{
	background: url(../img/btn/redir.png)no-repeat;
	background-size: cover;
	right: 10px;
}
.contenedor_memorama{
	height: 660px;
	overflow: hidden;
	position: relative;
    width: 100%;
	background: url(../img/disenho/fondo.jpg) no-repeat;
	background-position: center;
}
.titulo_miniatura{
	padding: 10px;
	background: #dddddd;
}
.subtitulo_historias{
	width: 29em;
    padding: 11px;
    margin: 0 auto;
}
.subtitulo_historias div{
	border-radius: 5px;
    background: #fff;
    display: inline-block;
    padding: .5em;
}
.activo_btn{
	border: 1px solid red;
}
.img_miniatura{
	width: 33em;
    margin: 0 auto;
}
.img_miniatura div{
	border-radius: 18px;
	padding: 10px;
    display: inline-block;
    background: #eeedf3;
    border: 1px solid #b4a588;
}
.lienzo_juego{
	height: 26em;
	padding: 15px;
}
.img_arrastre div{
	cursor: move;
	margin: 0 37px;
	display: inline-block;
	width: 200px;
	height: 200px;
}
.img_drop{

}
.img_drop .dropdiv{
	margin: 0 37px;
	display: inline-block;
	width: 200px;
	height: 200px;
	border: 1px solid;
}

.tam_img_launcher{
	background: #dddddd;
	width: 100px;
	height: 100px;
}
.active_launcher{
	background: #fff !important;
}
/**/
.pointer{
	cursor: pointer;
}

.dropuno{
	position: absolute;
}
.dropdos{
	position: absolute;
	left: 290px;
}
.droptres{
	position: absolute;
	right: 53px;
}
.draggimg{
	width: 200px;
	height: 200px;
}
.memorama{
	padding: 1em;
}
.tam_img{
	width: 90px;
	height: 120px;
	display: inline-flex;
}
.img_pre{

}
.img_active{

}
.ficha{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 90px;
    height: 120px;
}
.ficha .cnt_imagen{
	position: absolute;
	width: 270px;
	height: 100%;
}
.sudoku{
  padding: 10px;
	//background: url('../img/disenho/fondo.fw.png');
	background-size: cover;
}
.contenedor_juego{
	margin: 0 auto;
	width: 750px;
}
.juego{
	float: left;
	width: 591px;
	height: 591px;
}
.cont_objeto div{
	top: -50px;
	display: block;
    height: 120px;
    position: absolute;
}
.objetos{
	height: 596px;
	width: 150px;
}
.enlinea{
	display: inline-block;
}
.cuadrante{
	width: 285px;
	height: 285px;
	float: left;
	overflow: hidden;
}
.cuadrante table{
	width: 100%;
	height: 100%;
}
.cuadrante table tr td{
	background: #6f9cc8;
}
.cont_objeto{
	height:580px;
    border: 5px solid white;
    margin-left: 30px;
    border-radius: 30px;
}
.posvalor{
	width: 100%;
	height: 100%;
}
.mover{
	width: 110px;
}
table{
	border-collapse: collapse;
}
#cuadranteuno{
	border-radius: 30px 0px 0px 0px;
	border-top: 6px solid white;
    border-left: 6px solid white;
}

#cuadrantedos{
	border-radius: 0px 30px 0px 0px;
	border-top: 6px solid white;
    border-right: 6px solid white;
}
#cuadrantetres{
	border-radius: 0px 0px 0px 30px;
	border-bottom: 6px solid white;
    border-left: 6px solid white;
}
#cuadrantecuatro{
	border-radius: 0px 0px 30px 0px;
	border-bottom: 6px solid white;
    border-right: 6px solid white;
}
.cuadrante table tr td{
	width: 50%;
	border: 1px solid white;
	border-collapse: collapse;
}
.absolute{
	margin-left: 8px;
	margin-top: 8px;
	width: 120px;
	position: absolute;
}
.img_monitos {
	margin: 8px;
    position: absolute;
    width: 100px;
    height: 1px;
}
.lat_der_monitos{
	margin-left: 4px;
    width: 100px;
    height: 100px;
}
.mover_img_monito{
	margin: 8px;
    width: 100px;
    height: 100px;
}
.resultados{
	width: 100%;
	height: 23px;
}
#resultado{
	padding-left: 1em;
}
/*Informacion Modal*/
.modal{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	z-index: 100;
}
.modal_video{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(202, 202, 202, 0.5);
	z-index: 4;
}
.cnt_inf{
	top: -800px;
	position: absolute;
	margin: 50px 153px;
	z-index: 200;
	width: 400px;
}
.cabecera{
	position: relative;
}
#cerrar, #cerrarvideo{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/btn/cerrar.png)no-repeat;
	background-size: 60px;
	background-position-x: -30px;
}
#cerrar:hover, #cerrarvideo:hover{
	background-position: 0px;
}

.informacion{
	padding: 20px;
}
.principal{
	width: 650px;
	height: 350px;
	border: 2px solid #c9bba5;
    background: #c9bba5;
}
.parrafo{
	text-align: justify;
	padding: 10px 0px;
}
.btn_accion:focus{
	outline: none;
}
.btn_accion{
	position: absolute;
	width: 63px;
	background: url(../img/btn/comprobar.png) no-repeat;
	border: 0;
	height: 65px;
	bottom: 10px;
	right: 54px;
}
#acercade{
	display: none;
}
#resultadoJuego{
	display: none;
}
.contenido_resultado_juego{
	width: 50em;
}
#juego_resultado, .ok_btn{
	text-align: center;
    padding: 1em;
    width: 30em;
    margin: 0 auto;
}
.ok_btn{
	color: white;
    width: 2em;
    padding: 1em;
    background: #e6b600;
    border-radius: 24px;
}
.miniatura{
	display: inline-table;
	width: 150px;
	height: 150px;
	border: 2px solid #000;
}
.campo_actividad{
	height: 527px;
	width: 100%;
	position: relative;;;
}
.img_centro{
	padding: 7em 22em;
    border-radius: 12px;
    left: 350px;
    width: 250px;
    height: 160px;
    top: 100px;
}
.dropimg, .dropimg_s{
	border-radius: 8px;
	position: absolute;
	width: 100px;
	height: 120px;
	border: 1px solid red;
}
#dropimg1{
	border: 5px solid #e63323;
	left: 50px;
	top: 30px;
}
#dropimg2{
	border: 5px solid #f7a823;
	top: 170px;
  left: 30px;
}
#dropimg3{
	border: 5px solid #ffd618;
	top: 310px;
	left: 150px;
}
#dropimg4{
	border: 5px solid #6859a2;
	right: 50px;
	top: 30px;
}
#dropimg5{
	border: 5px solid #0095db;
	right: 30px;
	top: 170px;
}
#dropimg6{
	border: 5px solid #55b679;
	top: 310px;
  right: 440px;
}
.cnt_miniatura{
	margin: 0 auto;
  width: 950px;
}
.titulo_enunciado{
	padding: 16px;
	text-align: center;
}
img.centro{
	border-radius: 12px;
	width: 100%;
	height: 100%;
}
#texto_area{
	overflow: hidden;
	top: 310px;
  right: 150px;
}
.img_min{
	width: 100px;
	height: 100px;
}
.miniatura div{
	height: 40px;
}
.ui-draggable-dragging{
	z-index: 10000;
}
/*___No Modificar lo de arriba__*/
.imagen_fondo{
	height: 660px;
	width: 305px;
	float: left;
}
.zona_clic{
	width: 100%;
	height: 100%;
}
.clic {
    border: 3px solid #ffc559;
    box-shadow: 0px 0px 10px 0px #a2a2a2;
	cursor: pointer;
}
.clic:hover{
	border: 3px solid orange;
}
.video_modal{
	margin: 34px 0px;
	position: absolute;
	width: 100%;
	height: 89%;
	top: 900px;
	z-index: 5;
	text-align: center;
}
.video .cabecera{
	text-align: center;
	background: #333;
	height: 50px;
}
.video .cabecera .titulo{
	padding: 7px;
	color: white;
	text-transform: uppercase;
}
.imagenes_video{
	background: green;
	height: 590px;
	overflow: hidden;
	background-color: green;
	display: none;
	position: absolute;
	top: 700px;
	width: 883px;
}
.vista_video{
	text-align: center;
  position: relative;
  overflow: hidden;
  height: 590px;
  background: black;
}
.atenuar{
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0;
	height: 571px;
	width: 883px;
	z-index: 1;
}
video{
    width: 900px;
    height: 590px;
}
/*Quitar en caso que no se ajustable con las imagenes*/
.video{
	display: inline-block;
	border: 5px solid #333333;
}
.vista_video img{
	height: 590px;
}

.contenedor_insecto{
	height: 659px;
	width: 655px;
	float: left;
	background: url(../img/disenho/fondo.jpg) no-repeat;
	background-position: bottom -5px right -200px;
	background-size: cover;
}
.insectos{
    height: 199px;
    position: relative;
    padding: 11px 40px;
}
.insectos:nth-child(1){
	background: #21bece;
}
.insectos:nth-child(2){
	background: #b2d23f;
}
.insectos:nth-child(3){
	background: #f9a64a;
}
.cabeza_insecto {
    position: absolute;
    bottom: 69px;
    padding: 18px;
    left: 10px;
    height: 149px;
}
.cabeza_insecto .clic:nth-child(1){
	width: 130px;
	height: 130px;
	border-radius: 50%;
	top: 0px;
	background: url(../img/disenho/cabeza.jpg) no-repeat;
	background-position: top 0px right 2px;
	background-size: 224px;
	background-color: white;
	position: relative;
}
.contenedor_insecto>.clic{
	position: absolute;
	bottom: 151px;
	left: 453px;
	width: 100px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
}
.cabeza_insecto p{
	position: absolute;
}

#\31{
}
.cabeza_insecto>p#\31{
	top: -6px;
}
.cabeza_insecto>p#\32{
	right: -21px;
	bottom: 30px;
}
.cabeza_insecto>p#\33{
	right: -21px;
	bottom: -26px;
}
.cabeza_insecto>.clic#\34{
	width: 115px;
	height: 38px;
	border-radius: 16px;
	left: 0px;
	bottom: -40px;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	display: flex;
}
#linea{
	position: absolute;
	top: 10px;
	left: 63px;
}
.cuadros_inf{
	float: left;
	width: 474px;
	height: 314px;
	background: #bbd75e;
	margin: 9px 12px 4px 0px;
	position: relative;
}
.cuadros_inf:nth-child(2), .cuadros_inf:nth-child(4) {
    margin-right: 0px;
}
.cuadros_inf:nth-child(2) .titulo, .cuadros_inf:nth-child(4) .titulo {
    left: 110px;
}
.cuadros_inf> .titulo{
	transform: rotate(-90deg);
	transform-origin: 100% 0%;
	position: absolute;
	width: 283px;
	background: #8ac648;
	top: 0px;
	left: -315px;
	text-align: center;
	font-size: 21px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 30px;
}
.actividad{
	position: relative;
}
.circulo_robot{
    position: absolute;
    width: 300px;
    height: 300px;
    background: url(../img/disenho/robot.png) no-repeat;
    background-position: center 21px;
    border-radius: 50%;
    left: 333px;
    top: 170px;
    background-color: white;
    background-size: 417px;
}
.referencias{
	width: 100%;
	height: 100%;
	position: relative;
}
#drone {
	height: 140px;	
}
#dronetext {

}
#curiosity {
    height: 115px;

}
#curiositytext {

}
.referencias div{
	position: absolute;
}
#almacen {
	height: 222px;
	left: 60px;
	top: -15px;
}
#humano {
	height: 166px;
	position: relative;
	top: -9px;
}
#humanotext {bottom: 109px;
left: 92px;
width: 100px;
text-align: center;
position: relative;
}
#almacentext {
    left: 177px;
    top: 34px;
}
#cocina {
	height: 105px;
}
#brobot {
	height: 130px;
}
#cocinatext {
    bottom: 11px;
    right: 65px;
}
#masc {
    height: 120px;
    right: 34px;
}
#mac {
	height: 106px;
	bottom: 9px;
	left: -28px;
}
#masctext {
	width: 166px;
	top: 82px;
	right: 151px;
	text-align: center;
}
#mactext {
}
.circle{
	border-radius: 50%;
	height: 70px;
	width: 70px;
	background: white;
	position: absolute;
}
#num1{
	top: 10px;
	left: 397px;
}

#num2{
	left: 32px;
	bottom: 25px;
}
#num3{
	left: 327px;
	bottom: 0px;
}
#num4{
	right: 278px;
	bottom: 0px;
}
#num5{
	bottom: 25px;
	right: 20px;
}
#num6{
	right: 125px;
	top: 224px;
}
#num7 {
	left: 6px;
	bottom: 25px;
}
#num8 {
	left: 333px;
	bottom: 25px;
}
#num9 {
	bottom: 25px;
	right: 267px;
}
#num10 {
	right: 20px;
	bottom: 25px;
}
.circulo_robot P{
	position: absolute;
	width: 144px;
	text-align: center;
	font-size: 10px;
}
#letras1 {
    top: 181px;
    left: -72px;
}
#letras2 {
	top: 50px;
	width: auto;
}
#letras3 {
	top: 50px;
	left: -37px;
}
#letras4 {
    top: 171px;
    right: -87px;
}
#letras5 {
	top: 46px;
	left: -35px;
}
.lineas {
    width: 78px;
    border: 1px solid;
	position: absolute;
}
#l1 {
    transform: rotate(-13deg);
    top: 141px;
    left: 28px;
    width: 124px;
}
#l2 {
	transform: rotate(59deg);
	top: 90px;
	width: 48px;
	left: 62px;
}
#l3 {
	transform: rotate(-73deg);
	left: 140px;
	top: 49px;
	width: 51px;
}
#l4 {
	transform: rotate(7deg);
	left: 173px;
	top: 140px;
	width: 106px;
}
#l5 {
	width: 28px;
	top: 224px;
	left: 196px;
	transform: rotate(-15deg);
}
.referencias p{
	font-size: 14px;
	text-align: center;
}
.relativo img{
	height: 199px;
}
.relativo img, .letras_absolute{
	position: absolute;
}
.letras_absolute {
	padding: 5px;
	border-radius: 10px;
	text-align: center;
	background: white;
	z-index: 2;
}
.svglinea{
	position: absolute;
	width: 217px;
	border: 1px solid #ececec;
	transform-origin: 0px 0px;
	left: 275px;
	top: 57px;
	transform: rotate(3deg);
}
.animal_abs{
	position: absolute;
}
.relativos_animales{
	position: relative;
}
.grandes{
	height: 195px;
	border: 7px solid white;
	box-shadow: 1px 6px 12px -2px;
	transform-origin: center;
	cursor: pointer;
}
.bottom{
	bottom: 10px;
}
#capa1 {
    height: 330px;
}
#a5 {
	right: 0px;
}
#a4 {
	right: 55px;
	bottom: 87px;
	transform: rotate(4deg);
}
#a3 {
	right: 295px;
	bottom: 55px;
	transform: rotate(2deg);
}
#a2 {
	left: 295px;
	bottom: 55px;
	transform: rotate(-2deg);
}
#a1 {
	left: 55px;
	bottom: 87px;
	transform: rotate(-4deg);
}
.bottom2{
	bottom: 10px;
}
#capa2 {
    height: 330px;
}
.medios{
	height: 120px;
}
#a12 {
    right: 45px;
    height: 159px;
}
#a11 {
	right: 168px;
	height: 119px;
}
#a10 {
	right: 318px;
	height: 138px;
}
#a6 {
	left: 55px;
	bottom: 87px;
	transform: rotate(-4deg);
}
#a9 {
	right: 55px;
	bottom: 87px;
	transform: rotate(4deg);
}
#a8 {
	right: 295px;
	bottom: 75px;
	transform: rotate(-4deg);
}
#a7 {
	left: 295px;
	bottom: 75px;
	transform: rotate(4deg);
}
.chicos{
	height: 100px;
}
.bottom3{
	bottom: 10px;
}
#capa3 {
    height: 165px;
}
#a18 {
    right: 53px;
    height: 60px;
}
#a17 {
	right: 93px;
	height: 77px;
}
#a16 {
    right: 202px;
    height: 75px;
}
#a15 {
	right: 372px;
	height: 143px;
}
#a14 {
    left: 362px;
    height: 102px;
}
#a13 {
    height: 168px;
    left: 43px;
    bottom: -17px;
}
#num24 {
    right: 28px;
    top: 160px;
}
#num23 {
    top: 160px;
    right: 116px;
}
#num22 {
    right: 221px;
    top: 160px;
}
#num21 {
    right: 377px;
    top: 160px;
}
#num20 {
    left: 427px;
    top: 160px;
}
#num19 {
    left: 340px;
    top: 160px;
}
#num18 {
    left: 207px;
    top: 160px;
}
#num17 {
    top: 160px;
    left: 135px;
}
#num16 {
    top: 160px;
    left: 24px;
}
#num15 {
    right: 61px;
    top: 190px;
}
#num14 {
    top: 190px;
    right: 140px;
}
#num13 {
    right: 233px;
    top: 190px;
}
#num12 {
    right: 341px;
    top: 190px;
}
#num11 {
    right: 437px;
    top: 190px;
}
.azulbajo{
	border: 3px solid #829ec2;
}
.naranja{
	border: 3px solid #f48232;
}
.amarillo{
	border: 3px solid #fecb2f;
}
.verde{
	border: 3px solid #8bc63e;
}
.cafe{
	border: 3px solid #bb8e59;
}
.azulcielo{
	border: 3px solid #50b7e8;
}
.rojo{
	border: 3px solid  #f0593e;
}
.colorraro{
	border: 3px solid #99aa7f;
}
#num1 p{
	font-size: 25px;
}
#alfiler4 {
	height: 57px;
	position: absolute;
	right: 76px;
	top: 16px;
}
#alfiler3 {
	position: absolute;
	height: 56px;
	right: 321px;
	top: 54px;
}
#alfiler2 {
	height: 50px;
	position: absolute;
	left: 348px;
	top: 53px;
}
#alfiler1 {
	height: 50px;
	position: absolute;
	left: 104px;
	top: 15px;
}
#alfiler8 {
	height: 53px;
	position: absolute;
	right: 87px;
	top: 10px;
}
#alfiler7 {
	height: 50px;
	position: absolute;
	right: 351px;
	top: 31px;
}
#alfiler6 {
	height: 50px;
	position: absolute;
	left: 360px;
	top: 27px;
}
#alfiler5 {
	height: 55px;
	left: 109px;
	position: absolute;
	top: 24px;
}