﻿.fila {
    width: inherit;
}

.celda {
    display: inline-block;
}

@media screen and (max-width: 800px) and (min-width:300px) {
    .celdaEtiquieta, .celdaEtiquietam, .celdaEtiquietat {
        width: 15%;
        min-width: 0px;
        max-width: 300px;
        height: 40px;
        padding-right: 2px;
        text-align: right;
    }
}

@media screen and (min-width: 801px) {
    .celdaEtiquieta, .celdaEtiquietam, .celdaEtiquietat {
        width: 20%;
        min-width: 0px;
        max-width: 300px;
        height: 40px;
        padding-right: 2px;
        text-align: right;
    }
}

@media screen and (min-width: 1200px) {
    .celdaEtiquieta, .celdaEtiquietam, .celdaEtiquietat {
        width: 25%;
        min-width: 0px;
        max-width: 400px;
        height: 40px;
        padding-right: 5px;
        text-align: right;
    }
}

@media screen and (min-width: 1600px) {
    .celdaEtiquieta, .celdaEtiquietam, .celdaEtiquietat {
        width: 35%;
        min-width: 0px;
        max-width: 400px;
        height: 40px;
        padding-right: 5px;
        text-align: right;
    }
}

.celdaEtiquetaSesion {
    text-align: center;
}

.celdaEtiquietam {
    vertical-align: middle;
}

.celdaEtiquietat {
    vertical-align: top;
}

.celdaEtiquietap {
    padding-left: 80px;
}

.celdaControl {
    width: 350px;
    /*height: 35px;*/
    padding-left: 5px;
    text-align: left;
}

.celdaControlPeq1 {
    width: 245px;
    /*height: 35px;*/
    padding-left: 5px;
    text-align: left;
}

.celdaControlPeq2 {
    width: 150px;
    /*height: 35px;*/
    padding-left: 5px;
    text-align: left;
}

.celdaControlPeq3 {
    width: 140px;
    /*height: 35px;*/
    padding-left: 5px;
    text-align: left;
}

.celdaEtiquietaTextoMultiple {
    width: 145px;
    /*height: 45px;*/
    padding-right: 5px;
    text-align: right;
}

.celdaControlTextoMultiple {
    width: 445px;
    /*height: 90px;*/
    padding-left: 5px;
    text-align: left;
}

.celdaControlMultiple {
    width: auto;
    /*height: 35px;*/
    padding-left: 5px;
    text-align: left;
}

.etiquetaNegra {
    font-weight: bold;
    color: #495057;
}

.celdaBtnLog {
    width: 120px;
    padding-left: 60px;
    padding-right: 60px;
}


.GrupoBotonesFila {
    width: auto;
    margin-left: 35%;
    height: 50px;
    padding-top: 25px;
    display: block;
}

input[type="submit"] {
    padding: 5px 16px;
    font-family: Roboto-Medium !important;
    border-radius: 5px !important;
    height: 40px !important;
}

    input[type="submit"].Red,
    input[type="submit"].Red:visited {
        display: block !important;
        background-color: #d53e2a !important;
        color: #FFF !important;
        cursor: pointer !important;
        min-width: 100px !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 2px solid #a6a6a6 !important;
        border-right: 2px solid #a6a6a6 !important;
    }

        input[type="submit"].Red:hover {
            background-color: #d9513f !important;
            color: #FFF !important;
        }

        input[type="submit"].Red:active {
            background-color: #d9513f !important;
            transform: translateY(3px) !important;
        }

    input[type="submit"].Green,
    input[type="submit"].Green:visited {
        background: #91a145 !important;
        color: #FFF !important;
        cursor: pointer !important;
        min-width: 100px !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 2px solid #a6a6a6 !important;
        border-right: 2px solid #a6a6a6 !important;
    }

        input[type="submit"].Green:hover {
            background: #a1b34d !important;
            color: #FFF !important;
        }

        input[type="submit"].Green:active {
            background: #a1b34d !important;
            transform: translateY(3px) !important;
        }

    input[type="submit"].Blue,
    input[type="submit"].Blue:visited {
        background: #6682b2 !important;
        color: #FFF !important;
        cursor: pointer !important;
        min-width: 100px !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 2px solid #a6a6a6 !important;
        border-right: 2px solid #a6a6a6 !important;
    }

        input[type="submit"].Blue:hover {
            background: #7790bb !important;
            color: #FFF !important;
        }

        input[type="submit"].Blue:active {
            background: #7790bb !important;
            transform: translateY(3px) !important;
        }

    input[type="submit"].Black,
    input[type="submit"].Black:visited {
        background: #4d4d4d !important;
        color: #FFF !important;
        cursor: pointer !important;
        min-width: 100px !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 2px solid #a6a6a6 !important;
        border-right: 2px solid #a6a6a6 !important;
    }

        input[type="submit"].Black:hover {
            background: #595959 !important;
            color: #FFF !important;
        }

        input[type="submit"].Black:active {
            background: #595959 !important;
            transform: translateY(3px) !important;
        }

    input[type="submit"].disable,
    input[type="submit"].disable:visited {
        background: #BDBDBD !important;
        display: block !important;
        color: #848484 !important;
        cursor: not-allowed !important;
        min-width: 100px !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: 2px solid #a6a6a6 !important;
        border-right: 2px solid #a6a6a6 !important;
    }

