/*html, body { 
  height: 100%; margin: 0; padding: 0;
  
}*/
#map-canvas { 
  top:30px; 
  height: 400px; 
  margin: 0 auto;
  padding: 0;
  /*width:67%;*/
}

.modal-body,.ekko-lightbox .modal-header{
  background:none repeat scroll 0 0 white;
}

.blue h3{
  background: none repeat scroll 0 0 #2975ab;
}

.red.marker h3{
    background: none repeat scroll 0 0 #773141;
}

.yellow.marker h3{
    background: none repeat scroll 0 0 #dd943e;
}


/*.marker h3{
    color: white;
    line-height: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-top: 20px;
    width: 100%;
}*/

.marker h3{
color: white;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 10px;
    width: 100%;
}

/*botones circulares*/
.btn.btn-circle {
  background-color: #2975ab;
  border-color: #fff;
  border-radius: 30px;
  border-width: 3px;
  color: #fff;
  font-weight: bold;
  height: 60px;
  line-height: 1.2;
  padding: 0 0 6px;
  text-align: center;
  width: 60px;
   margin-right: 15px;
   font-family: 'Bevan',cursive;
    font-size: 23px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn.btn-circle:hover,.btn.btn-circle:focus {
   background-color: #4e4e4e;
   border-color: #fff;
   color: #fff;
}

.btn.btn-circle.red{
  background-color:#773141;
}

.btn.btn-circle.yellow{
  background-color:#dd943e;
}