header {
	padding-top: 28px;
	margin-bottom: 28px;
}

img#logo-ayto {
	width: auto;
	height: 80px;
}


div#div-titulo {
	color: #444;
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 18px;
}

div#div-banderas {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

div#div-banderas img {
	width: 30px;
	height: auto;
}

label {
	font-weight: 700;
	color: #444;
}

#divAlertasConsulta a {
	pointer-events: none;
	margin-top: 14px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

fieldset.custom-fieldset {
	padding: 12px;
	border-color: #273585 !important;
	box-shadow: -1px 6px 6px -5px rgba(0, 0, 0, 0.3);
	border-color: #273585 !important;
}

fieldset legend {
	/* margin-bottom: -6px; */
}

legend {
	font-size: 1rem !important;
	font-weight: 700;
	color: #0d6efd !important;
}

div#divBtnsCabecera {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
