*{
	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: 22px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 60px;
	padding-left: 20px;
}
.titulo p{
	font-size: 15px;
}
.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;
	width: 100%;
	background: url(../img/disenho/fondo.png) no-repeat;
	//background: url(file:///C:/xampp/htdocs/SkaySolution.com/recursos/disenhoAI/Recurso%201imagenes.png) no-repeat;	
	background-position: 0px bottom;
	background-color: white;
}
.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;
}
.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: 1em;
}
.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: 62px;
	background: url(../img/btn/comprobar.png) no-repeat;
	background-size: cover;
	border: 0;
	height: 62px;
	top: 36px;
	right: 36px;
}
#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;
}

.centro_align{
		text-align: center;
}
.circle_arrastrar, .cuadros_drop, .img_referencias{
    height: 200px;
    position: relative;
}
.circle_arrastrar{
		margin-bottom: 50px;
}
.img_referencias{
    height: 200px;
    margin-top: 60px;
}
.cnt_mover_img{
	width: 130px;
	height: 130px;
	display: inline-block;
}
.cnt_mover_img{
	position: absolute;
	top: 45px;
}
.mover_imagen[valor='1']{
	background-position-x: -542px;
}
.mover_imagen[valor='2']{
	background-position-x: -276px;
}
.mover_imagen[valor='3']{
	background-position-x: -808px;
}
.cnt_mover_img[ref='4']{
	right: 158px;
}
.drop_img, .ref_img{
	margin-right: 50px;
	width: 134px;
	height: 134px;
	display: inline-block;
}
.ref_img{
    margin: 0px 50px;
    width: 148px;
    height: 25px;
    padding: 27px;
    display: inline-block;
    display: inline-block;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 23px;
}
.drop_img{
	position: absolute;
	height: 175px;
	width: 80px;
	border-radius: 5px;
}
.drop_img[valor='1']{
	left: 350px;

}
.drop_img[valor='2']{
	left: 50px;
}
.drop_img[valor='3']{
	left: 650px;
}
img.referencia{
	height: 90%;
}
img#img_1{
	width: 126%;
}
img.mover{
	cursor: pointer;
	box-shadow: 0px 0px 10px 0px #a2a2a2;
	width: 120px;
	height: 120px;
	border-radius: 88px;
}
.cnt_drop{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 30px;
}
.imgglobo_rotar{
	display: none;
}
.mover_imagen{
    width: 60px;
    height: 90px;
    background-size: 1402px;
    display: inline-block;
    margin: 0px 8px;
}
.mover_imagen img{
}
.interior_del_drop{
	top: 0;
	left: 0;
	border: none;
	box-shadow: none;
}
.light{

}
.circle_arrastrar .mover_imagen{
}

.cuadros_drop{
	top: 195px;
	background: url(../img/disenho/cinta.png) no-repeat;
	background-position: center;
	left: 1000px;
}
.circle_arrastrar > div{
	position: absolute;
	z-index: 1;
}
div[ref='1']{
	left: 324px;
	top: 156px;
}
div[ref='2']{
	left: 389px;
	top: 155px;
}
div[ref='3']{
	left: 461px;
	top: 154px;
}
div[ref='4']{
	top: 258px;
	left: 350px;
}
div[ref='5']{
	top: 259px;
	left: 418px;	
}
div[ref='6']{
	top: 249px;
	left: 480px;
}
div[ref='7']{
	top: 234px;
	left: 545px;
}
div[ref='8']{
	left: 418px;
	top: 268px;
}
div[ref='9']{
	left: 473px;
	top: 262px;
}
div[ref='10']{
	left: 525px;
	top: 253px;
}
div[ref='11']{
	left: 577px;
	top: 244px;
}
div[ref='12']{
	left: 630px;
    top: 255px;
}
.drop_img .mover_imagen[valor='3']{
	margin-top: 20px;
	margin-left: 0px;
}
.caja_producto {
    position: absolute;
    left: 257px;
    top: 115px;
	z-index: 1;
}
.drop_img .mover_imagen{
	position: relative;
}
.mover_imagenes{
	z-index: 2;
}