.categoria-dre h4 {
	padding: 5px 10px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;

	background-color: rgba(96,92,168,0.7);
	color: white;

	overflow: hidden !important;
}

.categoria-dre h4 i {
	color: rgba(96,92,168,1);
}

h4.solo-dre-categoria {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;

	background-color: rgba(96,92,168,0.8);

	color: white;
}

h4.solo-dre-categoria i {
	color: rgba(96,92,168,1);
}

.categoria-dre .subcategoria-dre-item {
	padding: 5px 10px;
}

.dre-subcategorias-box {
	border-left: solid #ddd 1px;
	border-bottom: solid #ddd 1px;
	border-right: solid #ddd 1px;
	-webkit-border-radius:  0 0 5px 5px;
	-moz-border-radius:  0 0 5px 5px;
	border-radius:  0 0 5px 5px;

	margin-top: -11px;
	padding-top: 10px;
}

.dre-subcategorias-box .row {
	
}

.subcategoria-dre-item-valor {
	margin-top: 7px;
}

.padding-right-10 {
	padding-right: 30px;
}