/* CSS Document */
/*-------------------------------------------*/


#zona_trabajo
{
	margin-top: 25px;
}

.personajeinfo
{
	width: 82px;
    position: absolute;
    top: 7px;
    left: 25px;
    z-index: 1;
}
.personajesonido
{
	position: absolute;
    width: 27px;
    left: 84px;
    top: 10px;
    z-index: 2;
}
.minube
{
	background-color: rgba(255, 255, 255, 0.83);
    border-radius: 12px;
    font-size: 20px;
    color: #EF6C00;
    width: 82%;
    float: left;
    position: relative;
    left: 55px;
    margin: 15px 0px 0px 15px;
    font-family: Chewy;
    padding-left: 25px;
    padding-top: 6px;
    height: 65px;
}

.libro
{
	    position: absolute;
    width: 90%;
    height: 281px;
    background-color: white;
    font-size: 20px;
    padding: 20px;
    top: 94px;
    left: 5%;
    overflow: auto;
    margin: 0px;
    border-radius: 12px;
    color: #2E7D32;
}

.aumentar2:hover
	{
		cursor:url(../images/cursor/hand.cur) , auto!important;
		-webkit-transition:-webkit-transform 0.8s ease-out; 
		-moz-transition:-moz-transform 0.8s ease-out; 
		-o-transition:-o-transform 0.8s ease-out; 
		-ms-transition:-ms-transform 8.1s ease-out; 
		transition:transform 0.8s ease-out;
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		z-index:3000;
	}
	
.cursor:hover
{
		cursor:url(../images/cursor/hand.cur) , auto!important;
}

.el_titulo
{
	 text-align:center; font-size:32px;
	 animation: 1s bounceIn ease;
}
.primero
{
	animation: 1.5s bounceInUp ease;
}

.segundo
{
	animation: 3s bounceInUp ease;
}
.tercero
{
	animation: 4.5s bounceInUp ease;
}
.intros img:hover
{
	-webkit-filter: sepia(100%); /* Chrome, Safari, Opera */
    filter: sepia(100%);
}

.intros:hover span
{
	color:#3e2723;
}
.sombra
{
	-webkit-box-shadow: 0px 0px 36px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 36px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 36px 0px rgba(255,255,255,1);
}
.navegar
{
	position: relative;
    top: -55px;
    color: #FFD180;
}
.fa-home
{
 font-size: 70px;
}
.ir_al_juego
{
	position: relative;
    top: -5px;
    font-family: Chewy;
    float: right;
    font-size: 60px;
}


#audiocuento
{
	position: relative;
    bottom: 71px;
    background-color: rgba(255, 255, 255, 0.81);
    width: 100%;
    padding: 8px;
    font-family: Roboto;
    font-weight: bold;
}
/* Eliminar el contador de tiempo y duración */
.mejs-container .mejs-controls .mejs-time span { display: none; }
   
/* Eliminar el botón de volumen */
.mejs-controls div.mejs-horizontal-volume-slider { display: none; }

.intros .ver
{
	color: #3e2723;!important;
    font-family: Roboto;
    font-size: 25px;
    position: absolute;
    top: 42%;
    left: 37%;
	background-color:#ffd180;
    border: 2px solid #3e2723;
    border-radius: 12px;
    padding: 3px;
    animation: 2s milatido infinite;
	opacity:0;
}
.intros:hover .ver
{
	opacity:1;
}


.titulo_ini
{
	position: absolute;
    top: 3px;
    left: 27px;
    color: #ff6d00;;
    font-size: 31px;
    font-family: Chewy;
	
}
.titulo_fin
{
	    position: absolute;
    bottom: 11px;
    left: 29px;
    color: #000000;
    font-family: roboto;
    font-size: 20px;
}

.vocabulario
{
	font-family:roboto;
	    width: 230px;
    background-color: white;
    padding: 10px;
    float: left;
    position: fixed;
    top: 40px;
	z-index: 4;
	display:none;
}
.vocabulario .cerrarvoc
{
	    width: 110%;
    height: 10px;
    position: relative;
    left: -10px;
    top: 10px;
    background-color: #997150;
    text-align: center;
	
}
.vocabulario .cerrarvoc .fa
{
	color:white;
	position:relative;
	top: -5px;
}

