
body {
	color: #333;
	font-family: 'open_sansregular';
	font-size: 16px;
	margin: 0;
	overflow: hidden;
	height: 100%;
  
    background: url("../images/fondo.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	}

:focus {
	outline: 0;
}

.pos_absoluta{
	position: absolute;
}
.pos_relativa{
	position: relative;
}

.oculto{
	display:none;
}
.over_hidden{
	overflow: hidden;
}

.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

.inactivo, .inactivo:hover{
	cursor: default !important;
}

.ajustable{
	max-height:100%;
	max-width: 100%;
}

.centrado{
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align: center;
}

/***************** NIVELES PROFUNDIDAD **************/

.nivel_1{
	z-index: 11;
}
.nivel_2{
	z-index: 101;
}
.nivel_3{
	z-index: 201;
}
.nivel_4{
	z-index: 301;
}
.nivel_5{
	z-index: 401;
}

/***************** COLORES **************/

.negro{
	color: #444;
}
.verde{
	color: #6c9936;
}
.rojo{
	color: #d84161;
}
.azul{
	color: #019599;
}

.gris{
	color: #eee;
}
.blanco{
	color: #fff;
}

.correcto{
	color: #6c9936;
}
.incorrecto{
	color: #d84161;
}

/**************************  ELEMENTOS CARCASA  **************************/

.contenedor{
	position: absolute;
	z-index: 10;
	width: 1400px;
    height: 800px;
    margin: auto;
    overflow: hidden;

    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}


#contenido{
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 1400px;
    height: 800px;
}


/**************************  BOTONES  **************************/

.boton_cerrar{
    position: absolute;
    z-index: 12;
    top: 45px;
    right: 55px;
    color: #aaa;
    font-size: 56px;
    /*background-color: #019599;*/
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align: center;
    border-radius: 50%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.boton_cerrar:hover{
    cursor: pointer;
    color: #019599;
}

.boton_comenzar{
    position: absolute;
    z-index: 1;
    top: 415px;
    left: 445px;
    font-family: 'open_sansbold';
    color: #fff;
    font-size: 20px;
    background-color: #019599;
	text-align: center;
    border-radius: 20px;
    padding: 10px 30px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.boton_comenzar:hover{
    cursor: pointer;
    background-color: #aaa;
}

.boton_salir{
    position: absolute;
    z-index: 1200;
    top: 0px;
    right: 0px;
    color: #019599;
    font-size: 46px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align: center;
    border-radius: 50%;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.boton_salir:hover{
    cursor: pointer;
    color: #fff;
    background-color: #019599;
}
/****************** INTERFAZ ***************/

.instrucciones{
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 20px;
}
.puntuacion{
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 360px;
}
.tiempo{
	position: absolute;
	z-index: 5;
	top: 40px;
	left: 695px;
}
.boton_mute{
	position: absolute;
	z-index: 255;
	top: 40px;
	left: 950px;
	color: #fff;
	background-color: #6c9936;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 78px;
	height: 78px;
	font-size: 48px;
	display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
	text-align: center;
}
.boton_mute:hover{
	cursor: pointer;
	color: #6c9936;
	background-color: #fff;
	border: 1px solid #fff;
}
.boton_aire{
	position: absolute;
	z-index: 255;
	top: 700px;
	left: 928px;
	color: #6c9936;
}
.boton_aire:hover{
	cursor: pointer;
	color: #ccc;
}
.img_aire{
	position: absolute;
	z-index: 3;
	top: -7px;
	left: -12px;
	width: 85px;
	height: 85px;
}
.img_aire > img{
	max-width: 100%;
}
.txt_aire{
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 30px;
	width: 140px;
	height: 40px;
	background-color: #fff;
	border-top-right-radius: 20px;
	font-size: 20px;
	padding-left: 70px;
	padding-top: 10px;
	font-weight: bold;
}

.circulo_aire{
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	color: #fff;
	background-color: #6c9936;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 78px;
	height: 78px;
}
.bocadillo{
	position: absolute;
	z-index: 5;
	top: 55px;
	left: 1057px;
}
.mujer{
	position: absolute;
	z-index: 4;
	top: 300px;
	right: -110px;
}

.logo{
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 22px;
}

.txt_instrucciones{
	position: absolute;
	z-index: 2;
	top: 27px;
	left: 100px;
	font-size: 22px;
	font-family: 'open_sansregular';
	color: #6c9936;
}
.txt_errores{
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 98px;
	font-size: 28px;
	font-family: 'open_sansbold';
	color: #D84161;
}
.txt_aciertos{
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 202px;
	font-size: 28px;
	font-family: 'open_sansbold';
	color: #6c9936;
	text-align: center;
	width: 110px;
}
.txt_tiempo{
	position: absolute;
	z-index: 2;
	top: 24px;
	left: 98px;
	font-size: 28px;
	font-family: 'open_sansbold';
	color: #6c9936;
	text-align: center;
	width: 120px;
}


.titulo_feedback{
	font-family: 'open_sansextrabold';
	font-size: 30px;
	color: #f18e00;
	line-height: 1.2;
	padding-bottom: 20px;
}

#cont_feedbacks{

}

.feedback{
	position: absolute;
	z-index: 100;
	width: 989px;
	height: 515px;
	top: 50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -490px;

	font-family: 'open_sansregular';
	font-size: 20px;
	color: #333;	
}


.velado{
	position: absolute;
	z-index: 50;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.4);
}


.boton_drop{
	position: absolute;
	z-index: 10;
	top: 270px;
	width: 200px;
	height: 355px;
	/*border: 2px solid #fff;*/
	border-radius: 10px;
	background-color: #fff;	
	text-align: center;
	padding-top: 40px;
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.2);
	
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.boton_drop.highlight{
	top: 250px;
	height: 395px;
	background-color: #eee;
}
/*.boton_drop.cubo_verde.highlight{
	border: 2px solid #bac6a3;
}
.boton_drop.cubo_azul.highlight{
	border: 2px solid #027699;
}
.boton_drop.cubo_amarillo.highlight{
	border: 2px solid #ffc803;
}
.boton_drop.cubo_gris.highlight{
	border: 2px solid #8e8e8e;
}
.boton_drop.cubo_marron.highlight{
	border: 2px solid #685034;
}*/




.boton_objeto{
	position: absolute;
	z-index: 50;
	top: 70px;
	left: 1105px;
	width: 200px;
	height: 180px;
	cursor: default;
	text-align: center;
	transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.boton_objeto:hover{	
	cursor: pointer;
}

.boton_objeto.seleccionado{
	width: 200px;
	height: 200px;
	opacity: 0.8;
}

.boton_objeto img{
	max-height: 100%;
	max-width: 100%;
}



