﻿@font-face {
    font-family: Montserrat;
    src: url("Montserrat-Regular.ttf") format('truetype'), url("Montserrat-Regular.woff") format("woff"), url("Montserrat-Regular.otf") format("opentype"), url("Montserrat-Regular.svg") format("svg");
}

@font-face {
    font-family: Montserrat-bold;
    src: url("Montserrat-Bold.ttf") format('truetype'), url("Montserrat-Bold.woff") format("woff"), url("Montserrat-Bold.otf") format("opentype"), url("Montserrat-Bold.svg") format("svg");
}

@font-face {
    font-family: Montserrat-light;
    src: url("Montserrat-Light.ttf") format('truetype'), url("Montserrat-Light.woff") format("woff"), url("Montserrat-Light.otf") format("opentype"), url("Montserrat-Light.svg") format("svg");
}

@font-face {
    font-family: "Simbolos";
    src: url("../CSS/symbols/Cssymb2.ttf") format("truetype");
}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}*/

html {
    background-color: #fdfdfd;
}

.print_boton_zcl {
    margin-left: 10px;
}

body {
    font-family: Montserrat, Arial, Helvetica;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    color: #666666;
    /*font-size: 1.7rem;*/
    font-size: 1.65em;
    min-width: 300px;
    background-color: #fdfdfd;
    padding: 20px;
}

header {
    width: 100%;
}

h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    border-bottom: 1px solid #d6d4d4;
}

h2 {
    border-bottom: 1px solid #eeeeee;
    font-size: 25px;
    font-weight: 300;
    margin-top: 0 !important;
    padding-bottom: 5px;
    padding-top: 25px;
    text-align: left;
    text-transform: uppercase;
}

.ir-arriba {
    display: none;
    padding: 0px 9px;
    font-size: 1.8em;
    color: #222;
    cursor: pointer;
    position: fixed;
    bottom: 60px;
    right: 15px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    z-index: 99;
    background-color: #e8e8e8;
}

    .ir-arriba:after {
        font-family: "FontAwesome";
    }

    .ir-arriba:hover {
    }

.breadcrumb2 {
    margin-bottom: 0px;
}

.titulo_categoria h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.imagen_producto {
    background-color: #F5F5F5;
}

.img-wrap {
    width: 200px;
    height: 150px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}

    .img-wrap img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        transform: translate(-50%, -50%);
    }

.boton {
    background: #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: normal;
    /* line-height: 21px; */
    /* padding: 10px; */
    min-width: 5em;
    min-height: 3.1em;
    font-size: 45px;
    font-weight: bolder;
    color: #666666;
    cursor: pointer;
    transition: all 0.2s;
    /* -webkit-transition: all 0.2s; */
    margin: 18px;
    display: inline-grid;
}

.buttonlogin {
    padding: 10px;
    /*width: 180px;
    height: 90px;
    font-weight: bolder;
    font-size: 30px;*/
}

.boton i {
    font-size: 1.4em;
    position: relative;
    top: 2px;
}

.boton:hover {
    background-color: #d6d4d4;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    color: #222222;
}

.boton_empresa {
    background-image: url(/Recursos/img/icon_emp.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
}

.boton_user {
    /*width: 150px;
    float: none;
    margin: auto;*/
}

    .boton_user input {
        border: none;
        background-color: transparent;
    }

.boton_psw {
    background-image: url(/Recursos/img/icon_back.png);
    background-repeat: no-repeat;
    background-position: 5px 2px;
}

.centrar_text {
    text-align: center;
}

.acceso_backoffice {
    width: 60px !important;
    float: right;
    font-size: 1.5em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.abajo_login {
    position: relative;
    /* width: 100%; */
    /*bottom: -20px;*/
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}

#Conectar {
    width: 100%;
}

#BotonesEmpresa {
    text-align: center;
}

#menu_columna_izquierda {
    min-width: 95px;
}

    #menu_columna_izquierda ul {
        padding-left: 0px;
    }

        #menu_columna_izquierda ul li {
            list-style: none;
            margin-top: 10px;
            padding-bottom: 10px;
            padding-top: 10px;
        }

            #menu_columna_izquierda ul li .boton {
                background: #eeeeee;
                border: 1px solid #ffffff;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                font-size: 17px;
                font-weight: normal;
                line-height: 21px;
                padding: 10px;
                color: #666666;
                cursor: pointer;
                transition: all 0.2s;
                -webkit-transition: all 0.2s;
                text-decoration: none !important;
                min-width: 95px;
            }

                #menu_columna_izquierda ul li .boton:hover {
                    background-color: #d6d4d4;
                    transition: all 0.2s;
                    -webkit-transition: all 0.2s;
                }

    #menu_columna_izquierda .imgLogo {
        padding-left: 0px;
        padding-right: 0px;
    }

.panel_botones {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #FBFBFB;
    padding-bottom: 7%;
    padding-top: 6%;
    margin-top: 35px;
    min-width: 500px;
    min-height: 800px;
}

.controlLogin {
    width: 450px;
    height: 100px;
    margin-bottom: 40px;
    margin-top: 14px;
    font-size: 60px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #444;
}

#ilblUsuario {
    font-size: 40px;
    font-weight: bold;
}

#ilblPassword {
    /*padding-right: 9px;*/
    padding-right: 5px;
}

#form1 {
    min-width: 265px;
}

