/* Estilos específicos */
.tituloapartado {
  font-family: "Avantgarde md bt", Arial, sans-serif;
  font-size: 250%;
  color: #ffffff;
  background-color: transparent
}
.tituloelemento {
  font-family: "Avantgarde md bt", Arial, sans-serif;
  font-size: 130%;
  color: #ffffff;
  background-color: transparent
}
.tituloelemento:hover {
  text-decoration: none;
  color: #a1d9ff;
  background-color: transparent
}

