* { 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;
	font-size: 2.1rem;
	line-height: 1;
}
h3,h2,h4 {
	color: #333;
	text-align: center;
}
h2 {
	font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}
h3 {
	font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #989898;
}
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;
}
/*Menu*/
#menu {
	text-align: center;
}
#menu li {
	list-style: none;
	display: inline-block;
	width: 40%;
	margin: 0 15px 15px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1;
	padding: 5px;
}
#menu li:hover {
	border: 1px solid #999!important;
	color: #999!important;
}
.verde {
	border: 1px solid #4ad200;
	color: #4ad200;
}
.azul {
	border: 1px solid #3FB8AF;
	color: #3FB8AF;
}
.gris {
	border: 1px solid #ccc;
	color: #ccc;
}
/* Gráficas */
#main, #main2, #main3, #main4 {
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: -9999px;
}
#graph {
	width: 100%;
	height: 500px;
	position: relative;
}
#main {
	left: 0;
}


