@charset "utf-8";

@font-face {
    font-family: 'JLRbold';
    src: url('../fuentes/JLREmeric-SemiBold.eot');
    src: url('../fuentes/JLREmeric-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/JLREmeric-SemiBold.woff') format('woff'),
         url('../fuentes/JLREmeric-SemiBold.ttf') format('truetype'),
         url('../fuentes/JLREmeric-SemiBold.svg#JLRbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JLRregular';
    src: url('../fuentes/JLREmeric-Regular.eot');
    src: url('../fuentes/JLREmeric-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/JLREmeric-Regular.woff') format('woff'),
         url('../fuentes/JLREmeric-Regular.ttf') format('truetype'),
         url('../fuentes/JLREmeric-Regular.svg#JLRregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'JLRlight';
    src: url('../fuentes/JLREmeric-ExtraLight.eot');
    src: url('../fuentes/JLREmeric-ExtraLight.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/JLREmeric-ExtraLight.woff') format('woff'),
         url('../fuentes/JLREmeric-ExtraLight.ttf') format('truetype'),
         url('../fuentes/JLREmeric-ExtraLight.svg#JLRlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'G_spark';
    src: url('../fuentes/Georgia.eot');
    src: url('../fuentes/Georgia.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Georgia.woff') format('woff'),
         url('../fuentes/Georgia-Bold.ttf') format('truetype'),
         url('../fuentes/Georgia.svg#G_spark') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GI_spark';
    src: url('../fuentes/Georgia-Italic.eot');
    src: url('../fuentes/Georgia-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Georgia-Italic.woff') format('woff'),
         url('../fuentes/Georgia-Italic.ttf') format('truetype'),
         url('../fuentes/Georgia-Italic.svg#GI_spark') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'GB_spark';
    src: url('../fuentes/Georgia-Bold.eot');
    src: url('../fuentes/Georgia-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Georgia-Bold.woff') format('woff'),
         url('../fuentes/Georgia-Bold.ttf') format('truetype'),
         url('../fuentes/Georgia-Bold.svg#GB_spark') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GBI_spark';
    src: url('../fuentes/Georgia-Bold-Italic.eot');
    src: url('../fuentes/Georgia-Bold-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/Georgia-Bold-Italic.woff') format('woff'),
         url('../fuentes/Georgia-Bold-Italic.ttf') format('truetype'),
         url('../fuentes/Georgia-Bold-Italic.svg#GBI_spark') format('svg');
    font-weight: bold;
    font-style: italic;
}

* {
	margin:0;
	padding:0;
}

body{
	background: #fff;
	font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
    width:100%;
    height:100%;
}


a img{
	border:none;
}

ul, li{
	margin: 0 12px;
}

p{
	margin: 0 0 1em 0;
}

h2{
  color: #bababa;
  font-family: JLRlight;
  font-size: 1.5em;
  margin: 0 15px 1em;
}

.limpia{
    clear:both;
}

.flecha_ventana{
    background: rgba(0, 0, 0, 0) url("../img/arrow_white_big.png") no-repeat scroll 0 0;
    height: 11px;
    position: absolute;
    right: 70px;
    top: -11px;
    width: 13px;
}

.cerrar{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    font-size: 20px;
}

.cerrar a{
    text-decoration: none;
    color: #00173a;
}

/* LOADING */

    #w_loading{
        position:fixed;
        width:100%;
        height:100%;
        background: rgba(255,255,255,0.5);
        z-index: 9999;
        display:none;
    }
    #w_w_loading{
        position:absolute;
        width:124px;
        height:132px;
        left:50%;
        margin-left:-62px;
        top:45%;
        margin-top:-86px;
        text-align: center;
    }

/**/

/*ventanas*/
#todo, #todo_acc{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 60px);
    background-color: rgba(232,233,235,0.9);
    display: none;
    z-index: 99999;
}


#todo2{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(232,233,235,0.9);
    display: none;
    z-index: 99999;
}


#ventana_noacc,#ventana_acc,#ventana_home{
    position:absolute;
    top:50%;
    margin-top: -195px;
    left: 50%;
    height: 150px;
    margin-left: -440px;
    width: 800px;
    color: #9e9fa0;
    padding: 40px;
    text-align: center;
    font-family: "JLRlight","verdana";
    font-size: 65px;
    display:none;
}

#ventana_horiz{
    position:absolute;
    top:50%;
    margin-top: -295px;
    left: 50%;
    height: 150px;
    width:90%;
    margin-left: 5%;
    margin-left: -50%;
    color: #9e9fa0;
    padding: 40px;
    text-align: center;
    font-family: "JLRlight","verdana";
    font-size: 65px;
}


#mensaje_noacc,#mensaje_acc,#mensaje_horiz{
    padding-bottom:10px;
    border-bottom: 3px solid #9e9fa0;
    margin-bottom:10px;
}

#warn_horiz{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(232,233,235,0.9);
    display: none;
    z-index: 99999;
    display:none;
}

@media all and (orientation:portrait){
    #warn_horiz{
        display:block;
    }
}

.acepta_acc{
    font-size:28px;
    text-decoration: none;
    color: #9e9fa0;
    font-family: "JLRregular","verdana";
    margin-right:40px;
}

.volver{
    font-size:28px;
    text-decoration: none;
    color: #9e9fa0;
    font-family: "JLRregular","verdana";
}

/*usuario*/
.contenido{
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    margin: auto;
}

.contenido_tablas{
    top: 0px;
    left: 0px;
    height: auto;
    overflow: none;
    position: relative;
    float:left;
    width: 100%;
    height: auto;
    /*min-height: 733px;*/
    margin: auto;
    background:#fff;
}

#f_exportar {
    float: left;
    width: 100%;
}

#cabecera .contenido{
    position: relative;
    top: 0px;
    left: 0px;
    width: 1100px;
    min-height: 0px;
    height: auto;
    margin: auto;
}



#contenido_usuario{
    background-image: url(../img/n_bg.jpg);
    background-repeat: no-repeat;
    background-size:100% 100%;
}

#w_logo{
    position:relative;
    width:100%;
    background: #fff;
    float:left;
}

#w_img_logo{
    position:relative;
    width:100%;
    background: #fff;
    float:left;
    background-image: url("../img/n_back_head.jpg");
    background-repeat:no-repeat;
    background-position: 258px center;
    z-index:10;
    border-bottom:1px solid #e8e9ea;
}

.logo{
    position: relative;
    top: 0px;
    left: 0px;
    width:245px;
    text-align: center;
    float:left;
    padding:26px 13px 26px 0px;
    background: #fff;
}

