html {
  background-image: url(fondo.jpg);

  /* Full height */
  /*height: 100%;*/

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
p{
  font-family: 'Open Sans',sans-serif;
  font-size: large;
  font-weight: bold;
  color:#1d71c7;
}
.fkm{
  background: url(imagen.png) center left no-repeat;
  height: 180px;
  width: 250px;
  margin: 0 auto;
}
p.parada{
  padding-left: 55px;
  height: 50px;
  display: flex;
  align-items: center;
  /*font-weight:bolder;*/
  font-size: 130%;
}

p.km{
  /*background: url(km.png) center left no-repeat;*/
  margin-left: 55px;
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 130%;
}
.resultado{
  color:darkgreen;
  width: 90%;
  margin: 0 auto;
  text-align: center;

}
p.res{
  color:darkgreen;
  line-height: 30px;
}
p.ley{
  text-align: center;
  color:darkblue;
  font-weight:normal;
}