body {
    font-family: "tt_travels_regular";
}

a.class_a_href {
    pointer-events: none;
    cursor: default;
}

a.class_a_href_link {
    pointer-events: all;
    cursor: default;
}


.aside_mini span {
    color: #2A295C !important;
    font-family: SansaPro-Normal,Arial,Helvetica Neue,Helvetica,sans-serif !important;
    font-size: 1.0em !important;
    font-weight: lighter !important;
    line-height: 25px !important;
    text-align: left !important;
    width: auto !important;
}

fieldset {
    margin: 20px 0;
    width: 390px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
}

    fieldset ul {
        margin: 15px 50px !important;
    }

.fieldset_alta_afiliado fieldset {
    margin: 10px 0 !important;
    width: 370px !important;
}

legend {
    color: #65676A;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    padding: 0 10px;
}

/* cabecera*/

.aspNetHidden {
    height: 0;
    width: 0;
}

#branding {
    padding: 10px;
    position: relative;
    top: -75px;
}

    #branding img {
        border: none;
        margin: 10px;
        position: relative;
        top: -120px;
    }

#logo {
    background: none repeat scroll 0 0 white;
    height: 30px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
}

#usuario p {
    color: #2F3897;
    font-family: SansaPro-Normal,Arial,Helvetica,sans-serif;
    font-size: 12px;
    float: right;
    position: relative;
    width: 100%;
    text-align: right;
    top: 0px;
}

#usuario {
    background: none repeat scroll 0 0 white;
    height: 30px;
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    right: 0;
    right: 5.5%;
}

header p {
    color: #2f3897;
    font-family: SansaPro-Normal,Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    float: right;
    position: relative;
    top: -95px; /* standard */
    top: -110px; /* IE 8 and below */
    *top: -160px; /* IE 7 */
    width: 800px;
    height: 30px;
    text-align: right;
}

/* Sustituir color - CONFIGURACIONCOLOR */
#bandaRoja {
    background: none repeat scroll 0 0 #FF0000;
    height: 30px;
    position: absolute;
    top: 226px;
    width: 100%;
    z-index: 1;
    margin: 0 auto;
    left: 0;
}

#menu {
    height: 100%;
    position: relative;
    top: -13px;
    width: 100%;
    z-index: 1;
    margin: 0px auto;
    left: 0px;
}

.bandablanca {
    background: none repeat scroll 0 0 white;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: 3;
    margin: 0 auto;
    right: 5.5%;
}

#banner {
    border: medium none;
    float: right;
    margin-right: 8px;
    margin-top: 3px;
    z-index: 1;
}

    #banner img {
        border-style: none;
        border-color: inherit;
        border-width: medium;
    }
/* Fin cabecera */

