/*.lapropiareferencia{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 400px;
    left: 592px;
    background: red;
    border-radius: 10px;;
}*/

a:link,
a:visited {
    color: rgba(255, 255, 255, 0.6);
}

a:hover,
a:focus {
    text-decoration: none;
}

/*#contenedor-canvas {
    max-width: 900px;
    margin: auto;
}*/

.kineticjs-content {
    margin: 0 auto;
}

#div_progreso {
    bottom: 2em;
    float: right;
    position: relative;
    right: 0.5em;
    top: 2em;
}

/*.modal-body {
    border-top: none;
    padding: 40px 50px;
}

.modal-body-after {
    content: '';
    position: absolute;
    top: 0.6vw;
    left: 0.6vw;
    right: 0.6vw;
    bottom: 0.6vw;
    border: dashed 2px;
    border-radius: 10px;
    background: transparent;
}

.modal-content {
    border-radius: 10px;
    border: 3px solid;
    border-color: #fff;
}

.modal-header {
    background: #fff;
    border-bottom: none;
    padding: 5px 20px;
}

.modal-title {
    color: #fff;
}

.regla-modal{
    color: #ad123c;
    font-size: 28px;
}

#cerrar-modal {
    background: #fff;
    color: #ad123c;
    margin-top: -18px;
}

.modal-footer{
    padding: 20px 5px;
    display: none;
}*/

.modalBichos .modal-dialog {
    min-height: 90%;
    max-width: 800px;
    width: 96%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.modalBichos .modal-content {
    background-image: url(../img/pattern-puntos.png);
    background-repeat: repeat;
    background-color: #ffdc5d;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    max-width: 600px;
}

.modalBichos .modal-body {
    color: #016d38;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-size: 19px;
    background-color: #ffdc5d;
    border: 1px dashed;
}

@media (min-width: 767px) {
    .modalBichos .modal-body {
        font-size: 22px;
    }
}

.modalBichos .modal-body h2 {
    font-weight: bold;
    background-color: #fff;
    display: inline-block;
    padding: 7px 30px;
    border-radius: 7px;
}

.btnReiniciar {
    color: #fff;
    background-color:#016d38;
    border: 0;
    margin: 20px auto;
    font-size: 1.2rem;
    padding: .3em 1.5em;
    border-radius: 1.2em;
    transition: transform .3s;
}

.btnReiniciar:hover {
    transform: scale(1.03);
}


/* fin de estilos del modal */

.abrirMano {
    cursor: url(../img/cursor-tami1.png), url(../img/cursor-tami1.cur), pointer !important;
}

.cerrarMano {
    cursor: url(../img/cursor-tami2.png), url(../img/cursor-tami2.cur), pointer !important;
}