/*styles..*/

.tdBusqueda {
    margin: 0;
    width: 20%;
    min-width: 200px;
    max-width: 300px;
    padding-right: 20px;
}

    .tdBusqueda h3 {
        text-transform: uppercase;
    }

a {
    cursor: pointer;
}

    a:active {
        outline: 0 !important;
    }

    a img {
        border: none;
    }

abbr, acronym {
    cursor: help;
    border: none;
}

.clear {
    clear: both;
}

/*Estilos para popup Alerta en MasterPage*/
.OutsidePanel {
    background: transparent;
    padding: 0;
    margin: 0;
}

.InsidePanel {
    background: white;
    text-align: center;
}

/*Estilos para popup Alerta en MasterPage*/
.OutsidePanelAvisoPago {
    background: transparent;
    padding: 0;
    margin: 0;
}

.InsidePanelAvisoPago {
    background: white;
    text-align: center;
    padding: 1em 1em 0.5em 1em;
}

.modalBackground {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

.modalPopUp {
    width: auto;
    position: absolute;
    margin-top: -5em;
    margin-left: -5em;
    left: 40%;
    top: 40%;
    z-index: 1000000;
    display: inline;
    height: 100px;
    color: #000;
    background-color: #DCEDF5;
    font-size: inherit;
    border: 1px solid #0078c2;
    padding: 0px 0px 10px 0px;
    visibility: hidden;
}

.contrato {
    width: 900px;
    max-width: 900px;
    height: 500px;
    max-height: 500px;
    overflow-y: scroll;
    color: #000;
    background-color: #ffffff;
    padding: 15px 15px 15px 25px;
    border: 1px solid #000000;
    display: inline-block;
}

.etiquetaPopup {
    display: block;
    color: #063555;
    font-size: 0.9em;
}

.sendPopup {
    text-align: center;
    cursor: pointer;
    width: 71px;
    height: 26px;
    border: none;
}

.botonera {
    border: 0;
    padding-bottom: 0.5%;
    padding-top: 0;
}

    .botonera img {
        cursor: pointer;
        margin: 2px 2px 2px 2px;
    }

.botoneraEnviarMail {
    vertical-align: middle;
    font-size: smaller;
}

    .botoneraEnviarMail input {
        cursor: pointer;
        padding: 0px 4px 0px 4px;
    }

/* Estructura */
#master {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -20px; /* el magin-bottom es el valor negativo de la altura del footer */
    min-width: 1000px;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#content {
    margin: 0 auto;
    padding-top: 70px; /*el tamaño del header + distancia*/
}

#container {
    min-height: 100%;
    margin: 0 auto 0 auto;
    height: auto !important;
    height: 100%;
/*    width: 100%;
    text-align: end;*/
}

/* nav para form error y mantenimiento */
#nav {
    background-color: #1B345C;
    background-image: linear-gradient(to bottom, #1B345C, #4189F2);
}

    #nav ul {
        list-style: none;
        padding: 0 0 0 25px;
    }

        #nav ul li {
            float: left;
        }

        #nav ul li {
            display: block;
            height: 36px;
            color: #eee;
            font-size: 0.5em;
            text-indent: -9999px;
        }

            #nav ul li a {
                display: block;
                height: 36px;
                color: #eee;
                font-size: 0.5em;
                text-indent: -9999px;
            }

        #nav ul #b1 {
            background: url('../Imagenes/b1.png') no-repeat left bottom;
            width: 161px;
        }

        #nav ul #b2 {
            background: url('../Imagenes/b2.png') no-repeat left bottom;
            width: 156px;
        }

        #nav ul #b3 {
            background: url('../Imagenes/b3.png') no-repeat left bottom;
            width: 170px;
        }

        #nav ul #b4 {
            background: url('../Imagenes/b4.png') no-repeat left bottom;
            width: 194px;
        }

        #nav ul #b5 {
            background: url('../Imagenes/b5.png') no-repeat left bottom;
            width: 185px;
        }

        #nav ul #b1 a {
            background: url('../Imagenes/b1.png') no-repeat left top;
            width: 161px;
        }

        #nav ul #b2 a {
            background: url('../Imagenes/b2.png') no-repeat left top;
            width: 156px;
        }

        #nav ul #b3 a {
            background: url('../Imagenes/b3.png') no-repeat left top;
            width: 170px;
        }

        #nav ul #b4 a {
            background: url('../Imagenes/b4.png') no-repeat left top;
            width: 194px;
        }

        #nav ul #b5 a {
            background: url('../Imagenes/b5.png') no-repeat left top;
            width: 185px;
        }

        #nav ul li a:hover,
        #nav ul li a:focus {
            background-position: left bottom !important;
        }
