html, body {
  height: 100%;
  width: 100%;
  margin: 10px 10px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #f4f6f9;
}

#mapa {
  margin-top: 15px;
  height: calc(100vh - 115px);
  width: 100%;
  border: 1px solid #ced4da;
}

#mapaCalle {
  margin-top: 15px;
  height: calc(100vh - 115px);
  width: 100%;
  border: 1px solid #ced4da;
}

#txtDireccion {
  width: 400px;
}

.centrado {
  text-align: center;
  align-items: center;
  display: flex;
}

/* ----------------------------------------------- */

.list {
  font-family: Verdana
  font-size: 14px;
  display: none;
  position: absolute;
  list-style: none;
  background-color: #fff;
  width: auto;
  padding: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.list li {
  padding: 2px 7px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.list li a{
  padding: 0;
  text-decoration: none;
  color: #333;
}

.list li a:hover, .list li:hover a{
  text-decoration: none;
  color: #fff;
}

.list li:hover {
  background-color: #333;
  color: #fff;
}

/* ----------------------------------------------- */

.titulo {
  font-family: arial;
  font-size: 13px;
  background-color: #ccc;
  font-weight: bold;
  margin: 0px;
  text-align: center;
  border-left: 5px solid #f4f6f9;
  border-right: 5px solid #f4f6f9;
}

.dato {
  font-family: arial;
  font-size: 15px;
  margin: 0px;
  text-align: center;
  margin-top: 5px;
}

.copiar {
  font-family: arial;
  font-size: 15px;
  margin: 0px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}

.cabecera {
  height: 70px;
}

.btnStreetView {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
}