/*Menú navegación*/
nav {
    width: 1090px;
    margin: 24px auto;
    padding: 0;
    z-index: 100;
    /*David*/
    /*top: 8px;*/
    /**top: 20px;*/
    top: 8px;
    /*behavior: url(/Styles/PIE.htc);*/
    position: relative;
}

    nav li.home a {
        background: url("../Images/button-home.png") no-repeat scroll 0 0;
        background-color: transparent;
        height: 18px;
        padding: 0 5px;
        margin: 5px;
        width: 10px;
    }

    nav li.home:hover > a {
        background: url("../Images/button-home.png") no-repeat scroll 0 -16px;
        height: 18px;
        padding: 0 5px;
        width: 10px;
        margin: 5px;
    }

    /*BP*/
    nav li.liSubMenu ul li:hover > ul {
        display: block;
        position: absolute;
    }

    nav li.liSubMenu ul li ul {
        display: none;
    }

    nav li ul {
        display: none;
    }

    nav li:hover > ul {
        display: block;
        position: absolute;
    }

    nav li:hover li {
        float: none;
    }

    nav ul {
        /*display: block;*/
        list-style-type: none;
        width: 900px;
        font-size: 12px;
        font-family: SansaPro-Bold,Arial,'Helvetica Neue',Helvetica,sans-serif;
    }

        nav ul li {
            display: block;
            position: relative;
            float: left;
            margin-right: -3px;
            list-style-type: none;
        }

        nav ul ul ul {
            left: 100%;
            top: 0;
        }

        nav ul:after {
            clear: both;
        }

        /* fin BP*/
        /* menu principal */
        nav ul li a {
            display: block;
            text-decoration: none;
            font-weight: lighter;
            color: #FFF;
            /*background-color: #8E1143 ;*/
            padding: 0 10px;
            margin: 0 auto;
            /*background: url("../images/separacion.png") no-repeat 0px 13px transparent;*/
            line-height: 35px;
        }

        nav ul li:hover > a {
            color: #444444;
            background-color: #FFFFFF;
            cursor: pointer;
            text-align: left;
        }

        nav ul li:hover ul {
            display: block;
        }

        /*submenu navegación - CONFIGURACIONCOLOR */

        nav ul ul {
            top: 31px;
            display: none;
            position: absolute;
            /*background-color: #ffffff;*/
            margin: 0 auto;
            padding: 10px;
            width: 250px;
            white-space: nowrap;
            /*border-top: none;*/
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
            -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5) inset;
            border-top: 1px solid #ffffff;
            border-left: 1px solid #aaaaaa;
            border-right: 1px solid #aaaaaa;
            border-bottom: 1px solid #aaaaaa;
            background-color: #FFFFFF;
            color: #000000;
            /*width: 180px;*/
        }

            nav ul ul li {
                clear: both;
            }

                /* Colores de los menus con enlaces a páginas - CONFIGURACIONCOLOR */
                nav ul ul li a {
                    font-size: 12px;
                    font-family: SansaPro-Normal, Arial;
                    color: black;
                    font-weight: normal;
                    padding-left: 15px;
                    background-color: #FFFFFF;
                }

        nav ul li ul li:hover > a {
            color: #000000;
            cursor: pointer;
            background: none !important;
        }


.submenuprincipal {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #aaaaaa #aaaaaa;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    border-left: #fff 1px solid;
    display: none;
    left: 165px;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 180px;
}

    .submenuprincipal a {
        border-left: #aaaaaa 1px dotted;
    }

.migas {
    /*padding-top: 30px;*/
    padding-left: 5px;
    font-size: 11px;
    width: 900px;
    color: #444;
}

    .migas span {
        padding: 0 10px;
        width: auto !important;
    }


    .migas a {
        color: #444;
        font-weight: lighter;
    }

        .migas a:hover {
            color: #ff0000;
        }

.usuario {
    clear: both;
    color: #444444;
    display: block;
    font-size: 10px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: right;
    top: 10px;
    width: 1023px;
    z-index: 10000;
}

    .usuario select {
        color: #65676A;
        display: inline-block;
        font-family: SansaPro-Normal, Arial;
        font-size: 11px;
        font-weight: lighter;
        margin-right: 0px;
        margin-top: 13px;
        width: 150px;
        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;
    }

    .usuario span {
        padding-right: 20px;
    }

    .usuario a {
        color: #000;
    }

/*Fin submenú navegación*/
/*Fin menú navegación*/
/*Contenido*/


.wrapperCaixa {
    clear: both;
    background: url("../Images/body-back.png") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    /*width:915px;*/
    position: relative;
    padding: 100px;
    z-index: 22;
    top: 17px;
    *top: 1px; /*IE7*/
}

.roundpanel {
    padding: 10px 10px 10px 10px;
}

.columnas {
    padding: 0px 20px;
    width: 45%;
    float: left;
}

    .columnas p {
        font-size: 10px;
        color: #65676A;
        line-height: 10px;
        text-align: justify;
        margin-top: 0;
    }

.columnastitulo {
    font-size: 12px;
    color: #65676A;
    border: none;
    text-align: left;
    font-weight: lighter;
    padding-left: 20px;
}

.textolegal {
    padding: 0px 20px;
    width: 92%;
    /*float: none;*/
}

    .textolegal p {
        font-size: 10px;
        color: #65676A;
        line-height: 10px;
        text-align: justify;
        margin-top: 0;
    }

.botoncolumnas {
    background-color: #6D6D6D;
    border: medium none;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline;
    /*float: right;*/
    font-family: SansaPro-Normal, Arial, sans-serif;
    /*font-size: 11px;*/
    font-weight: lighter;
    /*margin-bottom: 20px;*/
    margin-right: 370px;
    padding: 2px 10px;
    text-transform: uppercase;
}