/* fin nav formError y formMantenimieto */


#ctl00_contentPage_content {
    /*padding-top:3px;
	margin: 0 auto;	*/
    background: #d6d6d6; /* Old browsers */
}

#content h2 {
    color: #000;
    font-size: 1.4em;
    padding: 15px 0 10px 15px;
}

#info {
    text-align: left;
    width: 100%;
}

    #info h3 {
        color: #8E373B;
        font-size: 1.2em;
        font-weight: normal;
        text-align: center;
        padding: 0 70px 10px 0;
    }

    #info input {
        cursor: pointer;
        margin-left: 0px;
    }

    #info .enlaces_boton {
        color: #F7F7F7;
        font-size: 0.9em;
        text-align: center;
        padding: 10px 70px 0 0;
    }

    #info .etiqueta_list {
        display: block;
        color: #063555;
        font-size: 0.9em;
        padding: 0 0px 0px 0;
        text-align: center;
    }

    #info table td .etiqueta_pagina {
        display: block;
        color: #063555;
        font-size: 0.9em;
    }

.listadochico {
    width: 50%;
    height: 270px;
    overflow: auto;
    /*border: 1px solid #E0CBA7;*/
    font-size: 0.85em;
    margin-left: 25%;
}

    .listadochico .combo {
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 0.9em;
    }

    .listadochico .etiqueta {
        width: 160px;
        border: none;
        display: block;
        color: #063555;
        font-size: 0.9em;
    }

    .listadochico .file {
        width: 500px;
        min-width: 500px;
    }

.listado {
    width: 100%;
    min-height: 380px;
    margin: 0 auto;
    /*border: 1px solid #E0CBA7;*/
}

    .listado table {
        width: 100%;
        /*border: 1px solid #0078c2;*/
        text-align: center;
    }

        .listado table .titulos th {
            color: White;
            font-size: 0.92em;
            text-align: center;
            padding: 5px 2px 5px 2px !important; /*firefox*/
            *padding: 5px 2px 5px 2px !important; /*IE7*/
            white-space: nowrap;
        }

        .listado table .titulos .titulosLeft {
            font-size: 0.92em;
            text-align: left;
            padding: 5px 2px 5px 2px !important; /*firefox*/
            *padding: 5px 2px 5px 2px !important; /*IE7*/
            white-space: nowrap;
            /*background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;*/
        }

        .listado table .titulos .titulosRight {
            font-size: 0.92em;
            text-align: right;
            padding: 5px 2px 5px 2px !important; /*firefox*/
            *padding: 5px 2px 5px 2px !important; /*IE7*/
            white-space: nowrap;
            /*background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;*/
        }

    .listado .footer {
        color: #040404;
        font-size: 0.9em;
        text-align: center;
        padding: 5px 2px 5px 2px !important; /*firefox*/
        padding: 5px 2px 5px 2px !important; /*IE7*/
        white-space: nowrap;
        background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;
    }

    .listado table .titulos th strong {
        display: block;
        padding: 2px 0px 2px 0px !important; /*firefox*/
        padding: 2px 2px 2px 2px !important; /*IE7*/
        border: 1px solid #E0CBA7;
    }

    .listado table .datos td {
        font-size: 0.85em;
        text-align: center;
        padding: 1px 5px 1px 7px !important; /*firefox*/
        *padding: 0px 1px 0px 1px !important; /*IE7*/
        white-space: normal;
    }


        .listado table .datos  .icons {
            font-size: 0.85em;
            text-align: center;
            padding: 0 !important; /*firefox*/
            *padding: 0 !important; /*IE7*/
            white-space: normal;
            width:2% !important;
        }

    .listado table .datos .datosLeft {
        font-size: 0.85em;
        text-align: left;
        padding: 1px 5px 1px 7px !important; /*firefox*/
        *padding: 0px 1px 0px 1px !important; /*IE7*/
        white-space: normal;
    }

    .listado table .datos .datosRight {
        font-size: 0.85em;
        text-align: right;
        padding: 1px 5px 1px 7px !important; /*firefox*/
        *padding: 0px 1px 0px 1px !important; /*IE7*/
        white-space: normal;
    }

    .listado table .datos .estado a {
        display: block;
        text-align: center;
        text-decoration: none;
    }

        .listado table .datos .estado a:hover,
        .listado table .datos .estado a:focus {
            text-decoration: none;
        }

    .listado table .datos td a {
        color: #0074C1;
        text-decoration: none;
    }

        .listado table .datos td a:hover,
        .listado table .datos td a:focus {
            text-decoration: underline;
        }

    .listado .etiqueta {
        color: #063555;
        font-size: 0.95em;
    }

    .listado .combo {
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 0.9em;
    }

    .listado .caja {
        width: 160px;
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 1.0em;
       
    }

    .listado .titulosGrandes {
        font-size: 1.4em;
        font: bold 85%;
        color: #000;
    }

    .listado .cajachica {
        border: 1px solid #367bc9;
        border-radius: 4px;
        border-spacing: 2px;
        font-size: 0.95em;
        max-width: fit-content;

    }
