*{
	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;
}
.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.fw.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{
	text-align: center;
}
.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: 0px 0px;
	background-size: cover;
}
.contenedor_juego{
  margin: 40px 0px;
}
.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{
	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;
	border: 0;
	height: 65px;
	bottom: 36px;
	right: 54px;
}
.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{
	text-align: center;
	display: inline-block;
	width: 120px;
	cursor: pointer;
	padding: 2px 22px 3px 0px;
}
.contenedor_girar{
	display: none;
}
.front, .back{
	display: inline-block;
}
.back img{
	margin-left: 10px;
}
