﻿.acordion-cabecera-icono svg path {
	stroke: #cccccc;
	stroke-width: 2px;
	fill: transparent;
	d: path("M0,8 L8,0 16,8 M0,14 L8,6 16,14") !important;
}

.acordion-cabecera-icono-collapsed svg path {
	stroke: #cccccc;
	stroke-width: 2px;
	fill: transparent;
	d: path("M0,0 L8,8 16,0 M0,6 L8,14 16,6") !important;
}