.formulario {
    width: 60%;
    /* url('../Imagenes/bg_form.jpg') repeat-x left top #E4E7E8;*/
    /*border: 1px solid #E0CBA7;*/
    padding: 15px;
    margin: 0 auto;
}

    .formulario table {
        width: 100%;
        border-collapse: collapse;
    }

        .formulario table td {
            width: 50%;
            padding: 6px 0 6px 0;
        }

    .formulario td .check {
        display: block;
        font-size: 1.0em;
        padding: 0 0px 0 0px;
        width: 10%;
        border-style: none;
    }

    .formulario .semaforo {
        float: left;
        cursor: pointer;
        color: #fff;
        font-weight: bold;
        background: no-repeat left bottom;
        border: none;
        vertical-align: middle;
        padding: 5px 50px 5px 50px;
    }

    .formulario .aviso {
        display: block;
        color: #063555;
        font-size: 1.1em;
        vertical-align: middle;
        font-weight: bold;
    }

    .formulario .caja {
        width: 160px;
        border: 1px solid #7F9DB9;
        color: #063555;
    }

    .formulario .cajachica {
        border: 1px solid #367bc9;
        border-radius: 4px;
        border-spacing: 2px;
        font-size: 0.95em;
    }

    .formulario .etiqueta {
        color: #063555;
        font-size: 0.95em;
    }

    .formulario .combo {
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 1.0em;
    }

    .formulario .etiqueta_nop {
        display: block;
        color: #063555;
        font-size: 0.9em;
        padding: 0 0px 0 0px;
    }

    .formulario .cajaFormulario {
        width: 160px;
    }

.cajaFormulario {
    width: 155px;
    border: 1px solid #7F9DB9;
    color: #063555;
}

.formulario .etiqueta {
    display: block;
    color: #063555;
    font-size: 1.0em;
    padding: 0 10px 0 10px;
}

.formulario .avisos {
    color: #063555;
    font-size: 0.9em;
}

.formulario .titulo {
    color: #063555;
    font-size: 1.1em;
    font-weight: bold;
}

.formulario .tituloAviso {
    color: #063555;
    font-size: 1.0em;
    font-weight: bold;
}

.formulario input {
    /*width: 48%;*/
    padding: 1px;
    border: 1px solid #367bc9;
    border-radius: 4px;
    border-spacing: 2px;
    font-size: 0.95em;
}

.formulario select {
    width: 49%;
    padding: 1px;
    border: 1px solid #7F9DB9;
    font-size: 1.0em;
}

    .formulario select option {
        padding: 1px 4px 0 4px;
    }

.formulario .radio {
    text-align: center;
    padding: 12px 0 12px 0;
}

    .formulario .radio .etiqueta {
        display: inline;
        padding: 0 10px 0 10px;
    }

        .formulario .radio .etiqueta input {
            width: auto;
            border: none;
        }

.formulario .send {
    text-align: center;
    padding: 10px 0 5px 0;
    margin: 0 auto;
}

    .formulario .send input {
        text-align: center;
        cursor: pointer;
        color: #fff;
        width: 71px;
        height: 26px;
        font-weight: bold;
        background: no-repeat left bottom;
        margin: 0 auto;
    }

.formulario .send2 input {
    cursor: pointer;
    color: #fff;
    width: 71px;
    height: 26px;
    font-weight: bold;
    background: no-repeat left bottom;
}

.formulario .boton {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    float: left;
    cursor: pointer;
    color: #fff;
    width: 71px;
    height: 26px;
    font-weight: bold;
    background: no-repeat left bottom;
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 6px;
}

#sidebar {
    width: 20%;
    min-width: 100px;
}

#cabecera {
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    min-width: 100px;
    /*max-width: 200px;*/
    padding: 1% 10% 0.4% 10%;
   
    color: #FFF;
    margin-top: 2px;
}

    #cabecera h3 {
        font-size: 12px;
        font-weight: bold;
        padding: 0;
    }



