#main-header .menu a:hover {
  color: #7bb108 !important; 
}
#main-header .menu .active {
  color: #7bb108 !important;
  font-weight:bold;  
}

.btn{
  color: #7bb108 !important;
}

.listados a {
  /*color: #ff5701 !important;*/
}

footer a {
  color: #000000 !important;
}

footer h4 {
  color: #000000 !important;
}

.bloqueContenido h2,h3,h4{
  color: #7bb108 !important;
}

.bloque h2,h3,h4{
  color: #7bb108 !important;
}


.parte1 h2,h3,h4{
  color: #7bb108 !important;
}

.modal-footer .btn{
  color:#fff !important;
}

.titulos h2 {
  color: #ffffff !important;
}

.nubes {
  background: linear-gradient(bottom, rgba(245, 245, 245, 0) 65%, whitesmoke), url("../img/nubes_exoticas.jpg") no-repeat !important;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 65%, whitesmoke), url("../img/nubes_exoticas.jpg") no-repeat !important;
}

.border-card, .input[type="button"]{
  border-color:#7bb108 !important;
}

.initLogin{border-color:#cccccc !important;}

#instrucciones-tab .nav-link{border:2px solid #ccc; color:#000 !important;}
#instrucciones-tab .nav-item{background-color:#ffffff;}
#instrucciones-tab .nav-link.active{background-color:#fff;border:2px solid #7bb108; color:#000;}

#especies-tab .nav-link{color:#fff !important;}
#especies-tab .nav-item{background-color:#e1a334;}
#especies-tab .nav-link.active{background-color:#fe5900;}

a{
  text-decoration: none !important;
}

.cursor{
  cursor: pointer;
}

/* Pagination */
.page-link.pageLink{
  color: #7bb108 !important;
}
.page-item.active .page-link{
  background-color:#7bb108 !important;
  border-color:#7bb108 !important;
  color:#fff !important;
}
/* borde entre filas */
tr{
  border-bottom: solid 1px #7bb108 !important;
}

.list-group-item.active{
  color:#000 !important;
  background-color:#7bb108 !important;
  border-color:#7bb108 !important;
}