section#principal{
    top: 50px;
    left: 0;
    background-color: white;
    color: #198754;
    display: block;
    height: 1000px;
}

#contactoTitulo{
    margin: 5px auto;
    height: 40px;
    text-align: center;
    text-decoration: underline;
}

#contactoTitulo > h3 > b{
    font-family: segoe-print;
}

#contactoContenido{
    overflow-y: overlay;
    height: 600px;
    margin:auto;
}

/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
 gmp-map {
    height: 100%;
  }