#busqueda {
    min-width: 100px;
    /*max-width:200px;*/
    padding: 2% 10% 5% 10%;
    margin-bottom: 30px;
}

    #busqueda h3 {
        font-size: 1.0em;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 0 10px 0;
        color: black;
        font-weight: bold;
    }

    #busqueda legend {
        display: none;
    }

    #busqueda p {
        padding: 0 0 3px 0;
    }

    #busqueda .etiqueta_nop {
        display: block;
        color: black;
        font-size: 0.9em;
        padding: 0 0px 0 0px;
    }

    #busqueda .etiqueta {
        color: black;
        font-size: 0.9em;
        text-decoration: none;
    }

    #busqueda .etiquetaADM {
        font-size: 0.9em;
        text-decoration: none;
    }

    #busqueda .letraa {
        font-size: 0.9em;
        color: black;
    }

    #busqueda .double input {
        width: 40px;
        border: 1px solid #7F9DB9;
        display: block;
        color: black;
        font-size: 0.9em;
    }

    #busqueda .caja {
        width: 100%;
        display: block;
        font-size: 0.9em;
        border-radius: 4px;
    }

    #busqueda .cajachica {
        border: 1px solid #367bc9;
        border-radius: 4px;
        border-spacing: 2px;
        font-size: 0.95em;
    }

    #busqueda .send {
        text-align: center;
        padding: 10px 0 5px 0;
    }

        #busqueda .send input {
            cursor: pointer;
            color: black;
            width: 71px;
            height: 26px;
            font-weight: bold;
            border: none;
        }

    #busqueda table {
        width: 100%;
        border: none;
    }

        #busqueda table .titulos {
            width: 100%;
        }

            #busqueda table .titulos th {
                color: #040404;
                font-size: 0.75em;
                text-align: center;
                padding: 5px 10px 5px 10px;
                white-space: nowrap;
                background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;
            }

                #busqueda table .titulos th strong {
                    display: block;
                    padding: 5px 10px 5px 10px;
                    border: 1px solid #E0CBA7;
                }

        #busqueda table .datos:hover {
            width: 740px;
        }

        #busqueda table .datos td {
            color: black;
            font-size: 0.92em;
            padding: 0px 2px 0px 2px;
            white-space: nowrap;
        }

        #busqueda table .datos td {
            text-align: center;
        }

        #busqueda table .datos .estado a {
            display: block;
            text-align: center;
            text-decoration: none;
        }

            #busqueda table .datos .estado a:hover,
            #busqueda table .datos .estado a:focus {
                text-decoration: none;
            }

        #busqueda table .datos td a {
            color: #0074C1;
            text-decoration: none;
        }

            #busqueda table .datos td a:hover,
            #busqueda table .datos td a:focus {
                text-decoration: underline;
            }

.state {
    display: none;
    visibility: hidden;
}

/* Ajustes para #login */
#login #info {
    float: none;
    width: 950px;
    margin: 0 auto 0 auto;
}

#login .aviso {
    display: block;
    color: #063555;
    font-size: 1em;
    vertical-align: middle;
    font-weight: bold;
}

#login .avisoChico2 {
    color: #063555;
    font-size: 0.75em;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}

#login .avisoChico {
    color: #063555;
    font-size: 0.75em;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

#login .avisoChico0 {
    color: #063555;
    font-size: 0.75em;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

#login .formularioDescarga td caja {
    width: 70%;
    padding: 1px;
    border: 1px solid #7F9DB9;
}

#login .formularioDescarga .etiqueta {
    display: block;
    color: #063555;
    font-size: 0.9em;
    padding: 0 10px 0 10px;
}


.envolvente {
    display: inline-block;
    text-align: center;
    min-width: 1000px;
    height: 500px;
    min-height: 100px;
    *zoom: 1;
    *display: inline;
}

.contenidoFijo {
    max-width: 600px;
    width: auto;
    height: 450px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    min-width: 600px;
    overflow: hidden;
}

#login .formulario {
    min-width: 210px;
    width: auto;
    height: auto;
    padding: 0px;
    margin-left: 80px;
    -moz-box-shadow: 0px 0px 25px -10px #000;
    -webkit-box-shadow: 0px 0px 25px -10px #000;
    box-shadow: 0px 0px 25px -10px #000;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

    #login .formulario table td {
        padding: 6px 0 6px 0;
        width: 50px;
    }

    #login .formulario td caja {
        padding: 1px;
        border: 1px solid #7F9DB9;
    }

    #login .formulario .etiqueta {
        display: block;
        color: #063555;
        font-size: 0.9em;
        padding: 0 5px 0 0;
    }

.end {
    clear: both;
    padding: 90px 0 0 0;
}

