/**
 para los colores de siiped
 */
.nav-link.active,
.bg-primary,
.btn-primary,
.alert-primary{
	background-color: #1d4992 !important;
	background-image: none !important;
} 

.sidebar-dark-primary{
	background-color: #1d4992 !important;
	background-image: none !important;
	color: white !important;
} 

.breadcrumb-item:not(.active) > a{
	color: #1d4992 !important;
}

a.nav-link-wm.active{
	background-color: white !important;
    	background-image: none !important;
    	color: #1d4992 !important;
}

.brand-text{
	color:white !important;
}

.nav-item > a.nav-link-wm:not(.active){
	color: white !important;
}

.navbar-nav {
	.nav-item > a.nav-link-wm:not(.active){
		color: #6c757d !important;
	}
}

.card-primary{
	.card-header{
		background-color: #1d4992 !important;
		background-image: none !important;
	}
}

.card-primary.card-outline{
	border-top: 3px solid #1d4992 !important;
}

.btn-outline-primary{
	color:  #1d4992 !important;
	border-color:  #1d4992 !important;;
}

.btn-outline-primary:hover{
	background-color:  #1d4992 !important;
	color: white !important;
}  

.img-convocatoria-publicada{
	max-height: 250px !important;
}

a.nav-link, footer.main-footer{
	color: #1d4992 !important
}
