/*index*/

h1{
  font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
  padding-top: 16px;
}

h3{
  font-size: 15px;
  font-family: 'EB Garamond', serif;
}

.encabezado{
  display: grid;
  grid-template-columns: 59px auto;
}

.sello{
  width: 96px;
}

.index{
  font-family: "Times New Roman", Times, serif;
}

li{
  list-style-type: none;
}

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

a:hover {
  background-color: yellow;
}

ul{
  padding-left: 40px;
  width: 300px;
}

.padding{
  padding: 15px;
  width: 314px;
}

.textoderecha{
  text-align: right;
}

.sangria{
  display:inline-block;
  text-indent: 51px;
}

.cursiva{
  font-style: italic;
}

button{
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  border-style: none;
  background-color: white;
  border: solid white;
  border-radius: 2px;
  padding: 3px;
}

button:hover {
  border: solid black;
  border-radius: 3px;
  border-radius: 2px;
  padding: 3px;
}

textarea {
  font-family: "Times New Roman", Times, serif;
  background-color: white;
  border-radius: 2px;
  padding: 3px;
  cursor: pointer;
}

textarea:hover {
  border-radius: 3px;
  padding: 3px;
}

form{
  display: grid;
  grid-template-columns: 250px auto;
}

.highlighted {
  background-color: yellow; /* o el estilo que desees */
}

/*01__diario*/

.volver__01{
  width: 51px;
}

.paloma{
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid red;
}


/*cuando*/

.tapa{
  width: 343px;
}


h2{
  font-size: 22px;
  font-family: 'EB Garamond', serif;
  text-align: center;
}

.textocentrado{
  text-align: center;
}

.sellooi{
  width: 92px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.selloflor{
  width: 51px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.doblesangria{
  display: inline-block;
  text-indent: 102px;
}


/*encargo*/

.okylogo{
  width: 92px;
}


/*05__retorica*/

.volver__05{
  width: 200px;
}

.padding05{
  padding: 15px;
  width: 515px;
}


/*volver*/

.mesita{
  width: 250px;
}

.fueguito{
  width: 51px;
}

.setlist{
  width: 314px;
}

.ojo{
  width: 314px;
}

.chechi{
  width: 314px;
}

video{
  width: 300px;
  object-fit: cover;
}


