    @charset "UTF-8";
    @import url('https://fonts.googleapis.com/css?family=Poppins');

    html, body {
        font-size: 12px;
        /* font-family: Verdana, Geneva, sans-serif; */
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
    	margin: 0px;
        padding: 0px;
        height: 100%;
        border: none;
        color: #292929;
    }

    a{
        cursor: pointer;
        text-decoration: none;
        color: #292929;
    }

    a:hover {
        font-weight: bold;
    }

    a.linkNegro {
        color: #292929;
        cursor: pointer;
        font-weight: bold;
    }

    a.linkNegro:link {
        text-decoration: none;
    }

    a.linkNegro:hover {
        text-decoration: none;
        text-shadow:0px 1px 1px #2E51CC;
    }

    a.linkMenu {
        color: #FFFFFF;
        cursor: pointer;
        font-weight: bold;
    }

    a.linkMenu:link {
        text-decoration: none;
    }

    a.linkMenu:hover {
        text-decoration: none;
        text-shadow: 0px 0px 4px #2E51CC;
    }

    a.linkMenuBlanco {
        color: #FFFFFF;
        cursor: pointer;
        font-weight: normal;
    }

    a.linkMenuBlanco:link {
        text-decoration: none;
    }

    a.linkMenuBlanco:hover {
        text-decoration: none;
        font-weight: bold;
    }

    .logoMarcaAgua {
        background-image: url('../img/cuervo-marcaAgua.png');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }

    .hrLogin {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(46, 81, 204, 1.0), rgba(0, 0, 0, 0));
    }

    .hrMainTitulo {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(8, 27, 69, 1.0), rgba(0, 0, 0, 0));
    }

    .hrTitulo {
        border: 1px solid #081B45;
        width: 95%;
        margin: 15px 0px 15px 0px;
    }

    .paddingExtra {
        padding: 15px;
        font-weight: bold;
    }

    .centrado {
        text-align: center !important;
    }

    .negritas {
        font-weight: bold !important;
    }

    .w100centrado {
        width: 100%;
        text-align: center;
        color: #292929;
        font-weight: normal;
    }

    .dialogPopUp{
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
    }

    .scrollThin{
        scrollbar-width: thin;
    }

    .scrollThin::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .scrollThin::-webkit-scrollbar-track {
        background: #F0F0F0;
    }

    .scrollThin::-webkit-scrollbar-thumb {
        background: #A6A6A6;
    }

    .titulo {
        color: #292929;
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
    }

    .tituloGrande {
        color: #005185;
        font-size: 20px;
        font-weight: bold;
    }

    .tituloMediano {
        color: #595959;
        font-size: 15px;
        font-weight: bold;
    }

    .tituloChico {
        color: #292929;
        font-size: 12px;
        font-weight: normal;
    }

    .tituloChicoSelect {
        color: #AAAAAA;
        font-size: 12px;
        font-weight: normal;
        border: 0px;
        border-bottom: 1px solid #AAAAAA;
        background-color: transparent;
    }

    .tituloBGGrande {
        background-color: #20BAD6;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: normal;
        padding: 10px;
    }

    .tituloBGMediano {
        background-color: #595959;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: normal;
        padding: 10px;
    }

    .tituloBGChico {
        background-color: #292929;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: normal;
        padding: 10px;
    }

    .tablaGeneral {
        font-family: 'Poppins', sans-serif;
        font-weight: normal;
        border-collapse: collapse;
        border: 0px solid #444444;
        -webkit-box-shadow: 2px 2px 5px #383838;
        -moz-box-shadow: 2px 2px 5px #383838;
        box-shadow: 2px 2px 5px #383838;
    }

    .tablaGeneral thead th {
        padding: 8px;
        text-align: center;
        background-color: #595959;
        color: #FFFFFF;
        border: 0px;
        border-bottom: 2px solid #081B45;
    }

    .tablaGeneral td.thStyle {
        padding: 8px;
        background-color: #595959;
        color: #FFFFFF;
        border: 0px;
    }

    .tablaGeneral td.thStyleBottom {
        padding: 8px;
        background-color: #707070;
        color: #FFFFFF;
        border: 0px;
        border-bottom: 2px solid #595959;
    }

    .tablaGeneral tbody tr:nth-child(even) {
        /* background-color: #EBEBEB; */
        background: rgba(235, 235, 235, 0.8);
    }

    .tablaGeneral tbody tr:hover {
        background-color: #DDDDDD;
    }

    .tablaGeneral tbody td {
        font-weight: normal;
        padding: 8px;
        border: 0px;
        border-bottom: 1px solid #AAAAAA;
        text-align: left;
    }

    .tablaGeneral tbody td.bordeCompleto {
        border: 1px solid #AAAAAA;
    }

    .tablaGeneral tbody td.tdBordePunteado {
        border: 1px dashed #AAAAAA;
    }

    .tablaGeneral tfoot td {
        padding: 8px;
        background-color: #E8E8E8;
        color: #444444;
    }

    .tZebra tbody tr:nth-child(even) {
        background: #FFFCF5;
    }

    .tZebra tbody tr:hover {
        background-color: #FFFAF0;
    }

    .tStickty thead tr:nth-child(1) > th {
        position: sticky;
        z-index: 1;
        top: 0;
    }

    .tStickty thead tr:nth-child(2) > th {
        position: sticky;
        z-index: 1;
        top: 34px;
    }

    .clickTD{
        cursor: pointer;
        font-weight: normal;
    }

    .clickTD:hover{
        cursor: pointer;
        font-weight: bold;
    }

    .tableBodyScroll {
        table-layout: fixed;
        width: 100%;
    }

    .tableBodyScroll thead tr {
        display: block;
        width: 100%;
    }

    .tableBodyScroll tbody {
        display: block;
        width: 100%;
        height: 500px;
        overflow: auto;
    }

    .mainPageFooter {
        font-size: 10px;
        font-style: italic;
        color: #BBBBBB;
    }

    .txtDetalleGris {
        font-size: 10px;
        font-style: italic;
        color: #BBBBBB;
    }

    .txtDetalleGrisNormal {
        font-size: 10px;
        font-style: normal;
        font-weight: normal;
        color: #BBBBBB;
    }

    .campoForma {
        font-family: 'Poppins', sans-serif;
        -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 5px #383838;
        -moz-box-shadow: 2px 2px 5px #383838;
        box-shadow: 2px 2px 5px #383838;
        width: 200px;
        border: 1px solid #EEEEEE;
        padding: 4px;
    }

    .campoDisabled {
        color: #444444;
        font-style: italic;
        background-color: #EEEEEE;
    }

    .campoFormaTabla {
        font-family: 'Poppins', sans-serif;
        -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 5px #616161;
        -moz-box-shadow: 2px 2px 5px #616161;
        box-shadow: 2px 2px 5px #616161;
        width: 100px;
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #957541;
        padding: 4px;
    }

    .campoFormaLogin {
        font-family: 'Poppins', sans-serif;
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
        width: 300px;
        height: 25px;
        border: 1px solid #292929;
        background: rgba(187, 187, 187, 0.2);
        color: #FFFFFF;
    }

    .selectForma {
        font-family: 'Poppins', sans-serif;
        -webkit-border-radius: 6;
        -moz-border-radius: 6;
        border-radius: 6px;
        -webkit-box-shadow: 2px 2px 5px #383838;
        -moz-box-shadow: 2px 2px 5px #383838;
        box-shadow: 2px 2px 5px #383838;
        border: 0px;
        border-bottom: 1px solid #957541;
        width: 200px;
        padding: 4px;
    }

    .selectFormaTabla {
        font-family: 'Poppins', sans-serif;
        width: 100px;
        background-color: transparent;
        border: 0px;
        border-bottom: 1px solid #957541;
    }

    .cursorClick {
        cursor: pointer;
    }

    .menuContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(63, 63, 63, 1);
        display: none;
        z-index: 3001;
        color: #FFFFFF;
        padding: 10px;
        line-height: 22px;
        font-size: 14px;
    }

    .divNotificacion {
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
        text-align: center;
        font-weight: bold;
        width: 80%;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .flotanteNotificacion {
        position: absolute;
        top: 25px;
        left: 0px;
    }

    .notifOK {
        background: rgba(199, 255, 213, 0.95);
        border: 2px solid #006118;
        color: #006118;
        -webkit-box-shadow: 0px 0px 8px #52FF7D;
        -moz-box-shadow: 0px 0px 8px #52FF7D;
        box-shadow: 0px 0px 8px #52FF7D;
    }

    .notifBAD {
        background: rgba(255, 229, 229, 0.95);
        border: 2px solid #700000;
        color: #700000;
        -webkit-box-shadow: 0px 0px 8px #FF5252;
        -moz-box-shadow: 0px 0px 8px #FF5252;
        box-shadow: 0px 0px 8px #FF5252;
    }

    .notifWARNING {
        background: rgba(246, 239, 218, 0.95);
        border: 2px solid #CDAA35;
        color: #444444;
        -webkit-box-shadow: 0px 0px 8px #EEE2BA;
        -moz-box-shadow: 0px 0px 8px #EEE2BA;
        box-shadow: 0px 0px 8px #EEE2BA;
    }

    .btnNMB {
        background: #081B45;
        background-image: -webkit-linear-gradient(top, #081B45, #CFB791);
        background-image: -moz-linear-gradient(top, #081B45, #CFB791);
        background-image: -ms-linear-gradient(top, #081B45, #CFB791);
        background-image: -o-linear-gradient(top, #081B45, #CFB791);
        background-image: linear-gradient(to bottom, #081B45, #CFB791);
        -webkit-border-radius: 5;
        -moz-border-radius: 5;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 3px #EEEEEE;
        -moz-box-shadow: 0px 0px 3px #EEEEEE;
        box-shadow: 0px 0px 3px #EEEEEE;
        color: #ffffff;
        font-size: 16px;
        padding: 10px 20px 10px 20px;
        border: 1px solid #CCCCCC;
        text-decoration: none;
    }

    .btnNMB:hover {
        background: #CAB086;
        background-image: -webkit-linear-gradient(top, #CAB086, #081B45);
        background-image: -moz-linear-gradient(top, #CAB086, #081B45);
        background-image: -ms-linear-gradient(top, #CAB086, #081B45);
        background-image: -o-linear-gradient(top, #CAB086, #081B45);
        background-image: linear-gradient(to bottom, #CAB086, #081B45);
        text-decoration: none;
        cursor: pointer;
    }

    .myButtonEmetrix {
    	-moz-box-shadow:inset 0px 1px 0px 0px #2E51CC;
    	-webkit-box-shadow:inset 0px 1px 0px 0px #2E51CC;
    	box-shadow:inset 0px 1px 0px 0px #2E51CC;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2E51CC), color-stop(1, #081B45));
    	background:-moz-linear-gradient(top, #2E51CC 5%, #081B45 100%);
    	background:-webkit-linear-gradient(top, #2E51CC 5%, #081B45 100%);
    	background:-o-linear-gradient(top, #2E51CC 5%, #081B45 100%);
    	background:-ms-linear-gradient(top, #2E51CC 5%, #081B45 100%);
    	background:linear-gradient(to bottom, #2E51CC 5%, #081B45 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E51CC', endColorstr='#081B45',GradientType=0);
    	background-color:#081B45;
    	-moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	border-radius:6px;
    	border:1px solid #2E51CC;
    	display:inline-block;
    	cursor:pointer;
    	color:#ffffff;
    	font-size:14px;
    	font-weight:bold;
    	padding:4px 12px;
    	text-decoration:none;
    	text-shadow:0px 1px 0px #888888;
    }

    .myButtonEmetrix:hover {
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #081B45), color-stop(1, #2E51CC));
    	background:-moz-linear-gradient(top, #081B45 5%, #2E51CC 100%);
    	background:-webkit-linear-gradient(top, #081B45 5%, #2E51CC 100%);
    	background:-o-linear-gradient(top, #081B45 5%, #2E51CC 100%);
    	background:-ms-linear-gradient(top, #081B45 5%, #2E51CC 100%);
    	background:linear-gradient(to bottom, #081B45 5%, #2E51CC 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#081B45', endColorstr='#2E51CC',GradientType=0);
    	background-color:#081B45;
        color:#ffffff;
    }

    .myButtonEmetrix:active {
    	position:relative;
    	top:1px;
    }

    .myButtonEmetrixActivo {
    	-moz-box-shadow:inset 0px 1px 0px 0px #CDAA35CC;
    	-webkit-box-shadow:inset 0px 1px 0px 0px #CDAA35;
    	box-shadow:inset 0px 1px 0px 0px #CDAA35;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CDAA35), color-stop(1, #CAB086));
    	background:-moz-linear-gradient(top, #CDAA35 5%, #CAB086 100%);
    	background:-webkit-linear-gradient(top, #CDAA35 5%, #CAB086 100%);
    	background:-o-linear-gradient(top, #CDAA35 5%, #CAB086 100%);
    	background:-ms-linear-gradient(top, #CDAA35 5%, #CAB086 100%);
    	background:linear-gradient(to bottom, #CDAA35 5%, #CAB086 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDAA35', endColorstr='#CAB086',GradientType=0);
    	background-color:#081B45;
    	-moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	border-radius:6px;
    	border:1px solid #CDAA35;
    	display:inline-block;
    	cursor:pointer;
    	color:#ffffff;
    	font-size:14px;
    	font-weight:bold;
    	padding:4px 12px;
    	text-decoration:none;
    	text-shadow:0px 1px 0px #888888;
    }

    .myButtonEmetrixActivo:hover {
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #CAB086), color-stop(1, #CDAA35));
    	background:-moz-linear-gradient(top, #CAB086 5%, #CDAA35 100%);
    	background:-webkit-linear-gradient(top, #CAB086 5%, #CDAA35 100%);
    	background:-o-linear-gradient(top, #CAB086 5%, #CDAA35 100%);
    	background:-ms-linear-gradient(top, #CAB086 5%, #CDAA35 100%);
    	background:linear-gradient(to bottom, #CAB086 5%, #CDAA35 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CAB086', endColorstr='#CDAA35',GradientType=0);
    	background-color:#CAB086;
        color:#ffffff;
    }

    .myButtonEmetrixActivo:active {
    	position:relative;
    	top:1px;
    }

    .myButtonEmetrixGris {
    	-moz-box-shadow:inset 0px 1px 0px 0px #BBBBBB;
    	-webkit-box-shadow:inset 0px 1px 0px 0px #BBBBBB;
    	box-shadow:inset 0px 1px 0px 0px #BBBBBB;
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #BBBBBB), color-stop(1, #858585));
    	background:-moz-linear-gradient(top, #BBBBBB 5%, #858585 100%);
    	background:-webkit-linear-gradient(top, #BBBBBB 5%, #858585 100%);
    	background:-o-linear-gradient(top, #BBBBBB 5%, #858585 100%);
    	background:-ms-linear-gradient(top, #BBBBBB 5%, #858585 100%);
    	background:linear-gradient(to bottom, #BBBBBB 5%, #858585 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BBBBBB', endColorstr='#858585',GradientType=0);
    	background-color:#BBBBBB;
    	-moz-border-radius:6px;
    	-webkit-border-radius:6px;
    	border-radius:6px;
    	border:1px solid #555555;
    	display:inline-block;
    	cursor:pointer;
    	color:#ffffff;
    	font-size:14px;
    	font-weight:bold;
    	padding:4px 12px;
    	text-decoration:none;
    	text-shadow:0px 1px 0px #555555;
    }

    .myButtonEmetrixGris:hover {
    	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #858585), color-stop(1, #BBBBBB));
    	background:-moz-linear-gradient(top, #858585 5%, #BBBBBB 100%);
    	background:-webkit-linear-gradient(top, #858585 5%, #BBBBBB 100%);
    	background:-o-linear-gradient(top, #858585 5%, #BBBBBB 100%);
    	background:-ms-linear-gradient(top, #858585 5%, #BBBBBB 100%);
    	background:linear-gradient(to bottom, #858585 5%, #BBBBBB 100%);
    	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#BBBBBB',GradientType=0);
    	background-color:#858585;
        color:#ffffff;
    }

    .myButtonEmetrixGris:active {
    	position:relative;
    	top:1px;
    }

    .myButton_XS {
    	font-size:9px;
    	padding:2px 8px;
    }

    .myButton_S {
    	font-size:11px;
    	padding:2px 9px;
    }

    .myButton_M {
    	font-size:13px;
    	padding:3px 10px;
    }

    .myButton_L {
    	font-size:15px;
    	padding:4px 12px;
    }

    .myButton_XL {
    	font-size:18px;
    	padding:4px 12px;
    }

    .buttonPaginacionNum {
        display: inline;
        padding: 8px;
        background-color: #BBBBBB;
        color: #555555;
        border: 1px solid #EEEEEE;
        font-weight: normal;
    }

    .buttonPaginacionNum:hover {
        background-color: #555555;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    .buttonPaginacionNumSelect {
        display: inline;
        padding: 8px;
        background-color: #4B69B8;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        font-weight: normal;
    }

    .buttonPaginacionNumSelect:hover {
        background-color: #555555;
        color: #FFFFFF;
        border: 1px solid #4B69B8;
    }

    .tablaMenuIzquierda td{
        border: 0px;
        border-bottom: 1px solid #DDDDDD;
        padding-left: 14px;
    }

    a.menuIzquierda{
        cursor: pointer;
        text-decoration: none;
        color: #081B45;
    }

    .hover11 a {
        opacity: 1;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .hover11 a:hover {
        opacity: .5;
    }

    .roundBorder {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    }

    .bordeDivide {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #EBF6E4;
    }

    .bordeDivide_azul {
        border: 3px solid #3162C4;
    }

    .bordeDivide_verde {
        border: 3px solid #7AC142;
    }

    .divContenedorBorde {
        border-radius: 15px;
        box-shadow: 0px 0px 8px 4px #E8E8E8;
        padding: 20px;
        text-align: left;
    }

    .shadowElement{
        transition: all 0.3s ease;
    }

    .shadowElement:hover{
        -webkit-box-shadow: 0px 0px 8px 4px #AAAAAA;
        -moz-box-shadow: 0px 0px 8px 4px #AAAAAA;
        box-shadow: 0px 0px 8px 4px #AAAAAA;
    }

    .divFilaTR{
        padding: 15px; 
        font-size: 130%; 
        border-bottom: 2px solid #E9E9E9;    
    }

    .divFilaTR:hover{
        background-color: #E9E9E9; 
        border-bottom: 2px solid #C8C8C8;  
    }

    .tdLink{
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .tdLink:hover {
        background-color: #D3F2F8;
        -webkit-box-shadow: 0px 0px 8px 4px #AAAAAA;
        -moz-box-shadow: 0px 0px 8px 4px #AAAAAA;
        box-shadow: 0px 0px 8px 4px #AAAAAA;
    }





    /* @media screen and (max-width: 768px){   Estandar mediano */
    @media screen and (max-width: 815px){    /* 812px - Iphone max en horizontal */
        .tResposive thead, .hideMinScreen {
            display: none;
        }

        .tResposive, .tResposive tbody, .tResposive tfoot, .tResposive tr, .tResposive td {
            display: block;
            width: 100%;
        }

        .tResposive tr {
            margin-bottom: 20px;
            border-bottom: 2px solid #987843;
        }

        .tResposive tfoot td {
            border-bottom: 1px solid #987843;
        }

        .tResposive td, .tResposive th {
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-start;
        }

        .tResposive td::before, .tResposive th::before {
            content: attr(data-label);
            width: 170px;
            text-align: left;
            font-weight: bold;
        }

        .tZebra tbody tr:nth-child(even) {
            background-color: transparent;
        }

        .tZebra tbody td:nth-child(even) {
            background: rgba(235, 235, 235, 0.8);
        }

        .tZebra tbody tr:hover {
            background-color: transparent;
        }

        .tZebra td:hover {
            background-color: #FFFAF0;
        }
    }
