.border-bottom-red {
	border-bottom: 10px solid #e62b27;
}
.border-bottom-green {
	border-bottom: 10px solid #45c4a0;
}
.border-bottom-aqua {
	border-bottom: 10px solid #0071bb;
}

.lineal-stroke {
  fill: #000000;
}
.lineal-fill {
    fill: #0071bb;
}
.grid figure:hover{
	transition: transform .2s;
	transform: scale(1.02);
}

.contentFormatDefault a:not(.btn) {
	text-decoration: underline;
}
.contentFormatDefault a:not(.btn):hover {
	text-decoration: underline;
	color: #60697b;
}