* { 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;
	margin-bottom: 10px;
}
h3,h2,h4,p {
	color: #989898;
}
/**/
h1 {
	font-size: 2.4rem;
	line-height: 1;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}
h2 {
	font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
}
h2 span {
	font-weight: 300;
}
h3 {
	font-size: 1.4rem;
    margin: 10px 0;
    font-weight: 300;
}
h1, h2, h3, h4 {
	text-align: center;
}
h4 {
    font-weight: 300;
}
p {
	margin-bottom: 5px;
	font-weight: 100;
}
sup {
	font-size: 10px;
}
hr {
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-bottom: 15px;
}
#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#main {
	width: 100%;
	height: 50vh;
}
.d50 {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.graph {
	height: 300px;
}