.wrapperReport {
    margin: 0 auto 0 auto;
    width: 900px;
}

.wrapperReportH {
    margin: 0 auto 0 auto;
    width: 1100px;
}

fieldset {
    margin: 0 auto;
    padding: 0 10px 10px;
    /*border: 1px solid #666;*/
    border-radius: 8px;
    padding-top: 10px;
    /*width:70%;*/
    text-align: left;
    margin-top: 10px;
}

legend {
    padding-left: 35px;
    padding-right: 35px;
    background: #fff;
    font-weight: bold;
    border-radius: 2px;
    border: solid 1px #666;
}

fieldset > legend {
    float: left;
    margin-top: -20px;
}

    fieldset > legend + * {
        clear: both;
    }

.glyphicon-remove-circle:before {
    content: "\e088";
}

h4 {
    color: #404040;
    border-bottom: 1px solid #404040;
    top: 0;
    font-size: 1em;
    padding-left: 30px;
}

h5 {
    color: #404040;
    border-bottom: 1px solid #404040;
    top: 0;
    font-size: 0.8em;
    padding-left: 30px;
}

/****para show modal****inicio****/
.barraTituloGris {
    background-color: #CCCCCC !important;
    height: 30px;
}

.lbl8ptGris {
    font-size: 8pt;
    color: #B4B4B4;
}


.lbl8ptNegro {
    font-size: 8pt;
    color: #666666;
}



.lbl8ptAmarillo {
    font-size: 8pt;
    color: #DBA901;
}

.lbl8ptAzul {
    font-size: 8pt;
    color: #4683DE;
}

.lbl8ptAzul2 {
    font-size: 8pt;
    color: #5475A6;
}

.lbl8ptRoja {
    font-size: 8pt;
    color: #DE4646;
}

.lbl8ptVerde {
    font-size: 8pt;
    color: #40AB47;
}


.lbl8ptGrisBold {
    font-size: 8pt;
    color: #B4B4B4;
    font-weight: bold;
}


.lbl8ptNegroBold {
    font-size: 8pt;
    color: #666666;
    font-weight: bold;
}

.lbl8ptAmarilloBold {
    font-size: 8pt;
    color: #DBA901;
    font-weight: bold;
}

.lbl8ptAzulBold {
    font-size: 8pt;
    color: #4683DE;
    font-weight: bold;
}

.lbl8ptAzul2Bold {
    font-size: 8pt;
    color: #5475A6;
    font-weight: bold;
}

.lbl8ptRojaBold {
    font-size: 8pt;
    color: #DE4646;
    font-weight: bold;
}

.lbl8ptVerdeBold {
    font-size: 8pt;
    color: #40AB47;
    font-weight: bold;
}


.lbl9ptGris {
    font-size: 9pt;
    color: #B4B4B4;
}


.lbl9ptNegro {
    font-size: 9pt;
    color: #666666;
}



.lbl9ptAmarillo {
    font-size: 9pt;
    color: #DBA901;
}

.lbl9ptAzul {
    font-size: 9pt;
    color: #4683DE;
}

.lbl9ptAzul2 {
    font-size: 9pt;
    color: #5475A6;
}

.lbl9ptRoja {
    font-size: 9pt;
    color: #DE4646;
}

.lbl9ptVerde {
    font-size: 9pt;
    color: #40AB47;
}


.lbl9ptGrisBold {
    font-size: 9pt;
    color: #B4B4B4;
    font-weight: bold;
}


.lbl9ptNegroBold {
    font-size: 9pt;
    color: #666666;
    font-weight: bold;
}

.lbl9ptAmarilloBold {
    font-size: 9pt;
    color: #DBA901;
    font-weight: bold;
}

.lbl9ptAzulBold {
    font-size: 9pt;
    color: #4683DE;
    font-weight: bold;
}

.lbl9ptAzul2Bold {
    font-size: 9pt;
    color: #5475A6;
    font-weight: bold;
}

.lbl9ptRojaBold {
    font-size: 9pt;
    color: #DE4646;
    font-weight: bold;
}

