.atrapalo { display: none !important; visibility: hidden; }
.menuzord .showhide {
  padding-right: 20px;
}

.btn.link{
	background-color: #647191;
    color: white;
    padding: 0.3em 0.9em;
    border-radius: 0px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #092a49;
}

p {margin-bottom: 18px;}

table tr.blau, table th.blau{
  background-color: #D2D6F7;
  color: #454D66;
}

.main-content-area table{ margin: 0 0 8px; }

/* DIVISOR */
.lineadivision {
  height: 1px;
  width: 90%;
  margin: auto;
  background: rgba(100, 113, 145, 1);
  background: linear-gradient(90deg, hsl(0, 10%, 99%), hsl(0, 0%, 70%), hsl(0, 10%, 99%));
}


@media (min-width: 1200px) {
  body.tm-vertical-nav header#header .menuzord-brand {
    display: block;
    float: none;
    margin: 19px 50px -6px;
  }
  header#header .menuzord-brand img {

    max-height: 160px;
  }
}
@media (max-width: 991.98px){
  header#header .menuzord-brand img {
      max-height: 56px !important;
  }

  .menuzord-brand{ margin: 26px 0px -32px 20px; }
}