﻿@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?ibh5tp');
    src: url('fonts/icomoon.eot?ibh5tp#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?ibh5tp') format('truetype'), url('fonts/icomoon.woff?ibh5tp') format('woff'), url('fonts/icomoon.svg?ibh5tp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icone-"], [class*=" icone-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#Contenedor_pnl_reporteVentasPronosticos, #Contenedor_pnl_reporteDocumentos, #Contenedor_pnl_reporteGeneral {
    text-align: left;
}

#Contenedor_gv_pronosticosWrapper {
    padding: 0px 0px 0px 10px;
}

#Contenedor_pnl_ventaPronosticos div:nth-child(2) {
    -moz-padding: 0px 0px 0px 10px;
}

#Contenedor_pnl_facturas {
    text-align: center;
    padding: 10% 25%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5000;
}

#dv_facturas {
    background: white;
    padding: 10px;
    border-radius: 20px;
}

.reportes {
    overflow: auto;
    height: 300px;
    margin: 5px 0px 0px 0px;
    display: -webkit-box;
}

.reportes2 {
    overflow: auto;
    height: 300px;
    margin: 5px 0px 0px 0px;
    display: -webkit-box;
}

    .reportes2 div {
        width: 100%;
    }

a {
    outline: none;
    text-decoration: none;
    margin: 0px 0px;
    padding: 0px;
    display: inline-block;
}

body {
    background: #FFFFFF;
    color: #53565A;
    font-family: Arial;
    font-size: 14px;
    margin: 103px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
}

    body.cambiarColor2, #main2.cambiarColor2 {
        background: #676767;
    }

h1 {
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0px 10px 0px;
    color: #0072CE;
    text-align: center;
}

h2 {
    color: #0072CE;
    font-size: 1em;
    font-weight: bold;
}

h3 {
    font-size: 0.84em;
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    margin: 0px 0px 0px 0px;
}

h4 {
    margin: 1px 0px;
    padding: 10px 15px;
    color: #0072ce;
    cursor: pointer;
}

p {
    margin: 0px;
}

.miCarrito {
    margin-right: 68%;
}

span {
    color: #53565A;
    /*font-weight: bold;*/
    text-align: right;
    font-size: 0.84em;
}

#div_ayuda {
    position: fixed;
    right: 0px;
    width: 200px;
    /*background: #0072ce;*/
    background: #003869;
    background-image: -webkit-linear-gradient(top, #007CB7, #003869);
    background-image: -moz-linear-gradient(top, #007CB7, #003869);
    background-image: -o-linear-gradient(top, #007CB7, #003869);
    background-image: linear-gradient(top, #007CB7, #003869);
    border-radius: 20px;
    padding: 10px;
    z-index: 2;
}

    #div_ayuda:hover #div_ayudaDatos {
        display: inherit;
    }

#div_ayudaDatos {
    text-align: center;
    display: none;
    color: #ffffff;
    margin-top: 15px;
}

#div_productos {
    overflow: auto;
    padding: 1%;
}

#contenedor #dv_datosRemitente, #contenedor #dv_datosDestinatario {
    border-color: #0099CC;
    border-radius: 20px;
    border-style: none;
    display: inline-block;
    margin: 0px;
    padding: 10px;
    width: 90%;
    text-align: center;
}

ol {
    counter-reset: li; /* Inicia el contador */
    list-style: none; /* Elimina el número por defecto */
    *list-style: decimal; /* Continúa usando el número por defecto en IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
}

.rounded-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0 .5em 20px;
    background: #c8c9c7;
    color: #66737B;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    font-weight: 900;
}

    .rounded-list a:hover {
        background: #eee;
    }

        .rounded-list a:hover::before {
            transform: rotate(360deg);
        }

    .rounded-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #0072ce;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
        color: white;
    }

.pnl_checkboxlist {
    display: inline-block;
    border-radius: 12px;
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3), 0px 0px 99px 10px rgba(255, 255, 255, 0.3) inset;
    outline: none;
    text-indent: 0.01px;
    padding: 4px 8px;
    margin: 4px 0px;
    width: 165px;
}

#p_tipoDocumentos {
    padding: 0px 8px;
    cursor: pointer;
    color: black;
}

#Contenedor_cbl_claseFactura {
    position: fixed;
    background: white;
    display: inline-block;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    outline: none;
    text-indent: 0.01px;
    padding: 0px;
    margin: 6px 0px 0px 0px;
    width: 165px;
    text-align: left;
    z-index: 100;
}

.divRow1 {
    background: #c8c9c7;
    padding: 10px;
}

.divRow2 {
    padding: 10px;
}

/*#logoLevicOnline {
    background: #0072CE;
    position: absolute;
    left: 0px;
    top: 9px;
    width: 244px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 15px 0px 15px 9px;
    margin: 0px;
}*/

#contenedorHeader {
    background: #C8C9C7;
    height: 81px;
    margin: 0px 0px 0px 0px;
    min-width: 296px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0px;
}

    #contenedorHeader.cambiarColor, #contenedorMenu.cambiarColor, #contenedorMenu ul li.cambiarColor {
        background: #000000;
    }

