*{
	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;
    padding: .5em;
		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/disenho/fondo.png');
    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;
}
.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;
}

.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;
}
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: -44px 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;
    bottom: 25px;
    right: 25px;
}
.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;
}
.mesa{
    width: 100%;
    height: 172px;
    padding: 29px 0px 0px;
    text-align: center;
	position: relative;
}
.cajas{
    height: 153px;
    width: 473px;
    top: 30px;
    left: 253px;
}
.caja{
	background: url(../img/disenho/caja.png) no-repeat;
	height: 100%;
	width: 145px;
	display: inline-block;
	margin: 0px 0px;
}
#cajaMedio{
	    margin: 0px 13px;
}
.texto{
	text-align: center;
    padding-top: 20px;
}
input:focus{
	outline: none;
}
input {
    font-size: 27px;
    border: 0px solid orange;
    border-radius: 5px;
    width: 141px;
    height: 111px;
    text-align: center;
}
ul{
	list-style: none;
}
.materiales{
	position: relative;
	width: 100%;
	height: 372px;
}
.materiales div{
	position:  absolute;
}
.ingredientes_lista{
	top: 71px;
    left: 42px;
    width: 205px;
    height: 270px;
    background: url(../img/disenho/libreta.png) no-repeat;
}
.ingrediente{
	width: 678px;
    height: 180px;
    top: 143px;
    left: 270px;
	display: none;
}

.ingredientes_lista .lista{
	padding: 31px 25px 0px;
}
.lista ul{
	padding-top: 20px;
}
.lista h4{
	font-weight: 300;
	font-size: 20px;
}
.lista li{
	list-style: none;
	font-size: 22px;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 40px;
}
.ingrediente img{
	position: absolute;
}
#cajahuevo{
    left: 30px;
	bottom: 25px;
}
#canastapapas{
	left: 227px;
    bottom: 25px;
}
#aceitenivel1{
	bottom: 25px;
    left: 420px;
}
#bolsasal{
    left: 520px;
    bottom: 25px;
}
#cuacei{
	left: 395px;
    bottom: 13px;
}
#cusal{
	left: 545px;
	bottom: 13px;
}
#huevos1{
	top: 53px;
	left: 50px;
}
#huevos2{
	top: 53px;
	left: 90px;
}
#huevos3{
	top: 53px;
	left: 130px;
}
#huevos4{
	top: 73px;
	left: 60px;
}
#huevos5{
	top: 73px;
	left: 100px;
}
#huevos6{
	top: 73px;
	left: 140px;
}
#papas1{
	left: 250px;
}
#papas2{
	left: 295px;
}
#papas3{
    top: 34px;
    left: 245px;	
}
#papas4{
    top: 30px;
    left: 285px;
}
#papas5{
	top: 30px;
	left: 320px;
}
#queso{
    bottom: 25px;
    left: 50px;
}
#quesito1{
	left: 45px;
	top: 135px;
}
#quesito2{
	left: 45px;
	top: 125px;
}
#quesito3{
	left: 45px;
	top: 115px;
}
#tomate1{
    left: 295px;
    top: 3px;
}
#tomate2{
    left: 259px;
    top: 5px;
}
#tomate3{
    top: 25px;
    left: 325px;
}
#tomate4{
    top: 27px;
    left: 290px;
}
#tomate5{
    top: 21px;
    left: 256px;
}
#bolsapan{
    left: 419px;
    bottom: 25px;
}
#aceitenivel2{
	left: 555px;
	bottom: 25px;
}
#panesito1{
	top: 130px;
	left: 409px;
}
#panesito2{
	left: 409px;
	top: 120px;
}
#cuacei2{
    left: 539px;
    bottom: 12px;
}

#naranja1{
    top: 33px;
    left: 94px;
}
#naranja2{
    top: 46px;
    left: 55px;
}
#naranja3{
    top: 51px;
    left: 89px;
}
#naranja4{
    top: 65px;
    left: 66px;
}
#naranja5{
    top: 49px;
    left: 132px;
}
#naranja6{
    top: 65px;
    left: 105px;
}

#fresa1{
    left: 247px;
    top: 26px;
}
#fresa2{
    left: 219px;
    top: 33px;
}
#fresa3{
    left: 275px;
    top: 34px;
}

#fresa4{
    left: 300px;
    top: 39px;
}
#fresa5{
    left: 198px;
    top: 49px;
}
#fresa6{
    left: 257px;
    top: 44px;
}

#fresa7{
    left: 290px;
    top: 58px;
}
#fresa8{
    left: 231px;
    top: 49px;
}
#fresa9{
    left: 218px;
    top: 67px;
}

#fresa10{
    left: 245px;
    top: 71px;
}
#fresa11{
    left: 271px;
    top: 69px;
}
#peras1{
    top: 29px;
    left: 500px;
}
#peras2{
    top: 10px;
    left: 536px;
}
#peras3{
    top: 19px;
    left: 560px;
}
#peras4{
    top: 28px;
    left: 588px;
}
#peras5{
    top: 73px;
    left: 545px;
}
#peras6{
    top: 40px;
    left: 520px;
}
.platano{
    top: 36px;
    right: 191px;
}
.mover, .moverdoble{
	cursor: pointer;
}
#frutaplatano{
	margin-top: -16px;
}
.regresardoble, .regresar{
	cursor: pointer;
}
.lista div{
	font-size: 22px;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	height: 40px;
}
.lista img{
	margin-left: 30px;	
}