#narracion1{
     font-size: 21px;
    font-family: Roboto_thin;
    text-align: justify;
    font-weight: bold;
    padding: 11px 14px;
    color: #1d1d1b;
    margin: -6px 35px;
    background-color: rgba(255, 255, 255, 0.89);
    border-radius: 12px;
}
#narracion2
{
	font-size: 21px;
    font-family: Roboto_thin;
    text-align: justify;
    font-weight: bold;
    padding: 22px;
    color: #1d1d1b;
    margin-top: 48px;
    margin-right: 15px;
    background-color: rgba(255, 255, 255, 0.89);
    border-radius: 12px;
}
#narracion3
{
	    font-size: 21px;
    font-family: Roboto_thin;
    text-align: justify;
    font-weight: bold;
    padding: 17px;
    width: 91%;
    position: relative;
    left: 31px;
    top: 7px;
    color: #1d1d1b;
    margin-top: 5px;
    margin-right: 15px;
    background-color: rgba(255, 255, 255, 0.89);
    border-radius: 12px;
}

.leer
{	
	position: absolute;
    top: 57px;
    z-index: 3;
    width: 38px;
    height: 48px;
    left: 11px;
    color: white;
    background-color: #FFD180;
    border-radius: 12px;
    padding: 5px;
    color: #1d1d1b;
    font-size: 29px;
    font-family: Roboto;
}
.leer2
{
	position: absolute;
    top: 65px;
    z-index: 3;
    width: 40px;
    height: 50px;
    left: 5px;
    color: white;
    background-color: #FFD180;
    border-radius: 12px;
    padding: 5px;
    color: #1d1d1b;
    font-size: 30px;
    font-family: Roboto;
}
.leer3
{
	position: absolute;
    top: 59px;
    z-index: 3;
    width: 40px;
    height: 50px;
    left: 20px;
    color: white;
    background-color: #FFD180;
    border-radius: 12px;
    padding: 5px;
    color: #1d1d1b;
    font-size: 30px;
    font-family: Roboto;
}
.amigos
{
	width: 315px;
    position: relative;
    left: 29%;
    top: 54px;
}
.aljuego
{
	position: absolute;
    top: 361px;
    width: 176px;
    left: 500px;
    color: #593820;
    background-color: #FFD180;
    border-radius: 12px;
    padding: 6px;
    font-size: 23px;
    text-align: center;
    font-family: Chewy;
    animation: 2s milatido infinite;
    cursor: url(../images/cursor/hand.cur), auto;
}
.creditos
{
	position: absolute;
    top: 110px;
    font-family: Roboto;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.84);
    border-radius: 8px;
    width: 80%;
    margin-left: 12%;
    padding: 19px;
}
#zorro_cabana
{
	margin: 16px;
    margin-top: 16px;
    width: 336px;
}
#castor_cabana
{
	float: right;
    margin: 23px;
    margin-top: 16px;
    width: 293px;
}

#zorro
{
	    width: 265px;
    position: relative;
    top: 179px;
    left: 1px;
    z-index: 2;
}
#zorro2
{
  width: 350px;
    position: relative;
    top: 0px;
    right: 38px;
    z-index: 2;
}
#zorro3
{
	width: 254px;
    position: relative;
    top: -12px;
    left: 231px;
    z-index: 2;
}