#contenedorMenu {
    background: #f7f7f7;
    border-radius: 20px;
    margin: 3px 0 0 0;
    min-width: 300px;
    padding: 0;
    width: 100%;
    z-index: 10;
}

    #contenedorMenu ul {
        list-style: none;
        margin: 0;
        padding: 0 0 0 2em;
        text-align: left;
        z-index: 10;
    }

        #contenedorMenu ul #cerrarSecion {
            float: right;
            position: relative;
        }

        #contenedorMenu ul li {
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            background: #f7f7f7;
            border-radius: 20px;
            cursor: pointer;
            display: inline-block;
            margin: 0 1.5em 0 0;
            padding: 0px 10px;
            transition: all 0.2s;
            z-index: 10;
        }

            #contenedorMenu ul li:hover {
                background: #555;
                color: #fff;
                z-index: 10;
            }

                #contenedorMenu ul li:hover a {
                    display: block;
                    padding: 0.5em 0;
                }

                #contenedorMenu ul li:hover ul {
                    display: block;
                    opacity: 1;
                    visibility: visible;
                }

            #contenedorMenu ul li a {
                display: block;
                padding: 0.5em 0;
            }

                #contenedorMenu ul li a span {
                    color: #0099CC;
                    font-family: Arial;
                    font-size: 1em;
                    margin: 0 0 0 5px;
                }

            #contenedorMenu ul li ul {
                -o-transition: opacity 0.2s;
                -ms-transition: opacity 0.2s;
                -moz-transition: opacity 0.2s;
                -transition: opacity 0.2s;
                -webkit-transiton: opacity 0.2s;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                display: none;
                margin: 0px;
                opacity: 0;
                padding: 0px;
                position: absolute;
                visibility: hidden;
            }

                #contenedorMenu ul li ul li {
                    background: #555;
                    border-radius: 0px;
                    display: block;
                    margin: 0px;
                    text-shadow: 0 -1px 0 #000;
                }

                    #contenedorMenu ul li ul li:first-child {
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;
                    }

                    #contenedorMenu ul li ul li:last-child {
                        border-bottom-left-radius: 10px;
                        border-bottom-right-radius: 10px;
                    }

                    #contenedorMenu ul li ul li:hover {
                        background: #666;
                    }

                    #contenedorMenu ul li ul li a {
                        margin-right: 0.5em;
                        padding-right: 0.5em;
                        text-align: left;
                    }

#detalleProducto {
    background-color: #E7E7E7;
    width: 60%;
    position: fixed;
    top: 30%;
    left: 20%;
    z-index: 1;
    border-radius: 20px;
    display: inline-block;
}

    #detalleProducto span {
        display: block;
        text-align: left;
        margin: 15px 20px 15px 220px;
    }

    #detalleProducto :nth-child(2) {
        margin-top: 50px;
    }

#Contenedor_img_detalleProducto {
    width: 200px;
    position: absolute;
    top: 15px;
    left: 15px;
}

#Contenedor_cerrar {
    position: absolute;
    top: 15px;
    right: 15px;
}

    #Contenedor_cerrar:hover {
        position: absolute;
        top: 15px;
        right: 15px;
        color: red;
    }

.dv_buscar {
    text-align: right;
}

.oferta {
    border-left: 92px solid rgb(255, 255, 255);
    border-top: 50px solid red;
    border-top-right-radius: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.oferta2 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: red;
    width: 35px;
    height: 100%;
}

.oferta3 {
    width: 5%;
    background: red;
    position: relative;
    margin: 5px 0px 15px 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 9pt 0px 20px rgba(105, 108, 109, 0.7);
}

.oferta4 {
    width: 5%;
    background: white;
    position: relative;
    margin: 5px 0px 15px 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 9pt 0px 20px rgba(105, 108, 109, 0.7);
}

.oferta5 {
    width: 5%;
    background: red;
    position: relative;
    margin: 0px 0px 10px 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 9pt 0px 20px rgba(105, 108, 109, 0.7);
}

.oferta6 {
    width: 5%;
    background: white;
    position: relative;
    margin: 0px 0px 10px 0px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 9pt 0px 20px rgba(105, 108, 109, 0.7);
}

.dv_laboratorios {
    margin: 0px;
    padding: 5px;
    overflow: auto;
}

    .dv_laboratorios a {
        width: 100%;
        margin: 0px;
        padding: 2px 5px;
        box-sizing: border-box;
        cursor: pointer;
        font-size: .8em;
    }

#div_totalesCarrito {
    text-align: center;
    top: 143px;
    width: 175px;
    /*position: fixed;*/
    right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0pt 0px 20px rgba(105, 108, 109, 0.7);
    background-color: #0072ce;
    padding: 15px 0px;
}

#h1_titulo {
    padding: 0px;
}

#div_productos .margenProductos {
    padding: 0px 5px 5px 0px;
    background-color: #FFFFFF;
    box-shadow: 0pt 0px 20px rgba(105, 108, 109, 0.7);
    margin: 5px 0px 15px 0px;
    width: 94%;
    position: relative;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#div_productosCarritos {
    overflow: auto;
    padding: 10px;
    margin-right: 168px;
}

    #div_productosCarritos .margenProductos {
        box-shadow: 0pt 0px 20px rgba(105, 108, 109, 0.7);
        margin: 0px 0px 10px 0px;
        width: 95%;
        position: relative;
        float: left;
        text-align: center;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    #div_productosCarritos .margenProductos2 {
        padding: 20px;
        background-color: #7295B8;
        box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
        margin: 5px 0px;
        position: relative;
    }

.ayuda {
    position: fixed;
    top: 89px;
    right: 64px;
    z-index: 2;
}

.floatIzquierda {
    float: left;
}

.datosProducto {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    text-align: center;
    box-sizing: border-box;
}

    .datosProducto .imgWidth {
        max-height: 114px;
        width: 100%;
        position: relative;
        -webkit-transition: all .1s ease;
        -moz-transition: all .1s ease;
        -ms-transition: all .1s ease;
        transition: all .1s ease;
    }

    .datosProducto .imgHeigth {
        max-height: 80px;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .1s ease;
    }

    .datosProducto img:hover {
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        z-index: 2;
    }

    .datosProducto span {
        display: block;
        font-weight: bold;
        text-align: center;
        margin: 4px 0px;
    }

    .datosProducto .lbl_nombre {
        text-align: left;
        font-size: 1em;
    }

    .datosProducto .lbl_sustenciaActiva {
        text-align: left;
        font-weight: normal;
        font-style: italic;
    }

    .datosProducto .lbl_indiceTerapeutico {
        text-align: left;
        font-size: 1em;
    }

    .datosProducto .lbl_laboratorio {
        text-align: left;
        background-color: #0072CE;
        color: #E6E6E6;
        padding: 1px 5px;
        display: table;
        border-radius: 5px;
    }

    .datosProducto .lbl_codigo {
        text-align: left;
        color: #CA0303;
        display: block;
        font-size: 1.3em;
    }

.nombre {
    color: white;
}

.status {
    color: #CDDC39;
    font-weight: 900;
}

.detalle {
    text-align: left;
    color: #E7E7E7;
    font-size: 1.3em;
    display: block;
}

