*{
	padding: 0;
	margin: 0;
	font-family: Verdana;
}
body{
	background: #999999;
}
.contenedor_principal{
	position: relative;
    width: 960px;
    height: 720px;
    margin: 0 auto;
}
.contenedor_secundario{

}
.cabeza{
	background: #c9bba5;
	height: 60px;
	position: relative;
}
.titulo{
	font-size: 25px;
  font-weight: 500;
  padding: .5em;
  padding-left: 20px;
}
.titulo p{
	font-size: 18px;
}
.botones{
	width: 182px;
	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;
	background: white;
    width: 100%;
}
.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*/
.modalResultadoGame{
	display: none;
}
.modal, .modalResultadoGame{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
}
.modalResultadoGame{
	display: block;
	background: none;
}
.modalResultadoGame{
	display: none;
}
.cnt_inf{
	top: -400px;
	top: -800px;
	position: absolute;
	margin: 50px 153px;
	z-index: 200;
}
.cabecera{
	position: relative;
}
#cerrar{
	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{
	background-position: 0px;
}
.informacion{
	padding: 20px;
}
.principal{
	width: 650px;
	border: 2px solid #c9bba5;
	background: #c9bba5;
	height: 350px;
}
.parrafo{
	text-align: justify;
	padding: 10px 0px;
}
.btn_accion{
	outline: none;
}
.btn_accion{
	position: absolute;
	width: 62px;
	background: url(../img/btn/comprobar.png) no-repeat;
	background-position: 0px 0px;
	border: 0;
	height: 62px;
	top: 30px;
	right: 25px;
	background-size: cover;
}
#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{
	background: white;
}
.letras{
	background: white;
	display: inline-block;
	font-size: large;
	border-radius: 5px;
	width: 130px;
	height: 120px;
	text-align: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	padding: 10px;
}
.ctn_letras_ctn .letras{
	box-shadow: 0px 0px 5px 0px #a5a5a5;
	border: 3px solid #ffe167;
	background: white;
}
.caja_drop .letras{
	position: relative;
	top: 0px;
	left: 0px;
}
.light_letras{
	box-shadow: 0px 0px 5px 0px #a5a5a5;
	border: 3px solid #ffe167;
}
.letras p{
  font-size: 15px;
}
.ctn_letras, .img_arrastrar{
	padding: 2px;
	text-align: center;
}
.lienzo_actividad{
	position: relative;
	background: url(../img/objetos/ninha.png) no-repeat;
	background-position: 400px 10px;
	background-size: 24%;
	width: 100%;
	height: 460px;
}
.imgglobo_rotar{
	display: none;
}
.caja_drop{
	text-align: center;
	width: 152px;
	height: 142px;
	border: 3px solid orange;
	position: absolute;
	border-radius: 10px;
}
.caja_drop .letras{
}
.caja_drop[valor='1']{
	top: 10px;
	left: 42px;
}
.caja_drop[valor='2']{
	top: 160px;
	right: 42px;
}
.caja_drop[valor='3']{
    top: 0px;
    right: 42px;
}
.caja_drop[valor='4']{
    top: 385px;
    left: 42px;
}
.caja_drop[valor='5']{
    top: 50px;
    left: 42px;
}
.caja_drop[valor='6']{
    top: 384px;
    right: 200px;
}
.caja_drop[valor='7']{
	top: 230px;
  right: 42px;
}
.caja_drop[valor='8']{
	top: 375px;
  right: 42px;
}
/*[Estilos SVG's]*/
.svgs_lines, .etiquetas{
		position: absolute;
		width: 100px;
		border: 1px solid #a0a0a0;
}
.line_esp{
	stroke: #FF9800;
	stroke-width: 2px;
}
.svgs_lines[id='1']{
	width: 329px;
	top: 81px;
	left: 201px;
	transform-origin: 0px 0px;
	transform: rotate(25deg);
}
.svgs_lines[id='2']{
	width: 211px;
	top: 70px;
	right: 200px;
	transform-origin: 100% 100%;
	transform: rotate(-30deg);
}
.svgs_lines[id='3']{
	top: 236px;
	right: 201px;
	width: 245px;
	transform-origin: 100% 100%;
	transform: rotate(-5deg);
}
.svgs_lines[id='4']{
    top: 405px;
    left: 494px;
    transform: rotate(10deg);
    width: 115px;
}
.svgs_lines[id='5']{
    width: 171px;
    top: 355px;
    left: 163px;
    transform: rotate(-49deg);
}
.svgs_lines[id='6']{
    top: 52px;
    right: 189px;
    transform: rotate(-12deg);
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    width: 113px;
}
.svgs_lines[id='7']{
	width: 217px;
	top: 297px;
	right: 145px;
	transform: rotate(-18deg);
}
.svgs_lines[id='8']{
	width: 338px;
	top: 407px;
	right: 150px;
}
.svgs_lines[id='9']{

}
.line{
	stroke: #FF9800;
	stroke-width: 3px;
}
.img_torre_arrastrar{
	background: url(../img/disenho/fichas.png) no-repeat;
	width: 115px;
	height: 50px;
  display: inline-block;
  background-size: 491px;
}
.img_torre_arrastrar[valor='1']{
	background-position-x: -188px;
  background-position-y: -496px;
}
.img_torre_arrastrar[valor='2']{
	background-position-x: -188px;
	background-position-y: -362px;
}
.img_torre_arrastrar[valor='3']{
	background-position-x: -188px;
  background-position-y: -295px;
}
.img_torre_arrastrar[valor='4']{
	background-position-x: -188px;
	background-position-y: -429px;
}
.lienzo_torre{
	position: relative;
	background: url(../img/disenho/castillo_vacio.png) no-repeat;
  width: 100%;
  height: 520px;
  background-position: 67px;
  background-size: 455px;
}
.drop_torre{
	position: absolute;
  width: 115px;
  height: 50px;
}
.drop_torre[valor='1']{
	top: 437px;
  left: 234px;
}
.drop_torre[valor='2']{
	top: 312px;
  left: 234px;
}
.drop_torre[valor='3']{
	top: 250px;
	left: 234px;
}
.drop_torre[valor='4']{
	top: 374px;
	left: 234px;
}
.svgs_lines[vector='1']{
	top: 273px;
	left: 348px;
}
.svgs_lines[vector='2']{
	top: 333px;
	left: 348px;
}
.svgs_lines[vector='3']{
	top: 402px;
	left: 348px;
}
.svgs_lines[vector='4']{
	top: 460px;
	left: 348px;
}
.etiquetas{
	left: 500px;
}
.etiquetas[id='1']{
	top: 263px;
}
.etiquetas[id='2']{
	top: 323px;
}
.etiquetas[id='3']{
	top: 392px;
}
.etiquetas[id='4']{
	top: 450px;
}
.grid_laberinto{
	width: 100%;
	background: url(../img/disenho/grid_lab.jpg) no-repeat;
	height: 600px;
	background-position: center;
	background-size: 102%;
}
.ctn_num, .ctn_num_part{
	overflow: hidden;
	position: relative;
	text-align: center;
	 width: 100%;
	 height: 54px;
}
.ctn_num p, .ctn_num_part p{
	left: 46px;
	z-index: 6;
	position: absolute;
	padding-top: 15px;
}
.ctn_tabla{
	position: absolute;
  top: 55px;
  left: 111px;
  width: 738px;
  height: 488px;
}
#juegodc{
	width: 100%;
	height: 100%;
}
#juegodc, td, tr{
}
#juegodc td{
	width: 115px;
}
#juegodc td:nth-child(1){
	width: 113px;
	//background: pink;
}
#juegodc td:nth-child(2){
	width: 123px;
	//background: pink;
}
#juegodc td:nth-child(3){
	width: 130px;
	//background: pink;
}
#juegodc td:nth-child(4){
	width: 123px;
	//background: pink;
}
#juegodc td:nth-child(5){
	//background: pink;
}
#juegodc td:nth-child(6){
	//background: pink;
}
.polygon{
	fill: white;
  stroke: rgb(249, 127, 127);
  stroke-width: 1;
}
polygon{
	fill:lime;
	stroke:purple;
	stroke-width:1;
}
.svgpoligon{
	left: 0;
	width: 120px;
	height: 53px;
	position: absolute;
}
.ctn_letras{
	position: relative;
	height: 200px;
}
.ctn_letras_ctn{
	position: absolute;
}
.ctn_letras_ctn[ref='1']{
	top: 30px;
	left: 189px;
}
.ctn_letras_ctn[ref='2']{
	top: 30px;
	left: 348px;
}
.ctn_letras_ctn[ref='3']{
	top: 30px;
  right: 348px;
}
.ctn_letras_ctn[ref='4']{
	top: 30px;
	right:  189px;
}
.ctn_letras_ctn[ref='5']{
	top: 110px;
	left: 189px;
}
.ctn_letras_ctn[ref='6']{
	top: 110px;
	left: 348px;
}
.ctn_letras_ctn[ref='7']{
	top: 110px;
	right: 348px;
}
.ctn_letras_ctn[ref='8']{
	top: 110px;
	right: 189px;
}
.letras img{
	height: 100px;
}
.cuadritos {
    border-radius: 5px;
    display: inline-block;
    width: 37px;
    height: 55px;
    border: 3px solid orange;
    text-align: center;
    position: relative;
    top: 15px;
    overflow: auto;
	margin: 0px -6px;
}
._letra_ .letra, .cuadritos .letra{
	justify-content: center;
	align-content: center;
	flex-direction: column;
	text-align: center;
	display: flex;
	height: 100%;
	font-size: 25px;
}
.cuadritos .letra{

}
._letra_ {
	border-radius: 5px;
	display: inline-block;
	width: 37px;
	height: 55px;
	text-align: center;
	position: relative;
	top: 15px;
	overflow: auto;
	border: 3px solid transparent;
	margin: 0px -6px;
}
#bicicleta {
	position: absolute;
	top: 90px;
	left: 50px;
}
.acomodar_letras {
	position: absolute;
	width: 500px;
	top: 215px;
}
.letras_bici .letra {
    border: 3px solid #FFE167;
    box-shadow: 0px 0px 10px 0px #a2a2a2;
    background: #FFFFFF;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    border-radius: 5px;
    width: 37px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.cont_origen {
	border: 2px solid transparent;
	width: 50px;
	height: 75px;
	padding-left: 0px;
	position: absolute;
	border-radius: 5px;
	top: 22px;
}