.w_tit_logo{
    padding-top:26px;
    padding-bottom:26px;
    position:relative;
    float:left;
    width:20%;
}

    .tit_lista{float:left;width:100%;}
    .tit_usr{float:left;}

.tit_logo, .tit_logo_short{
    position:relative;
    color:#707275;
    text-align: left;
    font-size:22px;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    width:100%;
    float:left;
    line-height: 26px;
    margin-left:33px;
}

#w_footer{
    width:100%;
    position:fixed;
    background:#fff;
    height:60px;
    bottom:0px;
    z-index:999;
}

#w_footer2{
    width:calc(100% - 258px);
    position:fixed;
    background:#fff;
    height:60px;
    bottom:0px;
    z-index:999;
    margin-left:258px;
}

#w_w_footer{
    max-width:1000px;
    margin:auto;
}
    #txt_footer{
        float:left;
        width:auto;
        color:#9d9fa2;
        font-size: 9px;
        margin-top:25px;
        text-transform: uppercase;
    }

    #links_footer{
        float:right;
        width:auto;
        color:#9d9fa2;
        font-size: 9px;
        margin-top:25px;
    }

        #links_footer a{
            color:#9d9fa2;
            text-decoration: none;
        }


#w_menu_sup{
    width:50%;
    position:relative;
    float:right;
    height:106px;
    background:#e8e9ea;
}

.search_menu{
    width:100%;
    border:0px;
    background:#fafafa;
    width:98%;
    padding:1%;
    left:0;
    position:absolute;
    z-index:2;
    font-family: "JLRregular",verdana;
    font-size:11px;
    color:#8d8f92;

}

#f_sel{
  display:none;
}

.w_tables{
    display:none;
}

/* KPI PAGINA INICIO */
#w_main_resum{
    width:96%;
    margin-left:2%;
    margin-top:2%;
    float:left;

}



.tit_kpi{
    font-size:42px;
    font-family: "JLRlight";
    color:#9c9fa1;
    width:100%;
    float:left;
    letter-spacing: 4px;
}

.subtit_kpi{
    font-size:18px;
    font-family: "JLRlight";
    color:#9c9fa1;
    width:100%;
    float:left;
    min-height: 46px;
}

.res_kpi{
    font-size: 46px;
    font-family: "JLRregular","ver";
    width:100%;
    float:left; 
    color:#caccce;

}

.sub_kpi{
     font-size: 14px;
    font-family: "JLRregular","verdana";
    width:100%;
    float:left; 
    font-size: bold;
}

.sub_kpi_color{
    color:#9C9FA1;
}
.sub_kpi_compras{
    border-bottom: 1px solid #e8e9ea; padding-bottom:15px;
}
/**/

.mouse{
    cursor:pointer;
    cursor:hand;
}

#accordion{
    
    float:left;
    position:relative;
    width:258px;
    height:calc(100% - 106px);
    background:#e9eaeb;
}

    #w_label{
        position:absolute;
        top:50%;
        margin-top:-25%;
        height:auto;
        width:auto;
        left:258px;
        z-index:99;
        display:none;
    }

    #w_accordion{
        float:left;
        position: relative;
        overflow-y:auto;
        height:75%;
        width:100%;
    }

    #accordion .accord_head{

        font-family: "JLRregular";
        letter-spacing: 2px;
        font-weight: normal;
        font-size:10px;
        padding:10px 24px;
        border-bottom:1px solid #caccce;
        color:#9d9fa1;
        cursor:pointer;
        cursor:hand;
        float:left;
        width:calc( 100% - 48px );
        background: url("../img/flechita.png");
        background-position: 88% center;
        background-repeat: no-repeat;
        text-align: left;

    }


    #accordion .cont_accord{
        float: left;
        padding: 8px 0px 8px 10px;
        position: relative;
        width: calc(100% - 10px);
        background: #caccce;
    }

    #accordion .cont_accord .i_cont_accord{
        float:left;
        width:100%;
    }


    .w_switch_side {
        position:relative;
        font-size:10px;
        color:#fff;
        float:left;
        margin-top:2px;
        margin-right:4px;
        text-align: right;
        width:110px;
        /*min-height: 49px;*/
    }

    .tit_switch_side{
        font-size:12px;
        color:#fff;
        float:right;
        margin-top:2px;
        margin-right:4px;
        text-align: right;
        width:100%;
    }

    .tit_switch{
        font-size:10px;
        color:#fff;
        float:right;
        margin-top:2px;
        margin-right:4px;
        text-align: right;
        width:50%;
    }


    .w_switch_top{
        position:relative;
        float:left;
        width:138px;
        margin:15px 10px 15px 8px;
        height:25px;
    }

    .w_switch_top .tit_switch{
        font-size:10px;
        color:#fff;
        float:right;
        margin-top:2px;
        margin-right:4px;
        text-align: right;
        width:104px;
    }

.w_bt_wiews{
    width:100%;
    background:#e9eaeb;
    height:23%;
}



.bt_view_sel{
    background-color: #caccce;
    padding: 8px 8px 8px 8px;
    width:75%;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 8px;
    letter-spacing: 1px;
    position: relative;
    float:left;
    margin-left:20px;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-top:10px;

}

.bt_view_sel:hover{
    color:#9da0a2;
}

#bt_view_sel{
    background: rgba(202, 204, 206, 1) url("../img/n_flechita.png") no-repeat scroll 80% 6px;
}

#bt_view_sel:hover{
    background: rgba(202, 204, 206, 1) url("../img/n_flechita_b.png") no-repeat scroll 80% 7px;
}

#bt_sel_all{
    background: rgba(202, 204, 206, 1) url("../img/n_flechita.png") no-repeat scroll 80% 6px;
}

#bt_sel_all:hover{
    background: rgba(202, 204, 206, 1) url("../img/n_flechita_b.png") no-repeat scroll 80% 7px;
}


.w_kpi{
    margin:30px 3%;
    float:left;
    min-height: 215px;
    width:300px;
}

.w_cont_kpi{
    float:left;
    width:280px;
    height:auto;
}

.highcharts-button{
    display:none;
}

.w_cont_graf{
    opacity:0;
    float:left;
    width:0px;
    height:auto;
    overflow: hidden;
    margin-left:15px;
    display:none;
    height:215px;
}
    .cont_graph{
       width: 300px; 
       height: 230px; 
       margin: 0 auto;
       float:left;
       position:relative;
    }

.w_res_kpi{
    float:left;
    width:0px;
    height:auto;
    overflow: hidden;
    margin-left:10px;
    display:none;
    height:215px;
    width:206px;
    border-left: 1px solid #e8e9ea;
}