.cart {
    top: 42px;
    right: 5px;
    position: absolute;
    font-size: 2.5em;
    color: white;
    cursor: pointer;
}

.respuesta {
    margin: 0px;
    padding: 10px 15px 5px 15px;
}

.pregunta {
    width: 20%;
    position: absolute;
    left: 0px;
    padding: 10px 0px;
}

#header #sp_numProductos {
    border-radius: 14px;
    color: white;
    padding: 2px;
    font-size: 0.4em;
    position: absolute;
    left: 23px;
    top: -10px;
    margin: 0px;
    font-family: sans-serif;
}

#sp_totalCarrito {
    color: white;
}

.tag {
    position: absolute;
    right: 0;
    top: 0px;
    border-radius: 10px;
    margin: 0;
}

.mensajeOferta {
    position: absolute;
    right: 8px;
    color: white;
    top: 4px;
}

.mensajeOferta2 {
    color: white;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 1em;
    position: absolute;
    top: 35%;
    left: 18%;
    height: 14%;
    width: 50%;
    margin: 0% 0 0 2%;
}

.botonOculto {
    position: absolute;
    top: -100%;
}

.grupo1 span {
    display: inline-block;
    width: 33.3%;
}

.grupo2 span {
    display: inline-block;
    width: 50%;
}

.grupo3 span {
    display: inline-block;
    width: 25%;
}

.grupo4 span {
    display: inline-block;
    width: 30%;
    margin: 5px 0px;
    color: #ffffff;
    font-size: 1em;
}

.grupo5 {
    display: inline-flex;
    width: 100%;
}

    .grupo5 div {
        display: grid;
        text-align: right;
        width: 45%;
    }

    .grupo5 span {
        margin: 1px 5px;
        color: #ffffff;
        font-size: 1em;
    }

.botonAgregar {
    top: 20px;
    position: absolute;
    right: -1px;
    width: 50px;
}

.ffff {
    position: fixed;
    top: 0px;
    right: 0px;
}

#footer {
    background: #C8C9C7;
    bottom: 0px;
    color: #66737B;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 60px;
    left: 0px;
    z-index: 0;
    font-weight: normal;
    display: flex;
    padding: 0px 0px 0px 0px;
}

    #footer P {
        margin: 0px;
        text-decoration: none;
    }

    #footer.cambiarColor3 {
        background: transparent;
    }

#footer2 {
    background: #C8C9C7;
    bottom: 0px;
    color: #66737B;
    position: relative;
    text-align: center;
    width: 100%;
    height: 110px;
    left: 0px;
    z-index: -1;
    display: flex;
}

    #footer2 P {
        margin: 0px;
        text-decoration: none;
    }

    #footer2 .cambiarColor3 {
        background: transparent;
    }

#header {
    padding: 0.5em;
    position: relative;
    text-align: center;
}

    #header figure {
        float: left;
        margin: 0 .05em;
        width: 150px;
    }

        #header figure #img_logo {
            width: 50%;
        }

    #header h1 {
        font-size: 1.2em;
        font-weight: normal;
    }

        #header h1 span {
            position: static;
        }

    #header #img_logo:hover {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

    #header section {
        top: 5px;
        right: 5px;
        position: absolute;
    }

        #header section a {
            color: #ffffff;
            font-size: 2em;
            opacity: 1;
        }

            #header section a:active {
                box-shadow: rgba(0, 0, 0, 00) 0px 0px 0px;
                color: #5FBDDC;
            }

#headerLog {
    padding: 0px 25% 22px 25%;
    text-align: center;
    width: 50%;
}

#loginControls {
    padding: 10px;
}

    #loginControls .textBox2 {
        margin: 0px 10px 20px 0px;
        border-radius: 5px;
    }

    #loginControls .LoginBotton {
        margin: 10px;
    }

    #loginControls span {
        margin: 10px;
        font-size: 1em;
    }

#login {
    -moz-border-radius: 5px;
    -webkit-box-shadow: 5px;
    background: rgb(247, 247, 247);
    border-radius: 15px;
    box-shadow: 0px 0px 30px 8px rgba(0,0,0,0.1), 0px 0px 99px 10px rgba(0,0,0,0.1) inset;
    margin: 0px 0px 5px 0px;
    padding: 20px 6% 5px 6%;
    top: 0px;
    width: 88%;
}

    #login span {
        color: #336699;
        font-weight: bold;
        text-align: right;
        position: fixed;
        margin-left: 20px;
    }

.spanRed {
    color: #FF0000;
    font-weight: bold;
    text-align: right;
    position: fixed;
    margin-left: 20px;
}

.LoginButton {
    background: #003869;
    background-image: -webkit-linear-gradient(top, #007CB7, #003869);
    background-image: -moz-linear-gradient(top, #007CB7, #003869);
    background-image: -o-linear-gradient(top, #007CB7, #003869);
    background-image: linear-gradient(top, #007CB7, #003869);
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px;
    color: White;
    font-size: 17px;
    font-weight: bold;
    outline: none;
    padding: 10px 15px;
    text-align: center;
    margin: 20px auto;
}

#main {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    left: 0px;
    margin: 115px auto 0px auto;
    min-height: 400px;
    min-width: 300px;
    padding: 0px;
    position: relative;
    top: 0px;
    width: 100%;
}

#main2 {
    background-color: #FFFFFF;
    border-radius: 20px;
    left: 0px;
    position: relative;
    top: 0px;
    width: 98%;
    margin: 0px 1%;
    clear: both;
    padding: 0px;
}

#page {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 100%;
    clear: both;
}

#tab1 {
    color: #0099CC;
    border-radius: 20px;
}

#tab2 {
    color: #0072ce;
    border-radius: 20px;
}

#tabs {
    border-color: #0099CC;
    border-bottom-width: 2px;
    border-radius: 20px;
    border-style: solid;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#tablaDatosUsiario tbody {
    display: block;
}

    #tablaDatosUsiario tbody tr {
        display: inline-block;
    }

        #tablaDatosUsiario tbody tr td {
            display: inline-block;
        }

#wrapper {
    margin: 0px auto;
    min-height: 174px;
    position: relative;
    top: 10px;
    width: 300px;
}

