.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-color: #a50000;
    border-color: #820000;
}

.etiqueta {
    padding-right: 5px;
    font-weight: bold;
    color: #074a8b;
}
.media-heading .h4, h4 {
	font-size: 1.3rem;
	margin-bottom: .2rem;
}
.jumbotron {
	padding: 2rem 2rem;
}

select.form-licired {
	min-height: 25px;
	padding: 1px 12px;
	border-color: none;
	background: url(../images/select-off.jpg) no-repeat right #074a8b !important;
	border: 1px solid #ccc;
	border-radius: 0px;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	color: #fff!important;
}
select.form-licired:hover {
	background: url(../images/select-on.jpg) no-repeat right #074a8b !important;
}
select.form-licired:not([size]):not([multiple]) {
	height: calc(1.5rem + 2px);
}
.dts-acordeon i{
	margin-top: 4px;
}
body{
	font-size: 0.8rem;
}