* {
   /* Change your font family */
   font-family: sans-serif;
}

.content-table {
   color: #345252;
   border-collapse: collapse;
   margin: 20px 54px;
   font-size: 1em;
   min-width: 400px;
   border-radius: 5px 5px 0 0;
   overflow: hidden;
   box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
   background-color: #7f977f    /*009879 veda*/;
   color: #ffffff;
   text-align: left;
   font-weight: bold;
}

.content-table th,
.content-table td {
   padding: 12px 15px;
}

.content-table tbody tr {
   border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
   background-color: #f3f3f3;
}

.content-table tbody tr:last-of-type {
   border-bottom: 2px solid #482c28;
}


.estado{
   background-color: #ece4b9   /* #d1cfc4     orange veda*/;
   text-align: center;
width: 200px;
   border-radius: 0.5em;
   padding: 0.3em;
}
.estado-op{
   background-color:chartreuse;
   text-align: center;
   border-radius: 0.5em;
   padding: 0.3em;
}

enla-c {
   color: black;
   outline: none;
   text-decoration: none;
   display: inline-block;
    }
enla-c:hover {
   background:orange;
 }
.content-table tbody tr.active-row {
   font-weight: bold;
   color: #41504d;

}
