.cerrar {
	position: absolute;
	top: -20px;
	right: -20px;
}



.reiniciar{
	position:absolute;
	top: 645px; 
	left: 1140px;
	cursor: pointer;
}
.reiniciar:hover{
	opacity: 0.8;
}

.pregunta{
	position:absolute;
	top: 645px; 
	left: 1043px;
	cursor: pointer;
}
.pregunta:hover{
	opacity: 0.8;
}
.cont_texto{
	width: 380px;
	height: 420px;
	/*background: orange;*/
	text-align: center;
	position: relative;
	top: 120px;
	left: 700px;
}

.cont_texto_dos{
	width: 380px;
	height: 390px;
	/*background: orange;*/
	text-align: center;
	position: absolute;
	top: 280px;
	left: 810px;
}


textarea{
	padding: 0;
	margin: 0;
	width: 370px;
	height: 410px;
	margin-top: 5px;
	text-align: center;
	font-size: 2.4em;
	border: dashed 5px #000;
	padding: 5px;
}
#textodos{
	height: 380px;
}

.cono_img{
	width: 380px;
	height: 390px;
	background: orange;
	text-align: center;
	position: absolute;
	top: 280px;
	left: 330px;
}
.cono{
	width: 370px;
	height: 380px;
	background: red;
	margin: 0 auto;
	margin-top: 5px;
	background: url('../img/cono_01.png');
	background-repeat: no-repeat;
}
#nav_cono{
	width: 100px;
	height: 300px;
	position: absolute;
	top: 320px;
	left: 120px;
}
.btn_cono{
	width: 100px;
	height: 120px;
	background: url('../img/sub.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn_cono:active{
	background: url('../img/suba.png');
}
.btn_cono2{
	width: 100px;
	height: 120px;
	background: url('../img/baja.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
.btn_cono2:active{
	background: url('../img/bajaa.png');	
	background-repeat: no-repeat;
}
/*.btn_cono:hover img{
	-webkit-transform:scale(1.1);
	cursor: pointer;	
}
.btn_cono2:hover img{
	-webkit-transform:scale(1.1);
	cursor: pointer;	
}*/
.cont_numero input{
	width: 100px;
	height: 60px;
	text-align: center;
	font-size: 3em;
	margin: 3px 0px;
}