.lbl9ptVerdeBold {
    font-size: 9pt;
    color: #40AB47;
    font-weight: bold;
}


.lbl10ptGris {
    font-size: 10pt;
    color: #B4B4B4;
}

.lbl10ptNegro {
    font-size: 10pt;
    color: #666666;
}

.lbl10ptAmarillo {
    font-size: 10pt;
    color: #DBA901;
}

.lbl10ptAzul {
    font-size: 10pt;
    color: #4683DE;
}

.lbl10ptAzul2 {
    font-size: 10pt;
    color: #5475A6;
}

.lbl10ptRoja {
    font-size: 10pt;
    color: #DE4646;
}

.lbl10ptVerde {
    font-size: 10pt;
    color: #40AB47;
}

.lbl10ptGrisBold {
    font-size: 10pt;
    color: #B4B4B4;
    font-weight: bold;
}

.lbl10ptNegroBold {
    font-size: 10pt;
    color: #666666;
    font-weight: bold;
}

.lbl10ptAmarilloBold {
    font-size: 10pt;
    color: #DBA901;
    font-weight: bold;
}

.lbl10ptAzulBold {
    font-size: 10pt;
    color: #4683DE;
    font-weight: bold;
}

.lbl10ptAzul2Bold {
    font-size: 10pt;
    color: #5475A6;
    font-weight: bold;
}

.lbl10ptRojaBold {
    font-size: 10pt;
    color: #DE4646;
    font-weight: bold;
}

.lbl10ptVerdeBold {
    font-size: 10pt;
    color: #40AB47;
    font-weight: bold;
}

.lbl11ptGris {
    font-size: 11pt;
    color: #B4B4B4;
}

.lbl11ptNegro {
    font-size: 11pt;
    color: #666666;
}

.lbl11ptAmarillo {
    font-size: 11pt;
    color: #DBA901;
}

.lbl11ptAzul {
    font-size: 11pt;
    color: #4683DE;
}

.lbl11ptAzul2 {
    font-size: 11pt;
    color: #5475A6;
}

.lbl11ptRoja {
    font-size: 11pt;
    color: #DE4646;
}

.lbl11ptVerde {
    font-size: 11pt;
    color: #40AB47;
}

.lbl11ptGrisBold {
    font-size: 11pt;
    color: #B4B4B4;
    font-weight: bold;
}

.lbl11ptNegroBold {
    font-size: 11pt;
    color: #666666;
    font-weight: bold;
}

.lbl11ptAmarilloBold {
    font-size: 11pt;
    color: #DBA901;
    font-weight: bold;
}

.lbl11ptAzulBold {
    font-size: 11pt;
    color: #4683DE;
    font-weight: bold;
}

.lbl11ptAzul2Bold {
    font-size: 11pt;
    color: #5475A6;
    font-weight: bold;
}

.lbl11ptRojaBold {
    font-size: 11pt;
    color: #DE4646;
    font-weight: bold;
}

.lbl11ptVerdeBold {
    font-size: 11pt;
    color: #40AB47;
    font-weight: bold;
}

.lbl12ptNegro {
    font-size: 12pt;
    color: #666666;
}
.lbl12ptNegroBold {
    font-size: 12pt;
    color: #666666;
    font-weight: bold;
}
.lbl12ptBkgNegroBold {
    font-size: 12pt;
    color: #fff;
    font-weight: bold;
    background-color: #404040;
    padding:3px 8px;
    border-radius:8px;
}

.lbl12ptNegroBold_background {
    font-size: 12pt;
    color: #666666;
    font-weight: bold;
    background-color: lightgrey;
    padding: 0 20px;
}

.lbl12ptAzul {
    font-size: 12pt;
    color: #4683DE;
}

.lbl12ptRoja {
    font-size: 12pt;
    color: #DE4646;
}

.lbl12ptVerde {
    font-size: 12pt;
    color: #40AB47;
}

.FondoModalUIEXT {
    opacity: 0.7;
    background-color: #000;
    z-index: 6000 !important;
}

.mppanelUIEXT {
    background: none repeat scroll 0 0 #fff;
    width: 1000px !important;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 450px;
    height: 80% !important;
    background-image: url(../images/pattern-39.png);
}

.mppanelUIInterior {
    background: none repeat scroll 0 0 #fff;
    width: 998px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 450px;
    height: 90%;
    background-image: url(../images/pattern-39.png);
}

.tablemEXT2 {
    border-collapse: collapse;
    min-width: 700px;
    margin: 20px auto 10px auto;
}