.cuadro_texto {
    width: 98%;
    height: auto;
    padding: 15px;
}

    .cuadro_texto h1 span {
        color: #2A295C !important;
        font-size: 1.2em;
        line-height: 25px;
        text-align: left;
    }

    .cuadro_texto span {
        color: #65676A !important;
        display: inline-block;
        font-family: SansaPro-Normal, Arial;
        font-size: 11px;
        width: 100% !important;
        text-align: left;
        font-weight: lighter !important;
    }

aside {
    height: auto;
    width: 47%;
    float: left;
    /*padding: 8px;*/
    /*padding: 8px 0 8px 20px;*/
}

.aside_mini {
    height: auto;
    width: 30.8%;
    float: left;
    padding: 0px 8px;
}

    .aside_mini img {
        padding: 0;
        margin: 0 auto;
    }

.banner_inicio {
    margin-top: 50px;
}


aside.formu_centrado_inicio {
    height: auto;
    width: 48%;
    padding: 50px;
    margin: 0 auto;
    float: none !important;
}


aside.formu_centrado {
    height: auto;
    width: 100%;
    padding-top: 1%;
    /*padding: 50px;*/
    margin: 0 auto;
    float: none !important;
}

aside.formu_centrado_alto {
    height: auto;
    width: 48%;
    /*padding: 50px;*/
    margin: 0 auto;
    float: none !important;
}

aside.formu_centrado_planes {
    height: auto;
    padding-top: 1%;
    /*padding: 50px;*/
    width: 100%;
    margin: 0 auto;
    float: none !important;
}

.centrado {
    height: auto;
    width: 50%;
    float: left;
}

.enlaces img {
    border: none;
}

.enlaces {
    float: left;
    height: auto;
    margin: 0 auto;
    padding-left: 87px;
    padding-top: 150px;
    width: 40%;
}

.titular {
    margin: auto;
    padding: 8px;
}

    .titular p {
        color: #65676A;
        text-align: right;
        font-size: 10px;
        margin: 0;
        position: relative;
        top: 20px;
    }

.espacio {
    margin: 20px 0px;
}

    .espacio a {
        color: #65676A;
        font-size: 11px;
    }

        .espacio a:hover {
            text-decoration: none;
        }
/*Imagenes Establecimiento*/

aside.examinar {
    height: auto;
    width: 840px;
    margin: 0 auto;
    float: none !important;
}

#divImages {
    margin: 0 auto 10px;
}

    #divImages img {
        background-color: #fff;
        border: #ccc 1px solid;
        padding: 9px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        behavior: url(/Styles/PIE.htc);
        width: 242px;
        height: 210px;
    }

.cerrar_img {
    height: 10px;
    left: -26px;
    position: relative;
    top: -12px;
    width: 10px;
    z-index: 2;
}

.pendiente_validar_img {
    height: 210px;
    left: 0;
    margin-left: -270px;
    margin-right: 20px;
    position: relative;
    top: -10px;
    width: 242px;
    z-index: 1;
    cursor: default;
}

.exam_imagenes {
    margin: 0 auto;
    width: 380px;
}

.alta_servicio_subir_fichero {
    float: right;
    margin: 60px 0 0;
    /*width: 380px;*/
    padding: 0 !important;
}

    /*.alta_servicio_subir_fichero input {
        margin: 0 auto 10px;
        float: none !important;
    }*/

    .alta_servicio_subir_fichero fieldset {
        float: none !important;
        margin: 0 !important;
        padding: 10px 20px;
        width: 220px;
    }

.alta_afiliado_subir_fichero {
    padding: 0 !important;
}


/*Fin Imagenes Establecimiento*/

/*Fin contenido*/

/*Pie*/

footer ul {
    float: left;
    *padding-top: 0px; /*IE7 IE8*/
    padding: 0px 0 0 30px;
    width: 200px;
    margin: 0 auto;
    list-style: none;
}

    footer ul footer-menu {
        width: 146px;
    }

    footer ul li {
        font-size: 0.70em;
        line-height: 1.6em;
    }

        footer ul li a {
            color: #3b3b3b;
            text-decoration: none;
        }

            footer ul li a:hover {
                text-decoration: underline;
            }

