.tabla-titulo {
    text-shadow: #FFF 2px 2px 3px;
    padding-left: 5px;
    width: 100%;
    font-variant: small-caps;
    font-size: larger;
}
.tabla-contenedor table > tbody > tr > td, .tabla-contenedor table > tbody > tr > td {
    border-color: rgba(0,0,0,0.25)!important;
}
.tabla-contenedor table > tbody > tr:nth-child(2n+1) > td, .tabla-contenedor table > tbody > tr:nth-child(2n+1) > td {
    background-color: #FEFEFE;
}
.tabla-contenedor table > tbody > tr.seleccionado > td {
    background-color: #000;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAoCAYAAAAPOoFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPZJREFUeNq81tsOgjAMANB2ov7/7ypaN7IlIwi9rGuT8QSc9EIDAsAznxvY4pXPKr05RUE5MEVB+TyWfCEl9LZApYopCmo9C4FKSMtYoI8Bwv79aQJU4l6hXXCZrQbokJEksxHo9KMOgc6w1atHXM8K9DVC7FQnJ0i8iK3QooGgbnyKgMDygBWyYFZoqx4qS27KqLZJjA1D0jK6QJcYEQEiWv9PGkTsbqxQ8oT+ZtZB6AkdsJnQDnMoHXHLGKOgDYuCWmYhEERCI5gaamW0bnHdA3k2ltlIN+2qKRyCND0bhqSYCyTB3CAOc4WusBEIpkeBuPgJMAAX8Hs1NfqHRgAAAABJRU5ErkJggg==") repeat-x scroll left top rgb(185, 107, 107);
}
.tabla-contenedor table > thead tr,
.tabla-contenedor table > thead tr th{
    border: 1px solid rgba(0,0,0,0.25)!important;
    border-color: rgba(0,0,0,0.25)!important;
    position: sticky;
    top: 0;
    z-index: 10;
}
.tabla-contenedor table > thead tr th:nth-child(1){
    background-color:#EBD3DA;
    color:#a54662;
}
.tabla-contenedor table > thead tr th:nth-child(2){
    background-color:#EBD3DA;
    color:#8c2c49;
}
.tabla-contenedor table > thead tr th:nth-child(3){
    background-color:#EBD3DA;
    color:#942949;
}
.tabla-contenedor table > thead tr th:nth-child(4){
    background-color:#EBD3DA;
    color:#8d2041;
}
.tabla-contenedor table > thead tr th:nth-child(5){
    background-color:#EBD3DA;
    color:#7d1c3a;
}
.tabla-contenedor table > thead tr th:nth-child(6){
    background-color:#EBD3DA;
    color:#6d1933;
}
.tabla-contenedor table > thead tr th:nth-child(7){
    background-color:#EBD3DA;
    color:#5e152b;
}
.tabla-contenedor table > thead tr th:nth-child(8){
    background-color:#EBD3DA;
    color:#4e1224;
}
.tabla-contenedor table > thead tr th:nth-child(9){
    background-color:#EBD3DA;
    color:#3e0e1d;
}

.tabla-contenedor table > thead tr th:nth-child(10){
    background-color:#fcf5e5;
    color:#cd581f;
}
.tabla-contenedor table > thead tr th:nth-child(11){
    background-color:#fcf5e5;
    color:#cd581f;
}
.tabla-contenedor table > thead tr th:nth-child(12){
    background-color:#fcf5e5;
    color:#cd581f;
}
.tabla-contenedor table > thead tr th:nth-child(13){
    background-color:#fcf5e5;
    color:#cd581f;
}

td.acciones:hover{
    text-shadow: 1px 2px 3px #999;
    cursor:pointer;
}

.tabla-contenedor table td.td_compacto.l1 {
    padding: 2px 1px;
}

.tabla-contenedor table td.td_compacto.l2 {
	padding: 4px 2px;
}

.tabla-contenedor table td.td_compacto.l3 {
	padding: 6px 3px;
}

.tabla-contenedor table td.td_compacto.l4 {
	padding: 8px 8px;
}
