img {
    width: 140px;
    height: 200px;
    margin-left: 15px;
}

ul {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    list-style-type: none;
    }

li {
    text-decoration:none;
    margin:0;
    padding:0;    
}

a{
    text-decoration: none;
    color:#CC0000;    
}

h2 {
    font-size:30px;
    color: #cc0066;
    text-align: center;
}

.contenedor-titulo {
  display: flex; /* Activa el modo flexible */
  align-items: center; /* Centra la imagen verticalmente con el texto */
  gap: 15px; /* Añade espacio entre el texto y la imagen */
}

p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: #990066;
    font-weight: 500;
    text-align: justify;
    background-color: #e6e1e6;
    border-radius: 8px;
    padding: 13px;
}

p1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    color: #000;
    text-align: justify;
    background-color: #e6d1dc;
    border-radius: 6px;
    padding: 5px;
}

    .inicio{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 18;
  margin: 20px;
  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: 18;
  margin: 20px;
  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: 20px;
  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: 20px;
  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;
}

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

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

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

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