a{
	text-decoration: none;
}

.spanLink{
	cursor: pointer !important;
	color: #2991C4 !important;
	text-decoration: none !important;
}

.spanLink:hover{
	cursor: pointer !important;
	color: #005176 !important;
	text-decoration: none !important;
}

h4{
	color: #005176 !important;
}

.btn-primary{
	cursor: pointer !important;
	background-color: #2991C4 !important; 
}
.btn-primary:hover{
	cursor: pointer !important;
	background-color: #005176 !important;
}

ul li{
  display: inline !important;
}

.liPerfil ul{
	color: red !important;
}


.fundoModalModificado{
	background-color: black !important;
	opacity: 1 !important;
}