/*
#306dd7 Total      >>>   #306dd7   >>>>  rgba(48,109,215, .9)
#66A61E Mora       >>>   #ff0000   >>>>  rgb(255, 0, 0, .9) 
#CC0A41 Vigente    >>>   #529b51   >>>>  rgba(82,155,81, .9) 
*/
.deuda-mora {
	stroke: #ff0000;
	fill  :  #ff0000;
	color  :  #ff0000;
}
.deuda-vigente {
	stroke: #529b51;
	fill  : #529b51;
	color  : #529b51;
}
.deuda-total {
	stroke: #306dd7;
	fill: #306dd7;
	color: #306dd7;
}
.tick line {
	stroke: rgba(0, 0, 0, 0.2);
	stroke-dasharray: 3, 2;
}
path.domain {
	stroke: rgba(0, 0, 0, 0.2);
}

path.line {
	fill: none;
	stroke-width: 2;
}
circle.dot {
	stroke-width: 1;
}
.tooltip-ntg {
	position: absolute;
	opacity: 0;
	z-index: 1000;
}
text.eje-periodo {
	font-family: monospace;
	font-size: 12px;
	fill: black;
}
text.eje-valor {
	font-family: monospace;
	font-size: 12px;
	fill: black;
}