footer p {
    color: #333333;
    float: right;
    /*font-size: 0.7em;*/
    padding-right: 30px;
    padding-top: 1px;
}

/*Fin Pie*/

/* ESTILO ACORDEONES */

.accordionContent {
    background-color: #fff;
    padding: 10px 5px 5px;
    width: auto;
    border: solid 1px #ebe7e4;
    border-top-style: none !important;
}

.accordionHeaderSelected {
    background-color: #ccc;
    color: #555555;
    font-family: SansaPro-Normal, Arial,Sans-Serif;
    font-size: 12px;
    font-weight: lighter;
    margin-top: 5px;
    padding: 5px;
    width: auto;
    border: solid 1px #ebe7e4;
}

.accordionHeader {
    background-color: #283897;
    border: 1px solid #E2DDDB;
    color: white;
    font-family: SansaPro-Normal, Arial,Sans-Serif;
    font-size: 13px;
    font-weight: lighter;
    margin-top: 5px;
    padding: 5px;
    width: auto;
}

    .accordionHeader:hover {
        cursor: pointer;
    }

/* FIN ESTILO ACORDEONES */

/*ESTILOS TABLAS comentado por david*/

/*table a:link {
    color: #666;
    text-decoration: none;
}

table a:visited {
    color: #999999;
    text-decoration: none;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    color: #65676A;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    width: 95%;
    margin: 0 auto;
}

table th {
        padding: 6px 7px 6px 7px;
        background: #E0E0E0;
        color: #666;
    }


table tr {
        padding-left: 20px;
        text-align: center;
    }

table tr td {
            padding: 9px;
            border-bottom: 1px solid #E0E0E0;
            border-top: 1px solid #E0E0E0;
            line-height: 18px;
        }*/

/*FIN DE ESTILOS TABLAS*/


.fieldset fieldset {
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    margin: 7px 0 0 0 !important;
    padding: 5px !important;
    width: 370px !important;
}

.fieldset span {
    color: #65676A;
    display: inline-block;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    text-align: left;
    width: 120px !important;
}

.fieldset ul {
    margin: 0 !important;
}

.fileupload {
    border-bottom: 5px solid white !important;
    border-top: 2px solid white !important;
}

#container {
    padding: 10px;
    width: 900px;
}

.containerRenovacion {
    padding: 10px;
    width: 900px;
}

.paragraph {
    color: #65676A !important;
    font: bold 13px/1.5 arial !important;
    text-align: justify !important;
}

.paragraph_2 {
    color: #65676A !important;
    font: bold 14px/1.5 arial !important;
    text-align: justify !important;
}
/* Cookies*/
#aviso-cookies {
    width: 100%;
    height: auto;
    background: #A4A4A4;
    z-index: 999;
    opacity: 0.8;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 40px;
}

    #aviso-cookies p {
        margin: 0 auto;
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: white;
        float: left;
        width: auto;
    }

    #aviso-cookies table {
        margin: 0 auto;
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: white;
        float: left;
        width: auto;
        border: none;
    }

        #aviso-cookies table td {
            border: none;
        }

        #aviso-cookies table tr {
            border: none;
        }

    #aviso-cookies p a {
        text-decoration: underline;
        cursor: pointer;
        color: #FFF;
    }

    #aviso-cookies table a {
        text-decoration: underline;
        cursor: pointer;
        color: #FFF;
    }


.heightfijo {
    height: 400px;
    overflow: auto;
}


/*Estilos pestañas*/
.pestanas {
    color: #666666;
    font-family: SansaPro-Normal, Arial,Helvetica,sans-serif !important;
    font-size: 11px;
    font-weight: lighter;
    margin-left: 31px;
    margin-right: 31px;
    padding-bottom: 34px;
    width: 100% !important;
}

/*.formu_centrado table tr td {
    padding: 0px;
    border-bottom: 0px none #E0E0E0;
    border-top: 0px none #E0E0E0;   

}*/



.StiloPlanes {
    padding: 0px 0px 0px 0px !important;
}


.formu_centrado span {
    color: #65676A;
    display: inline-block;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    text-align: left;
}

.formu_centrado_grid span {
    color: #65676A;
    display: inline-block;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    text-align: left;
    width: 20% !important;
    background-position: -0px -244px !important;
}

