* { 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;
}
/*colores*/
h1 {
	color: #49D100;
	font-weight: 100;
	text-align: center;
	margin-bottom: 10px;
}
h3,h2,h4 {
	color: #989898;
	text-align: center;
}
h1 {
	font-size: 2.4rem;
	line-height: 1;
}
h2 {
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}
h3 {
	font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #333;
}
h4 {
    text-align: left;
    font-weight: 300;
}
p {
	margin-bottom: 10px;
	font-weight: 100;
	color: #989898;
}

#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
/* Gráficas */
#main,
#main2 {
	width: 100%;
	height: 400px;
}


