* {
    font-family: "Roboto Condensed", sans-serif;
    text-decoration: none;
    list-style: none;
    padding: 0%;
    margin: 0%;
  }
body{
    background-image: url(../Multimedia/fibra.jpg);
  }
.imagenes_piques {
  display: flex;
  width: 350px;
  height: 450px;
  justify-content: center;
  margin: auto;
  border-radius: 6px;
  box-shadow: 0 1 5 ;   
  }
.titulo_piques {
  color: whitesmoke;
  border: black;
  font-weight: 750px;
  font-size: 50px;
  text-align: center;
}
.rutas_piques {
  color: whitesmoke;
  border: black;
  font-weight: 500px;
  font-size: 35px;
  text-align: center;
}
.ciudades_piques {
  color: whitesmoke;
  border: black;
  font-weight: 300px;
  font-size: 25px;   
}