/* Estilo para el PopUp de las grillas */
.panelPopUp {
    color: #000;
    font-size: inherit;
    padding: 0px 0px 10px 0px;
    width: 560px;
    filter: alpha(opacity=95);
    top: 100px;
}

    .panelPopUp table {
        border: none;
    }

.tdPanelPopUp {
    font-size: 18px;
}

.formularioValidar {
    width: 80%;
    /*url('../Imagenes/bg_form.jpg') repeat-x left top #E4E7E8;*/
    padding: 15px;
}

    .formularioValidar table {
        width: 100%;
        border-collapse: collapse;
    }

        .formularioValidar table td {
            width: 50%;
        }

    .formularioValidar .aviso {
        display: block;
        color: #063555;
        font-size: 1em;
        vertical-align: middle;
        font-weight: bold;
    }

    .formularioValidar .etiqueta_nop {
        display: block;
        color: #063555;
        font-size: 0.9em;
        padding: 0 0px 0 0px;
    }

    .formularioValidar .etiqueta {
        display: block;
        color: #063555;
        font-size: 0.9em;
        padding: 0 10px 0 190px;
    }

    .formularioValidar input {
        width: 49%;
        padding: 1px;
    }

    .formularioValidar select {
        width: 50%;
        padding: 1px;
        border: 1px solid #7F9DB9;
        font-size: 0.9em;
    }

        .formularioValidar select option {
            padding: 1px 4px 0 4px;
        }

    .formularioValidar .send {
        text-align: center;
        padding: 10px 0 5px 0;
    }

        .formularioValidar .send input {
            cursor: pointer;
            color: #fff;
            width: 71px;
            height: 26px;
            font-weight: bold;
            background: no-repeat left bottom;
            border: none;
        }

    .formularioValidar .boton {
        float: left;
        cursor: pointer;
        color: #fff;
        width: 71px;
        height: 26px;
        font-weight: bold;
        background: no-repeat left bottom;
        border: none;
        vertical-align: middle;
        margin-left: 20px;
        margin-right: 25px;
    }




.listadoADM {
    width: 70%;
    padding: 15px;
    margin: 0 auto;
}

    .listadoADM table {
        width: 100%;
        text-align: center !important;
        /*border: 1px solid #0078c2;*/
    }

        .listadoADM table .titulos th {
            color: White;
            font-size: 0.92em;
            text-align: center;
            padding: 5px 2px 5px 2px !important; /*firefox*/
            *padding: 5px 2px 5px 2px !important; /*IE7*/
            white-space: nowrap;
        }

        .listadoADM table .titulos .titulosLeft {
            font-size: 0.92em;
            text-align: left;
            padding: 5px 2px 5px 2px !important; /*firefox*/
            *padding: 5px 2px 5px 2px !important; /*IE7*/
            white-space: nowrap;
            /*background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;*/
        }

        .listadoADM table .titulos .titulosRight {
            font-size: 0.92em;
            text-align: right;
            padding: 5px 2px 5px 2px !important; /*firefox*/
            *padding: 5px 2px 5px 2px !important; /*IE7*/
            white-space: nowrap;
            /*background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;*/
        }

    .listadoADM .footer {
        color: #040404;
        font-size: 0.9em;
        text-align: center;
        padding: 5px 2px 5px 2px !important; /*firefox*/
        padding: 5px 2px 5px 2px !important; /*IE7*/
        white-space: nowrap;
        background: url('../Imagenes/bg_titulos.png') repeat-x left top #80B7DB;
    }

    .listadoADM table .titulos th strong {
        display: block;
        padding: 2px 0px 2px 0px !important; /*firefox*/
        padding: 2px 2px 2px 2px !important; /*IE7*/
        border: 1px solid #E0CBA7;
    }


    .listadoADM table .datos td {
        font-size: 0.85em;
        text-align: center;
        padding: 1px 5px 1px 7px !important; /*firefox*/
        *padding: 0px 1px 0px 1px !important; /*IE7*/
        white-space: normal;
    }

    .listadoADM table .datos .datosLeft {
        font-size: 0.85em;
        text-align: left;
        padding: 1px 5px 1px 7px !important; /*firefox*/
        *padding: 0px 1px 0px 1px !important; /*IE7*/
        white-space: normal;
    }

    .listadoADM table .datos .datosRight {
        font-size: 0.85em;
        text-align: right;
        padding: 1px 5px 1px 7px !important; /*firefox*/
        *padding: 0px 1px 0px 1px !important; /*IE7*/
        white-space: normal;
    }

    .listadoADM table .datos .estado a {
        display: block;
        text-align: center;
        text-decoration: none;
    }

        .listadoADM table .datos .estado a:hover,
        .listadoADM table .datos .estado a:focus {
            text-decoration: none;
        }

    .listadoADM table .datos td a {
        color: #0074C1;
        text-decoration: none;
    }

        .listadoADM table .datos td a:hover,
        .listadoADM table .datos td a:focus {
            text-decoration: underline;
        }

    .listadoADM .etiqueta {
        color: #063555;
        font-size: 0.95em;
    }

    .listadoADM .combo {
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 0.90em;
    }

    .listadoADM .caja {
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 1.0em;
        width: 160px;
    }

    .listadoADM .titulosGrandes {
        font-size: 1.4em;
        font: bold 85%;
        color: #000;
    }

