#mapa {
	position: relative;
	width: 100%;
	height: 570px;
	font-family: 'Open Sans', sans-serif;
}

#map {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 90vh;
}

#selector {
	position: absolute;
	top: 10px;
	left: 260px;
	z-index: 5;
}

.selectVals {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	border-radius: 5px;
	padding: 5px;
}

#info {
	float: right;
	max-width: 250px;
	min-width: 100px;
	width: auto;
	height: auto;
	position: relative;
	margin-right: 50px;
	top: 10px;
	z-index: 5;
	background-color: #fff;
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	border-radius: 5px;
	padding: 5px;
}

.select2-container {
	font-family: 'Open Sans', sans-serif;
}