
*{
	padding: 0;
	margin: 0;
	font-family: Verdana;
}
body{
	background: #999999;
}
.contenedor_principal{
	position: relative;
    width: 960px;
    height: 720px;
    margin: 0 auto;
}
.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;
	background: url('../img/objetos/fondo.png');
    width: 100%;
	background-position: center;
}
.titulo_miniatura{
	padding: 10px;
	background: #dddddd;
}
.subtitulo_historias{
	width: 29em;
    padding: 11px;
    margin: 0 auto;
}
.subtitulo_historias div{
    left: 362px;
    top: 396px;
    width: 89px;
    height: 143px;
}

.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;
}

.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;
}

.ficha{
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 90px;
    height: 120px;
}
.ficha .cnt_imagen{
	position: absolute;
	width: 270px;
	height: 100%;
}

.contenedor_juego{
    width: 750px;
    position: relative;
}
.productos{
	position: absolute;
	width: 600px;
	height: 600px;
}
.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;
}
.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: 139px;
	height: 137px;
}

.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;
}

.img_monitos {
	margin: 8px;
    position: absolute;
    width: 100px;
    height: 0px;
}

.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: -145px 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: 50px;
	right: 70px;
}
.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: 15em;
  padding: 15em;
  background: #e6b600;
  border-radius: 24px;
	background: url(../img/btn/reiniciar.png) no-repeat;
	background-size: cover;
}
.imgglobo_rotar{
	display: none;
}

.precio, .cont_fruto{
	position: absolute;
}
.ui-draggable-dragging{
	z-index: 1000;
}


ul{
	list-style: none;
}
.ejecucion_juego{
	height: 100%;
	width: 100%;
	position: relative;
}
.canvas{
	position: relative;
	width: 100%;
	height: 480px;
}
.arrastrables{
	position: relative;
	width: 100%;
	height: 220px;
}
.cnt_mover, .ctn_piezas{
	position: absolute;
}
.ctn_mover{
	width: 100px;
	height: 100px;
	border: 1px solid red;
	cursor: pointer;
}
.cnt_mover[val='1']{
    width: 203px;
    height: 100px;
    top: 268px;
    left: 182px;
    transform: rotate(24deg);
}
.cnt_mover[val='2']{
    width: 54px;
    height: 100px;
    top: 389px;
    left: 380px;
}
.cnt_mover[val='3']{
    width: 72px;
    height: 111px;
    top: 396px;
    left: 405px;
}
.cnt_mover[val='4']{
    width: 54px;
    height: 100px;
    top: 388px;
    left: 500px;
}
.cnt_mover[val='5']{
    width: 76px;
    height: 129px;
    top: 380px;
    left: 523px;
}
.cnt_mover[val='6']{
    width: 203px;
    height: 100px;
    top: 323px;
    right: 214px;
    transform: rotate(-30deg);
}
.cnt_mover[val='7']{
	top: 220px;
    left: 360px;
}
/*.ctn_piezas[pos='1']{

}
.ctn_piezas[pos='2']{

}
.ctn_piezas[pos='3']{

}
.ctn_piezas[pos='4']{

}
.ctn_piezas[pos='5']{

}
.ctn_piezas[pos='6']{

}*/
.escena1{
	position: absolute;
}
.escena2{
	left: 960px;
	position: absolute;
}
.escena3{
	left: 1920px;
	position: absolute;
}
.border_trasparent{
	border: 3px solid transparent;
}
.border_solid{
	border: 3px solid lightgray;
}
.border_dotted{
	border: 3px dotted lightgray;
}
.cont #p2.parte {
    transform: rotate(39deg);
}
.cont .ui-draggable-dragging.parte#p2{
	transform: rotate(18deg)
}
.cont #p1.parte {
	transform: rotate(39deg);
	width: 30px;
	text-align: center;
}
.cont .ui-draggable-dragging.parte#p1{
	transform: rotate(18deg)
}
.cont #p4.parte {
    transform: rotate(-7deg);
}
.cont .ui-draggable-dragging.parte#p4{
	transform: rotate(0deg)
}
.cont #p8.parte {
    transform: rotate(-7deg);
}
.cont .ui-draggable-dragging.parte#p8{
	transform: rotate(0deg)
}

.cont #p5.parte {
    transform: rotate(-73deg);
}
.cont .ui-draggable-dragging.parte#p5{
	transform: rotate(0deg)
}
.contenedor_de_juego{
	height: 100%;
}
.portadorvasos {
    width: 391px;
    position: absolute;
    top: 238px;
    left: 69px;
    height: 88px;
}
.portador_mandil {
	position: absolute;
	right: 60px;
	width: 373px;
	top: 108px;
}
.portador_mochila {
	width: 125px;
	height: 128px;
	background: url(../img/objetos/mroja.png);
	bottom: 181px;
	position: absolute;
	right: 194px;
}	
.portador_mochila .contenedor, .portadorvasos .contenedor, .portador_mandil .contenedor{
	width: 100%;
	height: 100%;
	position: relative;
}
.nombre {
    position: relative;
    top: 75px;
    width: 100%;
    text-align: center;
}
.vasos, .mandil{
	position: absolute;
}
.etiquietas_nombre {
	position: absolute;
	width: 419px;
	height: 53px;
	left: 58px;
	top: 159px;
	text-align: center;
}
.etiquietas_nombre .ettiqueta{
	margin: 0px 28px;
	float: left;
}
.drag{
	cursor: pointer;
}
.personaje {
    bottom: 20px;
    position: absolute;
    height: 285px;
    width: 164px;
	left: -200px;
}
.personaje *{
    position: absolute;
}
.personaje.eva .manoizquierda {
    top: 117px;
    left: 90px;
}
.personaje.eva  .pieizquierdo {
    top: 178px;
    left: 78px;
}
.personaje.eva  .manoderecha {
    top: 119px;
    left: 45px;
}
.personaje.eva  .piederechi {
    top: 175px;
    left: 55px;
}
.personaje.eva  .mochila {
    left: 28px;
    top: 102px;
}
/** Siguiente persona */
.personaje.laura .manoizquierda {
    top: 117px;
    left: 90px;
}
.personaje.laura  .pieizquierdo {
    top: 178px;
    left: 78px;
}
.personaje.laura .manoderecha {
    top: 119px;
    left: 45px;
}
.personaje.laura .piederechi {
    top: 168px;
    left: 45px;
}
.personaje.laura .mochila {
    left: 28px;
    top: 102px;
}

/** Siguiente persona */
.personaje.omar .manoizquierda {
    top: 117px;
    left: 90px;
}
.personaje.omar .pieizquierdo {
    top: 169px;
    left: 78px;
}
.personaje.omar  .manoderecha {
    top: 119px;
    left: 45px;
}
.personaje.omar .piederechi {
    top: 158px;
    left: 31px;
}
.personaje.omar .mochila {
    left: 36px;
    top: 107px;
}
.personaje.omar .cuerpohumano {
    left: 25px;
    top: 0px;
}

/** Siguiente persona */
.personaje.pau .cuerpohumano {
    left: 25px;
    top: -3px;
}
.personaje.pau .manoizquierda {
    top: 117px;
    left: 90px;
}
.personaje.pau  .pieizquierdo {
	top: 155px;
	left: 86px;
}
.personaje.pau  .manoderecha {
    top: 119px;
    left: 45px;
}
.personaje.pau  .piederechi {
    top: 151px;
    left: 42px;
}
.personaje.pau .mochila {
    left: 36px;
    top: 107px;
}

/** distancia entre personajes*/ 
.mochila{
	display: none;
}