body {
  font-family: 'Arial';

  margin: 0px;
  padding: 0px;
  background: url("../img/bgral.png") left top no-repeat ;
  background-attachment: fixed;
  background-size: cover;
}
.subTitulo{
  font-family: 'Arial';
  font-weight: bold;
  font-size: 21px;
  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{
  width: 100%;
}
.oculto{
  display: none;
}
.conOpacidad{
   opacity: 0.3;
   -moz-opacity: 0.3;
}

header{
  background: rgb(228,64,133);
  background: -moz-linear-gradient(90deg, rgba(228,64,133,1) 0%, rgba(94,46,126,1) 50%, rgba(25,21,70,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(228,64,133,1) 0%, rgba(94,46,126,1) 50%, rgba(25,21,70,1) 100%);
  background: linear-gradient(90deg, rgba(228,64,133,1) 0%, rgba(94,46,126,1) 50%, rgba(25,21,70,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e44085",endColorstr="#191546",GradientType=1);
}
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;
}