#main-header .menu a:hover {
  color: #d9026a !important;
}
#main-header .menu .active {
  color: #d9026a !important;
  font-weight:bold;  
  
}

.btn{
  color: #d9026a !important;
  
}

.btn.form-control{
  border: 2px solid #d9026a !important; 
  border-radius:30px !important;
}
#grupoFiltersCollapse{
  border: 2px solid #d9026a !important;
  border-radius:30px;
}

.listados a {
  /*color: #d9026a !important;*/
}

footer a {
  color: #000000 !important;
}

footer h4 {
  color: #000000 !important;
}

.bloqueContenido h2,h3,h4{
  color: #d9026a !important;
}

.bloque h2,h3,h4{
  color: #d9026a !important;
}

.parte1 h2,h3,h4{
  color: #d9026a !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_rarezas.jpg") no-repeat !important;
  background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 65%, whitesmoke), url("../img/nubes_rarezas.jpg") no-repeat !important;
}

.border-card,input[type="button"]{
  border-color:#d9026a !important;
}

.initLogin{border-color:#cccccc !important;}

#instrucciones-tab .nav-link{border:2px solid #ccc !important; color:#000 !important;}
#instrucciones-tab .nav-item{background-color:#ffffff !important;}
#instrucciones-tab .nav-link.active{background-color:#fff !important;border:2px solid #d9026a !important; color:#000 !important;}

a{
  text-decoration: none !important;
}

.cursor{
  cursor: pointer;
}

/* Pagination */
.page-link.pageLink{
  color: #d9026a !important;
}
.page-item.active .page-link{
  background-color:#d9026a !important;
  border-color:#d9026a !important;
  color:#fff !important;
}
/* borde entre filas */
tr{
  border-bottom: solid 1px #d9026a !important;
}

.list-group-item.active{
  color:#fff !important;
  background-color:#d9026a !important;
  border-color:#d9026a !important;
}

