body{
  font-family: 'Helvetica', Arial, sans-serif;
}
#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; 
  top: 95px;
  left: 0;       
  right: 0;
  bottom: 0;
  background: rgba(0,255,0,0.5); /* verde si no hay mapa */
}
.boton {
  -webkit-box-shadow: inset 0px 1px 0px 0px #fed897;
  box-shadow: inset 0px 1px 0px 0px #fed897;
  background: -moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
  filter: none;
  background-color: #f6b33d;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-indent: 0;
  border: 1px solid #eda933;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 40px;
  height: 40px;
  width: 160px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #cd8a15;
}
.boton:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
  background: -moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
  filter: none;
  background-color: #d29105;
}
.boton:active {
  position: relative;
  top: 1px;
}
.titulo {
  width: 90%;
  height: 90%;
  margin: 8px auto;
  padding: 10px;
  font-family: 'Indie Flower', Verdana, serif;
  background-color: #008080;
  border: 4px solid #1305E3;
  font-size: 200%;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  box-shadow: 0 0 5px 5px #FFFFFF;
}