        :root {
           --ColorStandarTitle: #37659d;
           --ColorStandarTitleFont: #ebebeb;
           --ColorStandarTitle2: #0f5cd0;
           --ColorStandarTitleFont2: #e6e6e6;
           --ColorStandarTitle3: #62b1d0;
           --ColorStandarTitleFont3: #ffffff;
           --ColorBackMenAdic: #ffe9e8;
           --ColorMenuSelectedOver: #116c8e;
           --ColorMenuSelectedOverFont: #f7f4f4;
       }
       
       .area_Oculta {
           display: none !important;
       }
       
       .TblListado {
           width: 100%;
           empty-cells: hide;
           border-collapse: collapse;
           font-family: Verdana, Arial, Helvetica, sans-serif;
           text-align: right;
           border: 1px solid #036;
           font-size: 13px;
           box-sizing: border-box;
           margin: 0;
           padding: 2px;
           min-width: 320px;
       }
       
       .TblListado th {
           font-size: 0.85em;
           font-family: Tahoma, Geneva, sans-serif;
           background: var(--ColorStandarTitle);
           color: #FFF;
           border: 1px solid #999;
           text-transform: uppercase;
           text-align: center;
           font-weight: normal;
           padding: 5px;
       }
       
       .TblListado td {
           text-align: left;
           font-size: 13px;
           color: #000000;
           border: 1px solid #CCC;
           box-sizing: border-box;
           margin: 0;
           padding: 2px;
           white-space: unset!important;
       }
       
       .TblListado td a {
           font-size: 13px;
           box-sizing: border-box;
           margin: 0;
           padding: 2px;
       }
       
       .Centrado {
           text-align: center
       }
       
       .Tam13 {
           font-size: 13px;
       }
       
       @media print {
           @page {
               size: A4;
               margin: 0mm 0 10mm 10mm!important;
           }
           body {
               margin: 0mm 0 10mm 10mm!important;
               background: transparent;
               padding-top: 1px;
           }
           * {
               -webkit-print-color-adjust: exact !important;
               /*Chrome, Safari */
               color-adjust: exact !important;
               /*Firefox*/
           }
           #imprimir {
               background-color: #FFF;
               height: 100%;
               width: 100%;
               position: fixed;
               top: 0;
               left: 0;
               margin: 0;
           }
           .row-row label {
               font-size: 9px!important;
           }
           #imprimir td {
               font-size: 12px!important;
           }
           .area_noprint {
               display: none !important;
           }
           table,
           th,
           td {
               border: 1px solid #000000!important;
               word-wrap: break-word;
           }
           .TblListado th {
               font-weight: bold;
           }
           .modal-backdrop.show {
               opacity: .0;
           }
           .area_Oculta {
               display: unset!important;
           }
       }
       
       @media screen and (max-width: 600px) {
           #imprimir {
               display: grid;
               grid-gap: 5px;
               grid-template-columns: 90%;
               grid-template-areas: "";
               width: 100% !important;
           }
       }