body{
  font-family: 'Droid Sans', 'Helvetica', Arial, sans-serif;
}

h1{
	margin: 15px;
	background: black;
	color: #DBA901;
	text-align: center;
	
}

#map{
  display: block;
  margin: 0;
  padding: 0;
  position: absolute; /* posición absoluta a navegador */
  top: 50px;      /* 50px debajo de borde de navegador */
  left: 0;        /* ajusta a borde de navegador */
  right: 0;
  bottom: 0;
  background: rgba(0,255,0,0.5); /* verde si no hay mapa */
}

button {

padding: 6px 10px;

-webkit-border-radius: 2px 2px;

border-radius: 2px 2px;

border: solid 1px rgb(153, 153, 153);

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));

background: gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));

color: #333;

text-decoration: none;

cursor: pointer;

display: inline-block;

text-align: center;

text-shadow: 0px 1px 1px rgba(255,255,255,1);

-webkit-text-shadow: 0px 1px 1px rgba(255,255,255,1);

line-height: 1;

position: relative;

top:  30px; 
  left: 50px;

}