<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Document   : estilos2
    Created on : 25/06/2015, 17:46:57
    Author     : ViMartinez
    Description:
        Purpose of the stylesheet follows.
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap');
a,
a:active,
a:focus,
.esLink td,
.esLink div {
    outline: none !important;
    color: #152663 !important;
}

.esLink td:hover,
.esLink div:hover {
    text-decoration: none;
}

root {
    display: block;
}

html,
body {
    height: 100%;
}

body {
    /*text-align:center;*/
    margin: 0;
    padding: 0;
    /* background: rgba(0, 0, 0, 0) url("../img/fondo-01.png") no-repeat fixed right bottom / cover ;*/
    /* */
    /**/
    /*
    -ms-behavior: url('web/css/backgroundsize.min.htc');


    background-image: url('../img/fondo-01.png');
    background-repeat: no-repeat;
    background-position:  right bottom;*/
    background-color: #e3e4e4;
    /* background-size: 50px;

    */
}

label {
    font-weight: normal !important;
}

.btn-primary {
    background-color: #152663;
}

#bienvenida {
    cursor: pointer;
}

#bienvenida1 {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    max-width: 625px;
    margin: auto;
    padding: 25px;
}

/* #contenido {
    background-image: url("../img/fondo-01.png");
    background-repeat: no-repeat;
    width: 1024px;
    height: 768px;
    margin:0px auto;
    height: 100%;

} */

#baseImg {
    text-align: center;
}

#txtBienv {
    color: #15559b;
    font-family: Arial;
    font-size: 20px;
    border-bottom: 1px solid #999;

    padding-bottom: 6px;
}

#txtSieOnline {
    color: #15559b;
    font-size: 34px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 34px;
}

.showMovingRight {
    -webkit-animation: mymove 1s ease-out forwards;
    animation: mymove 1s ease-out forwards;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation: mymove 1s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    position: relative;
}

@keyframes mymove {
    from {
        left: -20px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes mymove

/* Safari and Chrome */ {
    from {
        left: -20px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

#txtDescript {
    font-size: 13px;
    color: #434040;
    font-family: verdana;
}

#txtBtnIng {
    display: inline-block;
    border: 1px solid #15559b;
    border-radius: 5px;
    padding: 11px 45px;
    color: #15559b;
    font-size: 20px;
    margin-top: 30px;
    cursor: pointer;
}

#Encabezado {
    text-align: right;
    padding-top: 4px;
    padding-right: 10px;
    display: table;
    width: 100%;
    background-color: #ffce00;
    padding-bottom: 4px;
    padding-left: 9px;
}

#encabezado_top {
    background: #152663;
    height: 30px;
}

#encabezado_medio {
    background: #ffffff;
    height: 5px;
}

/* agregando. MB */

#encabezado_titulo {
    color: #152663;
    font-size: 18px;
    text-align: left;
    line-height: 16px;
    margin-top: 10px;
    width: 250px;
    /* display: inline-block; */
    float: left;
}

#encabezado_titulo #subtitulo {
    font-style: italic;
    font-size: 11px;
    font-weight: normal;
}

#encabezado_img {
    text-align: left;
    vertical-align: middle;
    height: 49px;
    display: table-cell;
    padding-left: 17px;
    width: 176px;
}

#icono_sobre {
    padding-top: 15px;
    position: relative;
    display: none;
    margin-right: 23px;
}

#cantNot {
    display: inline-block;
    background: #fa3e3e;
    color: #fff;
    font-size: 10px;
    font-family: Arial, Verdana;
    padding: 0px 4px;
    border-radius: 39%;
    position: absolute;
    right: -6px;
    top: 10px;
}

#icono_sobre img {
    width: 26px;
}

#dvSepEnc {
    display: table-cell;
    vertical-align: middle;
}

#dvSepEnc div {
    border-left: 2px solid #152663;
    height: 35px;
    width: 9px;
}

#encabezado_img img {
    height: auto;
    width: 152px;
}

#Titulo {
    /*
line-height: 12px;
padding-left: 25px;
padding-top: 5px;
text-align: left;*/

    height: 2px;
}

