/* Botón Búsqueda */
#btn_busqueda {
    background-color: white;
    position: fixed;
    right: 0;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
    margin: 2px;
    font-size: 1rem;
    top: 210px;
}
/* Diálogo de BÚSQUEDA */
#dialogo_recuadro {
    width: 300px;
    z-index: 10;
    font-size: 0.7rem;
    line-height: 1.0;
    padding: 0.2rem;
    margin-right: 45px;
    top: 210px
    /* bottom: 0; */
    
}
hr {
    margin: 0.2rem 0;
    padding: 0;
    border: 1;
    color: black;
} 

/* Diálogo de BÚSQUEDA - barra título */
.dialog-class-titlebar {
    font-weight: bolder;
    font-size: 0.85rem;
    background-color:#6cc2ec;
    display: flex;
    justify-content: space-between;
}

.dialog-class-titleicon {
    text-align: center;
    padding: 1%;
}

.dialog-class-title {
    text-align: center;
    padding-top: 1.5%;
}
.dialog-class-titleclose {
    font-weight: bolder;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/* Diálogo de BÚSQUEDA - caja contenido */
.dialog-class-content {
    padding: 0.3rem;
    border: 1px solid black;
    border-radius: 3px;
    margin: 0.2rem;
}

.label_latlng {
    padding-bottom: 0.1rem;
}

.label_utm {
    padding-bottom: 0.1rem;
}

/* Diálogo de BÚSQUEDA - botones */
.dialog-class-buttonbar {
    display: flex;
    justify-content: space-around;
}
.input_busca_lugar {
    width: 88%;
}
.btn_busca_lugar{
    width: 7%;
    height: 100%;
    margin-right: 0;
}
.input_coor_latlng, .input_coor_utm {
    width: 100%;
}