.inicial_logo {
    text-align: center;
}

    .inicial_logo .imgLogo {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 600px;
    }

.logo_div .imgLogo {
    max-width: 200px;
    float: left;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}

.user_name {
    padding: 10px 15px;
}

.logo_div {
    padding-top: 15px;
}

.logo_search {
}

.search-box-button {
    background-color: #F5F5F5;
    border: none;
    padding: 10px 15px;
}

    .search-box-button:hover {
        color: #222222;
    }

.search_div_text {
    padding: 8px 0px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #eee;
    max-width: 175px;
}

.search-box-button i {
    padding: 0px !important;
}

.search_div_text:focus {
    background-color: #F5F5F5;
    border: 2px solid #dddddd;
    color: #222222;
}

.cabecera_superior {
    padding-top: 0px;
    padding-left: 0px;
    background-color: transparent;
}

    .cabecera_superior ul li {
        display: inline-block;
        margin-top: 0px;
    }

        .cabecera_superior ul li .link {
            padding: 10px 15px;
            display: inline-block;
        }

    .cabecera_superior ul {
        margin-bottom: 0px;
        text-align: right;
    }

.li_search {
}

.cantidad {
    padding-left: 10px;
    padding-right: 10px;
}

.carrito, .link {
    background-color: #F5F5F5;
    padding: 10px 15px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .link a, .carrito a, link input {
        color: #666666;
    }

        .link a:hover {
            color: #222222;
        }

        .carrito a:hover {
            color: #222222;
        }

    .link input:hover {
        color: #222222;
    }

    .link:hover {
        background-color: #e8e8e8;
    }

    .carrito:hover {
        background-color: #e8e8e8;
        color: #222222;
    }

.resumen_botones .link {
    max-width: 260px;
    text-align: center;
    margin: auto;
    border: 1px solid #888888;
}

    .resumen_botones .link input {
        background-color: transparent;
        border: none;
        text-transform: uppercase;
        padding-right: 0px;
    }

.resumen_fechas_servicio .link {
    max-width: 260px;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #888888;
}


.resumen_botones i {
    font-size: 1.4em;
}

.ref_en_precio {
    float: left;
}

.errores {
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.confirmar_botones {
    float: right;
    width: 100%;
    padding: 15px 15px 15px 15px;
}

#ctl00_menu_cabecera_top {
    text-align: center;
    line-height: 13px;
    text-transform: uppercase;
}

    #ctl00_menu_cabecera_top div a {
        font-size: 1.8rem !important;
        font-weight: bold;
    }

.menu ul {
    box-shadow: 0 6px 6px rgba(0,0,0,0.3);
}

.slideshow {
    margin-top: 0px;
    margin-bottom: 75px;
}

    .slideshow img {
        width: 100%;
    }

.img_responsive {
    width: 100%;
}

.img_responsive_estampado {
    width: 20%;
    display: inline;
    margin-right: 10px;
}

#ctl00_menu_cabecera_top div {
    box-shadow: 0 6px 6px rgba(0,0,0,0.3);
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px 10px 15px;
    height: auto !important;
}

#ctl00_menu_cabecera_top td {
    padding: 5px;
}

#ctl00_menu_cabecera_top a:hover,
#ctl00_menu_cabecera_top a:focus {
    color: #222222;
    text-decoration: none;
    background-color: #F5F5F5;
}

#ctl00_menu_cabecera_top td:hover,
#ctl00_menu_cabecera_top td:focus {
    color: #222222;
    text-decoration: none;
    background-color: #F5F5F5;
}

.contenedor_productos {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 94%;
}