.boton {
    background-color: #003869;
    background-image: -webkit-linear-gradient(top, #007CB7, #003869);
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px;
    color: White;
    cursor: pointer;
    font-size: .8em;
    font-weight: bold;
    margin: 0px;
    outline: none;
    padding: 5px 22px;
    text-align: center;
}

    .boton:active {
        background: #C8C9C7;
        box-shadow: rgba(0, 0, 0, 00) 0px 0px 0px;
        color: #0072CE;
    }

.boton2 {
    background: #ffffff;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 10px;
    color: #0072ce;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    outline: none;
    padding: 5px 12px;
    text-align: center;
    margin-top: 10px;
}

    .boton2:active {
        background: #18C018;
        box-shadow: rgba(0, 0, 0, 00) 0px 0px 0px;
        color: #ffffff;
    }

.checkBox {
    margin: 10px 10px;
}

.div_ajustarCentro {
    text-align: center;
}

.div_ajustarCentro2 {
    margin: 0px auto;
    position: relative;
    right: 0px;
    width: 400px;
    text-align: center;
}

.div_ajustarCentroLogin {
    text-align: center;
    width: 100%;
}

.div_ajustarDerecha {
    text-align: right;
}

.div_ajustarIzquierda {
    text-align: left;
}

.div_botones {
    text-align: right;
}

.div_contenedor {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.productos {
    width: 78%;
    position: absolute;
    right: 0px;
    margin: 0px;
    padding: 0px;
}

.respuestas {
    width: 100%;
    position: absolute;
    right: 0px;
    margin: 0px 0px 10px 0px;
    padding: 35px 20px 85px 20px;
    box-sizing: border-box;
    text-align: left;
}

.productos2 {
    width: 100%;
    right: 0px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.laboratorios {
    width: 20%;
    position: absolute;
    left: 0px;
    background-color: rgba(200, 201, 199, 0.51);
    padding: 5px 0px 20px 0px;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: auto;
}

.div_contenedor2 {
    background: -o-linear-gradient(#E6E6E6, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6E6E6, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(#E6E6E6, #FFFFFF); /* For Safari */
    background: linear-gradient(#E6E6E6, #FFFFFF); /* Standard syntax */
    margin: 0px;
    min-width: 300px;
    width: 100%;
}

.div_controles {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0px;
    min-width: 300px;
    padding: 5px 0px 0px 0px;
    text-align: center;
}

.div_paquete {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0px;
    min-width: 300px;
    padding: 0;
    text-align: center;
}

    .div_paquete div {
        display: inline-block;
        margin: 5px;
    }

        .div_paquete div .dropDownListFormulario {
            display: block;
        }

    .div_paquete #cantidad {
        width: 80px;
    }

    .div_paquete #contenido {
        width: 50%;
    }

    .div_paquete #botonesAgregarLimpiar {
        width: 80px;
    }

.div_separador {
    margin: 0 0 10px 0;
    width: 100%;
    height: 0;
}

.dropDownListFormulario {
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3), 0px 0px 99px 10px rgba(255, 255, 255, 0.3) inset;
    outline: none;
    text-indent: 0.01px; /*In Firefox*/
    padding: 4px 8px;
    text-align: center;
    /* margin: 4px 0px;*/
    margin: 8px;
}

    .dropDownListFormulario[disabled] {
        background-position: 150px;
        border: 1px solid #0072ce;
        border-radius: 10px;
        text-indent: 0.01px; /*In Firefox*/
        padding: 4px 8px;
        text-align: center;
    }

.form_settings { /* For Safari */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax */
    background: -o-linear-gradient(#E6E6E6, #FFFFFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#E6E6E6, #FFFFFF); /* For Firefox 3.6 to 15 */
    background: -webkit-linear-gradient(#E6E6E6, #FFFFFF); /* For Safari */
    background: linear-gradient(#E6E6E6, #FFFFFF); /* Standard syntax */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: block;
    margin: 0px;
    padding: 10px 0px;
    width: 100%;
}

    .form_settings[disabled] { /* For Safari */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */ /* Standard syntax */
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        display: block;
        margin: 0px 20%;
        min-width: 300px;
        padding: 0px;
        width: 60%;
    }

    .form_settings p {
        display: inline-block;
        margin: 5px;
        padding: 0;
        width: 100%;
    }

    .form_settings span {
        float: left;
        width: 48%;
        padding: 0px 2% 0px 0px;
    }

    .form_settings .dropDownListFormulario {
        float: left;
        text-align: left;
    }

        .form_settings .dropDownListFormulario[disabled] {
            background-color: #E6E6E6;
            float: left;
            text-align: left;
        }

    .form_settings .textBoxFormulario, .textBoxFormularioEmail {
        float: left;
        text-align: left;
    }

.icon {
    text-align: center;
    width: 25px;
}

.icone-LvCarrito:before {
    content: "\e907";
}

.icone-LvCarrito2:before {
    content: "\e90f";
}

.LvCarrito2 {
    font-size: 2.3em;
    color: #0072ce;
    cursor: pointer;
}

    .LvCarrito2:active {
        color: #18c018;
    }

    .LvCarrito2:hover {
        color: #18c018;
    }

.icone-bin:before {
    content: "\e601";
}

.icone-bin:active:before {
    content: "\e910";
}

.icone-bin:hover:before {
    content: "\e910";
}

.bin {
    font-size: 2.3em;
    color: #0072ce;
    cursor: pointer;
    margin: 10px 10px;
}

    .bin:active {
        color: #ff0000;
    }

    .bin:hover {
        color: #ff0000;
    }

.icon-bin2:before {
    content: "\e910";
}

.icone-loop2:before {
    content: "\ea2e";
}

.loop2 {
    font-size: 2em;
    color: #0072ce;
    cursor: pointer;
    margin: 10px 10px;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

    .loop2:active {
        color: #18c018;
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

    .loop2:hover {
        color: #18c018;
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }


img:hover {
}

.icone-LvOnline:before {
    content: "\e908";
}

.icone-star:before {
    content: "\e906";
    color: #0072CE;
    font-size: .5em;
}

.icone-starRed:before {
    content: "\e906";
    color: red;
    font-size: .5em;
}

.icone-archive:before {
    content: "\e901";
}

.icone-bookmark:before {
    color: #336699;
    content: "\f07b";
    font-size: 20px;
    outline: none;
}

.icone-bookmark2:before {
    color: #980000;
    content: "\e9d2";
    font-size: 100px;
    outline: none;
}

.icone-box-add:before {
    color: #0099CC;
    content: "\e95e";
    font-size: 20px;
    outline: none;
}



.icone-cart:before {
    color: #336699;
    content: "\e93a";
    font-size: 40px;
    padding: 0px 2px;
}

.icone-cartDisponible:before {
    color: #00FF1F;
    content: "\e93a";
    font-size: 25px;
    padding: auto 2px;
}

.icone-cartAgotado:before {
    color: #980000;
    content: "\e93a";
    font-size: 25px;
    padding: auto 2px;
}

.icone-checkbox-checked:before {
    content: "\ea52";
}

.icone-checkbox-unchecked:before {
    content: "\ea53";
}

.icone-checkmark:before {
    content: "\e60a";
}

.checkmark {
    color: #18C018;
    font-size: 2.3em;
}

.icone-cross:before {
    content: "\e609";
}

.cross {
    color: #ff0000;
    font-size: 2.3em;
}

.icone-crossRed:before {
    color: #CA0000;
    content: "\e609";
    font-size: 20px;
    padding: auto 2px;
}

.icon-discout:before {
    content: "\e801";
}

.icone-enter:before {
    content: "\ea13";
    font-size: 20px;
    outline: none;
}

.icone-enterRed:before {
    color: #CA0000;
    content: "\ea13";
    font-size: 20px;
    outline: none;
}

.icone-exit:before {
    content: "\ea14";
    font-size: 20px;
    outline: none;
}

.icone-exitRed:before {
    color: #CA0000;
    content: "\ea14";
    font-size: 20px;
    outline: none;
}

.icone-file-text:before {
    color: #0099CC;
    content: "\e922";
    font-size: 20px;
    outline: none;
}

.icone-first:before {
    color: #0072CE;
    content: "\e60b";
    font-size: 23px;
}

.icone-facebook2:before {
    content: "\e60f";
    font-size: 60px;
    padding: 10px;
}

.icone-hammer2:before {
    content: "\e9a8";
    outline: none;
}

.icone-home:before {
    content: "\e900";
}

.icone-image:before {
    content: "\e90d";
}

.icone-instagram:before {
    content: "\e610";
    font-size: 60px;
    padding: 10px;
}

.icone-lab:before {
    content: "\e9aa";
}

.lab {
    color: red;
}

.icone-last:before {
    color: #0072CE;
    content: "\e60c";
    font-size: 23px;
}

.icon-list2:before {
    content: "\e9bb";
}

.icone-key:before {
    content: "\e98d";
    outline: none;
}

.icone-keyRed:before {
    color: #CA0000;
    content: "\e98d";
    outline: none;
}

.icone-lock:before {
    color: #0099CC;
    content: "\e98f";
    font-size: 20px;
    outline: none;
}

.icone-map:before {
    color: #0099CC;
    content: "\e94b";
    font-size: 20px;
    outline: none;
}

.icone-menu:before {
    color: #0099CC;
    content: "\e604";
    font-size: 16px;
}

.icone-menu1:before {
    color: #336699;
    content: "\e604";
    font-size: 40px;
    padding: 0px 2px;
}

.icone-menu3:before {
    color: #336699;
    content: "\e605";
    font-size: 23px;
}

.icone-menu4:before {
    color: #336699;
    content: "\e606";
    font-size: 23px;
}

.icone-minus:before {
    color: #336699;
    content: "\e608";
    cursor: pointer;
    font-size: 20px;
}

.icone-next2:before {
    color: #0072CE;
    content: "\e60e";
    font-size: 23px;
}

.icone-plus:before {
    color: #336699;
    content: "\e607";
    cursor: pointer;
    font-size: 20px;
}

.icone-plusSustancia:before {
    color: #336699;
    content: "\e607";
    cursor: pointer;
    font-size: 10px;
}

.icone-previous2:before {
    color: #0072CE;
    content: "\e60d";
    font-size: 23px;
}

.icone-price-tags:before {
    color: #00FF1F;
    content: "\e936";
    font-size: 25px;
    padding: auto 2px;
}

.icone-radio-checked:before {
    content: "\ea54";
    float: left;
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    font-size: 1.3em;
    color: #8C2D38;
}

.icone-radio-checked2:before {
    content: "\ea55";
}

.icone-radio-unchecked:before {
    content: "\ea56";
}

.icone-sale:before {
    content: "\e800";
}

.icone-search:before {
    color: #0072CE;
    content: "\e986";
    font-size: 20px;
    outline: none;
}

.icone-spinner9:before {
    content: "\e982";
}

.icone-switch:before {
    content: "\e603";
    outline: none;
}

.icone-tag:before {
    content: "\f015";
}

.icone-tick:before {
    color: #0099CC;
    content: "\e903";
    font-size: 1em;
    outline: none;
}

.icone-times:before {
    color: #0099CC;
    content: "\e902";
    font-size: 1em;
    outline: none;
}

.icone-truck:before {
    color: #0099CC;
    content: "\e602";
    font-size: 20px;
    outline: none;
}

.icone-twitter2:before {
    content: "\e611";
    font-size: 60px;
    padding: 10px;
}

.icone-question:before {
    content: "\f02c";
    outline: none;
}

.icone-unlocked:before {
    color: #0099CC;
    content: "\e990";
    font-size: 20px;
    outline: none;
}

.icone-film:before {
    content: "\e90b";
}

.icone-user:before {
    content: "\e971";
    outline: none;
}

.icone-userRed:before {
    color: #CA0000;
    content: "\e971";
    outline: none;
}

.icone-user-plus:before {
    content: "\e973";
    outline: none;
}

.icone-user-plus-grande:before {
    content: "\e973";
    outline: none;
    color: #336699;
    font-size: 3em;
}

.centrar-user {
    text-align: center;
    margin: 20px auto 5px auto;
}

.icone-user-plusRed:before {
    color: #CA0000;
    content: "\e973";
    outline: none;
}

.icone-user-tie:before {
    color: #336699;
    content: "\e976";
    font-size: 35px;
    outline: none;
}

.konami {
    -webkit-transition: 10s;
    -ms-transition: 10s;
    -moz-transition: 10s;
    -o-transition: 10s;
    -webkit-transform: rotate(18000deg);
    -ms-transform: rotate(18000deg);
    -moz-transform: rotate(18000deg);
    -o-transform: rotate(18000deg);
    background: #000000;
}

    .konami:hover {
        -webkit-transition: 10s;
        -ms-transition: 10s;
        -moz-transition: 10s;
        -o-transition: 10s;
        -webkit-transform: rotate(18000deg);
        -ms-transform: rotate(18000deg);
        -moz-transform: rotate(18000deg);
        -o-transform: rotate(18000deg);
        background: #000000;
    }

.label {
    margin-bottom: 10px;
    margin-top: 10px;
}

.labelFormulario {
    border-radius: 10px;
    color: #747862;
    padding: 4px 8px;
    width: 60%;
}

.mGrid, .mGrid2 {
    background-color: #fff;
    border: none;
    border-color: transparent;
    margin: 0px;
    overflow: auto;
}

    .mGrid tr, .mGrid2 tr {
        text-align: left;
    }

        .mGrid tr th, .mGrid2 tr th {
            color: white;
            padding: .3em .5em;
            border: none;
        }

        .mGrid tr td, .mGrid2 tr td {
            padding: .3em .5em;
            border: none;
        }

        .mGrid tr:hover, .mGrid2 tr:hover {
            background: #0099CC;
            cursor: pointer;
            color: white;
        }


.headGrid {
    background-color: #0072CE;
}

.row {
    background-color: white;
}

.alt-row {
    background-color: rgba(200, 201, 199, 0.51);
}

.reportView {
    height: 600px;
}

.GridCellDiv {
}

.shadow {
    -moz-box-shadow: 3px 1px 3px 4px #ccc;
    -webkit-box-shadow: 3px 1px 3px 4px #ccc;
    box-shadow: 3px 1px 3px 4px #ccc;
}

.tbCantidadGV {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    height: 20px;
    margin: 0px;
    padding: 4px 4px;
    text-transform: uppercase;
    width: 25px;
}

.tbGV {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    height: 20px;
    margin: 0px;
    padding: 4px 4px;
    text-transform: uppercase;
    width: 90%;
}

.tbPesoGV {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    height: 20px;
    margin: 0px;
    padding: 4px 4px;
    text-transform: uppercase;
    width: 90%;
}

.textBox {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    padding: 4px 4px;
    margin: 0px;
    text-transform: uppercase;
    width: 90%;
    height: 20px;
}

.textBoxPregunta {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    padding: 4px 4px;
    text-transform: uppercase;
    width: 90%;
    height: 200px;
    margin: 10px 5%;
}

#notificacion {
    font-size: 16px;
    padding: 15px 2px 0px 2px;
    z-index: 2;
    text-align: center;
}

.textBox2 {
    border: 1.5px gray solid;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 80%;
    box-sizing: border-box;
}

#datosUsuario2 {
    display: block;
    text-align: center;
}

.textBox3 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 12px;
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.3), 0px 0px 99px 10px rgba(255, 255, 255, 0.3) inset;
    color: #747862;
    margin: 4px 0px;
    outline: none;
    padding: 4px 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em;
}

.textBoxContraseña {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    font-family: Arial;
    font-size: 38pt;
    font-weight: 700;
    padding: 4px 8px;
    text-align: center;
    text-transform: uppercase;
}

.textBoxGridview {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    height: 20px;
    margin: 0px;
    outline: none;
    padding: 4px 4px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}

.textBoxFirma {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    font-family: Arial;
    font-size: 38pt;
    font-weight: 700;
    padding: 4px 8px;
    text-transform: uppercase;
    text-align: center;
}

.textBoxFormulario {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    outline-style: none;
    padding: 4px 8px;
    text-transform: uppercase;
}

.textBoxFormulario2 {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    padding: 5px;
    text-transform: uppercase;
}

#contene .textBoxFormularioEmail {
    border: 1px solid #0072ce;
    border-radius: 10px;
    color: #747862;
    outline: none;
    padding: 4px 8px;
    text-transform: lowercase;
    width: 60%;
}

@media screen and (max-width:796px) {
    #contenedorMenu {
        top: 108px;
    }

    #header {
        padding: 0px;
    }

        #header figure {
            width: 75px;
            position: absolute;
        }

            #header figure #img_logo {
                position: absolute;
                clip: rect(0px 34px 37px 0px);
                left: 5px;
            }

        #header #lbl_usuario {
            top: 5px;
        }

    #contenedorMenu ul li a {
        height: 15px;
        overflow: hidden;
        width: 25px;
    }

    #contenedorMenu ul li ul li a {
        width: auto;
        height: auto;
    }

    #contenedorMenu ul li a span {
        padding: 0 0 0 20px;
    }
    /*1*/
    #pswd_info {
        left: 5%;
        right: 5%;
        width: 90%;
    }

    .mensajeOferta2 {
        left: 0%;
        height: 9%;
    }

    #div_productosCarritos {
        margin-right: 0px;
    }

    #div_totalesCarrito {
        top: 0px;
        width: 90%;
        position: initial;
        border-radius: 20px;
    }
}