.tit_kpi1{
    font-size:30px;
    font-family:"JLRregular","verdana";
    width:100%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    padding-left: 18px;
    

}

.tit_kpi2, .tit_kpi3{
    font-size:30px;
    font-weight: bold;
    font-family:"JLRregular","verdana";
    float:left;
    width:100%;
    position:relative;
    padding-left: 18px;
}

.tit_kpi2{
    margin-top:19px;
}

.tit_kpi3{
    margin-top:8px;
}

.sub_kpi_res{
    font-size:11px;
    font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
    color:#9da0a1;
    letter-spacing: 1px;
    width:100%;
    float:left;
    position: relative;
    padding-left: 18px;
    margin-top:5px;
}

#sub_kpi_res1{
    border-bottom: 1px solid #e8e9ea;
    padding-bottom:15px;
}

.bt_view_graf{
    background-color: #9da0a1;
    padding: 8px 8px 8px 8px;
    width:150px;
    color: #fff;
    text-decoration: none;
    font-size: 8px;
    letter-spacing: 1px;
    position: relative;
    float:left;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 1px;
    text-align: center;
    margin-top:20px;
}

.bt_view_graf:hover{
    color:#fff;
    background-color: #caccce;
}


/* SWITCH TOP */
    .onoffswitch {
        position: relative; width: 30px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        float:right;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 0px solid #FFFFFF; border-radius: 25px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.1s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 16px; padding: 0; line-height: 16px;
        font-size: 26px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "";
        padding-left: 10px;
        background-color: #FFFFFF; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "";
        padding-right: 10px;
        background-color: #9DA0A2; color: #9DA0A2;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 12px; margin: 2px;
        background: #E8E9EA;
        position: absolute; top: 0; bottom: 0;
        right: 13px;
        border: 0px solid #FFFFFF; border-radius: 20px;
        transition: all 0.1s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
        background-color: #ff6b6b; 
    }

/* end shitch*/


/* SWITCH SIDE */
    .onoffswitch_side {
        position: relative; width: 30px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
        float:right;
    }
    .onoffswitch-checkbox_side {
        display: none;
    }
    .onoffswitch-label_side {
        display: block; overflow: hidden; cursor: pointer;
        border: 0px solid #FFFFFF; border-radius: 25px;
    }
    .onoffswitch-inner_side {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.1s ease-in 0s;
    }
    .onoffswitch-inner_side:before, .onoffswitch-inner_side:after {
        display: block; float: left; width: 50%; height: 16px; padding: 0; line-height: 16px;
        font-size: 26px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner_side:before {
        content: "";
        padding-left: 10px;
        background-color: #FFFFFF; color: #FFFFFF;
    }
    .onoffswitch-inner_side:after {
        content: "";
        padding-right: 10px;
        background-color: #9DA0A2; color: #9DA0A2;
        text-align: right;
    }
    .onoffswitch-switch_side {
        display: block; width: 12px; margin: 2px;
        background: #E8E9EA;
        position: absolute; top: 0; bottom: 0;
        right: 13px;
        border: 0px solid #FFFFFF; border-radius: 20px;
        transition: all 0.1s ease-in 0s; 
    }
    .onoffswitch-checkbox_side:checked + .onoffswitch-label_side .onoffswitch-inner_side {
        margin-left: 0;
    }
    .onoffswitch-checkbox_side:checked + .onoffswitch-label_side .onoffswitch-switch_side {
        right: 0px; 
        background-color: #ff6b6b; 
    }

/* end shitch*/


/* MENÚ SUPERIOR DERECHO LISTADOS*/

#w_m_sup_details_list{
    float:left;
    position: relative;
    width:100%;
    height:46px;
    background-color: #9DA0A2;
} 

    #m_sup_tit_list{
        padding:15px 0px;
        height:52%;
        width:50%;
        float:left;
        position:relative;
        font-size:10px;
        font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        background-color: #caccce;
        
    }

    .m_inf_tit_list{
        padding:20px 0px;
        height:35%;
        width:50%;
        float:left;
        position:relative;
        font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
    }

    .m_inf_tit_list a{
        text-decoration: none;
        color:#9DA0A2;
        font-size: 14px;
    }

    .m_inf_tit_list a:hover{
        color:#caccce;
    }

    #bt_screen, #bt_usr_back{
        width:100%;
        background: url("../img/n_flechita_b_h.png") no-repeat scroll 60% 3px;
        float:left;
    }

      #bt_screen:hover, #bt_usr_back:hover{
        background: url("../img/n_flechita_b_log.png") no-repeat scroll 60% 3px;
    }

/*MENÚ SUPERIOR DERECHO*/

#w_m_sup_details{
    float:left;
    position: relative;
    width:100%;
    height:46px;
    background-color: #caccce;
}    
    
    #m_sup_paismarca{
        height:91%;
        width:23%;
        float:left;
        position:relative;
        font-size:10px;
        font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
    }

    .arrow_sel_paismarca{
        background:url("../img/n_flechita_d_b.png");
        background-repeat: no-repeat;
        background-position: 95% 15px;
        cursor:pointer;
        cursor:hand;
    }

    .arrow_sel_paismarca:hover{
        background:url("../img/n_flechita_d.png");
        background-repeat: no-repeat;
        background-position: 95% 15px;
    }

    .w_top{
        z-index: 99;
    }
    
    #sel_sup_pais{color:#fff;float:left;margin-top:14px;margin-left:4px;}
    #sel_sup_marca{color:#9da0a2;float:left;margin-top:14px;margin-left: 16%;}
    
    #m_sup_nselect{
        width:32%;
        float:left;
        position:relative;
        color:#fff;
        font-size:11px;
        letter-spacing: 1px;
        margin-top:13px;
        text-align: center;
        font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
        text-transform: uppercase;
    }

    #m_sup_logged{
        height:100%;
        width:30%;
        float:left;
        position:relative;
        background-color: #9da0a2;
        color:#caccce;
        font-size:10px;
        font-size:11px;
        letter-spacing: 1px;
        padding-top:14px;
        text-align: center;
        font-family: "JLRbold";
        text-transform: uppercase;
    }

    #m_sup_logged_list{
        height:100%;
        width:35%;
        float:left;
        position:relative;
        background-color: #9da0a2;
        color:#caccce;
        font-size:10px;
        font-size:11px;
        letter-spacing: 1px;
        padding-top:14px;
        text-align: center;
        font-family: "JLRbold";
        text-transform: uppercase;
    }
    
    #m_sup_logout{
        height:100%;
        width:15%;
        float:left;
        position:relative;
        background-color: #9da0a2;

        color:#fff;
        font-size:11px;
        letter-spacing: 1px;
        padding-top:13px;
        text-align: center;
        font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
        text-transform: uppercase;
       
    }

    #m_sup_logout a{
        text-decoration: none;
        color:#fff;
        background: rgba(0, 0, 0, 0) url("../img/n_flechita.png") no-repeat scroll 13px 0px;
        width:100%;
        float:left;
    }

     #m_sup_logout a:hover{
        color:#caccce;
        background: rgba(0, 0, 0, 0) url("../img/n_flechita_b_log.png") no-repeat scroll 0% 0px;
    }