#linea1 {
    width: 100%;
    height: 5px;
}

#FechaHora {
    padding-right: 20px;
    text-align: right;
}

#Principal {
    height: 100%;
    /*text-align: center;*/
}

#menu {
    /*
    float: left;
    visibility: visible;
    height: 320px;*/
    z-index: 111;
    width: 350px;

    display: block;
    position: absolute;
    background-color: #ffffff;
    /*
    border: 1px;
    border-color: gray;
    border-style: solid; */
    border-radius: 10px;

    padding: 10px;
    margin-left: 36px;
    margin-left: 40px;

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.42);
}

#titulo_menu {
    font-weight: bold;
    font-size: 15px;
    color: #152663;
    background-color: #ffffff;
    padding-left: 3px;
    margin-bottom: 9px;
}

#visible_menu {
    position: absolute;
    z-index: 10;
}

#areaTrabajo {
    /*float: left;
    height: 520px;
    text-align: center;
    width: 724px;*/
    min-width: 1096px;
    margin-left: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    /* max-width: 523px; margin-top: 100px; */
    padding-top: 10px;
    position: relative;
    min-height: 300px !important;
    padding: 20px;
}

/* #Pie {
    height: 60px;
    background-color: white;
} */

#Base {
    height: 10px;
}

@media only screen and (min-width: 587px) {
    .chequiado,
    .chequiado-nega {
        left: 0px;
    }
}

@media only screen and (max-width: 587px) {
    .chequiado,
    .chequiado-nega {
        width: 97%;
        top: 33px;
        left: 0px;
    }

    #nombreUsu {
        max-width: none;
        min-width: 100%;
    }

    #claveUsu {
        max-width: none;
        min-width: 100%;
    }

    #tit_nombre_usuario {
        text-align: left !important;
    }

    #tit_contrasena {
        text-align: left !important;
    }
}

/* #frmLogin {
    background-image: url("../img/recuadroblanco-01.png");
    background-repeat: no-repeat;
    color:#ffffff;

    height: 200px;
    width: 550px;
} */

#frmLogin,
#formOlvido {
    margin: 0px;
}

#lblnombreUsu {
    position: relative;
    left: 5px;
    top: 75px;
}

#lblclaveUsu {
    position: relative;
    left: 5px;
    top: 80px;
}

#nombreUsu {
    max-width: 100%;
    /*
    background-image: url("../img/barragris1-01.png");
    background-repeat:no-repeat;
    background-size: 300px 27px;
    border: 0px;
    color:black;
    position: relative;
    top:75px;
    left:5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    width: 300px;
    height: 20px;
    */
}

#claveUsu {
    max-width: 100%;
    /*
    background-image: url("../img/barragris2-01.png");
    background-repeat:no-repeat;
    border: 0px;
    color:black;
    position: relative;
    top:80px;
    left:10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 3px;
    width: 360px;
    height: 22px;
    */
}

#frmEnviar {
    /*
    position: relative;
    top:90px;
    left:180px;
    */
    margin-top: 10px;
}

/* #msgLogin {
    
    height: 35px;
    left: -60px;
    position: relative;
    text-align: left;
    top: -80px;
    width: 350px;
} */

#tit_nombre_usuario {
    float: left;
    height: 33px;
    color: #152663;
    padding-right: 10px;
    width: 168px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    font-weight: bold;
}

#tit_contrasena {
    float: left;
    height: 33px;
    color: #152663;
    padding-right: 10px;
    width: 168px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    resize: vertical;
    font-weight: bold;
}

#input_nombre {
    /* width:535px; */
    margin-bottom: 4px;
}

.esp_celda {
    margin-bottom: 10px;
}

#input_contrasena {
    /* width:535px; */
    margin-bottom: 4px;
}

#olvidaste_contrasena {
    font-size: 13px;
    color: #444445;
    /* font-style: italic; */

    font-weight: bold;
    text-align: left;
    padding-top: 14px;
    margin-left: 10px;
}

