/*
(c) Redalan Net
 */ 
#contenedor {
    display: none;
    width: 60%;
    height: 60%;

}

.shh {
    background: url("/pub/img/root/others/shhamng.gif") no-repeat;
    background-size: contain;
    width: 40vmax;
    height: 40vmax;
}

#consola {
    display: none;
    background-color: black;
    border: 2px ridge grey;
    color: lightgreen;
    font-size: 0.8em;
    width: 100%;
    padding: 0.5em;
    cursor: text;
    font-family: monospace;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}

#entrada {
    background-color: transparent;
    border: none;
    color: lightgreen;
    font-family: monospace;
    font-size: 1em;
    width: 100%;
    position: relative;
    top: -1.35em;
    text-indent: 7em;
    resize: none;
}


#entrada:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}