<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-select {
    border-radius: 0;
    font-family: "tt_travels_demibold";
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.05rem;
    color: var(--plx-semantic-color-text-primary);
    min-width: 13.75rem;
    max-width: 37.5rem;
    border-color: grey;
    padding: 0.75rem;
}

.plx-button-eliminar {
    border-radius: 100%;
    background-color: white;
    border: none;
}

.plx-label {
    font-family: "tt_travels_regular";
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: -0.05rem;
    color: var(--plx-semantic-color-text-primary);
}

.label_multiline {
    vertical-align: top !important;
    padding-top: 5px;
}

.contact_form .alerta {
    background: none repeat scroll 0 0 #f68c8c;
    color: #FFFFFF;
    float: right;
    font-family: 'tt_travels_regular';
    font-size: 11px;
    font-weight: bold;
    margin-right: 40px;
    padding: 5px;
    text-align: center;
    width: 210px;
}

.asterisco_alta {
    color: #65676A;
    display: inline;
    font-family: 'tt_travels_regular';
    font-size: 11px;
    font-weight: bold;
    position: relative;
    right: 258px;
}

.informacion_alta {
    display: inline;
    position: relative;
    right: 258px;
    border: none;
    float: none !important;
    top: 4px;
    height: 17px;
}

.informacion_login {
    display: inline;
    position: relative;
    right: 440px;
    border: none;
    float: right !important;
    top: 4px;
    height: 17px;
}

.informacion_RecordaContraseya {
    display: inline;
    position: relative;
    right: 340px;
    border: none;
    float: right !important;
    top: 4px;
    height: 17px;
}

/*.contact_form input[type="CheckBox"] {
    display: inline-block;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}*/

