body{
  background-color:#e6e6ff;
}

#anuario{
  font-family:'Bebas Neue', cursive;
  font-size: 8vw;
  text-align:right;
  margin-top: 3vw;
}

#Kiara{
  font-family:'Bebas Neue', cursive;
    font-size: 7vw;
  padding-top: 6px;
  margin-top: 6vw;
    text-align: center;
    color: black;
  letter-spacing: 0.9rem;
  background-color:#ccccff;
  opacity: 0.8;
  }

div.oreo img.imagenOreo{
  float: left;
  margin-right: 2vw;
  marging-left: 2vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  width: 20vw;
  border-style: dashed;
}

.botonesInicio{
  text-align: left;
  font-size: 7vw;
  font-family: 'Caveat', cursive;
}


.botonesInicio:hover{
  font-size: 8vw;
  }

.botonesInicio{
  transition: 1s;
}

.botonesInicio a{
  text-decoration: none;
  color: black;
}

.titulos{
  font-size: 7vw;
  font-family:'Bebas Neue', cursive;
  text-align: left;
}

.infos{
  font-size: 4vw;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  background-color: white;
  text-align: center; 
}

.botonesvolver{
  height: 15vh;
  width: 8vw;
}
  
.titulosGaleria{
  font-size:7vh;
  font-family:'Caveat', cursive;
  background-color:#b3d9ff;
  border-style: double;
  text-align:center;
}

#botonVolverCursos{
  text-align: center;
  font-size: 3.5vw;
  font-family: 'Caveat', cursive;
}

.cursos a{
  text-decoration: none;
  color: black;
}

.cursos:hover{
  text-shadow: 2px 2px 5px blue;
  }