.mensajes {
    float: left;
    /* width          : 405px; */
    width: fit-content;
    font-size: 16px;
    line-height: 22px;
    color: #d40000;
    font-weight: bold;

    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#boton {
    padding-left: 74%;
    height: 40px;
}

#wrap {
    min-height: 80%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -90px;
}

#wrapper {
    min-height: 60%;
    position: relative;
    margin: 0 auto -80px;
}

/*
.footer {
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: -3em;
}

.footer {
    background-color: white;
    color: white;
    font-size: 200%;
    line-height: 60px;
    text-align: center;
}

.footer, .push {
    height: 70px;
}
*/
#footer {
    background-color: #ffffff;
    bottom: 0;

    /* position: absolute; ESTE ERA ERROR FOOTER*/
    width: 100%;
    line-height: 64px;
}

#mostrar {
    display: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#oculta {
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
}

#push,
#footer {
    min-height: 70px;
    margin-top: 10px;
}

#accordion ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*
#accordion li a:before{
	content: "\00BB   ";
}
*/
#accordion li,
#accordion li ul li {
    color: #152663;

    font-family: sans-serif;
    font-size: 11pt;
}

#accordion li a:first-letter,
#accordion li:first-letter {
    text-transform: uppercase;
}

#accordion li.deProductos {
    border-bottom: none;
}

#accordion a.deProductos {
    text-transform: none;
    padding-left: 10px;
}

#accordion a.deProductos:hover {
    color: #152663;
    font-weight: normal;
}

#accordion li.sinProductos a {
    color: #cccccc;
}

#accordion li a.conProductos {
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #222222;
    padding: 0;
    background-image: url(../img/flechaDerecha.png);
    background-repeat: no-repeat;
    background-position: right 5px top 12px;
}

#accordion li a.conProductosOpen {
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    border: none;
    color: #222222;
    padding: 0;
    background-image: url(../img/flechaAbajo.png);
    background-repeat: no-repeat;
    background-position: right 5px top 12px;
}

#accordion &gt; div &gt; ul &gt; li &gt; a,
#accordion &gt; div &gt; ul &gt; li &gt; a:link,
#accordion &gt; div &gt; ul &gt; li &gt; a:visited {
    color: #222222;
    text-decoration: none;
    background-color: transparent;
}

/* #accordion a:hover {} */

#selectorDiv {
    width: 400px;
    display: block;
    /*margin: 0 auto;*/
    border: 0px !important;
    height: 212px !important;
}

#selectorDiv:focus {
    border-color: #cccccc !important;
}

#selectorDiv option {
    font-size: 14px !important;
    padding: 8px !important;
}

#selectorDiv option::before {
    content: "\00a0\00a0\00a0\00a0";
}

#selectorDiv option:checked::before {
    content: "\00a0\00BB\00a0";
}

/* #selectorDiv option:checked {} */

/* .no-close .ui-dialog-titlebar-close {
    display: none;
} */

.bloc {
    display: table;
    vertical-align: top;
    overflow: hidden;
    margin: 0 auto;
}

.bloc select {
    padding: 10px;
    margin: -5px -20px -5px -5px;
}

#titulo1 {
    color: #2d2d2d;
    font-size: 12px;
    padding-bottom: 30px !important;
    margin-bottom: 0px !important;
    float: right;
    text-align: right;
    width: 100%;
}

#titulo2 {
    color: #152663;
    /*#15539B;/*#00a5ed;*/
    font-size: 20px;
    position: absolute;
    margin-top: -3px;
}

.ui-dialog #titulo2 {
    position: relative;
    margin-top: auto;
}

#titulo3 {
    color: #152663;
    font-size: 17px;
    margin-left: 17px;
}

#titulo4 {
    color: #152663;
    /* font-size: 20px;*/
    font-size: 16px;
}

#titulo4mini {
    color: #152663;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

#titulo5 {
    color: #152663;
    font-size: 18px;
    /* era 20 */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12pt;
}

#titulo6 {
    color: #152663;
    font-size: 18px;
    /* era 20 */
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

#tituloChico {
    color: #152663;
    font-size: 18px;
    /* era 20 */
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10pt;
}

#paginacion {
    text-align: center;
}