/*Tabla de ValidarFactura.aspx*/
.mitablacss {
    margin: 0px auto;
    border-spacing: 5px;
    border-collapse: separate;
    /*background: url('../Imagenes/bg_form.jpg') repeat-x left top #E4E7E8;*/
    width: 100%;
}

    .mitablacss td {
        text-align: center;
        padding: 5px;
    }

/*Update Progress DIV*/
.progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 999;
}

#processMessage {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    background-color: #fff;
    border: solid 1px #000;
}
/*Fin Update Progress DIV*/

.divPopUp {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36em;
    height: 22em;
    margin-top: -11em;
    margin-left: -18em;
    border: 2px solid #000;
    background-color: #fff;
    z-index: 1000;
    text-align: center;
}

    .divPopUp img {
        padding: 0 4px 0 4px;
    }




.archivosMensualesAfip .iBtnHelp {
    cursor: pointer;
    height: 20px;
    width: 20px;
    vertical-align: bottom;
}



/* clases para los botones */

/* botones */
.button {
    border: 0px solid #3689bf;
    -webkit-box-shadow: #B4B5B5 2px 2px 2px;
    -moz-box-shadow: #B4B5B5 2px 2px 2px;
    box-shadow: #B4B5B5 2px 2px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 12px 4px 14px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

    .button:hover {
        border: 0px solid #549ecf;
        text-decoration: none;
    }

.button-disabled {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 12px 4px 14px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    background-color: #d3d3d3;
    color: #6c757d;
    cursor: not-allowed;
    border: 0px solid #ced4da;    
}
    .button-disabled:hover {
        color: #6c757d;
        border: 0px solid #549ecf;
        text-decoration: none;
    }


/* dropDown de seleccion Accion */
.dd-button {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    padding: 4px 12px 4px 14px;
    font-size: 12px;
    border: 0px solid #3689bf;
    -webkit-box-shadow: #B4B5B5 2px 2px 2px;
    -moz-box-shadow: #B4B5B5 2px 2px 2px;
    box-shadow: #B4B5B5 2px 2px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 12px 4px 14px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}
    .dd-button:hover {
        border: 0px solid #549ecf;
        text-decoration: none;
    }


#footerdata .version {
    float: right;
}

#busqueda table .titulos .state {
    padding: 0;
}

.grillaEnvios {
    width: 75%;
}

.panelIzq {
    margin-bottom: 50px;
}

    .panelIzq .titulos th {
        padding-top: 10px;
        padding-left: 40px;
        padding-bottom: 5px;
        /*-moz-box-shadow: 0px 0px 25px -10px #000;
    -webkit-box-shadow: 0px 0px 25px -10px #000;
    box-shadow: 0px 0px 25px -10px #000;    */
        font-size: 0.95em;
        text-align: center;
        padding: 5px 10px 5px 10px;
        white-space: nowrap;
    }

    .panelIzq h3 {
        padding-top: 10px;
        padding-left: 40px;
        padding-bottom: 5px;
        -moz-box-shadow: 0px 0px 25px -10px #000;
        -webkit-box-shadow: 0px 0px 25px -10px #000;
        box-shadow: 0px 0px 25px -10px #000;
        color: #fff;
        text-align: center;
        padding: 10px 15px 10px 15px;
        white-space: nowrap;
    }

    .panelIzq .datos td {
        font-size: 0.90em;
        text-align: center;
        padding: 1px 5px 1px 7px !important;
        white-space: nowrap;
    }

#divPopUp {
    padding-top: 30px;
    background-color: inherit;
}

#XPopUp {
    cursor: pointer;
    float: right;
    visibility: hidden;
    display: none;
    margin: 7px;
    font-size: 12px;
}

.closeIcon {
    cursor: pointer;
    float: right;
    margin: 7px;
    font-size: 12px;
}

#divPopUp2 {
    padding-top: 30px;
    background-color: inherit;
}

#XPopUp2 {
    cursor: pointer;
    float: right;
    visibility: hidden;
    display: none;
    margin: 7px;
    font-size: 12px;
}

