h2{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #FF8C00;
}

ul{
  list-style-type: none;
}

img{
    margin-bottom: 35px;
    width: 160px;
    height: auto;
}

a{
    text-decoration: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 19px;
    color: #CD853F;
    font-weight: 700;
}

.espiritu {
  background-color: #DAA520;
  width: 160px;
  height: 130px;
  font-size: 20px;
  font-family: Georgia;
  font-style: oblique;
  font-weight: 900;
  margin: 10px;
  padding: 5px;
  border: 5px;
  border-radius: 25%;
  border-color: #DAA520;
  text-align: center;
  color: #0000FF;
  cursor: pointer;
  }

  .espiritu:hover {
    background-color: #c8ee8b;
  }

  p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    color: blueviolet;
    text-align: justify;
    background-color: #fcf0f3;
    margin: 10px;
    padding: 5px;
  }

  p1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: coral;
    background-color: #f7f4ed;
  }
  .inicio{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18;
  margin: 15px;
  color: #990033;
  background-color: #FFCC00;
  border-radius: 4px;
  border-color: #FFCC00;
  width: 50px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.libros{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 12;
  margin: 15px;
  color: #2904ac;
  background-color: #FFFFE0;
  border-radius: 4px;
  border-color: #FFFFE0;
  width: 55px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.entremeses{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20;
  margin: 15px;
  color: #0c5002;
  background-color: #FFE4B5;
  border-radius: 4px;
  border-color: #FFE4B5;
  width: 90px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

.contacto{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20;
  margin: 15px;
  color: #7c0404;
  background-color: #00FF7F;
  border-radius: 4px;
  border-color: #00FF7F;
  width: 90px;
  height: 30px;
  padding: 3px;
  text-align: center;
  cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

p3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color:#FF00FF;
}

.tapa{
   box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);
}