#guardar[disabled="disabled"],
#guardar:disabled {
    background-color: #337ab7;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.65;
}

.formTexto {
    /*
    background-color: #e3e5e6;
    font-size: 17px;
    font-weight: bold;
*/
    width: 100% !important;
    /*
    height: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000000;
    padding: 0 0 0 10px;
*/
}

.formTexto1 {
    background-color: #e3e5e6;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000000;
    padding: 0 0 0 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.formConsEnvios {
    background-color: #e3e5e6;
    font-size: 17px;
    font-weight: bold;
    width: 330px;
    height: 40px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000000;
    padding: 0 0 0 10px;
}

/*
.formConsEnvios2{
    background-color: #e3e5e6;
    font-size: 17px;
    font-weight: bold;
    width: 700px;
    height: 40px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000000;
    padding: 0 0 0 10px;
}
*/
.formConsEnviosBtn {
    text-align: right;
}

/* .formTextosVali {
    width: 25px !important;
} */

#ambTextosPredet {
    width: 100px;
}

#abmTextosEliminar {
    width: 150px;
}

#abmTextosTr {
    height: 10px;
    padding-left: 10px;
}

#ambTextosPredet1 {
    text-align: center;
}

#ambPredet1 {
    text-align: center;
}

#abmTextosEliminar1 {
    text-align: center;
}

/* #tablaListarTextos {} */

.men_error {
    height: 30px;
    margin-left: 20px;
}

#msgError {
    text-align: center;

    font-size: 16px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox &lt; 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#msgCambioClave {
    font-size: 14px;
    color: #152663;
    font-family: arial, verdana;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* .lblCambioClave {} */

/*
.vcenter {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    height: 60px;
}
*/
#tituloGrupoDest {
    color: #152663;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
    padding: 5px;
}

#resTablaConsEnv {
    color: #767779;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

#resTablaConsDetTel {
    color: #767779;
    font-size: 12px;
    padding: 1px;
    text-align: center;
}

#frmNuevoModelo label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    width: 20px;
    margin-left: -26px;
}

#frmNuevoModelo label.textoError {
    font-size: 15px;
    /*margin-top: 6px;*/
    font-weight: bold;
    color: #ea5200;
}

#frmNuevoModelo .checkeado {
    padding-top: 24px !important;
    width: 20px;
    margin-left: -26px;
    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
}

#frmNuevoGrupoDeDestinatario label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
}

#frmNuevoGrupoDeDestinatario label.textoError {
    font-size: 15px;
    /*margin-top: 6px;*/
    font-weight: bold;
    color: #ea5200;
}

#frmNuevoGrupoDeDestinatario label.checkeado {
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
}

#frmNuevoPerfil label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
}

#frmNuevoPerfil label.textoError {
    font-size: 15px;
    /*margin-top: 6px;*/
    font-weight: bold;
    color: #ea5200;
}

#frmNuevoPerfil label.checkeado {
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
}

#frmNuevoTexto label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
}

#frmNuevoTexto label.textoError {
    font-size: 15px;
    /*margin-top: 6px;*/
    font-weight: bold;
    color: #ea5200;
}

#frmNuevoTexto label.checkeado {
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;

    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
}

#frmNuevoUsuario label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
}

#frmNuevoUsuario label.textoError {
    font-size: 15px;
    /*margin-top: 6px;*/
    font-weight: bold;
    color: #ea5200;
    padding-top: 0px !important;
}

#frmNuevoUsuario .checkeado {
    width: 20px;
    padding-top: 24px !important;
    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
    margin-left: -20px;
}

#frmNuevoRemitente label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
}

#frmNuevoRemitente label.textoError {
    font-size: 15px;
    margin-top: -12px;
    font-weight: bold;
    color: #ea5200;
    margin-left: 300px;
}

#frmNuevoRemitente .checkeado {
    padding-top: 24px !important;
    margin-left: -20px;
    width: 20px;
    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
}

#frmNuevoDestinatario label.error {
    background: rgba(0, 0, 0, 0) url("../img/unchecked.gif") no-repeat scroll
        left center;
    padding-top: 24px !important;
    margin-left: -20px;
    width: 20px;
}