#w_m_inf_sel{
    float:left;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #e8e9ea;
}

    
    .men_inf{
        width:20%;
        float:left;
        color:#8d8f92;
        position:relative;
        font-size:13px;
        font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        padding-top:22px;
        padding-bottom:17px;
        background:url("../img/n_flechita_d_b.png");
        background-repeat: no-repeat;
        background-position: 90% 24px;
        cursor:pointer;
        cursor:hand;
    }

    .men_inf:hover{
        color:#FFF;
        background:url("../img/n_flechita_d.png");
        background-repeat: no-repeat;
        background-position: 90% 24px;
    }

    .sel_select{
        border-bottom:3px solid #ff6b6b;
    }

    .w_switch_cont_sup{
        position:absolute;
        width:100%;
        top:59px;
        left:0;
        background:#caccce;
        height:150px;
        overflow-y: auto;
        display:none;
        padding:15px 0;
    }

    .w_switch_cont_sup_anios{
        position:absolute;
        width:100%;
        top:46px;
        left:0;
        background:#caccce;
        height:auto;
        overflow-y: auto;
        display:none;
        padding: 0px 0px 1px 0px;
    }

    .l_pm{
        float:left;
        width:100%;
        padding:15px 0px;
    }

    .l_pm:hover{
        background:#fff;
    }

    .l_pm:hover #sel_sup_pais{
        color:#caccce;
    }

    #w_switch_sup5 .l_pm #sel_sup_marca{
        margin-top:0px;
    }

    #w_switch_sup5 .l_pm #sel_sup_pais{
        margin-top:0px;
    }



/* END MENÚ SUPERIOR DERECHO*/


.cajas_form{
   position: relative;
    top: 0px;
    width:auto;
    height: auto;
}

#logueo{
    position:absolute;
    margin-top:18%;
    width:900px;
    left:50%;
    margin-left:-450px;
}

#pais_marca{
    position:absolute;
    margin-top:18%;
    width:900px;
    left:50%;
    margin-left:-450px;
}

#recupera{
    display: none;
    margin: 30px 74px 5px 74px;
}

#pais{
    margin: 92px 400px 5px 400px;
}

.formulario{
    padding: 34px;
    float:left;
    position: relative;
    background-image:url("../img/n_shadow.png");
    background-position:center -22px;
    background-repeat: no-repeat;
}

.formulario_login{
    padding: 34px 0px;
    width:100%;
    float:left;
    position: relative;
    background-image:url("../img/n_shadow.png");
    background-position:center -22px;
    background-repeat: no-repeat;
}

.c_texto_login{
    font-family: "JLRlight","verdana";
    text-align: center;
    color:#fff;
    border:0px solid #fff;
    font-size: 0.9em;
    width:50%;
    float:left;
}


.f_gris_login{
    background:#9c9fa1;
    color:#fff;
    padding:3% 0% ;
    text-align: center;

}   

.f_blanco_login{
    background:#fff;
    color:#9c9fa1;
    padding:3% 0% ;
    text-align: center;
   
}

.f_gris_error{
    background:#caccce;
    color:#fff;
    padding:2% 2.5% ;
    text-align: center;
    font-family: "JLRlight","verdana";
    font-size:12px;
    letter-spacing: 1px;
    text-align: left;
    display:none;
}

#usuario{
    position:relative;
    width:100%;
    height:calc(100% - 165px);
    overflow:hidden;
    background:#fff;
}

#usuario{
    display: none;
}

#bt_usr_back{
    display:none;
}

.formulario_usuarios{
    width:100%;
    float:left;
    position: relative;
    background-repeat: no-repeat;
    background-color:#e8e9ea;
    margin-top:48px;
    height:calc(100% - 48px);
    overflow-y: auto;
}

.formulario_login #tit_form,.formulario #tit_form {
    font-size: 50px;
    color:#fff;
    width:100%;
    text-align:center;
    float:left;
    position:relative;
    font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
}

.formulario_login label{
    color: #00173a;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
}


.column_form_4{
    position: relative;
    float:left;
    width: 21%;
    height: auto;
}

#w_formu_login,#w_formu_paismarca{
    width:60%;
    margin-left:20%;
    margin-top:25px;
    float:left;
    position: relative;
}

#f_login,#f_paismarca{
    width:100%;
    float:left;
    position: relative;
}

.formulario input{
    border: medium none;
    cursor: pointer;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
    height: 27px;
    line-height: 25px;
    width: 45%;
    float:left;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
}

.f_gris{
    background:#9c9fa1;
    color:#fff;
    padding:2% 2.5% ;
    text-align: center;

}   

.f_blanco{
    background:#fff;
    color:#9c9fa1;
    padding:2% 2.5% ;
    text-align: center;
   
}

.sel_marca{
    display:none;
}


.grupo_usuario{
  position: absolute;;
  top: 80px;
  left: 14px;
  width: 75%;
  height: auto;
}

.marca_usuario .c_box{
    position: absolute;
    top: 0px;
    left: 15px;
    width: 200px;
}

.marca_usuario .c_box label{
    display: inline-block;
}

.formulario .marca_usuario input[type="checkbox"] + label span {
  left: 0px;
}

.marca_usuario .c_box .label_check{
    position: absolute;
    top: 4px;
    left: 20px;
    display: block;
    color: #00173a;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    margin-right: 15px;
}

.formulario input[type="checkbox"]{
    display: none;
}

.formulario input[type="checkbox"] + label span{
    position: absolute;
    top: 16px;
    right: 60px;
    width: 10px;
    height: 15px;
    background: rgba(0, 0, 0, 0) url("../img/sprite.png") no-repeat scroll -2px -762px;
    cursor: pointer;
    display: inline-block;
    padding: 8px 10px 8px 10px;
}

.formulario input[type="checkbox"]:checked + label span:before{
    content: "X";
    color: #666666;
}

