* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	min-height: 100%;
}

html, body {
 	height: 100%;
    width: 100%;
}

#map {
	position: absolute;
	top: 8%;
	right: 0;
	left: 0;
	bottom: 0;
 	height: 92%;
    width: 100%;

}

#form {
	z-index: 2;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	margin: 10px 0 0 55px;
}

#form > * {
	padding: 5px;
}

#form > input {
	background-color: #fff;
	border: 1px solid #666;
	width: 100px;
	height: 25px;
}

#pesquisar {
	background-color: #888;
	color: #fff;
	font-weight: bold;
	border: 1px solid #666;
}
    

#marker {
	width: 20px;
	height: 20px;
	border: 1px solid #088;
	border-radius: 10px;
	background-color: #0FF;
	opacity: 0.5;
}

#otro {
	text-decoration: none;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

.popover-content {
	min-width: 360;
}