.comboPopUp {
    border: 1px solid #7F9DB9;
    color: #063555;
    font-size: 1.0em;
}

.descargaFactura {
    min-width: 200px;
    width: 210px;
    height: 470px;
    padding: 10px;
    margin-top:30px;
    margin: 0px;
    -moz-box-shadow: 0px 0px 25px -10px #000;
    -webkit-box-shadow: 0px 0px 25px -10px #000;
    box-shadow: 0px 0px 25px -10px #000;
    display: inline-block;
    margin-top: 40px;
    margin-left: 20px;
    float: left;
}

.iconos {
    margin-top: 25px;
    display: inline-block;
    min-height: 100px;
    text-align: center;
    width: 600px;
}

.textoIconos {
    text-align: left;
    display: -webkit-grid;
    color: #063555;
    font-size: 1em;
    vertical-align: middle;
    font-weight: bold;
    height: 20px;
}

.iconosDescarga {
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 20px 5px 5px 5px;
    width: 120px;
}

.textoRechazo {
    text-align: left;
    font-weight: normal;
    height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btnPago {
    text-align: center;
    font-weight: normal;
    height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 600px;
}

.envolventeIzquierdo {
    text-align: center;
    width: 60%;
    min-width: 700px;
    height: 450px;
    margin-left: 40px;
    float: left;
    padding-top: 40px;
}

.banner {
    position: relative;
    width: 600px;
    height: 140px;
    margin-top: 30px;
    /*background-color: green;*/
}

.envolventeIzquierdoHomeReceptores {
    text-align: center;
    width: 60%;
    min-width: 700px;
    height: 500px;
    margin-left: 45px;
    float: left;
    padding-top: 40px;
}


.grilla {
    padding-top: 10px;
    margin: auto;
}

html, body {
    height: 100%;
}

table {
    float: none;
}

body {
    padding: 0;
    width: 100%;
    margin: auto;
    min-width: 600px;
   /* max-width: 2000px;*/
    font-size: 13px;
    line-height: 1.428571429;
}

.spanVolver {
    float: left;
    width: 169px;
    height: 62px;
    margin: 0 0 0 0px;
    cursor: pointer;
}

.panelIzquierdo {
    min-width: 100px;
    max-width: 290px;
    width: 15%;
}

.spanVolverSmall {
    float: left;
    width: 122px;
    height: 50px;
    margin: 0 0 0 0px;
    cursor: default;
    background-repeat: no-repeat;
    background-size: contain;
}

#headerE {
    width: 100%;
    height: 75px;
    margin: 0;
    float: left;
    display: inline-block;
}

    #headerE h1 {
        width: 260px;
        height: 110px;
    }

    #headerE .dropdown-menu li {
        padding: 0 10px;
    }

#headerDer ul li {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    min-width: 11px;
    padding: 0 15px;
}

#headerE ul li a {
    outline: 0;
    outline-offset: 0;
}

.spanHeader {
    margin: 13px 15px 0 15px;
    float: left;
    text-align: center;
    min-width: 100px;
    font-size: 12px;
    width: 100px;
}

.li-ddm {
    float: left;
    text-align: center;
    min-width: 100px;
    font-size: 12px;
    width: 100px;
}

li#lilogo {
    padding: 3px !important;
    width: 140px !important;
    margin-left: 0px;
    margin-right: 0px;
}

#headerIzq {
    margin-left: 20px;
    float: left;
}

#headerCentro {
    margin: 0 auto;
    padding: 0;
    width: 590px;
}

#headerDer {
    float: right;
    max-height: 70px;
    position: relative;
}

#menu_ulDer {
    z-index: 99999;
    margin: 0 auto;
    min-width: 200px;
    float: right;
}

#menu_ul {
    z-index: 99999;
    position: relative;
    margin: 0 auto;
    min-width: 1000px;
    top: 0;
    max-height: 50px;
}

#menu_ulCentro {
    z-index: 99999;
    position: relative;
    margin: 0 auto;
    min-width: 590px;
    top: 0;
    max-height: 50px;
}

#menu_ul li {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    float: left;
    text-align: center;
    display: inline-block;
}

#menu_ulIzq {
    z-index: 99999;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    min-width: 140px;
}

#menubg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    z-index: 9999;
    min-width: 1000px;
}

.menubgshadow {
    -moz-box-shadow: 0px 0px 12px -4px #999;
    -webkit-box-shadow: 0px 0px 12px -4px #999;
    box-shadow: 0px 0px 12px -4px #999;
}

.fixed {
    position: fixed !important;
}

.fixedDer {
    position: fixed !important;
}

