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