@media screen and (max-width:848px) {
    #contenedorMenu ul {
        padding: 0 0 0 1em;
    }

        #contenedorMenu ul li {
            margin: 0;
        }

    #LoginStatus1 {
        height: 15px;
        overflow: hidden;
        width: 25px;
    }

        #LoginStatus1 span {
            padding: 0 0 0 20px;
        }
}

@media screen and (min-width:848px) and (max-width:963px) {
    #contenedorMenu ul li {
        margin: 0 .5em 0 0;
    }

    #LoginStatus1 {
        height: 15px;
        overflow: hidden;
        width: 25px;
    }

        #LoginStatus1 span {
            padding: 0 0 0 20px;
        }
}

@media screen and (min-width:963px) and (max-width:1070px) {
    #contenedorMenu ul li {
        margin: 0 .5em 0 0;
    }
}

@media screen and (min-width:800px) {
    #contenedor #dv_datosRemitente, #contenedor #dv_datosDestinatario {
        width: 47%;
    }
}


#datosUsuario {
    background: #0072CE;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom-left-radius: 20px;
    padding: 2px 50px 0px 7px;
    height: 78px;
    text-align: left;
    z-index: 100000000;
}

@media screen and (max-width:1045px) {
    #logoLevicOnline {
        /*display: none;*/
        z-index: -10000;
    }

    #menu nav {
        margin-left: 0px;
        margin-top: 0px;
    }

        #menu nav ul {
            margin: 0px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 20px;
            padding-top: 0px;
            padding-bottom: 0px;
        }

        #menu nav > ul > li > a:hover {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

    .dv_laboratorios {
        display: none;
    }

    .laboratorios {
        z-index: 1;
        background: #c8c9c7;
        padding: 5px;
        min-width: 157px;
        margin: 0px;
        top: -15px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        left: -9px;
        border-bottom-left-radius: 0px;
    }

        .laboratorios:hover {
            padding: 5px 0px 20px 0px;
        }

            .laboratorios:hover .dv_laboratorios {
                display: inline-block;
            }

    .productos {
        width: 100%;
    }
}

