

.responsive-table{
    overflow-x:auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
  }
  
  th, td {
    text-align: center;
    padding: 8px;
  }
/* est */



.card-img {
  opacity: 0.5;
}

a.enlace {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
  font-weight:bold;
  font-family: auto;
}

a:link.enlace {
  color: #00bc99;
}

a:visited.enlace {
  color: #00bc99;
}

a:focus.enlace {
  border-bottom: 1px solid;
  background: #00bc99;
}

a:hover.enlace {
  border-bottom: 1px solid;
  background: #00bc9953;
}

a:active.enlace {
  background: #92f8d4;
  color: #00bc99;
}
.navbar-toggler{
background-color: white;
}

.tm {
  font-size: 14px;


}

.tmm {
  font-size: 12.5px;

}