body {
  font-family: 'Arial';

  margin: 0px;
  padding: 0px;
  background: url("../img/fondo-gral.png") left top no-repeat ;
  background-attachment: fixed;
  background-size: cover;
}
.subTitulo{
  font-family: 'ARIAL';
  font-weight: bold;
  font-size: 32px;
  color: #180682;
}
a.aviso:link, a.aviso:visited, a.aviso:active{
  font-family: 'ARIAL';
  font-weight: bold;
  font-size: 15px;
  color: #180682;
  text-decoration: underline;
  letter-spacing: 2px;
}
a.aviso:hover{
  color: #2D0BF0;
  text-decoration: none;
}
.linkCentrado{
  margin: auto;
}
.txtAviso{
  text-align: justify;
  font-size: 16px;
}
.oculto{
  display: none;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.imgBanner{
  /*height: 350px;*/
}
.oculto{
  display: none;
}
.conOpacidad{
   opacity: 0.3;
   -moz-opacity: 0.3;
}

header{
  background-color: #e56073;
}

a.menuses:link, a.menuses:visited{
  font-family: 'ARIAL';
  font-weight: normal;
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 2px;
}
a.menuses:hover{
  color: #AEECE7;
  text-decoration: none;
}
a.menuses:active{
  color: #AEECE7;
}
h3, .h3{
  font-size: 106px;
}