.no_padding_side {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.caja_colores {
    width: 25px;
    height: 25px;
    float: left;
    margin: 10px 10px 10px 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 1px solid #999;
}

.Panel_colores {
    width: 25px;
    height: 25px;
    float: left;
    margin: 10px 10px 10px 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /*border: 1px solid #999;*/
}

.color_grid {
    padding-top: 22px;
}

.descripcion_producto {
    text-align: center;
    margin-top: 10px;
    min-height: 58px;
}

    .descripcion_producto span:hover {
        color: #222222;
        cursor: pointer;
    }

.lista_colores {
    text-align: center;
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0;
    height: 90px;
}

.atributos_producto {
    text-align: center;
}

.detalles_articulo {
    display: none;
}

.precio_producto {
    text-align: center;
    margin-top: 4px;
    width: 100%;
    float: left;
    color: #222222;
}

.referencia {
    float: right;
}

    .referencia span {
        font-size: 1.5rem !important;
    }

.producto_individual {
    margin-bottom: 30px;
    min-height: 527px;
    padding: 0px 20px;
    font-size: 2rem;
}

.si_mostrar_img img {
    display: block;
}

.no_mostrar_img img {
    display: none;
}

.no_mostrar_img {
    min-height: 0px;
    border: 2px solid #bfbfbf;
    padding: 0px 10px;
}

    .no_mostrar_img .descripcion_producto {
        float: left;
        min-width: 440px;
        min-height: 0px;
        text-align: left;
    }

    .no_mostrar_img .precio_producto {
        text-align: right;
        margin-top: 9px;
        width: auto;
        float: right;
        min-width: 90px;
    }

    .no_mostrar_img .atributos_producto {
        min-height: 0px;
        margin-right: 0px;
        min-width: 105px;
    }

.contenedor_productos .no_mostrar_img:hover {
    background-color: #F5F5F5;
}

.no_mostrar_img .lista_colores {
    height: auto;
    float: right;
    text-align: right;
    display: block;
    margin-bottom: 0px;
}

.no_mostrar_img .banda_pedido {
    transform: rotate(0deg);
    top: -8px;
    left: 4px;
    color: red;
    font-size: 1.1rem;
}

    .no_mostrar_img .banda_pedido p {
        padding: 0px;
    }

.footer {
    /* margin-top: 50px; */
    background-color: #FDFDFD;
    /* z-index: 9999; */
    color: #ffffff;
    position: fixed;
    bottom: 0px;
    /* padding-top: 25px; */
    padding-bottom: 20px;
    width: 70px;
    left: 0;
    /* margin-top: 15px; */
    /* height: 150px; */
}

.BotonAtras {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 55px;
    background-color: #F5F5F5;
    padding: 39px 39px 39px 20px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0.3em;
    margin-left: 0.5em;
    /* margin-top: 1em; */
    height: 146px;
    border-radius: 20px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
    /* vertical-align: middle; */
    /* border: 5px solid #FDFDFD; */
}

/*.footer {
    margin-top: 50px;
    background-color: #333333;
    color: #ffffff;
}

.footer_ul {
    list-style: none;
    color: #ffffff;
}

    .footer_ul a {
        color: #ffffff;
    }*/

.msg_superado_stock {
    position: absolute;
}

.stm_design {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 75px;
    margin-bottom: 25px;
    text-align: right;
}

.footer_span_margin {
    margin-left: 30px;
}

.footer i {
    width: 30px;
}

.stm_design a {
    color: #ffffff;
}

.paginador {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 40px;
}

    .paginador .fas {
        width: 30px;
        height: 30px;
    }

.paginas_totales {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.paginas_total {
    text-align: center;
    float: left;
    width: 100%;
    height: 30px;
}

    .paginas_total table {
        margin: auto;
    }

.pagina_actual {
    border: 1px solid #888888;
}

.footer_bloque_1, .footer_bloque_2 {
    padding: 50px 75px 0px 75px;
}

.producto_columna_izquierda {
    display: block;
}

.vista_producto {
    float: left;
    margin-top: 0px;
    margin-left: 4.1%;
    padding: 0px 0px 25px 0px;
}

    .vista_producto .producto_descripcion {
        border-top: 1px solid #666666;
        padding-top: 10px;
    }

        .vista_producto .producto_descripcion span, .producto_precio span {
            font-size: 1.5em;
            color: #222222;
        }

.producto_descripcion_desglosado {
    /*border-top: 1px solid #666666;*/
    padding-top: 10px;
    font-size: 1.2em;
    color: #222222;
    display: block;
    text-decoration: underline;
    margin-bottom: 15px;
}



.mini_con_grid_Desglosado {
    margin-top: 10px;
}

.top_atributs {
    width: 100%;
    padding-left: 70px;
    text-align: center;
}

    .top_atributs ul {
        padding: 0px;
    }

        .top_atributs ul li {
            list-style: none;
            display: inline-block;
            width: 35px;
            text-align: center;
        }

            .top_atributs ul li span {
                font-size: 0.7em;
            }

.color_grid {
    float: left;
    text-align: left;
    width: 70px;
}

.contenedor_grid {
    text-align: center;
    margin-bottom: 15px;
    display: inline-flex;
    width: 100%;
}

.tallas_grid {
    float: left;
}

.tono_color {
    height: 26px;
    width: 40px;
    border: 1px solid #eee;
}

.tono_color_img:hover {
    transform: scale(6,6);
    /*transform-origin:0 0;*/
}

.tono_color_img {
    width: 40px;
}

.mini_con_grid {
    margin: auto;
}

.tallas_grid input {
    width: 35px;
    text-align: center;
    padding: 0px;
    height: 26px;
}

.producto_columna_derecha .producto_precio {
    margin-top: 0px;
    margin-bottom: 15px;
}

.producto_columna_derecha_desglosado {
    margin-left: 22%;
}

.una_combi {
    display: inline-grid;
}

    .una_combi input:hover, .una_combi input:focus {
        border: 1px solid #999999;
        background-color: #eeeeee;
        padding: 0px;
        height: 26px;
    }

.mini_datos, .nombre_color {
    font-size: 0.6em;
    text-align: left;
}

.nombre_color {
    float: left;
}

.producto_detalles p {
    margin: 0px 20px 0px 20px;
}

.producto_detalles {
    margin: 20px 0px 20px 0px;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}

.boton_add_carrito {
    border-bottom: 1px solid #666666;
    text-align: center;
    padding: 20px 0px 37px 0px;
    width: 100%;
    float: left;
}

    .boton_add_carrito input {
        padding: 10px 100px;
        text-transform: uppercase;
        border: 1px solid #888888;
        margin-bottom: 20px;
    }

.descripciones {
    margin: 0px 0px 40px 0px;
    font-size: 0.75em;
}

.una_linea_img {
    max-width: 125px;
}

    .una_linea_img img {
        max-width: 125px;
        padding: 10px 10px 10px 0px;
    }

.una_linea_img_Estampado {
    max-width: 80px;
    float: left;
}

    .una_linea_img_Estampado img {
        max-width: 80px;
        padding: 10px 10px 10px 0px;
    }

.una_linea_tallas input {
    width: 100%;
    text-align: right;
}

.th1, .th2, .td1, .td2, .td3, .td4, .una_talla {
    width: 55px;
    float: left;
}

.th1 {
    background-color: #e8e8e8;
    text-align: center !important;
    text-transform: uppercase;
}

.columna_totales {
    float: right;
    width: 100%;
}

    .columna_totales .total {
        width: 100%;
        text-align: right;
        float: left;
        border-left: 1px solid #E8E8E8;
        border-right: 1px solid #E8E8E8;
        border-top: 0px solid #ABADB3;
        border-bottom: 1px solid #E8E8E8;
        padding: 2px 0px;
    }

.seguir_comprando {
    max-width: 260px;
    text-align: center;
    margin: auto;
    border: 1px solid #888888;
}

    .seguir_comprando input {
        border: 0px;
        background-color: transparent;
    }

.texto_confirmar {
    margin-bottom: 40px;
    text-align: center;
}

.confirmar_pedido {
    float: left;
    margin-top: 100px;
    margin-bottom: 200px;
}

.num_pedido {
    color: #222222;
}

.banda_pedido {
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    background-color: #ffffff;
    left: 0px;
}

    .banda_pedido p {
        padding: 0px 15px 0px 15px;
        margin: 0;
        text-transform: uppercase;
    }

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1300px) {
    .cabecera_superior ul .user_name {
        width: 100%;
        margin-top: 0px;
    }

    .cabecera_superior ul .link, .cabecera_superior ul .li_search {
        margin-top: 0px;
    }

    .cabecera_superior {
        top: -25px;
    }
}

@media (max-width: 950px) {
    .cabecera_superior .texto_ocultable {
        display: none;
    }

    .cabecera_superior ul li i {
        padding: 0px 0px 0px 0px;
    }
}

@media (min-width: 950px) {
    .cabecera_superior ul li i {
        padding: 0px 10px 0px 0px;
    }
}

.resumen_pedido_lineas, .resumen_totales, .resumen_botones, .lineas_borradas, .resumen_fechas_servicio {
    padding: 15px;
    list-style: none;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
    float: left;
    width: 100%;
}

.resumen_datos_cliente, .observaciones, .centros_envio {
    padding: 15px;
    list-style: none;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
    min-height: 250px;
    background: #ffffff;
}

.error_stock {
    padding: 15px;
    list-style: none;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
    min-height: 150px;
    background: #ffffff;
}


.resumen_totales {
    min-height: 250px;
}

.resumen_fechas_servicio {
    min-height: 190px;
}

.resumen_datos_cliente div {
    display: table;
    width: 100%;
}

    .resumen_datos_cliente div .pull-right {
        color: #222222;
    }

.resumen_totales .pull-right {
    color: #222222;
}

.columna_right {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    float: right;
}

.recuperar_linea_boton {
    margin-right: 10px;
}

.margen_top {
    margin-top: 15px;
}

.resumen_right {
    float: right;
    padding-top: 15px;
    width: 100%;
}

.un_margen_importe {
    margin-left: 15px;
    margin-right: 5px;
}

.resumen_right_bottom {
    float: right;
    width: 100%;
    padding: 15px 0px 0px 0px;
}

.columna_right h3 {
    margin-top: 5px !important;
    color: #222222;
}

.resumen_left {
    float: left;
    padding: 15px 0px 15px 15px;
}

.margen_iva {
    margin-right: 10px;
}

.salta_linea {
    float: left;
    margin: 20px 0px 20px 0px;
}

.una_linea {
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    border: 1px solid #e8e8e8;
}

    .una_linea .col-lg-9 {
        width: 73%;
    }

.una_linea_botones i {
    font-size: 1.3em;
    padding: 0px 5px 0px 5px;
}

.una_linea_botones {
    width: 100px;
    padding-right: 10px !important;
    padding-top: 10px;
    float: right;
    padding-bottom: 10px;
}

.total_carrito {
    border-top: 1px solid #e8e8e8;
    margin-top: 10px;
    padding-top: 10px;
}

    .total_carrito span {
        font-size: 2rem;
        color: #222222;
    }

.linea_desc {
    padding-top: 9px;
}

.una_linea_desc_ref_col {
    font-size: 1.8rem;
}

.una_linea_tallas {
    float: left;
}

.extra_margin_top {
    margin-top: 20px !important;
}

.resumen_totales div {
    float: left;
    width: 100%;
}

.resumen_fechas_servicio div {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.unidades_en_carrito {
    margin-bottom: 10px;
}

.resumen_totales .link {
    border: 1px solid #e8e8e8;
    text-align: center;
    margin-top: 10px;
}

resumen_fechas_servicio .link {
    border: 1px solid #e8e8e8;
    text-align: center;
    margin-top: 10px;
}

.linea_div {
    width: 100%;
    height: 1px;
    margin: 15px 0px 15px 0px;
    float: left;
}

.total_observaciones {
    float: left;
    margin-top: 30px;
}

.total_fechas {
    float: left;
    margin-top: 30px;
    width: 100%;
}

.observaciones textarea {
    width: 100%;
    min-height: 170px;
}

#carrito_desplegable {
    width: 300px;
    z-index: 1000;
    margin-right: 15px;
    position: absolute;
    right: 0px;
    margin-top: 15px;
    background-color: #ffffff;
    opacity: 0;
    z-index: -100;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

.carrito:hover > #carrito_desplegable {
    display: block;
    opacity: 1;
    z-index: 100;
}

.resumen_totales h3, .observaciones h3, .resumen_fechas_servicio h3 {
    margin-top: 0px;
    float: left;
}

.titulo_categoria h1 {
    font-size: 2em;
    color: #222222;
    border: none;
    margin-left: 3%;
    margin-right: 3%;
}

.esquerra {
    transform: translate3d(-260px, 0px, 0px);
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    display: none;
}

.dreta {
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    display: block;
}

#menu_lateral {
    float: left;
    margin-top: 60px;
}

    #menu_lateral a {
        text-transform: uppercase;
        display: block;
    }

    #menu_lateral li {
        border-bottom: 1px solid #e8e8e8;
        list-style: none;
        display: block;
        width: 100%;
        padding: 13px 5px 13px 5px;
    }

        #menu_lateral li:hover {
            background-color: #e8e8e8;
        }

    #menu_lateral ul {
        padding: 0px;
        border-top: 1px solid #e8e8e8;
    }