.formu_centrado_planes span {
    color: #65676A;
    display: inline-block;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    width: 150px !important;
    text-align: left;
}

.myClass {
    margin: 0 !important;
}


/*Necesario para formatear el control upload*/
.CustomTextBox, .CustomTextBox input[type='text'] {
    padding: 0px;
    border-width: 0px;
}

    .CustomTextBox input[type='text'] {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.formu_centrado ul {
    color: #65676A;
    display: inline-block;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    text-align: left;
}

.formu_centrado li {
    display: block;
    text-decoration: none;
    font-weight: lighter;
    color: #65676A;
    margin: 2px auto;
}

/*ESTILO PARA EDITFORM LAYOUT GRID*/
.dxflFormLayout_orderlayout .dxflFormLayout table tr td {
    line-height: 18px !important;
}


.dxflFormLayout_orderlayout .contact_form label {
    padding: 0px !important;
}


.dxflFormLayout_orderlayout .dxflHACSys {
    text-align: left !important;
}


.dxflCaption_orderlayout {
    line-height: 18px !important;
}

.dxflGroupBoxCaption_orderlayout {
    line-height: 18px !important;
}

/*Ojo si se quita el important en left se mueve a la derecha el popup*/
/*
.myEditFormPopup
{
    z-index: 17000 !important;
    left: 70px  !important;
}
*/
.myEditFormPopup .dxpc-contentWrapper {
    padding: 12px !important;
}

.myEditFormPopup .dxeTextBoxSys .dxeTextBox {
    margin-right: 5px !important;
}


/*
.myEditFormPopupGrid
{
    z-index: 17000 !important;
    
    width: 900px !important;
    
}

.myEditFormPopupGrid .dxpc-contentWrapper
 {
        padding:12px !important;
        width: 900px !important;
        
}

*/
.myEditFormPopupGrid .dxeTextBoxSys .dxeTextBox {
    margin-right: 5px !important;
}


/*.updateProgress
{
    z-index: 200;
    border: 1px solid #9F9F9F;
    background-color: #E3E3E1;
    font: 12px Tahoma, Geneva, sans-serif;
    color: #303030;  
    position: absolute;
    top: 50%;
    left: 25%;   
    padding: 5px 5px 5px 5px;
    text-align: center !important;
    vertical-align:middle !important;    
}*/




.updateProgress {
    z-index: 200;
    background-color: White;
    position: absolute;
    top: 50%;
    left: 25%;
    border: solid 1px black;
    padding: 5px 5px 5px 5px;
    text-align: center !important;
    vertical-align: middle !important;
}
/*ESTILOS DETALLES REMESA*/
.remesa_mitad {
    width: 45%;
    float: left;
}

    .remesa_mitad span {
        width: 100px !important;
        padding: 10px;
        font-family: SansaPro-Normal, Arial !important;
    }



/* ESTILOS VENTANAS DE TARJETAS */

.tarjeta_mitad {
    width: 45%;
    float: left;
}

    .tarjeta_mitad span {
        width: 70px !important;
        padding: 10px;
        font-family: SansaPro-Normal, Arial !important;
    }

    .tarjeta_mitad .submit {
        margin: 15px;
    }

.busquedaEstadosTarjeta {
    height: 70px;
    margin: 0 0 0px 207px;
}

.consumosTarjeta {
    height: 70px;
    margin: 0 0 20px 50px;
}

    .consumosTarjeta .tarjeta_mitad span {
        width: 150px !important;
        padding: 10px;
        font-family: SansaPro-Normal, Arial !important;
    }


#gridEstadoTarjetas .tarjetaCeldaAlineacionDerecha {
    padding-right: 30px !important;
    text-align: right !important;
}

#controlFechaTarjetas .dxflFormLayout {
    /*margin-top: 10px;*/
    /*padding-top: 20px;*/
    height: 50px;
    /*border-radius: 5px;*/
    /*border: 1px solid #e0e0e0;*/
    width: 400px;
}

#agvActivarTarjetas .dxICheckBox {
    width: 15px !important;
}


/*#h1_span span {
    color: #2a295c !important;
    font-family: SansaPro-Normal,Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
    text-align: left;
}*/

