.color{
    background-color: #c9f0a3;
    color: rgb(250, 255, 244);
    background-image: url("../imagen/libro.png");
    /*background-size:contain;*/
    background-position: center center;
    background-size: 70px 65px;
}
.anual{
    background-color: rgb(187, 248, 193);
    border-radius: 4px;
    color: rgb(53, 53, 80);
    text-align: center;
    border: solid 1px rgb(130, 221, 171)
}
.anual:hover{
    -webkit-box-shadow: 3px 6px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 6px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 6px 18px 0px rgba(29, 136, 29, 0.75);
}
.cod_ref{
    background-color: rgb(43, 53, 32);
    border-radius: 3px;
    color: #cde7bd;
    font-size: 10pt;
    line-height: 18px;
    padding: 2px;
    height: 23px;
    margin: 3px;
}
#separacion{
    display: flex;
    justify-content: space-between;
}
.duplicidad{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.copias_c{
    font-size: 7pt;
    color: rgb(85, 43, 43);
    background-color: rgb(255, 208, 196);
    padding: 4px;
}
.copias_cc{
    font-size: 8pt;
    color: rgb(255, 213, 213);
    background-color: rgb(63, 27, 18);
    padding: 2px;
    font-weight: bold;
}