.body {
    color: #555555;
    background-color: #39919f;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.471;
    margin-top: 0%;
}
.img_producto_div {
    text-align: right;
    height:100%;
    display: flex;
    align-items: center;
}
.profile_img {
    text-align: center;
    width: 152px;
    height: 157px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.div_texto_panel {
    height: 100%;
    display: flex;
    align-items: center;
}
.img_categoria {
    height: 13vh;
}
.RowStyle {
    background-color: #ffffff;
}

.despegable {
    margin-top: -14px;
}
@media (max-width: 868px) {
    .img_producto_div {
        text-align: center;
    }
    .txt_flujo {
        font-size: 1em;
    }
    .despegable {
        margin-top: -42px;
    }
}
.tienda {
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 10px 14px 9px 11px;
    background-color: #23036a;
    color: #fff;
    fill: #fff;
    display: inline-block;
}
.titulo {
    width: 100%;
    text-align: center;
}
.titulo {
    width: 101%;
    text-align: center;
    display: inline-block;
}
.img_kpi {
    width: 6em;
}

.img_producto {
    width: 5em;
    margin:0px auto;
}

.img_filtro {
    width: 1em;
}

.img_panel {
    width: 4em;
    margin: 0px auto;
}

.subtitulos {
    color: #521F1F;
    font-family: Verdana, Arial;
    font-size: 18px;
    background-repeat: no-repeat;
    font-variant: small-caps;
    font-weight: bold;
}

.texto {
    /*color: #6B2121;*/
    color: #0B4C5F;
    font-family: Verdana, Arial;
    background-repeat: no-repeat;
    font-weight: bold;
}

.h2 {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
}

.header {
    box-shadow: none;
    margin: 0 auto;
    padding: 25px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #979797;
    min-width: 280px;
}

.login_header {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 400px;
    position: relative;
}

.registration_form, .login_form_header {
    position: absolute;
    top: -21px;
    width: 100%
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}

.login_form_header {
    z-index: 22;
}

.header h2:before, .header h2:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 73px;
    width: 25%;
}

.header h2:after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(white));
    background: linear-gradient(to right, #a8a8b4 100%, white 0%);
    right: 0;
}

.header h2:before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(white));
    background: linear-gradient(to left, #a8a8b4 100%, white 0%);
    left: 0;
}

.header h2:before, .header h2:after {
    content: "";
    height: 1px;
    position: absolute;
    top: 73px;
    width: 25%;
}

.header h2:after {
    background: #7e7e7e;
    background: -webkit-gradient(linear, left top, right top, from(#7e7e7e), to(white));
    background: linear-gradient(to right, #a8a8b4 100%, white 206px);
    right: 0;
}

.header h2:before {
    background: #7e7e7e;
    background: -webkit-gradient(linear, right top, left top, from(#7e7e7e), to(white));
    background: linear-gradient(to left, #a8a8b4 100%, white 206px);
    left: 0;
}

.tablaNormal {
    border-bottom: lightgrey thin solid;
    border-left: lightgrey thin solid;
    border-top: lightgrey thin solid;
    border-right: lightgrey thin solid;
}
/*ESTILO PARA EL CALENDARIO*/
.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
}

    .ui-datepicker a,
    .ui-datepicker a:hover {
        text-decoration: none;
    }

        .ui-datepicker a:hover,
        .ui-datepicker td:hover a {
            color: #01BDF4;
            -webkit-transition: color 0.1s ease-in-out;
            -moz-transition: color 0.1s ease-in-out;
            -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
        }

    .ui-datepicker .ui-datepicker-header {
        margin-bottom: 4px;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-title {
        font-weight: 700;
        color: #01BDF4;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        cursor: default;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        height: 20px;
        line-height: 1;
        margin-top: 2px;
        width: 30px;
    }

    .ui-datepicker .ui-datepicker-prev {
        float: left;
        text-align: left;
    }

    .ui-datepicker .ui-datepicker-next {
        float: right;
        text-align: right;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "\e079";
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: "\e080";
    }

    .ui-datepicker .ui-icon {
        display: none;
    }

    .ui-datepicker .ui-datepicker-calendar {
        table-layout: fixed;
        width: 100%;
        color: #337ab7;
    }

        .ui-datepicker .ui-datepicker-calendar th,
        .ui-datepicker .ui-datepicker-calendar td {
            text-align: center;
            padding: 4px 0;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            border-radius: 4px;
            -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        }

            .ui-datepicker .ui-datepicker-calendar td:hover {
                background-color: #eee;
                cursor: pointer;
            }

            .ui-datepicker .ui-datepicker-calendar td a {
                text-decoration: none;
            }

    .ui-datepicker .ui-datepicker-current-day {
        background-color: #4289cc;
    }

        .ui-datepicker .ui-datepicker-current-day a {
            color: #fff
        }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
    }
/*FIN ESTILO PARA EL CALENDARIO*/
.lupa {
    width: 2em;
    margin-left: 10px;
    top: 23px;
    position: absolute;
}
