body {
	font-family: 'Roboto', sans-serif;
	background: #FFF;
	color: #666;
}
h1 {
	text-align: center;
	font-size: 28px;
	color: #4ad200;
}
h2 {
	font-weight: 100;
	font-size: 18px;
}
h3 {
	margin-bottom: 5px;
	font-weight: 100; 
}
h4 {
	font-weight: 100;
	position: absolute;
	z-index: 9999;
	top: 30px;
	right: 10px;
	font-size: 26px;
	color: #4ad200;
	line-height: 24px;
}
sup {
	font-size: 18px;
}
p {
	font-weight: 100;
}
#donde {
	font-weight: 700;
}
select{
	width: 100%;
	min-width: 350px;
	-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: 30px 0;
	font-weight: 300!important;
	font-size: 14px;
}
select:focus {
    outline: none !important;
    border:1px solid #4ad200;
    box-shadow: 0 0 10px #cdcdcd;
}
.container {
	max-width: 600px;
	margin: 0 auto;
}

/*gráfica general*/
#main{
	height: 600px; 
	margin: 30px 0;
	width: 100%;
}
#creditos {
	width: 100%;
	height: 500px;
}

/*mapa*/
.mapa {
	max-width: 800px;
	position: relative;
}
.mapa svg{
	height: 62vh;
    width: 100%;
}
.mapa .land{
	fill: #dedede;
	fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width:0.5;
}

.land:hover{
	cursor: pointer;
}
.mapa .rojo {
	fill: #4ad200;
}
.personas {
	max-width: 600px;
    margin: 0 auto;
    padding: 0;
}
.personas li {
	width: 20px;
	height: 50px;
	text-decoration: none;
	display: inline-block;
	margin: 5px;
}
.item {
	background: url(img/person-active.svg);
}
.sin {
	background: url(img/person.svg);
	opacity: 0.7;
}
.donde, .equis {
	font-weight: 700;
}
.estos {
	color: #4ad200;
	font-weight: 400;
}
#fuente {
	background: #4ad200;
	color: #fff;
	padding: 2px 10px; 
}
strong {
	color: #333;
	font-weight: 400;
}
@media (max-width: 400px) {
    .mapa svg{
		height: 32vh;
	    width: 100%;
	}
}