#conten_botones{
	width: 1110px;
}

#botones{
	text-align: center;
	position: relative;
	z-index: 1;
	display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    padding: 10px;
	margin: auto;
}

#botones button{
	padding: 0 !important;
	width: 75px;
	height: 75px;
	border: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

#bot_arriba{
	background-image: url(imagenes/Flecha_Arriba.png);
}

#bot_arriba:active{
	background-image: url(imagenes/Accion_Flecha_Arriba.png);
}

#bot_izq{
	background-image: url(imagenes/Flecha_Izquierda.png);
}

#bot_izq:active{
	background-image: url(imagenes/Accion_Flecha_Izquierda.png);
}

#bot_abajo{
	background-image: url(imagenes/Flecha_Abajo.png);
}

#bot_abajo:active{
	background-image: url(imagenes/Accion_Flecha_Abajo.png);
}

#bot_dere{
	background-image: url(imagenes/Flecha_Derecha.png);
}

#bot_dere:active{
	background-image: url(imagenes/Accion_Flecha_Derecha.png);
}

#conten{
	display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
	margin: 0 auto;
}

#todo{
	display: flex;
	gap: 0.5em;
}

#marco_juego{
	width: 1110px;
    border: 20px solid transparent;
    padding: 0;
    border-image: url(imagenes/marco.png) 55 round;
    position: relative;
}

#contenedor_juego{
	width: 300px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    background-color: #000000;
    left: calc(50% - 185px);
    bottom: 75px;
}

#juego{
	position: absolute;
	top: 0;
	left: 50px;
}

#inventario{
	width: 225px;
    height: 455px;
    background-image: url(imagenes/fondo_inventario.png);
    background-repeat: no-repeat;
    background-position: 0, 0;
    background-size: contain;
}

#inventario ul{
	padding-left: 0;
	margin-top: 50px;
	font-size: 0.8rem;
}

#inventario li{
	display: flex;
	align-items: center;
}

#inventario li img:not(.tick){
	width: 110px;
}

.tick{
	width: 25px;
}

#exito{
	position: absolute;
    color: #ffffff;
    width: 82%;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.75em;
    top: 24px;
    left: 0;
    z-index: 3;
    font-family: "alternate-gothic-compressed", sans-serif;
}
