label { font-weight: bold; }

.titulo-dua{
    padding: .5rem;
    background-color: #ffeeba;
	border-color: #ffc107;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
}

.tit-pref-alta {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #28a745;
}

.tit-pref-media {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffc107;
}

.tit-pref-baja {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dc3545;
}


footer img { max-height: 60px; }

@media (max-width: 1024px) {
	footer img { max-height: 55px; }
}

@media (max-width: 320px) {
	footer img { max-height: 50px; }
}