.tabla-precios{
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins',sans-serif;
    word-wrap: break-word;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: inherit;
    margin: 0 0 1.5em;
    border-spacing: 0 ;
    border-collapse: separate;
    border-radius: 6px;
    border: 1px solid #EAECF0;
    width: 100%;
}

/* head */

.tabla-precios>thead{
    border-collapse: separate;
    border-bottom: 3px solid;
}

.tabla-precios>thead>tr>th{
    border: 1px solid #2A3342;
    background-color: #2A3342;
    color: #22C55E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: .5em;
}

.tabla-precios>thead>tr>th::selection{
    color: #ffffff;
}

.tabla-precios>thead>tr>th:first-child{
    border-radius: 6px 0px 0px 0px;
    }
.tabla-precios>thead>tr>th:last-child{
    border-radius: 0px 6px 0px 0px;
}

/* body */

.tabla-precios>tbody>tr{
    background-color: initial;
}

.tabla-precios>tbody>tr:nth-child(even){
    background-color: #f0f0f0;
}

.tabla-precios>tbody>tr>td{
    color: #556987;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid;
    padding: .5em;
    border-color: #0000;
}

/* footer */

.tabla-precios>tfoot>tr>td{
    color: #556987;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid;
    padding: .5em;
    border-color: #0000;
}

.el-izquierda{
    text-align: left;
}

.el-centrado{
    text-align: center;
}

.el-derecha{
    text-align: right;
}

.el-seleccionable{
    cursor: pointer;
}

.el-seleccionable:hover{
    background: #caf8cd !important;
}

.el-seleccionado{
    background: #9dfba1 !important;
}

.el-seleccionado:hover{
    background: #9dfba1 !important;
}







