html, body {
    margin: 0px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    
}
    
.cont {
    box-sizing: border-box;
}

.top-box {
    min-height: 1.2rem;
    padding: 10px;
    background-color: #474747;
    color: #f0f0f0;
}

.top-box-title {
    font-size: 1.2em;
    font-weight: bold;
}

.top-box > select {
    height: 24px;
}

.middle-box {
    height: calc(100vh - 5.6rem);
    background-color: #f0f0f0;
}

.bottom-box {
    padding: 10px;
    height: 1.2rem;
    font-size: 0.8em;
    background-color: #474747;
    color: #e0e0e0;
}

.ol-popup h1 {
    font-size: 1em;
    background-size: 2em;
    padding-left: 1em;
}

.table-info h3 {
    margin-bottom: 5px;
    margin-top: 5px;
}

#map {
    width: 100%;
    height: 100%;
}

.info-content {
    width: 300px;
    height: 250px;
    overflow: auto;
    font-size: 0.9em;
}

.info-content h3 {
    margin-top: 5px;
    margin-bottom: 0px;
    color:orange;
}

.info-content table {
    width: 100%;
}

.info-content tbody tr td:first-child {
    background-color: #808080f0;
    width: 30%;
    color: #ffffff;
}

#ctl_busquedas {
    display: inline-table;
}

@media only screen and (max-width: 768px) { 
    .bottom-box {
        display: none;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) { 
    .bottom-box {
        display: none;
    }
}