.spanComboDevExpress {
    float: left;
    margin-right: 4px;
    margin-top: 10px;
    padding: 0px 0px 0px 0px !important;
}

.comboDevExpress {
    margin: 10px !important;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE;
    -webkit-box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE;
    box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE;
    color: #65676A;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    font-weight: lighter;
    resize: none;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding 0.25s ease 0s;
    width: 223px;
    height: 14px !important;
    padding: 0px 0px 0px 0px !important;
}

    .comboDevExpress input[type="text"], .comboDevExpress input[type="password"] {
        height: 16px !important;
        /*margin: 0 !important;
    padding: 0 !important;*/
        border: 1px solid #AAAAAA;
        -moz-border-radius: 2px 2px 0px 2px;
        -webkit-border-radius: 2px 2px 0px 2px;
        border-radius: 2px 2px 0px 2px;
        -moz-box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE;
        -webkit-box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE;
        box-shadow: 0 0 3px #CCCCCC, 0 10px 15px #EEEEEE;
        color: #65676A;
        font-family: SansaPro-Normal, Arial;
        font-size: 11px;
        font-weight: lighter;
        resize: none;
        -moz-transition: padding .25s;
        -webkit-transition: padding .25s;
        -o-transition: padding .25s;
        transition: padding 0.25s ease 0s;
        width: 223px;
    }

.roundedBordersCaixaPr {
    -moz-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

#CaixaPr .CaixaPrLabelIzq {
    width: 120px !important;
}

#CaixaPr .CaixaPrLabelDch {
    width: 220px !important;
}

#CaixaPr .CaixaPrLabelIzqCombo {
    float: left;
    width: 123px !important;
}

.areaTrabajo {
    color: #65676a;
    font-family: SansaPro-Normal, Arial;
    font-size: 11px;
    text-align: left;
}

#ctl00_body_Panel1 {
    margin: 15px;
    margin-left: 25px;
    margin-bottom: 20px;
}

.textogris {
    margin-left: 50px;
    margin-bottom: 10px;
}

.textogris2 {
    margin-left: 150px;
    margin-bottom: 10px;
}

.textogris3 {
    margin-left: 450px;
    margin-bottom: 10px;
}

#ctl00_body_lblIntroducirClave {
    margin: 15px;
    margin-left: -112px;
    margin-bottom: 20px;
}

#ctl00_body_lblDatosTarjeta {
    margin: 15px;
    margin-left: 25px;
    margin-bottom: 20px;
}

#ctl00_body_txtcoordenadas {
    margin-top: -7px;
}

#cancelar {
    margin-left: -60px;
    margin-top: -11px;
}

#ctl00_body_ASPxsmsvalidate {
    margin-left: 30px;
    margin-bottom: 25px;
}

#ctl00_body_lblTfnoAtencion {
    margin-right: 37px;
}

.listplan .dxWeb_edtCheckBoxUnchecked {
    width: 14px !important;
}

.listplan .dxWeb_edtCheckBoxChecked {
    width: 14px !important;
}

.derecha {
    text-align: right !important;
    width: 80%;
}

.derechagrande {
    text-align: right !important;
    width: 90%;
}

.derechagrandetitulo {
    text-align: right !important;
    width: 80%;
}

#HistoricoCliente_UC #asideHistorico .comboDevExpress input[type="text"], #HistoricoCliente_UC #asideHistorico .comboDevExpress input[type="password"] {
    height: 16px !important;
    margin: 0 !important;
}

#HistoricoCliente_UC .contact_form .comboDevExpress input[type="text"], #HistoricoCliente_UC .contact_form .comboDevExpress input[type="password"] {
    height: 16px !important;
    margin: 0 !important;
}

#HistoricoCliente_UC .contact_form .calendarDevExpress input[type="text"], #HistoricoCliente_UC .contact_form .calendarDevExpress input[type="password"] {
    height: 14px !important;
    margin: 0 !important;
    width: 200px;
    z-index: auto;
}

#HistoricoCliente_UC #asideHistorico input[type="CheckBox"] {
    margin: 5px 0 !important;
}

#HistoricoCliente_UC .contact_form .dxeTextBoxSys td.dxic, #HistoricoCliente_UC .contact_form .dxeButtonEditSys td.dxic {
    padding: 0 !important;
}