/*BOTONES CONTROL*/
.latidoboton
{
	animation: 1s latidos infinite;
	color: #58371F;
}
.boton_control
{
	position: relative;
    bottom: 42px;
    color: white;
	cursor: url(../images/cursor/hand.cur), auto;
}
.siguiente{	right: 10px; float: right;}
.atras{	left: 10px; float: left;}
.boton_control:hover{ color: #58371F; }
/*FIN BOTONES CONTROL*/

.fondo1{ background-color: #00838f;}
.fondo2{ background-color: #00838f;}
.fondo3{ background: url(../images/fondos/fondo3.png);    background-size: 100%;}
.fondo4{ background: url(../images/fondos/fondo4.png);    background-size: 100%;}

.tituloinicial
{
	font-size: 42px;
    font-family: Chewy;
    color: #58371F;
    position: fixed;
    left: 20%;
    top: 41px;
}

.titulo_inicio{
    position: relative;
    padding: 8px;
    margin: 0px;
}
/*CUENTO*/


#pieza_inicio
{
    left: 60px;
    top: 58px;
    animation: 1s fadeInDown ease;
}

#pieza_nudo
{
	left: 248px;
    top: 50px;
    animation: 1.2s fadeInDown ease;
}

#pieza_desenlace
{
	    left: 435px;
    top: 42px;
    animation: 1.5s fadeInDown ease;
}
.circulos
{
margin: 0px auto;  width: 50px;   height: 50px;  border-radius: 50%;  background-color: #FFCC00;
}
.circulos:hover
{
	background-color: white; border:1px solid #FFCC00;
}
.orden1 { animation: 1s bounceIn ease;  
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);}
.orden2 { animation: 1.5s bounceIn ease;
	 -ms-transform: rotate(-5deg); /* IE 9 */
    -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
    transform: rotate(-5deg);}
.orden3 { animation: 1.8s bounceIn ease;
	 -ms-transform: rotate(12deg); /* IE 9 */
    -webkit-transform: rotate(12deg); /* Chrome, Safari, Opera */
    transform: rotate(12deg);}

.miimagen
{
	width:300px;
	height:300px;
}

.espacio
{
	    background-image: url(../images/tema/fondo.png);
    background-repeat: no-repeat;
    background-size: 102%;
    height: 222px;
    position: relative;
    left: 9px;
    bottom: 11px;
}

.titulopieza
{
    font-family: Chewy;
    text-transform: capitalize;
    color: #E65100;
    background-color: white;
    padding: 0px 5px;
    border-radius: 3px 10px;
    font-size: 22px;
    position: absolute;
    top: 4px;
    z-index: 3;
	
}
.tpieza1
{
	    top: 40px;
    left: 98px;
    animation: 1.5s bounceInDown ease;
}
.tpieza2
{	
	 top: 34px;
    left: 289px;
    animation: 2s bounceInDown ease;
}
.tpieza3
{
	top: 29px;
    left: 460px;
    animation: 3s bounceInDown ease;
}
.estado
{
	    position: absolute;
    left: 81%;
    width: 45px!important;
	display:none;
	 animation: 0.7s tada ease;
	z-index: 3;
}

#arras_incorrecto
{
	 position: absolute;
    left: 81%;
    top: 112%;
	width:150px;
	display:none;
}


.ordent1
{
	animation: 1s tada ease;
}
.ordent2
{
	animation: 1.3s tada ease;
}
.ordent3
{
	animation: 1.6s tada ease;
}







.contenedorPieza {
       border-radius: 18px 0px;
    width: 140px;
    height: 140px;
    margin: 0px auto;
    position: absolute;
    background-color: #FF6600;
}

.contenedorPieza .miimagen {
     width: 100%;
    height: 136px;
        border-radius: 17px 0px;
  background-color: transparent;
  transform: rotate(0deg);
}

#contenedorPiezas {
   text-align: center;
    float: left;
    width: 99%;
    margin-left: 12px;
    background: #FFCC00;
    height: 182px;
    padding: 12px;
	    position: relative;
    bottom: 5px;
}


#contenedorPuzzle img {
    margin: 2px;
    width: 78px;
}

#manito{
	      color: white;
    font-size: 37px;
    padding: 12px 5px 12px 12px;
    animation: 3s aum infinite;
    z-index: 2;	
}

#contenedorPuzzle img
	{
	   	width: 100%;
     	height: 100%;
	}
	
#contenedorPiezas img
{
    width: 150px;
    height: 150px;
	margin: 2px;
}

@keyframes aum {
   
   50% { opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */}
}
@keyframes latido{
       from { right: 90px;}
    50% { right: 100px;}
    to {right: 90px; }
}
@keyframes milatido {
		from { transform: none; }
		50% { transform: scale(1.1); }
		to { transform: none; }
	}

@keyframes rotar{
     from { animation: 2s  bounceInDown ease; }
    80% { -webkit-transition: -webkit-transform 1s ease-out;
 -moz-transition: -moz-transform 1s ease-out;
 transition: transform 1s ease-out;
 -webkit-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);}
 
}



.verificar
	{
	position: absolute;
    right: 255px;
    top: 219px;
    width: 150px;
	animation: 1s rotar ease;
	display:none;
	}
	
	
/**EMERGENTES**/

.miemergente{
		width: 750px;
   		 color: #1d1d1b;
		position: fixed;
		margin-left: 50%;
		top: 20px;
		left: -375px;
		z-index: 2000;
		display:table;
	}