.c_texto{
    padding:15px 5px;
    font-family: "JLRlight","verdana";
    text-align: center;
    color:#9d9fa1;
    border:1px solid #f6f6f7;
    font-size: 0.9em;
    width:100%;
}

.c_texto:hover{
    border-color:#999999;
    box-shadow: 0 0 4px #cccccc;
}

.recupera{
    color: #00173a;
    font-family: arial;
    font-size: 0.80em;
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin-left: 2%;
    width: 180px;
    height: auto;
}

.recupera:hover{
    text-decoration: none;
}

.boton_logueo{
    background-color: #707275;
    padding: 6px 20px 6px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 1px;
    float:right;
    position: relative;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 1px;

}

.boton_sel_paismarca{
    background-color: #707275;
    padding: 6px 20px 6px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 1px;
    float:right;
    position: relative;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 1px;
}

.boton_sel_lista_users{
    background-color: #707275;
    padding: 6px 20px 6px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 9px;
    letter-spacing: 1px;
    float:left;
    position: relative;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 1px;
}

.boton:hover{
    color: #666666;
}


.w_half_usr{
    float:left;
    position:relative;
    width:50%;
    margin: 0;
}

#w_errores{
    float:left;
    position:relative;
    margin-top:20px;
}

.column_form_1{
    position: relative;
    float:left;
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    height: auto;
    margin-bottom: 3.5%;
}

.column_form_11{
    position: relative;
    float:left;
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    height: auto;
    margin-bottom: 3.5%;
}

.column_form_3{
    position: relative;
    float:left;
    width: 44%;
    margin: 20px 3%;
    margin-bottom: 3.5%;
    height: auto;
}

.column_form_2{
    position: relative;
    float:left;
    width: 96%;
    margin-right: 2%;
    margin-left: 2%;
    height: auto;
}


.column_form_0{
    position: relative;
    width: 95%;
    margin-right: 2%;
    margin-left: 2%;
    height: auto;
}

#sel_tipo{
    border: medium none;
    cursor: pointer;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
    padding:15px 0px;
    float:left;
    text-decoration: none;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    border:0px solid #f6f6f7;
    font-size: 0.9em;
    color: #9d9fa1;
}

.sel_marca{
    border: medium none;
    cursor: pointer;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
    padding:15px 0px;
    float:left;
    text-decoration: none;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    border:0px solid #f6f6f7;
    font-size: 0.9em;
    color: #9d9fa1;
}

#check_jaguar,#check_land{

    border:2px solid #bebfc0;
    position:absolute;
    float:right;
    height:16px;
    width:16px;
    padding:2px;
    right:20px;
    top:13px;
}


#w_sel_jag,#w_sel_land{
    position:relative;
    left:0px;
    width:100%;
    top:0px;
    z-index: 1;
    max-height: 155px;
    overflow-y: auto;
}

#w_w_sel_jag,#w_w_sel_land{
    position:absolute;
    left:0px;
    width:100%;
    top:47px;
    display:none;
    z-index: 10;
    max-height: 220px;
    overflow-y: auto;
}


.boton_tipo, .boton_sel{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
    padding:15px 0px;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    background:#fff;
    color:#9c9fa1;
}

.boton_sel{
    border-bottom: 1px solid #eff0f0;
}

.bt_add_sel{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: normal;
    width: 100%;
    padding:2px 0px;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    background:#fff;
    color:#9c9fa1;
    font-size: 23px;
}

.w_sel_ok{
    float:left;
    position: relative;
    width:100%;
    border-bottom: 1px solid #eff0f0;
    background:#fff;
}
.sel_jag_ok, .sel_land_ok{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: normal;
    width: 92%;

    padding:10px 8% 10px 0;
    
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    
    color:#9c9fa1;
    font-size: 0.9em;

}

.del_marca_usuario, .del_new_marca_usuario{
    position:absolute;
    float:right;
    right:5px;
    top:10px;
    width:20px;
    height:20px;
    background:url("../img/Trash_.png"); 
    background-repeat: no-repeat;
}

.del_marca_usuario:hover, .del_new_marca_usuario:hover{
    background:url("../img/Trash_b.png"); 
    background-repeat: no-repeat;
}

.boton_tipo:hover, .boton_sel:hover,.bt_add_sel:hover{
    background:#9c9fa1;
    color:#fff;
}

#w_sel_tipo{
    position:absolute;
    left:0px;
    width:100%;
    top:95%;
    display:none;
    z-index: 10;
}

/*pais select*/

.seleccion{
    background-position: 0 -890px;
    width: 104%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 0 0 2%;
    position: relative;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
}

.seleccion span{
    background-position: right -890px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-right: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 94%;
    color: #333333;
}

.seleccion select{
    position: absolute;
    top: 2px;
    left: 1px;
    width: 99%;
    height: 22px;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px medium;
    opacity: 1;
}


/*menu home*/

.menu_home{
    position: relative;
    top: 100px;
    left: 0px;
    width: 90%;
    margin: auto;
    height: auto;
}

#w_bt_marca{
    position:absolute;
    right:0px;
    width:50%;
    top:63%;
    display:none;
}

.boton_marca{
    float: right;
    width:100%;
    height: auto;
    text-align: center;
    text-decoration: none;margin-left:2px;
    font-size: 11px;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
}

.boton_marca:hover{
    background:#fff;
    color:#707275;
}



#w_bt_pais{
    position:absolute;
    left:0px;
    width:50%;
    top:63%;
    display:none;
}

.boton_pais{
    float: left;
    width:100%;
    height: auto;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
}

.boton_pais:hover{
    background:#9c9fa1;
    color:#fff;
}

.bt_gris{
    background:#9c9fa1;
    color:#fff;
    padding:4% 0% ;
    text-align: center;

}

.bt_blanco{
    background:#fff;
    color:#9c9fa1;
    padding:4% 0% ;
    text-align: center;

}

#pais_bt,#marca_bt{
    border: medium none;
    cursor: pointer;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
    height: 27px;
    line-height: 25px;
    width: 45%;
    float:left;
    text-decoration: none;
    font-family:'JLRlight',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;

}


#tablas .menu_accion{
    position: relative;
    top: 0px;
    left: 0px;
    text-align: right;
    width: 97%;
    margin:0px auto;
    height: 50px;
}

.menu_accion{
    position: relative;
    top: 50px;
    left: 0px;
    text-align: right;
    width: 100%;
    height: auto;
}

.menu_accion a{
    position: relative;
    background-color: #9da0a1;
    border: 1px solid #9da0a1;
    float: right;
    font-family: "JLRregular";
    letter-spacing: 1px;
    font-size: 9px;
    height: 27px;
    line-height: 26px;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 6px 18px 3px 18px;
    text-align: left;
    text-decoration: none;
    color: #fff;
}

