* { 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;
}
h2 {
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.1;
}
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;
}

#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#main {
	width: 100%;
	height: 60vh;
}
/* Competencia de tasas*/
#menu {
	text-align: center;
}
#menu li {
	list-style: none;
	display: inline-block;
	width: 30%;
	border: 1px solid #4ad200;
	margin: 30px 15px 15px;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1;
	padding: 5px;
}
#menu li:hover {
	border: 1px solid #999!important;
	color: #999!important;
}
#menu li:first-child {
	color: #4ad200;
}
#graph, #main1, #main2, #main3 {
	width: 100%;
	height: 350px;
}
#main1, #main2 {
	position: absolute;
	top: 0;
	left: -9999px;
}
#main1 {
	left: 0;
}
#main3 {
	width: 100%;
	height: 400px;
}
#titulo, h3 {
	margin-bottom: 15px;
	color: #333;
	font-weight: 500;
}
sup {
	font-size: 11px;
}