#frmNuevoDestinatario label.textoError {
    font-size: 15px;
    margin-top: -12px;
    font-weight: bold;
    color: #ea5200;
    margin-left: 300px;
}

#frmNuevoDestinatario .checkeado {
    padding-top: 24px !important;
    width: 20px;
    margin-left: -20px;
    background: rgba(0, 0, 0, 0) url("../img/checked.gif") no-repeat scroll left
        center;
}

div.tituloPerfil {
    height: 50px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    background-color: #d5d5d5;

    text-align: center;
}

div.lineaPerfil {
    height: 50px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    color: black;
    text-align: center;
}

div.lineaPerfil .tablaPerfiles {
    font-weight: normal !important;
}

label.tablaPerfiles {
    height: 50px;
    vertical-align: middle;
    display: inline;
    color: #272727;
}

#filaConsEnv td:hover {
    /*background-color: blueviolet;*/
    cursor: pointer;
}

#estiloDetallePieza {
    color: #3e3e3e;
    width: 100%;
}

.detallePieza {
    font-size: 13px;
    margin-right: 40px;
    min-width: 310px;
}

.detallePieza2 img {
    width: 31px;
    margin-right: 14px;
}

/* .detallePieza td {} */

.detallePieza2 {
    font-size: 13px;
    width: auto;
    min-width: 500px;
}

.detallePieza2 td {
    height: 53px;
}

.detallePieza2 th:not(:first-child) {
    vertical-align: middle;
    text-align: left;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #818181;
}

.detallePieza2 td:not(:first-child) {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

#tablasCons {
    padding-left: 20px;
    padding-right: 20px;
}

/* #tablasCons1 {} */

/* #tablasCons2 {} */

/*
.formBusqPieza{
    background-color: #e3e5e6;
    font-size: 17px;
    font-weight: bold;
    width: 280px;
    height: 40px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #000000;
    padding: 0 0 0 10px;
}
*/
#telon,
#telon2 {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

#telon img {
    z-index: 1000;
    position: absolute;
    margin-top: 10px;
}

#telon2 div {
    position: absolute;
    top: 57%;
    left: 46%;
    z-index: 5000;
    width: 100px;
}

#telon:before,
#telon2:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.1;
    filter: "alpha(opacity=20)";
    z-index: 100;
    position: absolute;
    left: 0px;
}

#listaAjax {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 11pt;
    z-index: 91;
}

#telon img {
    opacity: 1;
    filter: "alpha(opacity=100)";
}

#dialogoConsultas .sel:hover {
    cursor: pointer;
    background-color: #e3e5e6;
}

.icons {
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
}

.icons img {
    width: 33px;
}

.icons span {
    font-size: 12px;
}

.btn-group-lg &gt; .btn,
.btn-lg {
    font-size: 15px !important;
}

.ui-autocomplete-loading {
    background: white url("../img/ui-anim_basic_16x16.gif") right center
        no-repeat;
}

input,
textarea,
select,
button:not(.ui-dialog-titlebar-close)

/*, input[type=submit], input[type=button]:not(.ui-button)*/ {
    border-radius: 4px !important;
    font-weight: normal !important;
    height: auto !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 14px !important;
    line-height: normal !important;
    vertical-align: baseline !important;
    border: 0px !important;
}

input[type="text"],
input[type="password"],
textarea,
select,
.formTexto,
.hasDatepicker {
    border: 2px solid #ced4da !important;
    background-color: #ffffff !important;
    color: #333333 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

button#cancelar,
.button-dark {
    background-color: #343a40 !important;
    color: #ffffff;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #152663 !important;
}

button.ui-dialog-titlebar-close span {
    content: "" !important;
}

button span {
    padding: 0px !important;
}

button:not(.ui-dialog-titlebar-close) {
    text-transform: lowercase !important;

    padding-left: 16px !important;
    padding-right: 16px !important;
}

button:first-letter,
button span:first-letter {
    text-transform: uppercase;
}

#FechaHora,
#DatosUsuario {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

p#fechaHora.texto1,
p#datosUsuario {
    font-weight: normal !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none !important;
    color: #313131 !important;
}

