* { 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;
	margin-bottom: 10px;
}
h3,h2,h4,p {
	color: #989898;
}
/**/
h1 {
	font-size: 2.4rem;
	line-height: 1;
    margin-bottom: 7px;
    font-weight: 900;
}
h2 {
	font-size: 2.1rem;
    font-weight: 200;
    line-height: 1.1;
    color: #3FB8AF;
	margin: 10px 5px;
	display: inline-block;
	

}
#center {
	width: 220px;
	margin: 0 auto;
	text-align: center;
}
h3 {
	font-size: 1.4rem;
    margin: 10px 0 0;
    font-weight: 200;
}
h1, h2, h3, h4 {
	text-align: center;
}
h4 {
    font-weight: 200;
}
p {
	margin-bottom: 5px;
	font-weight: 200;
}
sup {
	font-size: 10px;
}
#titulo {
	color: #3FB8AF;
}
#propiedades {
	background: #4ad200;
	color: #000;
	padding: 5px;
	width: 100%;
}
#propiedades a {
	color: #FFF;
	text-decoration: none;
	margin-left: 3px;
}
#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#main {
	width: 100%;
	height: 70vh;
}
#menu {
	text-align: center;
}
#menu select {
	width: 100%;
	-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-bottom: 20px;
}
#menu li:hover {
	border: 1px solid #999!important;
	color: #999!important;
}
#menu li:first-child {
	color: #4ad200;
}
#graph {
	overflow: hidden;
	width: 100%;
	height: 350px;
}
#main1, #main2, #main3, #main4, #main5 {
	width: 100%;
	height: 350px;
}


