html,
body {
    height: 100%;
}

#lienzo {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 96%;
    overflow-y: scroll;
    /* background-color: gold; */
    
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* background: rgb(9, 145, 16); */
}

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.locutando {
    background-color: powderblue;
}

.guion {
    font-size: 25px;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    /* background: rgb(169, 255, 120); */
    display: block;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.left {
    background-color: rgb(255, 255, 255);
    
    width: 100%;
}

.right {
   

    /* background: blueviolet; */
    width: 600px;
    min-width: 600px;
}