.close {
    float: right;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
    padding-right: 5px;
}
/****para show modal****fin****/
.botonesEncabezadoGrid {
    background-color: #e6e6e6;
    height: 45px;
    padding: 5px 15px;
}
    
    /*.botonesEncabezadoGrid span {
        float: right;
        display: inline;
    }*/


.WrapperMenuFixedJE {
    border-radius: 0 0 5px 5px;
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    min-height: 371px;
    overflow: auto;
}

.WrapperMenuFixedJN {
    border-radius: 0 0 5px 5px;
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
    height: 188px;
}

.addTopTblJespeciales {
    margin-top: 375px;
}

.shadow {
    /*sombra*/
    -webkit-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 7px 6px -6px rgba(0, 0, 0, 0.6);
}
/*inicio - clases param formatear tablas (table)*/
.mtable {
    border-collapse: separate;
    border: 1px solid #E6E6E6;
    background: white;
}

.mth {
    background: #E6E6E6;
    font-weight: 500;
    text-shadow: 0 1px 0 #dae7f1;
    color: #000000;
    border: 1px solid #E6E6E6;
    box-shadow: inset 0px 1px 2px #99BA18;
    transition: all 0.2s;
    padding: 4px 5px;
}

.mtr {
    border-bottom: 1px solid #cccccc;
}

    .mtr:last-child {
        border-bottom: 0px;
    }

.mtd {
    border: 1px solid #cccccc;
    padding: 4px 5px;
    transition: all 0.2s;
}

    .mtd:last-child {
        padding: 1px 5px;
    }


::-moz-selection {
    background: steelblue;
    color: white;
}

::selection {
    background: steelblue;
    color: white;
}

.heavyTable {
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.75);
}
/* fin - clases param formatear tablas (table)*/
/***inicio**Clases para poner stilo a los errores*/
.ruError {
    width: auto;
    padding: 5px 5px 5px 20px;
    border: 1px solid #ef0000;
    background: #f9e8e8;
    display: block;
}

.ruErrorMessage {
    color: #ef0000;
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 0;
    display: block;
    height: auto;
}
/***fin**Clases para poner stilo a los errores*/
.Help {
    font-size: 25px;
    /*font-weight: bold;*/
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

    .Help:hover {
        color: #013F69;
        text-shadow: 0 1px 0 #fff;
        opacity: .6;
        filter: alpha(opacity=20);
    }

.info {
    font-size: 25px;
    color: #cc6600;
    text-shadow: 0 1px 0 #fff;
}

    .info:hover {
        color: #ff8000;
        text-shadow: 0 1px 0 #fff;
    }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .glyphicon:before {
        content: "\e086";
    }

.glyphicon-question-sign:before {
    /*content: "\e085";  Signo de interrogación  */
    content: "\e086";
}


input[type="radio"] {
    border: 0px !important;
    width: 1.7em !important;
    height: 1.7em !important;
}

    input[type="radio"]:active {
        border: 0px !important;
        width: 1.7em !important;
        height: 1.7em !important;
    }

input[type="checkbox"] {
    border: 0px !important;
    width: 1.7em !important;
    height: 1.7em !important;
}

    input[type="checkbox"]:active {
        border: 0px !important;
        width: 1.7em !important;
        height: 1.7em !important;
    }

    input[type="checkbox"]:hover {
        cursor: pointer !important;
    }

    input[type="checkbox"]:checked + label {
        color: dodgerblue !important;
    }

.FormatoHora {
    font-family: RobotoCondensed-Regular;
}

table {
    font-size: 13px !important;
    font-family: "RobotoCondensed-Regular" !important;
}

.notaVacaciones {
    border: 3px solid #404040;
    padding: 3px 5px;
    text-align: center;
    font-weight: bold;
    color: #a6a6a6;
    float: right;
}
/************mensajes de alerta****************/

.cColorActivo {
    color: #16aa00;
    font-size: 1.5em;
    top: 0;
    bottom: 0;
}

.rowHidden {
    display: none;
    height: 0px;
    width: 0px;
}

.rowShow {
    display: block;
}

.captura {
    text-align: center;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-question-sign:before {
    /*content: "\e085";  Signo de interrogación  */
    content: "\e086";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.icon-ok-1 {
    color: green;
    font-size: 25px !important;
}

.icon-ok-2 {
    color: green;
    font-size: 20px !important;
}
.icon-ok-3 {
    color: green;
    font-size: 23px !important;
}
.icon-Nook-2 {
    color: red;
    font-size: 25px !important;
}
.icon-hand-blue {
    color: #004080;
    font-size: 25px !important;
}

.subtitulo_h3 {
    border-bottom: 2px dotted #404040;
    color: #404040;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 250px;
    background: #a1a0a0;
}
.detalleDia {    
    border: solid 2px #DBA901 !important;
}