/*.imgBox2, #frmCorrespondencia #texto div, #frmNuevoModelo #texto div{
    height: auto !important;
    overflow: hidden !important;
    white-space: pre-line !important;
} 
*/

/*frmNuevoModelo*/
#frmCorrespondencia #remitente,
#frmCorrespondencia #destinatario,
#frmNuevoModelo #remitente,
#frmNuevoModelo #destinatario {
    /* display: inline-block;
	width:520px;
	min-height: 112px !important;
    height: auto !important; */
    display: inline-block;
    height: auto !important;
    max-width: 100%;
    /*min-height: 150px;*/
}

#frmCorrespondencia #remitente div,
#frmCorrespondencia #destinatario div,
#frmNuevoModelo #remitente div,
#frmNuevoModelo #destinatario div {
    height: auto !important;
}

#frmCorrespondencia #remitente,
#frmCorrespondencia #destinatario,
#frmCorrespondencia #texto,
#frmNuevoModelo #remitente,
#frmNuevoModelo #destinatario {
    border: 1px solid #999999;
    /* margin: 5px; */
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 8px;
    overflow-y: auto;
}

#frmCorrespondencia #remitente:not(.noSeModifica):hover,
#frmCorrespondencia #destinatario:hover,
#frmCorrespondencia #texto:hover,
#frmNuevoModelo #remitente:not(.noSeModifica):hover,
#frmNuevoModelo #destinatario:hover {
    cursor: pointer;
    color: #cecece !important;
    border-color: #000000;
}

#frmCorrespondencia #remitente,
#frmCorrespondencia #destinatario,
#frmCorrespondencia #texto,
#frmNuevoModelo #remitente,
#frmNuevoModelo #destinatario,
#frmNuevoModelo #texto {
    height: auto;
    border: 1px solid #999999;
    border-radius: 8px;
}

#frmCorrespondencia #texto {
    /*height: 309px !important;*/
    max-width: 100%;
}

#frmCorrespondencia #texto div {
    overflow-y: auto !important;
    /*height:295px !important;*/
}

.imgBox {
    /* background-color: #d8d8d8 !important; */
    background-color: #e4e4e4 !important;
    margin-top: 10px;
    border: 1px solid #cccccc;
    padding-top: 5px;
    padding-bottom: 55px;
    border-radius: 8px;
}

#img1,
#img3,
#img4,
#img6,
#img7,
#img9 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (min-width: 992px) {
    #img2,
    #img5,
    #img8 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 992px) {
    #img2,
    #img5,
    #img8 {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #img1,
    #img4,
    #img7 {
        padding-top: 15px;
    }
}

#franqueo {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
}

#textoModelos {
    color: #152663 !important;
}

th #titulo3,
th #titulo2,
th #titulo4 {
    padding-left: 0px !important;
    font-size: 14px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
}

td .checkbox,
td .radio {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

table:not(.ui-datepicker-calendar) th {
    max-width: none !important;
    font-size: 13px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-left: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    vertical-align: baseline !important;
    line-height: 17px;
    color: #333333 !important;
    white-space: nowrap !important;
}

#titulo3 img,
th img {
    height: 13px !important;
}

#paginacion {
    margin-top: 15px;
    margin-bottom: 15px;
}

#paginacion span,
#paginacion a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    color: #152663;
    font-size: 13px;
    border-radius: 2px;
    margin-left: 1px !important;
    margin-right: 1px !important;
}

#paginacion a:hover {
    background-color: #f7f7f7;
}

#paginacion span {
    background-color: #152663 !important;
    color: #ffffff !important;
}

#accordion h3 {
    font-weight: normal !important;
    text-transform: lowercase !important;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: 6px;
}

/* #accordion div {} */

#accordion h3:first-letter {
    text-transform: uppercase;
}

.ui-dialog .ui-dialog-content {
    padding: 20px !important;
}

table:not(.ui-datepicker-calendar) td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px;
    padding-right: 10px;
}

a.producto {
    font-size: 12px !important;
}