.div_tituloMenu {
    font-size: 1.4em;
}

.icoMenu {
    font-size: 1.4em;
    padding: 0px;
    margin: 0px;
    width: 22px;
}

@media screen and (max-width:720px) {
    nav > ul li a {
        width: 13px;
    }

    .div_tituloMenu {
        display: none;
    }

    .dv_buscar span {
        margin: 10px 0px;
    }

    #h1_titulo {
        text-align: right;
    }
}

@media screen and (max-width:394px) {
}


#contenido {
    margin: 1em;
}

    #contenido .item {
        background: white;
        border-bottom: 3px solid #22BCE0;
        margin-bottom: 3em;
        min-height: 128px;
        position: relative;
    }

        #contenido .item .autor_item {
            color: #AAA;
        }

        #contenido .item .datos_item {
            margin: 1em 1em 0 0;
            text-align: right;
        }

            #contenido .item .datos_item .fecha_item {
                color: #AAA;
            }

            #contenido .item .datos_item .tag_item {
                background: #F4502A;
                border-radius: 0.5em;
                color: white;
                display: inline-block;
                float: left;
                padding: 0.2em 0.5em;
                text-decoration: none;
            }

        #contenido .item .imagen_item {
            float: left;
            margin: 0 1em 0 0;
        }

            #contenido .item .imagen_item img {
                width: 96px;
            }

        #contenido .item .titulo_item {
            font-size: 1.2em;
            font-style: italic;
            padding: 1em 1em 0 0;
        }

            #contenido .item .titulo_item a {
                color: #53565A;
                text-decoration: none;
            }

        #contenido .item .votacion {
            background: white;
            border-radius: 0 0 0.5em 0.5em;
            left: 1.5%;
            margin-top: 3px;
            padding: 0.2em 0.5em;
            position: absolute;
            top: 100%;
            width: 95%;
        }

            #contenido .item .votacion a {
                text-decoration: none;
            }

            #contenido .item .votacion .comentarios_item,
            #contenido .item .votacion .guardar_item {
                float: right;
            }

