body{
    background-color: rgb(232, 215, 248);
}
.bodindex{
    height: 100%;
    background: url(../images/portada2.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
}
.imag{
    width: 100px;  
}
/*imagen de grabarPedido*/
.imagen{
    width: 80%;
}
.imagenCli{
    width: 10%;
}
#scroll{
    height:20px;
    width:250px;
    overflow-y:scroll;
    overflow-x:hidden;
}
.caja{
    width: 280px;
    background-color: white;
    float: left;
    margin-top: 20px;
    /*height: 650px;
    display: inline-block;*/
   
}
.boton{
    background-color: #9cff83 ;
    border-radius: 2%;
    border-top: 5px;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 1% auto;
    width: 250px;
    height: 50px;
}

.boton:hover{
    color: black;
    background-color: rgba(183, 4, 4, 0.868);
}

.buton{
    text-decoration: none;
    background-color: #9cff83 ;
    border-radius: 2%;
    border-top: 5px;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 1% auto;
    width: 100px;
    height: 50px;
}

.a{
    text-decoration: none;
}
.bodyFicha{
    background-color: lightblue;
}
 /*zona envio de whatsaap para pedidos de libros */
.whatsapp {
    position:fixed;
    width:25px;
    height:25px;
    /*bottom:140px;*/
    /*right:140px;*/
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:20px;
    z-index:100;
  }

.whatsapp-icon {
    margin-top:2px;   
  }
  .cuentas{
    font-size: small;
    width: auto;
  }
  .cuentas1{
    background-color:  #e5e8e8 ;

  }

/* archivo cuentas del agente*/
.tablaCuentas {
    width: 382px;
    border-collapse: collapse;
    /*border: 1px solid #000;*/
    background-color: white;
 }
.tablaCuentas2 {
    width: 320px;
    border-collapse: collapse;
    background-color: white;
 }
td {
    width: 25%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000;
 }
 .imagPass{
    width: 20%;
 }
 .imagPassA{
    width: 15%;
 }
 .imagTorre{
    width: 50%;
    opacity: 0,5;
    position: absolute;
    margin-left: 200px;
    margin-top: 50px;
    /*float:right;*/
 }

summary{
    /*border: none; */
    color: white; 
    padding: 14px 28px; 
    cursor: pointer; 
    border-radius: 5px; 
    display: inline-flex;
    background-color: #04AA6D; 
}
summary:hover{
    background-color: #ff9800;
    color: black;
}

details > summary {
    border: none;
    cursor: pointer;
  }
  
details > p {
    border-radius: 0 0 10px 10px;
    background-color: #ddd;
    padding: 2px 6px;
    margin: 0;
    box-shadow: 3px 3px 4px black;
  }

/*ESTILOS PARA EL LOADER*/

 /* Overlay y loader centrado */
 /* Overlay y loader centrado */
#overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

#loader {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    /*border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;*/
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}