div#linea {
    background-color: #ffffff !important;
    height: 5px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #152663;
}

#info {
    margin-bottom: 5px;
    padding-left: 32px;
    padding-right: 32px;
    height: 17px;
}

label {
    font-size: 13px !important;
}

.row label {
    padding-top: 13px !important;
}

.button-red {
    background-color: #152663 !important;
}

#frmCorrespondencia #franqueo {
    margin-bottom: -10px;
    width: 50%;
}

.ui-dialog.ui-widget {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    border-width: 0px !important;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.2),
        0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

.ui-widget-header {
    background: #e3e4e4 !important;
    border-radius: 2px !important;
}

.ui-dialog-title {
    font-size: 14px !important;
    font-weight: normal;
}

#menu .ui-accordion-content {
    padding: 0px !important;
}

#menu li a {
    padding-left: 42px !important;
    text-decoration: none !important;
}

#menu li li a {
    padding-left: 60px !important;
}

#menu a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: block !important;
}

#menu li:not(.conProductos):hover {
    background: #a2a2a2;
    cursor: pointer;
}

#menu li:not(.conProductos):hover a {
    color: #fff !important;
}

#menu li.conProductos {
    margin-top: -2px;
}

#menu .ui-accordion-content,
#menu ul,
#menu li,
#menu a {
    border-radius: 0px !important;
}

#menu li a.conProductos:hover,
#menu li a.conProductosOpen {
    background-color: #a2a2a2;
    font-weight: normal !important;
    color: #ffffff !important;
}

#msjModificar {
    font-weight: bold;
    font-size: 12px;
    position: absolute !important;
    text-align: center;
    width: 200px;
    color: #000000 !important;
    cursor: pointer;
    top: 50% !important;
    left: calc(50% - 100px) !important;
    z-index: 11;
}

.imgBox {
    background-color: #cccccc;
}

#ui-datepicker-div {
    border-style: solid;
    border-width: 1px;
    border-color: #b9b9b9;
}

.checkbox label,
.radio label {
    width: 100% !important;
    padding-left: 0px !important;
}

.tablaGenerales {
    font-weight: normal;
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
}

.tablaGenerales td {
    padding-right: 40px;
    padding-top: 0px !important;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: relative !important;
    margin-left: auto !important;
}

#frmNuevoModelo #img1:hover,
#frmNuevoModelo #img2:hover,
#frmNuevoModelo #img3:hover,
#frmNuevoModelo #img4:hover,
#frmNuevoModelo #img5:hover,
#frmNuevoModelo #img6:hover,
#frmNuevoModelo #img7:hover,
#frmNuevoModelo #img8:hover,
#frmNuevoModelo #img9:hover {
    cursor: pointer;
}

#frmNuevoModelo label {
    margin-bottom: 0px;
}

#frmNuevoModelo input {
    float: left;
}

.sinProductos {
    display: none;
}

.fadeIn {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera &gt; 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox &lt; 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera &lt; 12.1 */
    animation: fadein 1s;
}

.ui-dialog-titlebar .ui-state-focus,
.ui-dialog-titlebar .ui-state-hover {
    background-color: #e8e8e8 !important;
}

#fechaHora.texto1 {
    display: none;
}

.pointer {
    cursor: pointer;
}

.checkeadoError {
    position: absolute;
    right: 0px;
    width: 20px;
    z-index: 1000;
    top: 2px;
}

label.textoError {
    margin-left: auto !important;
    padding-top: 0px !important;
}

.union_sup {
    position: absolute;
    width: 2px;
    height: 51px;
    background-color: #690;
    margin-left: 15px;
    margin-top: -50px;
}

.union_inf {
    position: absolute;
    width: 2px;
    height: 51px;
    background-color: #690;
    margin-left: 15px;
    margin-top: 30px;
}

.tdCheck {
    overflow: hidden;
    position: relative;
}

.tabla img {
    width: 31px;
    margin-right: 14px;
}

.tabla {
    text-align: center;
    font-size: 12px;
    width: 500px;
    min-width: 500px;
}

.tabla td {
    height: 53px;
}

