@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');

@font-face {
  font-family: 'willow';
  src: url(willow.ttf);
}

#encabezado {
  background-image: url(paranombre.JPG);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 175px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: auto;
  font-size: 30px;
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 0px #ff6969;
  color: rgb(255, 213, 196);
  border-color: antiquewhite;
  border-width: 5px;
  border-style: groove;
}

body {
  background-image: url(o36-bg-polkadot.gif);
  background-position: fill;
  background-repeat: repeat;
}

#cuadro1 {
  border-image: url(borderosita.png) 9 fill round;
  border-width: 7px;
  border-style: solid;
  min-height: 100%;
  font-size: medium;


}

#cuadro2 {
  border-image: url(borderosita.png) 9 fill round;
  border-width: 7px;
  border-style: solid;
  min-height: 100%;
}

#cuadro3 {
  border-image: url(borderosita.png) 9 fill round;
  border-width: 7px;
  border-style: solid;
  min-height: 100%;
}

#cuadro4 {
  border-image: url(borderosita.png) 9 fill round;
  border-width: 7px;
  border-style: solid;
  min-height: 100%;
  gap: 10px;
  width: 40%;
  overflow-y: scroll;
  max-height: 340px;
}

#cuadro5 {
  border-image: url(borderosita.png) 9 fill round;
  border-width: 7px;
  border-style: solid;
  min-height: 100%;
  gap: 10px;
  width: 60%;
}

#grancuadro {
  max-width: 100%;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#grancuadro2 {
  max-width: 100%;
  display: inline-flex;
  gap: 10px;
  grid-template-columns: 1fr 2fr;
  align-items: baseline;
  justify-content: center;
  margin: auto;
}

#grancuadro>div {
  min-width: 0;
  overflow-wrap: break-word;
}

#contenedor {
  border-image: url(bordevichi.gif) 4 fill round;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 60%;
  padding: 1%;
  border-color: beige;
  border-width: 5px;
  border-style: groove;
  font-family: 'willow';
}

#lacito {
  height: 50px;
  width: 100%;
  background-image: url(lacito.gif);
  background-repeat: repeat-x;
  background-size: contain;
  position: fixed;
  top: 0;
  left: 0;
}

.recuadrorosa {
  height: 33px;
  width: auto;
  padding: 1%;
  border-image: url(cajarosa.png) 7 fill round;
  border-width: 7px;
  border-style: solid;
  align-items: center center;
  justify-content: center;
  font-size: 20px;
}

#recuadrorosa2 {
  min-height: 100%;
  max-width: 100%;
  padding: 1%;
  border-image: url(cajarosa.png) 7 fill round;
  border-width: 7px;
  border-style: solid;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.ladrillo {
  background-color: pink;
  width: auto;
  height: auto;
  max-height: 30px;
  display: block;
  margin: 10px 5px;
  border-radius: 15px;
  border: 1px solid black;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

.ladrillo:hover {
  background: linear-gradient(#ff6969);
}

ul {
  list-style-type: none;
  margin: 10px;
  padding: 0;
  border-radius: 10px;
  width: 160px;
  height: fit-content;
}

li a {
  border-radius: 5px;
  margin-bottom: 5px;
  display: block;
  color: rgb(255, 75, 129);
  background: linear-gradient(#ffcbff, #fda9fd 40%, #ffcbff);
  text-decoration: none;
  font-size: medium;
  border: 1px solid rgb(255, 167, 156);
}

li a:hover {
  background: linear-gradient(#ffb7db, #f08fb7 40%, #f192aa);
  color: rgb(206, 55, 55);
}

#statuscafe {
  padding: .5em;
  background-color: rgb(255, 237, 240);
  border: 5px solid #ffcbff;
  border-radius: 15px;
}

#statuscafe-username {
  margin-bottom: .5em;
}

#statuscafe-content {
  margin: 0 1em 0.5em 1em;
}

#ckwr {
  margin: auto;
  width: 180px !important;
  height: 180px !important;
  box-sizing: border-box;
  background-color: #9D5535;
  border: 4px solid #381d12;
  border-radius: 10px;
  display: inline-block;
}

#ckwr * {
  padding: 0 !important;
}

#ckwr>img {
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}

#ckwr .webring-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  letter-spacing: normal !important;
  flex-direction: column;
  justify-content: center !important;
}

#ckwr .webring-flex {
  display: flex;
  justify-content: center !important;
  position: relative;
}

#ckwr .webring-title img {
  margin: 0;
  margin-top: 1px;
  text-align: center;
  width: 100%;
}

#ckwr .webring-image {
  display: block;
  position: relative;
  height: 64px;
  width: 64px;
  margin-top: 4px;
}

#ckwr .webring-image>img:hover {
  transform: scale(1.1);
}

#ckwr a {
  color: black;
  text-decoration: none;
}

#ckwr .webring-footer {
  text-align: center;
}

#ckwr .webring-next,
#ckwr .webring-prev {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
}

#ckwr .webring-next img {
  transform: scaleX(-1);
}

#ckwr .arrow-image {
  width: 50px;
}