body {
	font-family: 'Roboto', sans-serif;
	background: rgba(235,252,212, 0.2);
	color: rgb(3,148,158);
}
h1 {
	text-align: center;
	font-size: 28px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
}
h4 {
	text-align: right;
	font-weight: normal;
}
.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;
}
.mapa svg{
	height: 45vh;
    width: 100%;
}
.mapa .land{
	fill: rgb(166,209,109);
}

.land:hover{
	cursor: pointer;
}
.mapa .rojo {
	fill: rgb(115,191,156) ;
}
.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;
}