﻿html {
    height: 100%;
    width: 100%;
}
body {
    height: 657px;
    margin-left: -460px;
    margin-top: -328px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 920px;
}
#contenedor {
    background-image: url(../imagenes/fondos/Fondo.png);
    height: 657px;
    position: relative;
    width: 920px;
}
#contenedor div {
    position: absolute;
}
#boton-empezar {
    left: 330px;
    top: 550px;
    z-index: 9999;
}
#div-no-sonido, #div-sonido {
    left: 860px;
    top: 25px;
    z-index: 9999;
}
#div-no-sonido img, #div-sonido img {
    cursor: pointer;
    display: none;
}
#boton-anterior {
    left: 260px;
    position: absolute;
    top: 555px;
}
#boton-siguiente {
    left: 410px;
    position: absolute;
    top: 555px;
}
.planta {
    cursor: pointer;
}
.planta img {
    width: 120px;
}
#planta-chonta img, #planta-papayuelo img, #planta-poroton img {
    width: 150px;
}
#planta-cacao img {
    width: 170px;
}
#planta-achira {
    left: 410px;
    top: 463px;
}
#planta-cacao {
    left: 712px;
    top: 470px;
}
#planta-chonta {
    left: 124px;
    top: 440px;
}
#planta-lleren {
    left: 560px;
    top: 415px;
}
#planta-maiz {
    left: 785px;
    top: 230px;
}
#planta-miso {
    left: 275px;
    top: 525px;
}
#planta-papa {
    left: 535px;
    top: 280px;
}
#planta-papayuelo {
    left: 430px;
    top: 185px;
}
#planta-penco {
    left: 175px;
    top: 160px;
}
#planta-poroton {
    left: 285px;
    top: 330px;
}
.solido-blanco {
    background-color: white;
}
.boton-cerrar {
    cursor: pointer;
}
.boton-descubrir {
    cursor: pointer;
    left: 670px;
    top: 470px;
}
.botones-popup {
    height: 657px;
    position: relative;
    width: 920px;
}
.botones-popup img {
    cursor: pointer;
    height: 41px;
    margin-left: -5px;
    margin-top: -5px;
    position: absolute;
    width: 40px;
}
.botones-popup img[data-id] {
    z-index: 9999;
}
#certificado {
    display: none;
    position: relative;
}
#certificado img {
    position: absolute;
}
#nombre {
    background-color: transparent;
    font-family: Verdana;
    font-size: 36px;
    height: 56px;
    left: 223px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 445px;
    width: 462px;
    border: none;
}
#boton-descargar {
    cursor: pointer;
    left: 330px;
    top: 540px;
}