a {
  color: #2e4b6f;
}

.w100 {
  width: 100%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #eaeaea;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  display: inline-block;
  padding: 6px 7px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #234f75;
  border-color: transparent;
}

th {
  background: #e8e8e8;
  border: 0px;
  box-shadow: none;
}

.container.grow {
  min-height: 833px;
}

.uppercase {
  text-transform: uppercase;
}

h1.title {
  text-align: center;
  padding: 10px 0px;
  text-transform: uppercase;
}

h1.title:after {
  content: "";
  background: #e0e0e0;
  padding: 0.05rem;
  width: 200px;
  display: inline-block;
  margin-left: 20px;
  top: -10px;
  position: relative;
}

h1.title:before {
  content: "";
  background: #e0e0e0;
  padding: 0.05rem;
  width: 200px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -10px;
}

.no-margin {
  margin: 0;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
  display: block;
}

.form-inline .form-group {
  margin: 0px 10px 0px 0px;
}

.alert {
  padding: 10px 35px 10px 14px;
  margin-bottom: 20px;
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
  background-color: #f5f5f5;
  border: 1px solid #fbeed5;
  color: #ababab;
}

.picture {
  width: 100%;
  height: 218px;
  overflow: hidden;
}

.resultados th a {
  font-size: 1.1rem;
}