body {
  margin: 0;
  padding: 0;
  background: #050671;
}
.contenedor {
  opacity: 0;
  transition: 0.5s;
}

#precarga {
  margin: 40vh auto 0 auto;
  display: block;
}

.menu_ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 900px) {
  .menu_ {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.dis_pro {
  background: rgb(213, 211, 211);
  background: linear-gradient(
    0deg,
    rgba(213, 211, 211, 1) 6%,
    rgba(255, 255, 255, 1) 58%
  );
  border-bottom: 2px solid #626262;
  border-radius: 10px 0px 10px 0px;
  width: 100%;
  padding: 2px;
}
.t_p {
  border-bottom: 2px solid #ffc000;
}

.barra_escudos_fon {
  background: rgb(204, 204, 204);
  background: linear-gradient(
    0deg,
    rgba(204, 204, 204, 1) 21%,
    rgba(255, 255, 255, 1) 69%
  );
}
.barra_escudos {
  height: 66px;
}

.size-img_1 {
  height: 36px;
  width: 32px;
  margin-left: 11px;
  margin-right: 11px;
}
.size-img {
  height: 34px;
  width: 30px;
}

.colores {
  height: 30px;
  width: 8px;
}
.tit_footer {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #ffc000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-general {
  background-color: #050671;
  border-color: #050671;
  color: #ffffff;
}
.btn-general:hover,
.btn-general:focus,
.btn-general:active,
.btn-general.active {
  background-color: #ffc000;
  border-color: #ffc000;
  color: #000000;
}
.btn-general.disabled:hover,
.btn-general.disabled:focus,
.btn-general.disabled:active,
.btn-general.disabled.active,
.btn-general[disabled]:hover,
.btn-general[disabled]:focus,
.btn-general[disabled]:active,
.btn-general[disabled].active,
fieldset[disabled] .btn-general:hover,
fieldset[disabled] .btn-general:focus,
fieldset[disabled] .btn-general:active,
fieldset[disabled] .btn-general.active {
  background-color: #050671;
  border-color: #006600;
  color: #ffffff;
}
.btn-alter {
  background-color: #ffc000;
  border-color: #f2b300;
  color: #000000;
}
.btn-alter:hover,
.btn-alter:focus,
.btn-alter:active,
.btn-alter.active {
  background-color: #efb000;
  border-color: #d79800;
  color: #000000;
}
.btn-alter.disabled:hover,
.btn-alter.disabled:focus,
.btn-alter.disabled:active,
.btn-alter.disabled.active,
.btn-alter[disabled]:hover,
.btn-alter[disabled]:focus,
.btn-alter[disabled]:active,
.btn-alter[disabled].active,
fieldset[disabled] .btn-alter:hover,
fieldset[disabled] .btn-alter:focus,
fieldset[disabled] .btn-alter:active,
fieldset[disabled] .btn-alter.active {
  background-color: #ffc000;
  border-color: #f2b300;
  color: #000000;
}
