html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

#map {
    height: 370px;
}

#map2 {
    height: 370px;
}

table {
    font-size: 12px;
}

#denominacion {
    cursor: pointer;
}

tr.seleccion {
    /*text-align: center;*/
    cursor: pointer;
}

tr.seleccionado {
    /*background-color: #dddddd !important;*/
    /*font-size: larger;*/
    font-weight: 600;
    color: black;
}

td.legajo {
    text-align: center;
}

td.acft {
    text-align: center;
    cursor: pointer;
}

td.inst {
    text-align: center;
    cursor: pointer;
}

tr.seleccion:hover {
    background-color: #f2f2f2;
}

.etiqueta {
    float: left;
    margin-right: 5px;

}

#moreInfo {
    display: none;
}

span#viewDetails {
    cursor: pointer;
    font-size: larger;
}

#map .leaflet-popup-content {
    text-align: center;
}

.header {
    height: 9vh;
    display: inline;
}

.navbar {
    position: relative;
    background-color: #37bbed !important;
    box-shadow: none;
    margin: 0;
    z-index: 9;
    min-height: 72px;
    border-radius: 0;
}

.header__nav {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.header__titulo {
    display: flex;
    align-items: center;
    float: left;
}

.titulo__texto {
    font-family: "Encode Sans", Arial, sans-serif;
    color: white;
    font-size: 2em;
    font-weight: 700;
    margin: 1em 0 1em 1em;
}

.logo {
    height: 50px;
}

.container {
    margin-top: 1em;
}

@media screen and (max-width: 600px) {
    .logo {
        height: 35px;
    }

    .header__titulo {
        display: block;
    }

    .titulo__texto {
        font-size: 1.5em;
        margin: 0.5em 0 0.5em 0;
    }
}

@media screen and (max-width: 350px) {
    .logo {
        height: 25px;
    }

    .titulo__texto {
        font-size: 1em;
        margin: 0.2em 0 0.2em 0;
    }
}