.colorGore {
 /* background:#003a8a;    gore   Otro verde #1FC085
 */
  background:#003a8a;
}

.colorModalCssGore{
    background-color: #1EC845  !important;   /* rgba(200,200, 200.5) #0F69C4  verde #88DCAC   */ 
}
aside.colorGore a span b{
  color:white;
}
aside.colorGore a span b:hover{
  color: #00892e!important;
}
ul.colorGore li a{
	text-decoration: none;
	color: white!important;
	cursor: pointer;
}
ul.colorGore li a:active{
  color: #00892e!important;
}
ul.colorGore li a:hover{
  color:#00892e!important;
}
ul.colorGore li{
  transition: 1.2s ease;
}
ul.colorGore li:hover{
  background-color:#fff!important;
  border-radius: 5px;
}
.hrclass{
   border: none; height: 1px; /* Set the hr color */ color: #fff; /* old IE */ background-color: #fff; 
}
ul.colorGore li.active {
  background-color: #fff!important;  
}
ul.colorGore li.active a {
  color:#00892e!important ;
}
.btn-primary,
.card-header{

/*	
  background-color:#003a8a!important;
  border-color:#003a8a!important;
  */
  background-color:#003a8a!important;
  border-color:#A3E766!important;
  
}
.card-title{
  color:#fff!important;
}
.btn-success{
  background-color:#a3e766!important;
 border-color:#a3e766!important;
}