.menu_accion .b_u{
    color: #e05206;
}

.menu_accion a span{
    top: 0;
    right: 0;
    border-left: 0px solid #cdcccd;
    width: 10px;
    height: 26px;
    margin-left: 5px;
    text-indent: 0px;

}

/*BREAD CRUM*/

#breadcrumjaguar{
    margin-top:15px;
    font-size:10px;
    color:#999;
    text-align: left;
    padding-left:10px;
}

#breadcrumlandrover{
    margin-top:15px;
    font-size:13px;
    color:#999;
    text-align: left;
    padding-left:10px;
}

/*tabla usuario*/

.cabecera_usuario h1{
    padding-top: 30px;
    color: #727277;
    font-family: JLRbold;
    width: 100%;
    height: auto;
    font-size: 2.5em;
    text-align: center;
}

.cabecera_usuario h1 span{
    color: #00173a;
    display: block;
    font-family:'JLRregular',verdana,helvetica,arial,sans-serif;
    letter-spacing: 2px;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 24px;
    text-transform: none;
}

.cabecera_usuario .logol{
    position: absolute;;
    top: 0px;
    left: 50px;
}

.cabecera_usuario .logoj{
    position: absolute;;
    top: 40px;
    right: 50px;
}

#tabla_usuario {
    position: relative;
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow-y: scroll;
    max-height: 300px;
}

.list {
    /*box-shadow: 0 0 8px #bebebe;*/
}



.w_list{
    position:relative;
    width:100%;
    /*margin-top:48px;*/
    height:calc(100% - 167px);
    overflow-y:auto;
    background:#ccc;
}
.alert_msn{
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 1.5%;
    text-align: right;
    width: 97%;
    display:none;
    color:#888;
}

.alert_input{
    background:#fae3e3 !important;
    border:1px solid #ccc;
    padding:2px;
}

.w_w_list{
    position:relative;
    width:100%;
    height:100%;
    overflow-y:auto;
    background:#fff;
}

.edit_tag{
    width:100%;
    cursor: pointer;
    cursor: hand;
}

.w_i_hidden{
    position:relative;
    text-align: center;
}
.i_hidden{
    text-align: center;
    width:95%;
}
/*
@media screen and (max-width:1024px) { 
    .i_hidden{
        text-align: center;
        width:50px;
    } 
}*/

table {
    background-color: #fff;
   /* border-radius: 5px;*/
    border-right: 0 none;
    clear: both;
    color: #9da0a2;
    font-family: "JLRlight", verdana;
    font-size: 10px;
    margin: 20px auto 10px;
    position: relative;
    width: 97%;
}

table tr td {
    border-bottom: 1px solid #c0bfc0;
    border-right: 1px solid #c0bfc0;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    font-family: "JLRlight", verdana;
    
}

.list th {
    font-weight: bold;
    text-transform: uppercase;
}

th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #c0bfc0 #c0bfc0 -moz-use-text-color;
    border-image: none;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0;
    font-weight: normal;
    padding: 4px;
    text-align: center;
    font-family: "JLRlight", verdana;
    letter-spacing: 1px;
}



/* DEJAR LA CABECERA FIJA */

.list_users{
    width:100%;
    background-color: #e8e9ea;
    border-right: 0 none;
    clear: both;
    color: #9da0a2;
    font-family: "JLRlight", verdana;
    font-size: 10px;
    margin: 0px auto 0px;
    position: relative;
    border-collapse:collapse;
}

.list_users tr:hover{
    background:#caccce;
    color:#fff;
}

.edit_user_bot{
    width:20px;
    height:20px;
    float:left;
    background:url("../img/Pencil_.png");
    background-repeat: no-repeat;
    margin-top:7px;
    margin-left:33%;
}

.edit_user_bot:hover{
    background:url("../img/Pencil_b.png");
    background-repeat: no-repeat;
}

.del_user_bot{
    width:20px;
    height:20px;
    float:left;
    background:url("../img/Trash_.png"); 
    background-repeat: no-repeat;
    margin-top:5px;
}

.del_user_bot:hover{
    background:url("../img/Trash_b.png");
    background-repeat: no-repeat; 
}

#header-fixed { 
    position: fixed; 
    top: 86px; 
    background-color:white;
    width:calc(100% - 10px);
    min-width: 1014px;
}

/*
.list_users thead{
    display:block;
    width:100%;
    overflow: auto;
    position:fixed;
    margin-top:-48px;
    min-width: 1024px;

}

.list_users thead tr{
    width:100%;
    float:left;
}*/

.list_users thead th, #header-fixed thead th  {
  border: 1px solid #fff;
  background:#fff;
  font-size:12px;
  padding: 15px 0;
  font-family: "JLRbold", verdana;
}

.th_nom{width:20%;}                
.th_apel{width:20%;}
.th_email{width:24%;}
.th_tipo{width:18%;}
.th_acc{width:11%;}

/* REGLA RESPONSIVE PARA LA CABECERA CUANDO TIENE UN MÍNIMO DE TAMAÑO.*/

.list_users td, #header-fixed td{
  padding: 3px 0px;
  /*flex: 1 auto;*/
  word-wrap: break;
  font-size: 13px;
  border-bottom:1px solid #eff0f0;
  border-right: 0px;
  padding:10px 0px;
  font-family: "JLRregular", verdana;
}






/* FIN CABECERA FIJA */


.menu_sel{
    position: relative;
    top: 40px;
    left: 0px;
    text-align: center;
}

#w_tables{
    display:none;
}

.nodisplay{
    display:none;
}

#tablas_compara{
  width:100%;
  position:relative;
  margin-top:20px;
}

.w_comparaTabla{
    position:relative;
    margin-bottom:120px;
    width:98%;
    margin-left:1%;
}

.w_comparaTabla .menu_accion{
    height:38px;
    width:99%;
}


.contenido_compara{
  width:100%;
}
/*Land Rover*/

.landrover #cabecera{
    background: #e5e5e5 url("../img/bg_header_landrover.jpg") no-repeat scroll center top;
    padding: 20px 50px 0px;
}

.landrover #cabecera h1 {
    background: transparent url("../img/logo_landrover.png") no-repeat scroll left top;
    color: #00173a;
    font-family: "JLRbold";
    height: 90px;
    margin: 0;
    padding: 30px 0 0 170px;
    width: 400px;
}

.landrover .menu_esta {
    position: absolute;
    right: 11px;
    margin: 15px 0 0;
}

