*{
	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;
	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;
	background: #bdd3e2;
	background: url(../img/objetos/fondo.png)no-repeat;
	width: 100%;
	background-position: center;
	background-size: 112%;
}
.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{
}
.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;
}
.dropdiv .lat_der_monitos{
    padding: 3px 6px;
}
.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{
}
.contenedor_juego{
	height: 100%;
}
.juego{
	float: left;
	width: 591px;
	height: 591px;
}
.cont_objeto div{
	display: none;
	top: -100px;
	display: block;
    height: 120px;
    position: absolute;
}
.objetos{
	height: 596px;
	width: 150px;
}
.enlinea{
	display: inline-block;
}
.cuadrante{
	width: 285px;
	height: 285px;
	float: left;
	overflow: hidden;
}
.cnt_droppables {
    margin-left: 75px;
}
.contenedor_juego table{
	width: 100%;
	height: 100%;
}
.contenedor_juego table tr td{
	border: 1px solid white;
	height: 85px;
}
.cnt_droppables table tr td{
	border: 1px solid white;
	height: 42px;
	width: 43px;
	padding: 4px;
	text-align: center;
}

.cnt_droppables>table{

}
.cnt_droppables>.tablas{
	position: absolute;
	border: 6px solid white;
	border-radius: 8px;
	top: -28px;
	height: 616px;
	width: 70px;/**Nivel medio*/
	width: 120px;/**Nivel DIFICIL*/
}
.ninha{
	top: -50px;
	left: 15px;
}
.papalote{
	left: 40px;
	top: -15px;
}
.cont_objeto{
	height:580px;
    border: 5px solid white;
    margin-left: 30px;
    border-radius: 30px;
}
.posvalor{
	width: 139px;
	height: 137px;
}
.mover{
	width: 110px;
}
.mover .lat_der_monitos{
  margin: -9px;
}
.mover .lat_der_monitos[valor='1']{
	margin-left: -12px;
}
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: 16px;
	//margin-top: 17px;
	width: 120px;
	position: absolute;
}
.img_monitos {
	margin: 8px;
    position: absolute;
    width: 100px;
    height: 0px;
}
.lat_der_monitos{
	//margin-left: 4px;
  width: 130px;
  height: 130px;
}
.mover_img_monito{
	margin: 8px;
    width: 100px;
    height: 100px;
}
.resultados{
	width: 100%;
	height: 23px;
}
#resultado{
	padding-left: 1em;
}
/*Informacion Modal*/
.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: -600px;
	position: absolute;
	margin: 10px 153px;;
	z-index: 100;
}
.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{
	border: 2px solid #c9bba5;
  background: #c9bba5;

}
.parrafo{
	padding: 10px 0px;
}
.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;
}
.btn_accion:focus{
	outline: none;
}
#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;
}
.imgglobo_rotar{
	display: none;
}
.cartas{
	display: inline-block;
	width: 133px;
	cursor: pointer;
}
.contenedor_girar{
	display: none;
}

.juegosn{
	margin-left: 458px;
	margin-top: -30px;
}
.caras_resultantes{
	position: relative;
	height: 231px;
}
.caras_resultantes > div{
	position: absolute;
}
.cararobot{
	background: url(../img/objetos/cararobot.png) no-repeat;
	background-size: contain;
	width: 154px;
	height: 158px;
	left: 406px;
	top: 30px;
	position: relative;
}
.cararobot>div{
	position: absolute;
	text-align: center;
}
.carahumano{
	background: url(../img/objetos/ch1.png) no-repeat;
	background-color: #fcfffd;
	background-position: center;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	left: 43px;
	top: 41px;
}
.piezas {
    height: 426px;
}
.contenedores {
	width: 240px;
	float: left;
	height: 425px;
	position: relative;
}
.pieza {
    border: 1px solid transparent;
    height: 100%;
	position: relative;
}
.sosten{
	position: absolute;
}
.sosten[ref='1']{
	left: 57px;
	top: 18px;
}
.sosten[ref='2']{
	right: 54px;
	top: 18px;
}
.sosten[ref='3']{
	left: 64px;
	top: 108px;
}
.sosten[ref='4']{
	right: 60px;
	top: 109px;
}
.sosten[ref='5']{
	left: 64px;
	top: 189px;
}
.sosten[ref='6']{
	right: 59px;
	top: 191px;
}
.sosten[ref='7']{
	left: 63px;
	top: 268px;
}
.sosten[ref='8']{
	top: 268px;
	right: 59px;
}
.sosten[ref='9']{
	left: 63px;
	bottom: 23px;
}
.sosten[ref='10']{
	right: 58px;
	bottom: 23px;
}
.sosten[ref='11']{
	left: 18px;
	top: 19px;
}
.sosten[ref='12']{
	right: 10px;
	top: 19px;
}
.sosten[ref='13']{
	left: 19px;
	top: 98px;
}
.sosten[ref='14']{
	right: 14px;
	top: 98px;
}
.sosten[ref='15']{
	left: 17px;
	top: 183px;
}
.sosten[ref='16']{
	right: 12px;
	top: 183px;
}
.sosten[ref='17']{
	left: 17px;
	bottom: 97px;
}
.sosten[ref='18']{
	right: 14px;
	bottom: 98px;
}
.sosten[ref='19']{
	left: 11px;
	bottom: 17px;
}
.sosten[ref='20']{
right: 9px;
bottom: 17px;
}
.sosten[ref='21']{
	left: 114px;
	top: 30px;
}
.sosten[ref='22']{
	left: 111px;
	top: 119px;
}
.sosten[ref='23']{
	left: 111px;
	top: 198px;
}
.sosten[ref='24']{
	bottom: 120px;
	left: 112px;
}
.sosten[ref='25']{
bottom: 35px;
left: 111px;
}
.sosten[ref='26']{
	left: 93px;
	top: 27px;
}
.sosten[ref='27']{
	top: 117px;
	left: 62px;
}
.sosten[ref='28']{
	top: 200px;
	left: 90px;
}
.sosten[ref='29']{
	bottom: 111px;
	left: 93px;
}
.sosten[ref='30']{
	bottom: 31px;
	left: 108px;
}
.oregai{
	height: 54px;
	top: 76px;
	right: 151px;
	width: 49px;
}
.orejad{
	height: 54px;
	top: 76px;
	left: 146px;
	width: 34px;
}
.nariz{
	left: 66px;
	width: 20px;
	height: 28px;
	top: 81px;
}
.boca{
	left: 22px;
	width: 111px;
	top: 114px;
	height: 30px;
	text-align: center;
}
.ojoiz, .ojoder{
	right: 92px;
	top: 60px;
	width: 58px;
	height: 60px;
}
.ojoder{
	left: 90px;
}
.drag{
	cursor: pointer;
}
.ojoder img, .ojoiz img{
}