#comfiarsmall {
    width: 122px;
    height: 50px;
}

#headerE ul li.ddm {
    width: 140px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 12px;
    float: left;
    text-align: center;
    padding: 0;
}

    #headerE ul li.ddm a {
        color: #fff;
    }

.dropdown {
    position: relative;
}

.li-ddm ul li a {
    padding: 3px 5px;
    color: Black;
    font-size: 12px;
}

#headerE ul li.ddm a:hover {
    color: #fff;
    font-weight: bold;
}

#logo {
    background: url(../Imagenes/comfiarEc.png);
    width: 179px;
    height: 62px;
    margin-top: 55px;
}


#semaforo {
    padding-left: 25px;
    right: 0;
}

#menu_login .span-ddm {
    margin-top: 15px;
    float: left;
    text-align: center;
    width: 100px;
    font-size: 12px;
}

#menu_login span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 0px;
    margin-top: 20px;
    font-style: italic;
    cursor: pointer;
}

#menu_login {
    width: 150px;
}

    #menu_login i {
        margin-left: 6px;
    }

#ddm-otros {
    position: relative;
    left: -20%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.abril {
    font-family: 'Abril Fatface', cursive;
}

.opensans {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

#footerMaster {
    background-color: #262626;
    width: 100%;
    color: #949494;
    height: 20px;
    position: relative;
    left: 0;
    bottom: 0;
    overflow: hidden;
    min-width: 1000px;
    z-index: 10000;

}

#contentLists {
    padding-top: 60px;
    padding-bottom: 62px;
}

/*.footerSpan { width:20px; float:left; text-align:center; margin-top:4px; font-size:13px; margin-right:16px; }*/

.footerVersion {
    font-size: 10px;
    float: right;
}

.footerCopyright {
    font-size: 10px;
    float: left;
}

    .footerCopyright a {
        color: #949494;
    }

.etiqueta {
    color: #FFF;
}

.listadoFormUpload {
    width: 60%;
    height: 380px;
    margin: 0 auto auto 20%;
    overflow: auto;
    background: #EBEEEF;
    border: 1px solid #E0CBA7;
    font-size: 0.95em;
}

    .listadoFormUpload .combo {
        border: 1px solid #7F9DB9;
        color: #063555;
        font-size: 0.9em;
    }

.icono {
    font-size: 15px;
}

.icon-circle {
    color: #FFF;
    font-size: 15px;
}

.icon-stack {
    margin-top: -5px;
    height: 17px;
    width: 17px;
}

.iconok {
    font-size: 15px;
    color: #20AB3F;
}

.iconrefresh {
    font-size: 15px;
    color: #052AAB;
}

.iconwarning {
    font-size: 15px;
    color: #C50000;
}

.icon-dollar {
    font-size: 12px;
    color: #00AAE3;
}

.icon-sign-blank {
    font-size: 18px;
    color: #00AAE3;
}

#modal .icon-stack, .iconos .icon-stack {
    width: 2em;
    height: 2em;
    margin: 0;
}

#modal .icon-circle {
    font-size: 25px;
}

#modal .icon-dollar {
    font-size: 12px;
    color: #0078c2;
}

#modal .icon-sign-blank {
    color: #0078c2;
}

.span-stack {
    font-size: 14px;
    height: 17px;
    width: 17px;
}

.span-pago {
    color: #333333;
    font-weight: 600;
    height: 28px;
}

iframe {
    position: relative;
}

.personalizacion {
    align-content: center;
    width: 400px
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
}

.dropdown-menu > li > a {
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

caption {
    caption-side: initial;
}

tbody {
    padding: 10px;
}

#content {
    padding: 10px;
}

td {
    padding: 1px;
}

.button-modal {
    width: 100%;
}


.modal-body .row {
    padding: 3px 0px 3px 0px;
}





/* Bootstrap correcion de responsive*/
@media all and (max-width: 1380px ) {
    .flex-xl-row {
        flex-direction: column !important;
        align-items: center;
    }
}
.select2 select2-container select2-container--default {
    max-width: fit-content !important;
}

/* Estilo para dispositivos móviles */
@media all and (max-width: 650px) {
    .descargaFactura {
        min-width: 400px;
        width: 210px;
        height: 470px;
        padding: 10px;
        padding-left: 50px;
        margin-top: 30px;
        margin: 0px;
        -moz-box-shadow: 0px 0px 25px -10px #000;
        -webkit-box-shadow: 0px 0px 25px -10px #000;
        box-shadow: 0px 0px 25px -10px #000;
        display: inline-block;
        margin-top: 60px;
        margin-right: 170px;
    }
}