.landrover .menu_esta li{
    float: left;
    list-style: outside none none;
    margin: 0;
}

.landrover .menu_esta li a{
    color: #333333;
    float: left;
    font-weight: normal;
    line-height: 12px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 0.7em;
    border-left: 1px solid #333333;
}

.landrover .menu_esta li:first-child a {
    border-left: medium none;
}


.landrover #tablas{

    float: left;
    overflow-x:hidden;
    overflow-y:auto;
    width: calc(100% - 258px);
    height:calc(100% - 166px);
    


}

.hidden{
    display:none;
}

.vis{
    font-weight: bold;
}

.landrover .table_title {
    color: #00173a;
}

.landrover .total {
    color: #6891c9;
}

.landrover .total_t{
    color: #9c9fa1;
    font-weight: bold;
    font-size: 13px;
}

.landrover .total_tp{
    color: #9c9fa1;
    font-weight: bold;
    font-size: 10px;
}

.landrover .border_bottom td {
    /*border-bottom: 1px solid #ff6b6b;*/
    border-bottom: 1px solid #000;
}

.landrover .border_bottom td.table_section_name {
    border-bottom: 1px solid #000;
}

.landrover .table_head_name {
    background-color: #9da0a2;
    border-bottom: 1px solid #caccce;
    color: #ffffff;
    border-right:#9da0a2;
    font-family: "JLRlight", verdana;
    letter-spacing: 1px;
}

.landrover .table_subhead_name {
    background-color: #caccce;
    border-bottom: 1px solid #caccce;
    color: #ffffff;

}
.landrover table .close {
    background: rgba(0, 0, 0, 0) url("../img/arrow_jaguar.png") no-repeat scroll center -14px;
}

.landrover .table_section_name.row_color {
    background-color: #9da0a2;
    font-weight: bold;
    color:#fff;
}

.landrover .table_section_name{
    border-left: 1px solid #caccce;
    color: #ffffff;
    background:#9da0a2
}

/*Jaguar*/

.jaguar #cabecera{
    background: #e5e5e5 url("../img/bg_header_jaguar.jpg") no-repeat scroll center top;
    padding: 20px 50px 0px;
}

.jaguar #cabecera h1{
    width: 600px;
    line-height: 40px;
    background: transparent url("../img/logo_jaguar.png") no-repeat scroll left bottom;
    color: #9e1b32;
    font-size: 30px;
    padding: 0 0 0 170px;
    margin-left: 30px;
}


.jaguar .menu_esta {
    position: absolute;
    right: 11px;
    margin: 15px 0 0;
}

.jaguar .menu_esta li{
    float: left;
    list-style: outside none none;
    margin: 0;
}

.jaguar .menu_esta li a{
    color: #333333;
    float: left;
    font-weight: normal;
    line-height: 12px;
    padding: 0 10px;
    text-decoration: none;
    font-size: 0.7em;
    border-left: 1px solid #333333;
}

.jaguar .menu_esta li:first-child a {
    border-left: medium none;
}


.jaguar #tablas{

    float: left;
    overflow-x: hidden;
    overflow-y:auto;
    width: calc(100% - 258px);
    height:calc(100% - 166px);
    
}

.jaguar .table_section_name.row_color {
    background-color: #9da0a2;
    font-weight: bold;
    color:#fff;
}

/*TABLAS*/

.jaguar .table_title {
    color: #981a2e;
}

.jaguar .total {
    color: #ff6b6b; 
}

.jaguar .total_t {
  
    color:#9c9fa1;
    font-weight: bold;
    font-size: 13px;
}

.jaguar .total_tp{
    color: #9c9fa1;
    font-weight: bold;
    font-size: 10px;
}

.jaguar .table_section_name {
    background-color: #9da0a2;
    border-bottom: 1px solid #caccce;
    border-left: 1px solid #caccce;
    color: #ffffff;
    background:#9da0a2;
}

.jaguar .table_subhead_name {
    background-color: #caccce;
    border-bottom: 1px solid #caccce;
    color: #ffffff;
}

.jaguar .table_head_name {
    background-color: #9da0a2;
    border-bottom: 1px solid #caccce;
    color: #ffffff;
    border-right:#9da0a2;
}

.bot_samecolor{
    border-bottom: 1px solid #9da0a2 !important;
}

.jaguar table .close {
    background: rgba(0, 0, 0, 0) url("../img/arrow_jaguar.png") no-repeat scroll center -14px;
}

.jaguar .border_bottom td {
    /*border-bottom: 1px solid #ff6b6b;*/
    border-bottom: 1px solid #000;
}

.jaguar .border_bottom td.table_section_name {
    border-bottom: 1px solid #000;
}


table .close {
    /*border-left: 1px solid #dcdcdc;*/
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 2px;
    text-indent: -9999px;
    top: 2px;
    width: 20px;
}

table .close a{
    width:100%;
    height:100%;
    float:left;
    position: relative;
}

/**/

.bg_gris {
    background-color: #ececec;
}

.border_right, .table_section_name.border_right {
    border-right: 3px solid #9da0a2;
}

.table_title {
    border-right: 3px solid #000;
}

.no_border_right {
    /*border-radius: 0 5px 0 0;*/
    border-right: 1px solid #c0bfc0;
}

.no_border_bottom{
    border-bottom: 0px;
}

.border_left{
    border-left: 1px solid #c0bfc0;
}

.table_name {
    border-radius: 0px 0 0;
    border-right: 0px solid #000;
    color: #fff;
    font-family: "JLRlight", verdana;
    letter-spacing: 1px;
    font-size: 18px;
    background:#caccce;
}

.total {
    font-size: 0.9em;
    font-weight: bold;
}


.list th.col_total {
    background: #fff none repeat scroll 0 0;
    color: #6891c9;
}

.col_total {
    background: #fff none repeat scroll 0 0;
    color: #6891c9;
}

/*color*/
.verde{
   color: #09AF09;
    font-weight: bold;
}

.rojo{
    color:#FF0000;
    font-weight: bold;
}

.naranja, .ambar{
    color:#F08C00;
    font-weight: bold;
}

.verde_kpi{
   color: #87f98f;
    font-weight: bold;
}

.rojo_kpi{
    color:#ff6b6b;
    font-weight: bold;
}

.ambar_kpi{
    color:#f0f4ad;
    font-weight: bold;
}

.negro, .negro_kpi{
    color:#caccce;
    font-weight: bold;
}

/*ocultar*/
.ocultar{
    display: none;
}

.mostrar{
    display: block;
}

/*migas*/

