body {
  margin: 0;
  padding: 0;
  background: url('../images/CENTRO_DE_CONGRESOS_FRAY_LUIS_DE_LEON.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@font-face{
  font-family: 'AVENIR';
  src: url('../tipografia/AvenirLTStd-Book.otf') format('otf');
  font-weight: normal;
  font-style: normal;
}

.logo {
  position: absolute;
  margin-left: 5%;
  margin-top:3.5%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  width: 300px;
  z-index:3;
}

.logo1 {
  background-color: grey;
  opacity: 70%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  width: 250px;
  height: 90px;
}

.logo2 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
  width: 250px;
}

.texto{
  background-color: white;
  opacity: 80%;
  position: absolute;
  margin-left: 10%;
  margin-top:15%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  width: 45%;
  z-index: 2;
}

.texto p{
  font-family: 'AVENIR',sans-serif;
  color: black;
  font-size: 28;
  text-align: justify;
}

.texto p a{
  color:black;
  text-decoration: none;
  font-weight: bold;
}

img{
  width: 100%;
  display: block;
}

@media (max-width: 1200px){
  .texto{
    position: absolute;
    margin-left: 10%;
    margin-top:17.5%;
    width: 65%;
  }
}

@media (max-width: 1000px){
  .texto{
    position: absolute;
    margin-left: 10%;
    margin-top:23%;
    width: 65%;
  }
}

@media (max-width: 800px){
  .texto{
    position: absolute;
    margin-left:8%;
    margin-top:27.5%;
    width: 80%;
  }
}