.contact_form select.ancho {
    color: #65676A;
    display: inline-block;
    font-family: 'tt_travels_regular';
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    width: 226px;
    margin: 0 auto;
    border: 1px solid #aaa;
    -moz-box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    -webkit-box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/*----- estilos visuales de los elementos --------*/

/*Estilos Tablas - Tablas Striped*/
.table-striped tbody tr:nth-of-type(odd) {
    padding: 2px;
    --bs-table-color-type: #f2f2f2 !important;
    max-width: 1280px;
    overflow-x: auto;
    /*height: 65px !important;*/
}

@media (max-width: 1280px) {
    .table-responsive {
        /*overflow-x: auto;*/
    }
}


.table-striped tbody tr:nth-of-type(odd) * {
    --bs-table-color-type: #f2f2f2;
    --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f2f2f2;
    height: 4rem !important;
}

.thead-grey {
    background-color: #f2f2f2;
    color: white;
    padding: 2px;
}

.header-table-trp {
    background-color: #221c46 !important;
    color: white;
    border: 2px solid white;
}

/* Fin Estilos Tablas - Tablas Striped*/


/* Estilos Tarjeta RP - Outline */
.plx-input-trp fieldset {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 20px;
    margin: 0.5rem;
    padding: 0.5rem;
    border: solid #65676A 1px;
}

.plx-input-trp legend {
    color: black;
    font-size: 12px;
    font-family: 'tt_travels_demibold';
    float: none;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
}
/* Fin Estilos Tarjeta RP - Outline */


/*Formularios Remesas*/

.remesas_form {
    /*width: 750px;*/
    display: table;
    height: 50px;
    margin: 0 auto;
}

    .remesas_form ul {
        width: auto;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }

    .remesas_form li {
        padding: 4px;
        position: relative;
        clear: both;
    }

    .remesas_form span {
        color: #65676A;
        display: inline-block;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        width: auto;
        text-align: left;
        padding-left: 20px;
    }

    .remesas_form .alerta {
        background: none repeat scroll 0 0 #f68c8c;
        color: #FFFFFF;
        float: right;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        margin-right: 40px;
        padding: 5px;
        text-align: center;
        width: 210px;
    }

    .remesas_form label {
        color: #65676A;
        font-size: 11px;
        padding: 3px;
        text-align: left;
    }

    .remesas_form input[type="CheckBox"] {
        display: inline-block;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    .remesas_form select.ancho {
        color: #65676A;
        display: inline-block;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        height: 22px;
        width: 226px;
        margin: 0 auto;
        border: 1px solid #aaa;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .remesas_form select {
        color: #65676A;
        display: inline-block;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        margin-right: 30px;
        width: 120px;
        border: 1px solid #aaa;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .remesas_form input[type="text"] {
        width: auto;
        padding: 2px;
        font-size: 11px;
    }

    .remesas_form textarea {
        padding: 8px;
        width: 300px;
    }

/*///////////////fin formulario remesas////////////////*/

/* === Estilos de Validacion === */

/* === Estilos del boton de Envio === */
.btn_entrada {
    width: 510px;
    margin-top: 10px;
    margin-right: 15px;
    float: right;
}

.submit {
    background-color: #cccccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
    background-image: -o-linear-gradient(top, #ffffff, #cccccc);
    background-image: linear-gradient(top, #ffffff, #cccccc);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    border-color: #aaaaaa;
    color: #2e3897;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    height: 25px;
    padding: 0 10px;
    *padding: 0 5px; /*IE7*/
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    -ms-behavior: url(/Styles/PIE.htc);
    behavior: url(/Styles/PIE.htc);
    margin: 0px 5px;
}

.submit_right {
    background-color: #cccccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
    background-image: -o-linear-gradient(top, #ffffff, #cccccc);
    background-image: linear-gradient(top, #ffffff, #cccccc);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #aaaaaa;
    height: 25px;
    padding: 0 10px;
    *padding: 0 5px; /*IE7*/
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    color: #2e3897;
    -ms-behavior: url(/Styles/PIE.htc);
    behavior: url(/Styles/PIE.htc);
    /*margin:0px 30px 0 5px;*/
    /*float: right;*/
}

    .submit:hover, .submit_right:hover {
        background-color: #dddddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
        background-image: -o-linear-gradient(top, #cccccc, #ffffff);
        background-image: linear-gradient(top, #cccccc, #ffffff);
        color: #2e3897;
        background-color: #ccc;
        -pie-background: linear-gradient(#cccccc, #ffffff);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

    .submit_right:disabled {
        background-color: #dddddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
        background-image: -o-linear-gradient(top, #cccccc, #ffffff);
        background-image: linear-gradient(top, #cccccc, #ffffff);
        -pie-background: linear-gradient(#cccccc, #ffffff);
        border-color: #c3c3c3;
        color: #808080;
        cursor: default;
        /*behavior: url(/Styles/PIE.htc);*/
    }



.boton_remesas:hover {
    border-width: 1px;
    border-style: solid;
    border-color: #2E3897;
    background: #dddddd;
    color: #2E3897;
    -ms-behavior: url(/Styles/PIE.htc);
    behavior: url(/Styles/PIE.htc);
}

.sub_boton {
    color: #424141;
    font-size: 10px;
    /*margin-left: 197px;*/
    margin-left: 160px;
    text-decoration: none;
}

.sub_boton_dcha {
    color: #424141;
    font-size: 10px;
    margin-left: 250px;
    text-decoration: none;
    margin-top: 50px;
    float: right;
}

.sub_boton:hover {
    color: #CC0000;
    text-decoration: underline;
}

.boton_alta_centro {
    background-color: #cccccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
    background-image: -o-linear-gradient(top, #ffffff, #cccccc);
    background-image: linear-gradient(top, #ffffff, #cccccc);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    border-color: #aaa;
    color: #2e3897;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    -ms-behavior: url(/Styles/PIE.htc);
    behavior: url(/Styles/PIE.htc);
}

    .boton_alta_centro:hover {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
        background-image: -o-linear-gradient(top, #cccccc, #ffffff);
        background-image: linear-gradient(top, #cccccc, #ffffff);
        -pie-background: linear-gradient(#cccccc, #ffffff);
        color: #2e3897;
        background-color: #ccc;
        text-decoration: none;
        -ms-behavior: url(/Styles/PIE.htc);
        behavior: url(/Styles/PIE.htc);
    }

.boton_alta {
    background-color: #cccccc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
    background-image: -o-linear-gradient(top, #ffffff, #cccccc);
    background-image: linear-gradient(top, #ffffff, #cccccc);
    -pie-background: linear-gradient(#ffffff, #cccccc);
    border-color: #aaaaaa;
    color: #2e3897;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 4px;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    text-decoration: none;
    margin-right: 78px;
    -ms-behavior: url(/Styles/PIE.htc);
    behavior: url(/Styles/PIE.htc);
}

    .boton_alta:hover {
        background-color: #dddddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
        background-image: -o-linear-gradient(top, #cccccc, #ffffff);
        background-image: linear-gradient(top, #cccccc, #ffffff);
        -pie-background: linear-gradient(#cccccc, #ffffff);
        color: #2e3897;
        background-color: #ccc;
        text-decoration: none;
        -ms-behavior: url(/Styles/PIE.htc);
        behavior: url(/Styles/PIE.htc);
    }

.submit_portada {
    background-color: #2e3897;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ba1f8), to(#2e3897));
    background-image: -webkit-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: -moz-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: -ms-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: -o-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: linear-gradient(top, #9ba1f8, #2e3897);
    color: #dddddd;
    border-color: #9ba1f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    height: 25px;
    padding: 0 10px;
    *padding: 0 5px; /*IE7*/
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
    -ms-behavior: url(/Styles/PIE.htc);
    behavior: url(/Styles/PIE.htc);
    margin: 0px 5px;
    width: 130px;
}

    .submit_portada:hover {
        background-color: #9ba1f8;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3897), to(#9ba1f8));
        background-image: -webkit-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: -moz-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: -ms-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: -o-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: linear-gradient(top, #2e3897, #9ba1f8);
        -pie-background: linear-gradient(top, #2e3897, #9ba1f8);
        color: #dddddd;
        text-decoration: none;
        -ms-behavior: url(/Styles/PIE.htc);
        behavior: url(/Styles/PIE.htc);
    }

/*estilos clase servicios*/
.servicios {
    width: auto !important;
    margin: 0 auto;
    padding: 10px;
}

    .servicios fieldset {
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        border-radius: 20px 20px 20px 20px;
        margin: 0 20px 15px;
        padding: 15px;
        border: solid #221C46 1px;
    }

    .servicios legend {
        color: blue;
        font-size: 12px;
        font-family: 'tt_travels_demibold';
        float: none;
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    .servicios span {
        color: blue;
        display: inline-block;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        width: 150px;
        text-align: left;
    }

    .servicios label {
        color: blue;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        margin-top: 1.5px;
        *margin-top: 7px;
        padding: 3px;
        text-align: left;
        width: 22%;
        position: relative;
        top: -4px;
        height: 16px;
        font-size: 9px;
    }

    .servicios fieldset {
        width: auto !important;
    }

    .servicios input {
        display: block;
        float: left;
        padding: 0;
        *margin: 0; /*(Explorer7)*/
    }

    .servicios legend {
        font-size: 12px;
        font-family: 'tt_travels_demibold';
        float: none;
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

/* Estilos clase TPV */
.tpv {
    width: auto;
    margin: 0 auto;
}

    .tpv fieldset {
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        border: solid #ccc 1px;
        width: auto !important;
        margin: 0;
    }

        .tpv fieldset ul {
            margin: 0 !important;
        }

    .tpv span {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        padding-top: 5px;
        text-align: left;
        top: 15px !important;
        vertical-align: middle;
        width: 150px;
    }

    .tpv label {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        margin-top: 1.5px;
        *margin-top: 7px;
        padding: 3px;
        text-align: left;
        width: 22%;
        position: relative;
        top: -4px;
        height: 16px;
        font-size: 9px;
    }

    .tpv fieldset {
        width: auto !important;
    }

    .tpv input {
        display: block;
        float: left;
        padding: 0;
        *margin: 0; /*(Explorer7)*/
    }

/* tpv Alta contrato tarjeta restaurante */
.tpvaltatarjeta {
    width: 325px !important;
    margin: 0 auto;
}

    .tpvaltatarjeta fieldset {
        -moz-border-radius: 8px 8px 8px 8px;
        -webkit-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        border: solid #ccc 1px;
        width: 325px !important;
        margin: 0;
    }

        .tpvaltatarjeta fieldset ul {
            margin: 0 !important;
        }

    .tpvaltatarjeta span {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        padding-top: 5px;
        text-align: left;
        top: 15px !important;
        vertical-align: middle;
        width: 150px;
    }

    .tpvaltatarjeta label {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        margin-top: 1.5px;
        *margin-top: 7px;
        padding: 3px;
        text-align: left;
        width: 22%;
        position: relative;
        top: -4px;
        height: 16px;
        font-size: 9px;
    }

    .tpvaltatarjeta fieldset {
        width: auto !important;
    }

    .tpvaltatarjeta input {
        display: block;
        float: left;
        padding: 0;
        *margin: 0; /*(Explorer7)*/
    }
/* Fin TPV Alta restaurante */

.tpvregistro {
    width: auto;
    margin: 0 auto;
}

    .tpvregistro fieldset {
        border: 1px solid #CCCCCC;
        float: left;
        margin: 10px 0 5px 10px;
        width: 400px !important;
    }

        .tpvregistro fieldset ul {
            margin: 0 !important;
        }

    .tpvregistro span {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        padding-top: 5px;
        text-align: left;
        top: 15px !important;
        vertical-align: middle;
        width: 150px;
    }

    .tpvregistro label {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        margin-top: 1.5px;
        *margin-top: 7px;
        padding: 3px;
        text-align: left;
        width: 22%;
        position: relative;
        top: -4px;
        height: 16px;
        font-size: 9px;
    }

    .tpvregistro fieldset {
        width: auto !important;
    }

    .tpvregistro input {
        display: block;
        float: left;
        padding: 0;
        *margin: 0; /*(Explorer7)*/
    }

.tpvServicio {
    width: auto;
    margin: 0 auto;
}

    .tpvServicio fieldset {
        border: 1px solid #CCCCCC;
        float: left;
        margin: 0 0 10px 16px;
        width: 400px !important;
    }

        .tpvServicio fieldset ul {
            margin: 0 !important;
        }

    .tpvServicio span {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        font-size: 11px;
        font-weight: bold;
        padding-top: 5px;
        text-align: left;
        top: 15px !important;
        vertical-align: middle;
        width: 150px;
    }

    .tpvServicio label {
        color: #65676A;
        display: inline-block;
        float: left;
        font-family: 'tt_travels_regular';
        margin-top: 1.5px;
        *margin-top: 7px;
        padding: 3px;
        text-align: left;
        width: 22%;
        position: relative;
        top: -4px;
        height: 16px;
        font-size: 9px;
    }

    .tpvServicio fieldset {
        width: auto !important;
    }

    .tpvServicio input {
        display: block;
        float: right;
        margin-bottom: 5px;
        *margin: 0; /*(Explorer7)*/
    }

.multiline_ancho {
    margin-top: 10px;
    width: 850px !important;
}

.errormessage {
    position: absolute;
    padding-left: 230px;
    padding-top: 5px;
    color: red !important;
}

.grid_botoneliminar {
    cursor: pointer;
    background-image: url("../Images/delete.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 14px;
    width: 14px;
}

#body_Contenedor {
    height: 300px;
    overflow-x: hidden !important;
    width: 100%;
}

.submit_rightpopup {
    background-color: #cccccc !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: -o-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: linear-gradient(top, #ffffff, #cccccc) !important;
    -pie-background: linear-gradient(#ffffff, #cccccc) !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #aaaaaa !important;
    height: 25px !important;
    padding: 0 10px !important;
    *padding: 0 5px !important; /*IE7*/
    cursor: pointer !important;
    font: bold 12px Arial, Helvetica !important;
    color: #2e3897 !important;
    -ms-behavior: url(/Styles/PIE.htc) !important;
    behavior: url(/Styles/PIE.htc) !important;
    margin: 0px 30px 0 5px !important;
    /*float: right;*/
}

    .submitpopup:hover, .submit_rightpopup:hover {
        background-color: #dddddd !important;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff)) !important;
        background-image: -webkit-linear-gradient(top, #cccccc, #ffffff) !important;
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff) !important;
        background-image: -ms-linear-gradient(top, #cccccc, #ffffff) !important;
        background-image: -o-linear-gradient(top, #cccccc, #ffffff) !important;
        background-image: linear-gradient(top, #cccccc, #ffffff) !important;
        color: #2e3897 !important;
        background-color: #ccc !important;
        -pie-background: linear-gradient(#cccccc, #ffffff) !important;
        -moz-border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        border-radius: 3px !important;
        cursor: pointer !important;
    }

.cancelpopup {
    background-color: #cccccc !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: -ms-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: -o-linear-gradient(top, #ffffff, #cccccc) !important;
    background-image: linear-gradient(top, #ffffff, #cccccc) !important;
    -pie-background: linear-gradient(#ffffff, #cccccc) !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #aaaaaa !important;
    height: 25px !important;
    padding: 0 10px !important;
    *padding: 0 5px !important; /*IE7*/
    cursor: pointer !important;
    font: bold 12px Arial, Hevetica !important;
    color: #2e3897 !important;
    -ms-behavior: url(/Styles/PIE.htc) !important;
    behavior: url(/Styles/PIE.htc) !important;
    margin: 0px 30px 0 5px !important;
    /*float: right;*/
}

    .cancelpopup:hover {
        background-color: #dddddd;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#ffffff));
        background-image: -webkit-linear-gradient(top, #cccccc, #ffffff);
        background-image: -moz-linear-gradient(top, #cccccc, #ffffff);
        background-image: -ms-linear-gradient(top, #cccccc, #ffffff);
        background-image: -o-linear-gradient(top, #cccccc, #ffffff);
        background-image: linear-gradient(top, #cccccc, #ffffff);
        color: #2e3897;
        background-color: #ccc;
        -pie-background: linear-gradient(#cccccc, #ffffff);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        cursor: pointer;
    }

.submit_rightpopup .dxbButton {
    background: none !important;
}

#body_ASPxPopupControl1_btnOK_CD span {
    display: inline !important;
}

#body_ASPxPopupControl1_btnCancel_CD span {
    display: inline !important;
}

.dxpcContentPaddings table tr td {
    padding: 9px;
    border: 0px solid rgb(224, 224, 224) !important;
    line-height: 18px;
}

#body_ASPxPopupControl1_PW-1 table tr td {
    border-bottom: 0px solid rgb(224, 224, 224) !important;
    border-top: 0px solid rgb(224, 224, 224) !important;
    /*background: none !important;*/
}

/* Estilo para combos de DevExpress */
.contact_form .comboDevExpress input[type="text"], .contact_form .comboDevExpress input[type="password"] {
    height: 16px !important;
    margin: 0 !important;
}

.contact_form .calendarDevExpress input[type="text"], .contact_form .calendarDevExpress input[type="password"] {
    height: 14px !important;
    margin: 0 !important;
    width: 200px;
    z-index: auto;
}

#asideCalFacturas input[type="CheckBox"] {
    margin: 5px 0 !important;
}

#asideCalFacturas span {
    padding-top: 5px;
    vertical-align: top;
    width: 120px;
}

#asideCalFacturas .dxpc-ddSys {
    left: 30px !important;
}

/* Nueva Consulta*/

#fontAlert {
    margin-left: 10px;
}

.submit2 {
    /* background-color: #cccccc;
    background-image: -moz-linear-gradient(center top, #ffffff, #cccccc);
    border-color: #aaaaaa;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #2e3897;*/
    cursor: pointer;
    font: bold 12px Arial,Helvetica;
    height: 25px;
    padding: 0 10px;
    background-color: #2e3897;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9ba1f8), to(#2e3897));
    background-image: -webkit-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: -moz-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: -ms-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: -o-linear-gradient(top, #9ba1f8, #2e3897);
    background-image: linear-gradient(top, #9ba1f8, #2e3897);
    color: #dddddd;
    border-color: #9ba1f8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

    .submit2:hover {
        cursor: pointer;
        font: bold 12px Arial,Helvetica;
        height: 25px;
        padding: 0 10px;
        background-color: #2e3897;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#2e3897), to(#9ba1f8));
        background-image: -webkit-linear-gradient(top, );
        background-image: -moz-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: -ms-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: -o-linear-gradient(top, #2e3897, #9ba1f8);
        background-image: linear-gradient(top, #2e3897, #9ba1f8);
        color: #dddddd;
        border-color: #9ba1f8;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border-width: 1px;
        border-style: solid;
    }

.dxucBrowseButton a, .dxucButton a, #body_ctl00_fileUploadObject_Add a {
    cursor: pointer;
    font: bold 12px Arial,Helvetica;
    height: 25px;
    padding: 4px 10px;
    border-color: #aaaaaa;
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#aaaaaa));
    background-image: -webkit-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: -moz-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: -ms-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: -o-linear-gradient(top, #dddddd, #aaaaaa);
    background-image: linear-gradient(top, #dddddd, #aaaaaa);
    color: #2e3897;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
}

    .dxucButton a span {
        margin-bottom: 5px;
    }

.dxucEditArea {
    border: 1px solid #dddddd !important;
    width: 90% !important;
}

#body_ctl00_fileUploadObject_Add {
    border: none;
}

#body_ctl00_fileUploadObject_AddUploadPanelR td {
    border: none;
}

#body_ctl00_fileUploadObject_AddUploadR td {
    border: none;
    height: auto !important;
}

#body_ctl00_fileUploadObject td {
    border: none;
}

#body_ctl00_fileUploadObject_Browse0 {
    background: none;
}

.examinar td a {
    background-color: #cccccc;
    background-image: -moz-linear-gradient(center top, #ffffff, #cccccc);
    border-color: #aaaaaa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #2e3897 !important;
    cursor: pointer;
    font: bold 12px Arial,Helvetica;
    height: 25px;
    padding: 4px 10px;
}

.examinar {
    /*margin-left: -230px;*/
}

    .examinar td a span {
        width: auto;
        color: #2e3897;
    }

    .examinar .dxucBrowseButton {
        background: none;
    }

.celdaConsulta span {
    color: #65676A;
    font-family: 'tt_travels_regular';
    font-size: 11px;
    /*font-weight: bold;*/
    width: 300px;
    text-align: left;
}

.celdaConsulta {
    float: left;
    width: 301px;
    text-align: left;
    margin-bottom: 10px;
}

#body_ctl00_ddl_Reason, #body_ctl00_ddl_CauseReason, #body_ctl00_ddl_Product, #body_ctl00_ddl_Stablishment {
    float: right !important;
}

#body_ctl00_la_Stablishment, #body_ctl00_la_Product, #body_ctl00_lbMaterial {
    margin-left: 55px;
    width: 245px;
}

#body_ctl00_txtPhoneNumber {
    width: 186px;
}

#body_ctl00_txtPhoneNumber_I {
    width: 180px;
}

#body_ctl00_fileUploadObject {
    float: left;
}

#body_ctl00_fileUploadObject_AddUploadPanelR td:first-child {
    padding-top: 9px;
    height: 12px;
}

#body_ctl00_btnSave {
    width: auto;
}

.divConsulta {
    width: 610px;
    overflow: hidden;
}

#resultadoConsulta {
    font-size: 18px;
}

    #resultadoConsulta span {
        color: #65676a;
        display: inline-block;
        font-family: 'tt_travels_regular';
        text-align: left;
    }

#body_ctl00_fileUploadObject_UploadInputs tr:nth-of-type(3n) td {
    padding: 0px !important;
    padding-left: 20px;
    height: auto !important;
}

.AvisoGrande {
    text-align: center !important;
    font-size: 16px;
    color: #65676a;
    font-family: 'tt_travels_regular';
}

.FenixNuevaConsultadivCombo {
    margin: 0 auto;
    width: 450px;
    display: flex;
    padding-bottom: 10px;
}

.FenixNuevaConsultadivCampos {
    margin: 0 auto;
    width: 600px;
    padding: 10px;
}

.FenixNuevaConsultaAdjuntos {
    margin: 0 auto;
    width: 570px;
    display: flex;
    padding-bottom: 10px;
}

.FenixMisConsultas input[type="text"], .FenixMisConsultas input[type="password"] {
    height: 15px;
    width: inherit !important;
    padding: 2px;
}

.FenixMisConsultasCombos {
    margin: 0px auto;
    text-align: right;
    width: 500px;
    padding-bottom: 10px;
}

.FenixMisConsultasFechas {
    margin: 0px auto;
    text-align: left;
    width: 475px;
    padding-bottom: 10px;
}

.FenixFechas table tr {
    padding-left: 20px;
    text-align: left !important;
}
</pre></body></html>