.migas{
    position: relative;
    top: 20px;
    left: 0px;
    width: 100%;
    height: auto;
    font-size: 0.7em;
    color: #333333;
    text-align: left;
    text-transform: lowercase;
}
/**/

#compara{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: auto;
    display: none;
    z-index: 9999;
}

.clp{
    border-bottom: 1px solid #781526;    
}

.titulo{
    position: relative;
    top: 0px;
    left: 0px;
    width: 95%;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFEEF0;
    text-align: center;
    padding-top: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

/*grafico*/

.w_object{
    position:relative;
    width:900px;
    height:364px;
    overflow: hidden;
}

#elgrafico{
  position: relative;;
  top:50px;
  width: 900px;
  height: 400px;
  margin-left: auto;;
  margin-right: auto;;
  padding: 20px;
  background-color: #ffffff;
}


/*Nuevos estilos para gestión de usuarios*/

.lostipos{
    margin-top: 47px;
    display: none;
}

.lostipos input[type="checkbox"]{
    display:inline;
}

.lostipos select{
    background: none;
    border: 1px solid #cccccc;
    border-radius: 3px;
    cursor: pointer;
    font-family: arial;
    font-size: 0.9em;
    font-weight: normal;
    height: auto;
    line-height: 0px;
    padding: 0;
    width: 90%;
    margin-bottom: 10px;
}

.nueva{
    position: relative;
    padding-bottom: 20px;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
    display: none;
}

#marca_usuario{
    width:100%;
    float:left;
    position:relative;
}

.marca_usuario{
    width:50%;
    float:left;
    position:relative;
}



#f_usuario{
    float:left;
    width:90%;
    margin-left:5%;
    position:relative;
    margin-top:7%;
}

@media screen and (max-width:1280px) { 

    .men_inf {
        background: rgba(0, 0, 0, 0) url("../img/n_flechita_d_b.png") no-repeat scroll 92% 24px;
    }

    #m_sup_logged{
        width:25%;
        padding-top:8px;
    }

    #m_sup_logged_list{
        width:29%;
        padding-top:8px;
    }

    #m_sup_logout{
        width:20%;
        padding-top:8px;
    }
}

@media screen and (max-width:1024px) { 

    .w_tit_logo{
        width:calc(100% - 258px);
        padding-top:7px;
        padding-bottom:7px;
    }

    .tit_lista{width:auto;}

    .tit_usr{margin-left:8px;}

    #w_menu_sup {
        float: left;
        height: 70px;
        width: calc(100% - 258px);
    }

    #w_m_inf_sel{
        height:39px;
    }

    .men_inf {
        background: rgba(0, 0, 0, 0) url("../img/n_flechita_d_b.png") no-repeat scroll 87% 14px;
        padding-bottom: 9px;
        padding-top: 11px;
    }

    .men_inf:hover{
        background-position: 87% 14px;
    }

    .logo {
        padding: 26px 13px 26px 0;
    }

    #accordion {
        height: calc(100% - 143px);
        position: absolute;
        top: 110px;
        z-index: 999;
        left:-260px;
    }

    #w_label{
        display:block;
    }

    #accordion .accord_head{

        background: url("../img/flechita.png");
        background-position: 33% center;
        background-repeat: no-repeat;
        padding: 14px 24px;
    }

    #w_footer{
        height:35px;
    }

    #w_footer2 {
        margin-left:0;
        padding-left:2%;
        padding-right:2%;
        width:96%;
        height:35px;
    }

    #txt_footer {
        margin-top:12px;
    }

    #links_footer {
        margin-top: 11px;
    }

    #w_accordion{
        height:66%;
    }

    .res_kpi {
        font-size: 43px;
    }

    .tit_kpi {
        font-size: 30px;
    }

    .w_kpi {
        margin: 14px 3%;
        width: 260px;
        min-height: 188px;
    }

    .landrover #tablas, .jaguar #tablas{
        width: 100%;
        height:calc(100% - 155px);
    }



    .w_switch_cont_sup_anios {
        top:30px;
    }

    .bt_view_graf {
        margin-top:6px;
    }

    .w_switch_top {
        width: 170px;
    }

    table tr td {
        padding: 6px 2px;
    }

    .w_cont_kpi {
        width:233px;
    }
    .cont_graph{
        height: 185px;
    }

    .tit_kpi2 {
        margin-top: 10px;
    }

    .sub_kpi_res {
        margin-top: 0;
    }

    .w_cont_graf,.w_res_kpi,.w_cont_graf {
        height:172px;
    }

    .w_switch_cont_sup {
        top: 40px;
    }

    .m_inf_tit_list{
        padding:10px 0;
    }

    #m_sup_tit_list{
        padding:8px 0px;
        
    }

    .sub_kpi_compras{
        padding-bottom:8px;
    }

    #sel_sup_marca, #sel_sup_pais{
        margin-top:8px;
    }
    .arrow_sel_paismarca {
        padding-top:1px;
        background: rgba(0, 0, 0, 0) url("../img/n_flechita_d_b.png") no-repeat scroll 100% 10px;
    }

    .arrow_sel_paismarca:hover{
        background-position:100% 10px;
    }

    .tit_logo{
        margin-top: 21px;
    }

    .tit_logo_kpi{
        margin-top:0px;
    }

    #m_sup_nselect {
        margin-top:9px;
    }

    .w_w_list{
        height: calc(100% - 29px);
    }
    .w_list{
        height:calc(100% - 117px);
        margin-top:0px;
    }

    #m_sup_logout a{
        background: rgba(0, 0, 0, 0) url("../img/n_flechita.png") no-repeat scroll 24% 0px;
    }

     #m_sup_logout a:hover{
        background: rgba(0, 0, 0, 0) url("../img/n_flechita_b_log.png") no-repeat scroll 24% 0px;
    }

    #w_m_sup_details, #w_m_sup_details_list {
        height: 30px;
    }

    #header-fixed { 
        top: 87px; 
    }

    .edit_user_bot{
        margin-left:24%;
    }

    .sel_jag_ok, .sel_land_ok{
        padding:10px 13% 10px 0px;
        width:87%;
    }

    .formulario_usuarios{
        margin-top:28px;
        height: calc(100% - 29px);
    }

    #f_usuario{
        margin-top:3.5%;
    }

    .column_form_3{
        margin: 9px 3% 3.5%;
    }

    .c_texto, .sel_jag_ok, .sel_land_ok, #sel_tipo, .boton_tipo, .boton_sel, .sel_marca{
        font-size: 0.8em;
    }

    #check_jaguar, #check_land{
        top:11px;
    }

    #usuario{
        height: calc(100% - 116px);
        overflow:hidden;
    }


}
