* { margin: 0; padding: 0; font-size: 1.4rem;}
html {font-size: 62.5%;}
body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 300;
	background: #FFF;
}

h1 {
	text-align: center;
	font-size: 28px;
	color: #4ad200;
}
h2 {
	font-weight: 500;
	font-size: 18px;
	text-align: center;
}
h3 {
	margin-bottom: 5px;
	font-weight: 300; 
	text-align: center;
	font-size: 16px;
}

#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/*-------------------------------*/
#map { 
	width:100%;
	max-width: 800px; 
	height: 350px;
	margin: 0 auto;
	position: relative;
}
#Zona {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
	font-size: 1.8rem;
}
select{
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #49D100;
	border-radius: 0;
	padding: 3px 5px;
	color: #49D100;
	background: #fff url(down.png) no-repeat 98% center;
	margin: 10px 0;
	font-weight: 300;
}  
select:focus { 
    box-shadow: 0 0 5px #4ad200;
}
table {
	width: 100%;
	border: 1px solid #4ad200;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table th,
table td  {
	height: 30px;
	border: 1px solid #4ad200;
}
table th {
	background:  #4ad200;
	color: #fff;
	width: 20%;
	padding: 5px;
	border: 1px solid #fff;
	font-weight: 100;
}
table td  {
	text-align: center;
}
table th:last-child ,
table td:last-child {
	font-weight: bold;
}
#fuente {
	background: #4ad200;
	color: #fff;
	padding: 2px 10px; 
}
strong {
	color: #333;
	font-weight: 400;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
	display: none;
}
@media only screen and (max-width: 340px) {
	table th {
		font-size: 1rem;
	}
	table td {
		font-size: 1.1rem;
	}
}