.contiene{
  margin-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.div_cuadro {
  position:relative;
  margin: 12px;
  display: inline-block;
}

.ima_cuadro{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  cursor: pointer;
  width: 100%;
}

.checkbox{
  transform: scale(1.5); /* Aumenta el tamaño del checkbox */
  margin: 7px; /* Ajusta el margen si es necesario */
}

.div_ficha{
  width: 57px;
  float: right;
  background-color: rgb(247, 243, 233);
  margin: 3px;
  font-family: Courier , monospace;
  font-size: 4px;
  padding: 3px;
  border: 1px solid rgb(150, 130, 74);
  opacity:.6;
  cursor: pointer;
}

.ficha_trans_suave{
  -webkit-transition: width 270ms,font-size 270ms,opacity 270ms;   
  -moz-transition:  width 270ms,font-size 270ms,opacity 270ms;  
  -o-transition:  width 270ms,font-size 270ms,opacity 270ms;  
  -ms-transition: width 270ms,font-size 270ms,opacity 270ms; 
  transition: width 270ms,font-size 270ms,opacity 270ms;
}

.div_ficha_flotada{
  right: 0;
  bottom: 0;
  position:absolute;
  width: 57px;
  background-color: #f7f6f4;
  background-image: url("https://www.transparenttextures.com/patterns/beige-paper.png");
  margin: 3px;
  font-family: Courier , monospace;
  font-size: 4px;
  padding: 3px;
  border: 1px solid rgb(150, 130, 74);
  opacity:.6;
  cursor: pointer;
}

.div_ficha_flotada_G{
  line-height: 170%;
  opacity:.95;
  width: 79%;
  margin: 0px;
  font-family: Courier , monospace;
  font-size: 1.5em;
  padding: 9px;
}

.distribulle_cabeza{
  display: flex;
  justify-content: space-between;
}
.distribulle_pie{
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*.imagen {
    width: 200px;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}
*/

.sobres {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
}

/*.info {
    color: white;
    font-size: 16px;
    position: absolute;
    text-align: center;
}
*/

.boton_flotado_esquino {
    position: absolute;
    background: white;
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.div_infova {
  color:yellowgreen;
  color:#d3b9e6;  /*lila*/
  color:#cf92f3;  /*lila f*/
  color:#cee8ab; /*verde oli*/
/*    position: absolute;*/
/*    background: white;*/
    border: none;
    font-weight: bold;
    font-size: 1.5em;
/*    font-size: calc(100% / 10);*/
/*    padding: 5px;*/
/*    cursor: pointer;*/
/*    border-radius: 5px;*/
}

/* Posiciones de los botones */
.sup-izq { top: 10px; left: 10px; }
.sup-izq-d { top: 60px; left: 30px; }
.sup-der { top: 10px; right: 10px; }
.inf-izquierda { bottom: 10px; left: 10px; }
.inf-izquierda-2 { bottom: 10px; left: 80px; }
.inf-der { bottom: 10px; right: 10px; }
