/* Infografía de cuentas financieras */

@CHARSET "UTF-8";

#pie-infog-general{
	margin-top: 20px;
}

#pie-infog-general p{
	 font-size: 0.8em;
	 line-height: 1em;
	 margin-bottom: 0.6em;
}

#line-chart-general{
	width: 100%;
	height: 500px;
	margin-top: 10px;
}

#pie-infog-deuda{
	margin-top: 20px;
}

#pie-infog-deuda p{
	 font-size: 0.8em;
	 line-height: 1em;
	 margin-bottom: 0.6em;
}

#line-chart-deuda{
	width: 100%;
	height: 500px;
	margin-top: 10px;
}

#pie-infog-activos{
	margin-top: 20px;
}

#pie-infog-activos p{
	 font-size: 0.8em;
	 line-height: 1em;
	 margin-bottom: 0.6em;
}

#bar-chart-activos{
	width: 100%;
	height: 500px;
	margin-top: 10px;
}

#pie-infog-flujos{
	margin-top: 20px;
}

#pie-infog-flujos p{
	 font-size: 0.8em;
	 line-height: 1em;
	 margin-bottom: 0.6em;
}

#wheel-chart-flujos{
	width: 100%;
	height: 500px;
	margin-top: 10px;
}


@media (max-width: 992px){


}