
.canal {
		stroke: darkblue;
		fill: lightgrey;
		stroke-width: 2px;	
}

.link {
		stroke: black;
		fill: none;
		stroke-width: 2px;
	}
	
.scatter {
		stroke: black;
		stroke-width: 0.3px;
	}
	
.selected {
		stroke: black;
		stroke-width: 2.0px;
	}
	
.axis path,
.axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.axis text {
		font-family: sans-serif;
	font-size: 11px;
}

.matriz {
	stroke: white;
	stroke-width: 1px;
}

.scline {
	stroke: lightgrey;
	stroke-width: 1px;
	stroke-dasharray: 5,3;
}

.barsq {
	stroke: black;
	fill: lightgreen;
}

#mediciones {
	pointer-events: all;
}	

.matlen {
	stroke: lightgrey;
	fill: lightgrey;
}

.canlab {
	stroke: white;
	fill: white;
}

.selectedc {
	fill: yellow;
	stroke-width: 2.0px;
}

.selectedr {
	fill: yellow;
	stroke-width: 2.0px;
}

.background {
	fill: none;
	pointer-events: all;
}

.brush .extent {
		fill-opacity: .1;
		stroke: #fff;
		shape-rendering: crispEdges;
}