.droppable.oregai.ui-droppable {
    text-align: right;
}
.modalResultadoGame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.ui-draggable-dragging{
	position: relative;
}
.recursos {
    position: absolute;
    right: 85px;
    bottom: 20px;
}
.ninhos {
    position: absolute;
    bottom: 304px;
    left: 20px;
}
.ninhos .ninho_ {
    position: absolute;
    bottom: 0px;
}
.ctndrop {
	position: absolute;
	bottom: 2px;
	left: 0px;
	text-align: center;
	width: 100%;
}
.acomode{
	height: 235px;
	width: 133px;
	display: inline-block;
	position: absolute;
	bottom: 0px;
}
.acomode img{
}
.mover_imagenes{
	z-index: 2;
}
.botones_letras{
	padding-top: 20px;
}
.palabra, .imagene_ref, .botones_letras{
	text-align: center;
}
.imagenes_acumulativas{
	position: absolute;
	height: 150px;
	width: 100%;
	bottom: 0px;
}
.imagenes_acumulativas img{
	bottom: 30px;
	margin: 0px 12px;
	margin-top: 29px;
}
.btnletras{
	cursor: pointer;
}
#words {
    font-size: 35px;
    padding-top: 30px;
}
#letra_one {
    color: gray;
}
.imagene_ref {
	padding: 27px 2px;
	height: 230px;
}
#img10 {
    left: 10px;
}
#img20 {
    left: 158px;
}
#img30 {
    left: 289px;
}
#img40 {
    right: 311px;
}
#img50 {
    right: 125px;
}
#img60 {
    right: 15px;
}
.contenedor_drag{
	position: absolute;
	left: 30px;
	bottom: 30px;
}
.paisdrag{
	width: 157px;
	height: 155px;
	background: url(../img/objetos/caja.png) no-repeat;
}
.contenedor_drag .paises_imag{
	position: absolute;
}
#img1 {
	top: 20px;
	height: 128px;
}
#img2 {
	top: 66px;
	left: 64px;
	height: 25px;
}
#img3 {
	left: 32px;
	top: 32px;
	height: 100px;
}
#img4 {
	top: 31px;
	left: 64px;
	height: 105px;
}
#img5 {
	left: 64px;
	top: 56px;
	height: 36px;
}
#img6 {
	left: 65px;
	top: 60px;
	height: 37px;
}
#img7 {
	left: 59px;
	top: 50px;
	height: 50px;
}
.paises_staticos{
	position: absolute;
	display: none;
	filter: grayscale(80%);
}
.paises_droper{
	position: absolute;
}
.paises_droper[v='1']{
	top: 217px;
	left: 633px;
	width: 174px;
	height: 125px;
}
.paises_droper[v='2']{
	top: 274px;
	left: 434px;
	width: 31px;
	height: 26px;
}
.paises_droper[v='3']{
	right: 77px;
	bottom: 123px;
	width: 113px;
	height: 100px;
}
.paises_droper[v='4']{
	bottom: 87px;
	left: 269px;
	width: 44px;
	height: 105px;
}	
.paises_droper[v='5']{
	top: 419px;
	left: 488px;
	width: 37px;
	height: 39px;
}
.paises_droper[v='6']{
	top: 260px;
	left: 473px;
	width: 32px;
	height: 38px;
}
.paises_droper[v='7']{
	top: 368px;
	left: 241px;
	width: 34px;
	height: 50px;
}
#imgs1 {
	top: 218px;
	left: 637px;
	height: 128px;
}
#imgs2 {
	top: 275px;
	left: 435px;
	height: 25px;
}
#imgs3 {
	right: 79px;
	bottom: 123px;
	height: 100px;
}
#imgs4 {
	bottom: 87px;
	left: 270px;
	height: 105px;
}
#imgs5 {
	top: 421px;
	left: 489px;
	height: 36px;
}
#imgs6 {
	top: 262px;
	left: 474px;
	height: 37px;
}
#imgs7 {
	top: 369px;
	left: 241px;
	height: 50px;
}

.nombre_paises{
	text-transform: uppercase;
	position: absolute;
	padding: 5px;
	border-radius: 5px;
	display: none;
	color: black;
}
#letra7 {
	top: 376px;
	left: 212px;
}
#letra6 {
	top: 260px;
	left: 462px;
}
#letra5 {
	bottom: 206px;
	left: 467px;
}
#letra4 {
	bottom: 133px;
	left: 237px;
}
#letra3 {
	right: 80px;
	bottom: 159px;
}
#letra2 {
	top: 272px;
	left: 394px;
}
#letra1 {
	right: 195px;
	top: 278px;
}