.tabla th {
    text-align: center;
    vertical-align: middle;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #818181;
}

.tabla td {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}

.ui-tooltip {
    max-width: 100% !important;
    width: auto !important;
}

.marquee div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.marquee div:hover {
    text-overflow: inherit;
}

.marquee a {
    white-space: nowrap;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#pswd_info {
    max-width: 550px !important;
    padding: 15px;
    background: #f1f6fc;
    font-size: 0.875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    margin: 25px auto;
}

#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.invalid {
    background: url(../img/invalid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    /*color:#ec3f41;*/
}

.valid {
    background: url(../img/valid.png) no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    /*color:#3a7d34;*/
}

#dialogoConsultas {
    overflow: auto;
    height: 500px !important;
}

.custom-header {
    font-weight: bold;
    color: #3f5396;
}

#datosDivs {
    border: 2px solid #ddd;
    margin-top: 25px;
    padding: 10px;
    width: 100%;
    max-height: 150px;
}

.tooltip-inner {
    background-color: #152663 !important;
    font-weight: bold !important;
}

[data-placement="top"] + .tooltip &gt; .tooltip-arrow {
    border-top-color: #152663 !important;
}

[data-placement="right"] + .tooltip &gt; .tooltip-arrow {
    border-right-color: #152663 !important;
}

[data-placement="bottom"] + .tooltip &gt; .tooltip-arrow {
    border-bottom-color: #152663 !important;
}

[data-placement="left"] + .tooltip &gt; .tooltip-arrow {
    border-left-color: #152663 !important;
}

*,
input,
select,
textarea,
option,
button {
    outline: none !important;
}

table.table-hover tr:hover td {
    /* background-color: #152663; */
    background-color: #165496c9;
    cursor: pointer;
}

table.table-hover tr:hover td div &gt; a {
    color: white !important;
    text-decoration: none;
    /* font-weight: bold; */
}

/* table.table-hover tr td div &gt; a{
    font-weight: bold;
} */

.ui-dialog.ui-widget {
    min-width: 850px;
    left: calc(50% - 425px);
    position: fixed;
    top: calc(50% - 217px);
}

.texto-autosobre img {
    max-width: 100%;
}

.tox-dialog {
    z-index: 999999 !important;
}

/*

- frente sobre
- dorso sobre
- contenido

con ar

- acuse de recibo
- frente sobre
- dorso sobre
- contenido

- cambiar combo paraghrap
- poner el modal en fixed
*/
#encabezado_autosobre {
    text-align: right;
    padding-right: 10px;
    display: table;
    width: 100%;
    background-color: #ffce00;
    padding-left: 9px;
    height: 122px;
    transform: rotate(-180deg);
}

#encabezado_img_autosobre {
    width: 50%;
    text-align: left;
    vertical-align: middle;
    height: 122px;
    display: table-cell;
    padding-left: 17px;
}

#encabezado_img_autosobre img {
    height: 100px;
}

#encabezado_titulo_autosobre {
    color: #152663;
    text-align: left;
    padding-left: 8px;
}

.texto-autosobre {
    width: 816px;
    height: 1470px;
}

.texto-autosobrear {
    /*height: 950px;*/
    height: 1231px;
}

.imgBox2 {
    padding-left: 6px;
    padding-right: 6px;
    height: auto !important;
    /* overflow: hidden !important; */
}

.textoAR {
    width: 816px;
    transform: scale(1.29);
    left: 139px;
    top: 131px;
    max-height: 1231px;
    line-height: 1.1;
    border: none !important;
}

.textoSinAR {
    width: 816px;
    transform: scale(1.29);
    left: 139px;
    top: 159px;
    max-height: 1465px;
    line-height: 1.1;
    border: none !important;
}

.ui-autocomplete {
    max-height: 85px;
    overflow-y: auto;
    overflow-x: hidden;
}

#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, 0.65);
    z-index: 9999;
    display: none;
}
#loadMsj{
    FONT-WEIGHT: normal;
    FONT-SIZE: 25px;
    color: #15539B;
}

#divLoading img {
    width: 50px;
    height: 50px;
}
</pre></body></html>