* { 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 0;
    font-weight: 300;
}
h1, h2, h3, h4 {
	text-align: center;
}
h4 {
    font-weight: 300;
    margin-bottom: 15px;
}
p {
	margin-bottom: 5px;
	font-weight: 100;
}
sup {
	font-size: 1rem;
}
#container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#graficas div li {
	list-style: none;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
	color: #999;
}
/*Menú tiempo*/
#tiempo {
	margin: 15px 0;
}
#graficas div ul li {
	font-size: 12px;
	width: 22%;
	padding: 5px 0;
	margin: 5px 1% 0;
	/*position: relative;*/
	border: 1px solid #999;
	border-radius: 5px;
}

#tiempo li:nth-child(2){
	color: #4ad200;
	border: 1px solid #4ad200;
}
.activo {
	color: #4ad200 !important;
	border: 1px solid #4ad200 !important;
}
.inactivo {
	color: #999 !important;
	border: 1px solid #999 !important;
}

/*Menú medios*/
#medio {
	margin: 15px 0;
	text-align: center;
}
#medio li {
	width: 35% !important;
}
#medio li:nth-child(3){ /*cambiar que */
	color: #4ad200;
	border: 1px solid #4ad200;
}
/*Gráficas*/
#graph,
#graph > div {
	width: 100%;
	height: 350px;
}
#graph > div  {
	position: absolute;
	top: 0;
	left: -9999px;
	cursor: pointer!important;
}
#titulo, h3 {
	color: #333;
	font-weight: 500;
}
#graph #main1, #graph #main6, #graph #main16a {
	left: 0;
}
/*Costos*/
#menu ul li {
    min-width: 30%;
    vertical-align: middle;
}
#submenu {
	border-top: 1px dashed #4ad200;
	margin: 15px 0;
	padding-top: 7px;
}
#submenu ul {
    text-align: center;
}