.datos_pedidos {
    list-style: none;
    float: left;
    margin-top: 0px;
    padding: 0px 15px 0px 15px;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
    border-left: 1px solid #e8e8e8;
    min-height: 440px;
}

    .datos_pedidos h3 {
        text-align: left;
        text-transform: uppercase;
        margin-top: 0px;
    }

#boton_menu {
    padding: 5px 12px;
    font-size: 2.5rem;
    position: fixed;
    z-index: 1000;
    background-color: transparent;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

    #boton_menu:hover {
        background-color: #e8e8e8;
    }

.espaciador {
    height: 20px;
    display: block;
    width: 100%;
}

.col_esq {
    width: 100% !important;
    transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.span_div {
    width: 20%;
    float: left;
    font-family: monospace !important;
    border-right: 1px solid #e8e8e8;
}

.span_div_rep {
    width: 16%;
    float: left;
    font-family: monospace !important;
    border-right: 1px solid #e8e8e8;
}

.no_border {
    border: none !important;
}

.span_div_sup {
    width: 20%;
}

.span_div_sup_rep {
    width: 16.5%;
}

.span_div_sup_albaran {
    width: 16.6%;
}

.span_div_albaran {
    width: 16.6%;
    float: left;
    font-family: monospace !important;
    border-right: 1px solid #e8e8e8;
}

.span_div_sup_factura {
    width: 11.1%;
    float: left;
}

.span_div_factura {
    width: 11.1%;
    float: left;
    font-family: monospace !important;
    border-right: 1px solid #e8e8e8;
}

.span_div_sup, .span_div_sup_albaran, .span_div_sup_factura, .span_div_sup_rep {
    float: left;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0px 5px 0px;
}

.datos_carritos_pendientes, .pedidos_confirmados, .pedidos_sin_confirmar, .albaranes, .facturas, .modificar_contraseña, .datos_carritos_pendientes, .clientes_zona_representantes, .nuevo_cliente {
    padding: 15px;
    list-style: none;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.pedidos_confirmados_Rep, .pedidos_sin_confirmar_Rep, .albaranes_Rep, .facturas_Rep, .pedidos_confirmados_Rep_EST {
    padding: 15px;
    list-style: none;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

.pedidos_confirmados_Rep_EST {
    width: 90% !important;
}


.datos_pedidos .text-right {
    padding-right: 10px;
}

.datos_pedidos .text-left {
    padding-left: 5px;
}

td.td_normal.text-left.ancho35_8 {
    padding-left: 12% !important;
}

.carro_modificar i {
    float: right;
    padding-right: 10px;
}

.popup_centros_envio {
    position: absolute;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.8);
}

.popup_error_stock {
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    /*z-index: 100;*/
    background-color: rgba(255, 255, 255, 0.8);
}

.popup_error_contraseñas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 100; */
    background-color: rgba(255, 255, 255, 0.8);
}

.pop_cont_error_stock {
    margin-left: 15%;
    margin-top: 15%;
    margin-bottom: 10%;
    position: absolute;
    bottom: 3%;
    left: 17%;
}

.centros_de_envio {
    background-color: #ffffff;
    z-index: 200;
}

.un_centro {
    float: left;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .un_centro:hover {
        border: 1px solid #222222;
        background-color: #f2f2f2;
    }

    .un_centro div {
        width: 100%;
        z-index: 300;
        border: none;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
    }

.pop_cont1 {
    margin-left: 10%;
    margin-top: 5%;
}

.pop_cont2 {
    margin-left: 20%;
    margin-top: 35%;
}





.direccion_envio .link {
    width: 131px;
    display: inline;
    margin: 0 10px;
}

.span_div_centro .margen_iva {
    float: left;
    width: 92%;
    margin-top: 10px;
}

.direccion_envio .cambiar {
    padding-left: 10px;
    padding-right: 0px;
}

.mod_psw, .mod_new {
    float: left;
    width: 100%;
    text-align: left;
    margin: 4px 0px 4px 0px;
}

.mod_new {
    width: 33.333967%;
}

.span_div_label_graficas {
    text-align: left;
}

.mod_Graficas {
    text-align: left;
    margin: 10px 0px 4px 0px;
    width: 100%;
}

.span_div_contraseña, .mod_psw input {
    float: left;
    width: 400px;
}

.span_div_contraseña_label {
    float: left;
    width: 205px;
}

.span_div_cliente_label {
    width: 90px;
}

.span_div_cliente_label, .mod_new input, .mod_new select {
    float: left;
    width: 92%;
}

span_div_usuario_esta_label {
    float: left;
    width: 23%;
}

.modificar_contraseña {
    width: 530px;
}

.nuevo_cliente {
    width: 999px;
}

.boton_seguir_comprando {
    display: table;
    padding-top: 10px;
    margin: auto;
}

.pedidos_pendientes {
    width: 100%;
}

.td_sup {
    width: 17.1%;
    float: left;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 0px 5px 0px;
    font-size: 1.2rem;
}

.td_normal {
    width: 16.6%;
    float: left;
    padding: 5px 0px 5px 0px;
    font-family: monospace !important;
    font-size: 1.2rem;
}

.div_sup_buscar {
    float: left;
    border-top: 1px solid #e8e8e8;
    padding: 0px 1px 0px 2px;
    font-size: 1.2rem;
}

.div_sup_buscar_lupa {
    width: 3%;
    float: left;
    padding: 6px 0px 5px 0px;
    min-width: 30px;
    background-color: #e8e8e8;
    height: 51px;
}

    .div_sup_buscar_lupa p {
        font-size: 1.1rem;
        margin-bottom: 0px;
    }

.clientes_zona_representantes .div_buscar {
    float: left;
    font-family: monospace !important;
    font-size: 1.2rem;
    padding: 0px 2px 0px 2px;
}

.clientes_zona_representantes .cabecera_superior {
    font-size: 1.2rem;
}

.div_buscar input {
    width: 100%;
}

.buscadores_zona_representantes {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
}

.datos_zona_representantes {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 0px;
}

    .datos_zona_representantes .ancho25_6 {
        text-align: left;
    }

.clientes_zona_representantes a:hover > div {
    background-color: #F5F5F5;
    font-weight: bold;
}

.datos_carritos_pendientes tr:hover > td {
    background-color: #F5F5F5;
    font-weight: bold;
    color: #222222;
}

.ancho7 {
    width: 7%;
    min-width: 50px;
}

.ancho8 {
    width: 8%;
    min-width: 80px;
}

.ancho10 {
    width: 10%;
}

.ancho20_6 {
    width: 20.6%;
}

.ancho24 {
    width: 24%;
}

.ancho26_2 {
    width: 26.2%;
}

.ancho15 {
    width: 15%;
}

.ancho35_8 {
    width: 35.8%;
}

.ancho16 {
    width: 16%;
    min-width: 110px;
}

.lupa {
    padding: 5px 0px;
}

.ancho_de_cabecera {
    float: left;
    width: 97%;
}

.opciones_gestion_clientes {
    float: right;
    width: 3%;
    margin: 2px 0px;
    font-size: 1.2rem;
}

.li_sin_color {
    float: left;
    padding: 9px 8px 6px;
}



/* entrada de artículos ----------------------------------------------------- */

.num_entrada, .fecha_entrada {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 10%;
    color: #222222;
    font-weight: bold;
    padding-left: 2%;
}

.num_entrada2 {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #222222;
    font-weight: bold;
    padding-left: 2%;
}

#lista_articulos_salida_columna_derecha table {
    font-size: 12px;
    top: 0px;
    left: 0px;
}

.tr_cabecera_superior th {
    background-color: #ecf6fb;
    border: 1px solid #a0d0eb;
    padding: 0.5%;
}

.tr_cabecera_superior_datos {
    background-color: #ffffff;
}

    .tr_cabecera_superior_datos td {
        height: 40px;
    }

    .tr_cabecera_superior_datos input {
        background-color: #ffffff;
        border: 1px solid #a0d0eb;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        margin-left: 5%;
        padding-bottom: 5px;
        padding-top: 5px;
        width: 90%;
    }

    .tr_cabecera_superior_datos tr span {
        border: none;
        margin-left: 10%;
        width: 80%;
        background-color: #ffffff;
    }

    .tr_cabecera_superior_datos select, option {
        border: 1px solid #a0d0eb;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        height: 28px;
        margin-left: 5%;
        width: 90%;
        font-size: 16px;
    }

.boton_ok_linea {
    background-image: url("/Recursos/img/ok_blanc_30.jpg");
    background-position: 50% center;
    background-repeat: no-repeat;
    height: 30px;
    background-color: none;
    border: none !important;
}

    .boton_ok_linea:hover {
        background-image: url(/Recursos/img/ok_verd_30.jpg);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        border: none !important;
    }

.boton_borrar_linea {
    background-image: url(/Recursos/img/ko_blanc_30.jpg);
    background-position: 50% center;
    background-repeat: no-repeat;
    height: 30px;
    background-color: none;
    border: none !important;
}

    .boton_borrar_linea:hover {
        background-image: url(/Recursos/img/ko_vermell_30.jpg);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        border: none !important;
    }

.boton_borrar_linea2 {
    background-image: url(/Recursos/img/ko_blanc_30.jpg);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-width: 0;
    height: 30px;
    width: 30px;
    background-size: 25px;
}

    .boton_borrar_linea2:hover {
        background-image: url(/Recursos/img/ko_vermell_30.jpg);
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        border-width: 0;
        height: 30px;
        width: 30px;
    }

.margen_top_carro {
    margin-top: 44px;
    float: right;
}

.num_unidades {
    color: #222222;
    font-weight: bold;
}

.ancho_min_150 {
    min-width: 150px;
}

.confirmar_carro {
    background: #d6ffdd url("/Recursos/img/carro.png") no-repeat scroll 10px center / 25px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 17px;
    font-weight: normal;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: #666666;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    float: right;
    margin-top: -8px;
    padding-left: 38px;
    width: 190px;
}

    .confirmar_carro input {
        background-color: transparent;
        border: medium none;
    }

    .confirmar_carro:hover {
        background: #55E26F url("/Recursos/img/carro.png") no-repeat scroll 10px center / 25px auto;
    }

.boton_mas {
    background-image: url("/Recursos/img/sumar.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 6px;
    width: 25px;
    background-color: #ffffff;
}

.boton_menos {
    background-image: url("/Recursos/img/restar.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 6px;
    width: 25px;
    background-color: #ffffff;
}

.boton_mas:hover {
    background-image: url("/Recursos/img/sumar_blau.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 25px;
}

.boton_menos:hover {
    background-image: url("/Recursos/img/restar_blau.png");
    background-repeat: no-repeat;
    background-size: 24px auto;
    border: medium none;
    height: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 25px;
}

.botones_accion input {
    background-size: 25px auto;
    width: 40%;
}

.row_entrada_fecha {
    margin-bottom: 25px;
    margin-top: 10px;
}

.scrollGrid {
    margin-top: 50px;
}

    .scrollGrid table tr td {
        border: none !important;
    }

.border_table {
    border-bottom: 1px solid #a0d0eb;
    border-left: medium none;
    border-right: medium none;
}

/*.tdlogin{
     padding-bottom: 0.5em;
}*/

.right_text {
    text-align: right;
}

tr.right_text td {
    padding-bottom: 0.71em;
}

.span_div_centro.margen_iva {
    margin: 1.2em 5em;
    text-align: right;
}

    .span_div_centro.margen_iva input, .span_div_centro.margen_iva select {
        position: absolute;
        right: 9em;
    }

    .span_div_centro.margen_iva span {
        position: relative;
        right: 17em;
    }

.precio_aux {
    font-size: 14px !important;
}

.ver_precios {
    width: 99%;
    text-align: right;
}

.ver_precios_chk {
    margin-right: 5px;
}


.boton_cambiar_fechas, .boton_cambiar_fechas_volver {
    display: table;
    padding-top: 10px;
    margin-right: 27px;
    position: absolute;
    bottom: 3%;
}

.boton_cambiar_fechas {
    left: 25%;
}

.boton_cambiar_fechas_volver {
    left: 55%;
}

.rutaimagendesglosada {
    width: 351px;
    margin-right: 0px;
    float: left;
    display: block;
}

.Cabecera_INFO {
    width: 100%;
    height: 100%;
    font-size: 40px;
    text-align: center;
    margin: 40px auto;
}

.Calendarcss {
    width: 18em;
    height: 18em;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    z-index: 999999;
    position: absolute;
    float: left;
    margin-left: 10%;
    background: #fff;
}

.Calendartxt {
    font-weight: bold;
    border: 2px solid gray;
    text-align: center;
    width: 50%;
    height: 2em;
    margin-top: 40px;
    font-size: 45px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
}

.Bienvenida {
    display: block;
    text-align: left;
    margin-bottom: 1.4em;
    margin-left: 15px;
    font-size: 42px;
    border-bottom: 1px solid gray;
}

.lblinfoLiq, .lblCentroMando, .lblbtnTiendas,.lblbtnconsultar,.BtnMasInfo {
    display: inline-block;
    width: 80%;
    text-align: center;
    font-size: 45px;
    background-color: #F5F5F5;
    padding: 37px 15px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 0.3em;
    /* margin-left: 1.5em; */
    margin-top: 1.2em;
    height: 150px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    /* vertical-align: middle; */
}

.Tiempo_INFO {
    margin-bottom: 50px;
}

.BtnTiempo {
    border: 1px solid black;
    padding: 25px;
    font-size: 1.2em;
    margin-right: 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
    /*background-color: #eee;*/
}

.BtnTiempoSelected {
    Color: #111;
    background-color: #eee;
    border: 2px solid black;
    padding: 25px;
    font-size: 1.2em;
    margin-right: 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.2);
}

.Cuerpo_INFO {
    text-align: center;
}

i.fas.fa-angle-down, i.fas.fa-angle-left, i.fas.fa-angle-right {
    font-size: 85px;
    /*margin-left: 15px;*/
    vertical-align: Middle;
    /* padding-top: 46px; */
}

i.fas.fa-angle-left {
    /*margin-right: 40px;*/
}

i.fas.fa-angle-right {
    /*margin-left: 40px;*/
}

i.fas.fa-angle-down {
    font-size: 60px;
    vertical-align: middle;
}

.btnpickdate {
    /*border: 1px solid black; */
    padding: 28px;
    margin: 0 15px;
    /* margin-top: -69px; */
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.4);
    background-color: rgba(200,200,200,0.1);
}

.btnpickdatedown {
    padding: 13px;
    margin-left: 5px;
    vertical-align: middle;
}

.BtnOut {
    text-align: right;
    position: absolute;
    right: 25px;
    /* padding: 1px; */
    /* border-radius: 35px; */
    /* width: 10%; */
    font-weight: bolder;
}

.TrimesrtesDDL {
    font-size: 40px;
    width: 70%;
}

    .TrimesrtesDDL option {
        font-size: 15px !important;
    }

.boton_user {
    border-radius: 20px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.4);
}


/*RANKINGS*/

.Cabecera_INFO_Ranking {
    width: 100%;
    height: 100%;
    font-size: 40px;
    text-align: center;
    margin: 20px auto;
}

.RankingTodo {
    display: table;
    width: 100%;
    font-size: 2.1em;
    text-align: left;
    /*margin-top: 15%;*/
    border-collapse: collapse;
    overflow: auto;
    /*height: 1200px;*/
    height: 35em;
}

.Ranking2 {
    -webkit-overflow-scrolling: touch; /* Para el Iphone */
    height: 100%;
    width: 100%;
    overflow: auto;
    /* padding-right: 20px; */
    padding: 20px;
    margin-top: 10px;
}

.FilaCabceraRranking {
    display: table-header-group;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.CabeceraRanking {
    display: table-cell;
}

.tableRanking {
    display: table-row;
}

.tdRanking {
    display: table-cell;
    padding: 25px;
}

.lblRanking {
    font-size: 50px;
    font-weight: bold;
}

.lblBottonUV {
    margin: 87px auto;
    height: 4em;
    padding: 1.3em;
    font-size: 50px;
}

.imgartranking {
    min-height: 25em;
    max-height: 27em;
    max-width: 100%;
}

.imgartrankingdiv {
    text-align: center;
    /* border: 1px solid black; */
    box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
    /* background-color: gray; */
}

.LabelArticulos {
    display: inline;
}

.tableRankingArticulos {
    margin: 25px 0 50px 0;
    text-align: center;
    display: grid;
    font-size: 40px;
}

.paddingRight{
    padding-right: 300px;
}
.LabelArticulos.CSSARTDESC {
    font-weight: bold;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* width: 20px; */
    /* overflow-wrap: break-word; */
    /* margin-left: 15%; */
}
/*td.tdRanking.tdRank1 {
    width: 90px;
    text-align: center;
}
td.tdRanking.tdRank2 {
    width: 140px;
}
td.tdRanking.tdRank3 {
    width: 430px;
    font-size: 32px;
}
td.tdRanking.tdRank4 {
    width: 140px;
}*/


/*CENTRO MANDO*/
.lblCentroMando{
    width: 55%;
    margin-top: 3em !important;
    font-weight: bold;
}

.lblbtnTiendas{
    font-size: 40px;
    height: auto;
    font-weight: bold;
}

.lblbtnconsultar{
    width: 59%;
}

.PanelListadoTiendas{
    display: table;
    width: 100%;
    font-size: 2.1em;
    text-align: center;
    margin-top: 4%;
    border-collapse: collapse;
    overflow: auto;
    /* height: 1200px; */
    height: 35em;
}

.ListadoTien{
    -webkit-overflow-scrolling: touch;
    height: 100%;
    width: 100%;
    overflow: auto;
    /* padding-right: 20px; */
    padding: 20px;
    /* margin-top: 10px; */
}


.CalendarCentroMando{
    margin-top: 5px;
    margin-bottom: 15px;

}

/*TABLA CUADRO MANDO*/
.RankingTodoCM {
    -webkit-overflow-scrolling: touch; /* Para el Iphone */
    /*display: table; */
    width: 100%;
    font-size: 38px;
    text-align: left;
    /* margin-top: 15%; */
    border-collapse: separate;
    border-spacing: 0px;
    overflow: auto;
    /* height: 1200px; */
    /* padding: 10px; */
    height: 34em;
    /* border: 1px solid black; */
}

.Ranking2CM {
    -webkit-overflow-scrolling: touch; /* Para el Iphone */
    height: 0%;
    width: 90%;
    overflow: auto;
    /* padding-right: 20px; */
    /* padding: 20px; */
    margin: 70px auto;
    border-radius: 60px;
    box-shadow: 2px 2px 17px 2px rgba(0,0,0,0.2);
    background-color: #fafafa;
}
.Ranking2CM td {
    width: 1%;
    /* border: 1px solid #ccc; */
    padding: 7px;
    padding-left: 44px;
    /* margin-left: 10px; */
}

.ClaseCabeceraTablaCM, .ClaseCabeceraResultadoCM{
    text-align: center;
    padding: 18px !important;
    border-bottom: 1px solid #ddd;
    font-weight: bolder;
    font-size: 38px;
}

.ClaseCabeceraTablaCM {
    border-top: 1px solid #ddd;
}

.ClaseCabeceraTablaCMOPERAROI{
    text-align: center;
    padding: 18px 0px!important;
    font-size: 39px;
    font-weight: bold;
}

.RankingTodoCM .Ranking2CM:first-of-type {
    margin-top: 40px !important;
}

/*LEER ARTICULOS*/
.PanelArticulosLeer{
    font-size: 2.4em;
}
.imgleerArticulo{
    display: block;
    margin: auto;
    max-width: 800px;
}
.infoArticuloLeido{
    /*font-size: 2.4em; lblbtnTiendas*/
}

.BtnMasInfo{
    font-size: 35px;
    height: 116px;
    font-weight: bold;
    width: 350px;
}

.BtnReset{
    display: inline-block;
    text-align: center;
    font-size: 30px;
    background-color: #F5F5F5;
    padding: 12px 5px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* margin-left: 1.5em; */
    height: 64px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2);
    /* vertical-align: middle; */
    width: 7%;
    margin-left: 4%;
}