.valid {
    display: none;
}

.invalid {
}

#pswd_info {
    /*display: none;*/
    font-size: small;
    background: -o-linear-gradient(#E6E6E6, #FFFFFF);
    background: -moz-linear-gradient(#E6E6E6, #FFFFFF);
    background: -webkit-linear-gradient(#E6E6E6, #FFFFFF);
    background: linear-gradient(#E6E6E6, #FFFFFF);
    border: 1px solid rgba(147, 184, 189,0.8);
    border-radius: 5px;
    box-shadow: 0pt 2px 5px rgba(105, 108, 109, 0.7), 0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    border-radius: 20px;
    padding: 0px 5px;
    position: fixed;
    top: 20%;
    left: 0%;
    right: 35%;
    width: 29%;
    bottom: 40%;
    margin-top: 30px;
    display: block;
    height: 5em;
    text-align: center;
}

/*
==============================================
pullDown
==============================================


.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: .6s;
    -webkit-animation-duration: .6s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
    0% {
        transform: scale3d(0.1, 0.1, 2);
    }

    40% {
        transform: scaleY(1.02);
        transform: scaleX(1.02);
    }

    60% {
        transform: scaleY(0.98);
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleY(1.01);
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleY(0.98);
        transform: scaleX(0.98);
    }

    80% {
        transform: scaleY(1.01);
        transform: scaleX(1.01);
    }

    100% {
        transform: scaleY(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }

    40% {
        -webkit-transform: scaleY(1.02);
    }

    60% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

    100% {
        -webkit-transform: scaleY(0.98);
    }

    80% {
        -webkit-transform: scaleY(1.01);
    }

    100% {
        -webkit-transform: scaleY(1);
    }
}

.agregarCarrito {
    width: 100px;
    height: 100px;
    background-color: red;
    position: fixed;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
-webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
animation-name: example; animation-duration: 4s;
}

.shopping-cart {
    display: inline-block;
    /*background: url('http://cdn1.iconfinder.com/data/icons/jigsoar-icons/24/_cart.png') no-repeat 0 0;*/
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
}

@-webkit-keyframes example {
    0% {
        background-color: red;
        left: 0px;
        top: 0px;
    }

    25% {
        background-color: yellow;
        left: 200px;
        top: -100px;
    }

    50% {
        background-color: blue;
        left: 200px;
        top: -200px;
    }

    75% {
        background-color: green;
        left: 0px;
        top: -300px;
    }

    100% {
        background-color: red;
        left: 0px;
        top: 0px;
    }
}

/* Standard syntax */
@keyframes example {
    0% {
        background-color: red;
        left: 0px;
        top: 0px;
    }

    25% {
        background-color: yellow;
        left: 200px;
        top: 0px;
    }

    50% {
        background-color: blue;
        left: 200px;
        top: 200px;
    }

    75% {
        background-color: green;
        left: 0px;
        top: 200px;
    }

    100% {
        background-color: red;
        left: 0px;
        top: 0px;
    }
}

.terminos {
    margin: 0px 5% 120px 5%;
    text-align: justify;
}

.terminos2 {
    margin: 10px 5% 120px 5%;
    text-align: justify;
}

.spTitulo {
    display: block;
    text-align: center;
}

.spNumero {
    left: 0px;
    display: table;
}

.spContenido {
    font-weight: normal;
}

    .spContenido ol {
    }

        .spContenido ol li {
            text-align: justify;
        }



nav {
    left: 0;
    margin: 21px 30% 0px 30%;
    width: 40%;
}

    nav ul {
        list-style: none;
    }

    nav > ul {
        display: table;
        padding: 6px 0% 0px 0%;
        background: #0072ce;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        nav > ul li {
            display: table-cell;
            text-align: center;
        }

        /*Sub-menu*/
        nav > ul > li:hover > ul {
            display: block;
            height: 100%;
        }

        nav > ul > li > ul {
            display: block;
            position: absolute;
            background: #000;
            left: 0;
            right: 0;
            overflow: hidden;
            height: 0%;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        nav > ul li a {
            color: #ffffff;
            display: block;
            padding: 10px 5px;
            position: relative;
            text-align: center;
            text-decoration: none;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            font-weight: 600;
            background: #0072ce;
            font-size: 1em;
            width: 110px;
            margin: 0px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            display: inherit;
        }

        nav > ul > li > ul > li a:hover {
            /*background: #5da5a2;*/
        }

        nav > ul > li > a:hover {
            color: #0072ce;
            background: #ffffff;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        nav > ul > li > a div span {
            color: white;
            font-size: 1em;
            padding: 0px 5px 0px 0px;
        }

        nav > ul > li > a:hover > div span {
            color: #0072ce;
        }

.menuSeleccionado {
    color: #0072ce;
    background: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    .menuSeleccionado > div span {
        color: #0072ce;
    }

.menuSeleccionado2 {
    color: #0072ce;
    background: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .menuSeleccionado2 > div span {
        color: #0072ce;
    }



/*Colores*/
/*nav ul li a .primero {
        background: #99DCD9;
    }

    nav ul li a .segundo {
        background: #99DCD9;
    }

    nav ul li a .tercero {
        background: #99DCD9;
    }

    nav ul li a .cuarto {
        background: #99DCD9;
    }

    nav ul li a .quinto {
        background: #99DCD9;
    }*/

/* hide input */
input.radio:empty {
    margin-left: -999px;
}

    /* style label */
    input.radio:empty ~ label {
        position: relative;
        float: left;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        input.radio:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
    color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #4DCB6D;
}

input.radio:checked ~ label {
    color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.GridviewScrollHeader TH, .GridviewScrollHeader TD {
    padding: 5px;
    font-weight: bold;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #EFEFEF;
    text-align: left;
    vertical-align: bottom;
}

.GridviewScrollItem TD {
    padding: 5px;
    white-space: nowrap;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.GridviewScrollPager {
    border-top: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

    .GridviewScrollPager TD {
        padding-top: 3px;
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .GridviewScrollPager A {
        color: #666666;
    }

    .GridviewScrollPager SPAN {
        font-size: 16px;
        font-weight: bold;
    }

.cnt_video_registro {
    position: fixed;
    right: 0px;
    bottom: 170px;
    width: 280px;
    height: 50px;
    padding: 0px 15px;
    margin-top: -25%;
    box-sizing: border-box;
}

.icono_info {
    position: absolute;
    margin: 10px 0px 0px 10px;
    box-sizing: border-box;
}

a.icono:hover:after {
    content: attr(tit);
}

.lbl_texto_registro {
    display: block;
    width: 80%;
    margin-left: 33px;
    text-align: left;
    box-sizing: border-box;
    font-weight: bold;
    color: var(--azulPrimario);
    padding-left: 10px;
}

.img_info {
    position: absolute;
    margin-top: -6px;
    width: 20px;
    box-sizing: border-box;
}

.footer {
    position: fixed;
    background-color: var(--azulPrimario);
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 1;
    padding: 10px;
    box-sizing: border-box;
}

.img_logo_pie_blanco {
    float: right;
    width: 55px;
    box-sizing: border-box;
}

.cnt_ayuda_login {
    position: fixed;
    left: 0px;
    bottom: 70px;
    padding: 0px 20px;
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}

.cnt_datos_olvidar_contrasena {
    float: left;
    width: 300px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -10px;
    text-align: center;
    box-sizing: border-box;
    background-color: white;
    padding: 30px 40px;
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

.btn_enviar_olvidar_contrasena {
    background: var(--azulPrimario);
    border: none;
    color: White;
    font-size: 16px;
    padding: 10px 25px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

.cnt_video_ayuda {
    margin-top: 50px;
    padding-right: 50px;
    width: 100%;
    box-sizing: border-box;
}

.cnt_video_login_registro_contrasena {
    /*float: right;*/
    display: flex;
    justify-content: center;
    width: 265px;
    /* margin-top: -260px;*/
    box-sizing: border-box;
}

.cnt_ayuda_texto_telefono {
    position: absolute;
    margin-top: 410px;
    margin-left: 50%;
    transform: translateX(-50%);
    text-align: center;
    /*color: white;*/
    box-sizing: border-box;
    width: 45%;
}

.cnt_datosgenerales_preregistro {
    background-color: white;
    width: 35%;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: -60px;
    position: absolute;
    padding-bottom: 10px;
    max-width: 593px;
    border-radius: 10px;
}

@media (max-width: 600px) {

    #logoLevicOnline {
        width: 100%;
        text-align: center;
    }

    .cnt_video_ayuda {
        padding: 5px;
        padding-bottom: 100px;
    }

    .cnt_video_login_registro_contrasena {
        padding: 20px 0px;
        margin-right: 50%;
        margin-top: 0px;
        transform: translateX(50%);
    }

    .cnt_ayuda_texto_telefono {
        padding: 0px;
        margin-left: 50%;
        transform: translateX(-50%);
        top: 40px;
        width: 90%;
    }

    .cnt_datosgenerales_preregistro {
        background-color: white;
        width: 85%;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: -60px;
        position: absolute;
        padding-bottom: 10px;
        max-width: 593px;
        border-radius: 10px;
    }
}
