
h2{    
    font-size: 18px;
    text-align: center;
    color: #FF0000;
    font-weight: 300;
}

ul{
  list-style-type: none; 
}

a{
text-decoration: none;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 700;
font-size: 19px;
text-align: justify;
}

.texto{
  padding: 12px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #660066;
  font-size: 18px;
  text-align: justify;
  margin: 10px;
  
}

div{
    height: 250;
    width: 650px;
    padding: 20px;
}

h2{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

  p{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    color: #0b26f2;
    background-color: #f5ad4285;
    padding: 6px;
    border-radius: 6px;
}

  p1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 22px;
    color: #FF0000;
    font-weight: 600;
    background-color: #FFE4B5;
    padding: 5px;
    text-align: right;
    border-radius: 5px;
  }

  .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: 18;
  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;
}

.degradacion{
    width: 160px;
    height: 130px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #0000FF;
    background-color: #FFE4B5;
    border-radius: 20%;
    border-color: #FFE4B5;
    cursor: pointer;
    cursor: pointer;
  font-weight: 900;
  font-style: italic;
}

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

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

img{
  width: 130px;
  height: auto;
}

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