#HistoricoCliente_UC #asideHistorico .dxeButtonEditButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
    padding: 0 !important;
    background-image: none !important;
}

#HistoricoCliente_UC .contact_form .dxeButtonEditSys {
    display: inline-block;
    height: 24px !important;
    border: 1px solid #aaa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 242px;
}

#HistoricoCliente_UC #asideHistorico span {
    padding-top: 5px;
    vertical-align: top;
    width: 120px;
}

#HistoricoCliente_UC #asideHistorico ul {
    font-size: 11px;
    list-style: none !important;
}

/*#asideHistorico .dxpc-ddSys {
    left: 30px !important;
}*/


#HistoricoCliente_UC #asideHistoricoLeft .comboDevExpress input[type="text"], #HistoricoCliente_UC #asideHistoricoLeft .comboDevExpress input[type="password"] {
    height: 16px !important;
    margin: 0 !important;
}

#HistoricoCliente_UC #asideHistoricoLeft input[type="CheckBox"] {
    margin: 5px 0 !important;
}

#HistoricoCliente_UC #asideHistoricoLeft .dxeButtonEditButton, .dxeSpinIncButton, .dxeSpinDecButton, .dxeSpinLargeIncButton, .dxeSpinLargeDecButton {
    padding: 0 !important;
    background-image: none !important;
}

#HistoricoCliente_UC #asideHistoricoLeft span {
    padding-top: 5px;
    vertical-align: top;
    width: 120px;
}

#HistoricoCliente_UC #asideHistoricoLeft ul {
    font-size: 11px;
    list-style: none !important;
}

#HistoricoCliente_UC #asideHistorico li, #HistoricoCliente_UC #asideHistoricoLeft li {
    margin: 5px 10px;
    display: inline-flexbox;
}

.SubGrid {
    border: 1px solid #9F9F9F !important;
    font: 12px Tahoma,Geneva,sans-serif !important;
    background-color: #F2F2F2 !important;
    color: #000 !important;
    cursor: default !important;
    margin-left: -10px !important;
}

.SubGridInCuadro {
    border: 1px solid #9F9F9F !important;
    font: 12px Tahoma,Geneva,sans-serif !important;
    background-color: #F2F2F2 !important;
    color: #000 !important;
    cursor: default !important;
}

.DataGridSimulador {
    Font-family: SansaPro-Normal, Arial;
    Font-Size: 11px;
    border: solid 1px #B3AFAA;
    background-color: #E5E1DA;
    padding: 4px;
    width: 98%;
}

/* Formulario Fenix texto normal del mensaje final*/
.texto-normal {
    color: #9C9B9B;
    font-size: 12px;
    font-family: SansaPro-Normal, Arial;
}

.TituloPagina {
    background-color: White !important;
    color: #818181 !important;
    font-size: 16px !important;
    font-family: SansaPro-Normal, Arial !important;
    font-weight: bold !important;
    width: 95% !important;
    padding-bottom: 10px !important;
    margin-top: 22px !important;
    /*margin-left: 20px !important;*/
}

#ctl07_laCreationDate {
    color: #65676A;
}

.RootTreeNode {
    margin-left: -50px;
    display: none;
}

.NodoTreeView {
    font-size: 12px !important;
    text-align: justify !important;
    color: #65676A;
}

    .NodoTreeView span {
        font-family: SansaPro-Normal, Arial, Helvetica, sans-serif;
        line-height: 16px;
    }

.Hyperlink {
    text-decoration: none;
}

.wrapperHistorico img {
    position: relative;
    top: -5px;
    left: 15px;
}

.lblInfoTarjetas {
    font: bold !important;
}


.buttonFacturas {
    height: 10px;
    margin-left: 5px !important;
    margin-right: 0px !important;
    margin-top: 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 1px !important;
    width: 12px;
}

.lblFactura {
    display: inline-block;
    width: 137px;
    vertical-align: bottom;
    height: 17px;
}

.buttonImgFacturas {
    background-color: transparent;
    background-image: url(../Images/icon-descarga-16x20.png);
    background-position: left center;
    background-repeat: no-repeat;
    border-style: none;
    cursor: pointer;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    height: 18px;
    width: 15px;
}
