/* CSS Document */
/*ESTILO BASE*/
@charset "utf-8";
/* CSS Document */



.ocultar-movil {
    display: block!important;
}
.ocultar-escritorio {
    display: none!important;
}
@media screen and (max-width: 980px){
    .ocultar-movil {
        display: none!important;
    }
    .ocultar-escritorio {
        display: block!important;
    }
}



/* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO */
/* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO */
/* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO */
/* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO *//* ESTILO ESCRITORIO */

html {
    font-family: arial!important;
    background-size: 8px;
    /* padding-bottom: 120px; */
    min-width: 1200px;
    width:100%;
    background-color: #000000!important;
    background: #040205;
    background: linear-gradient(
144deg
, rgb(57 57 57) 0%, rgb(0 0 0) 35%, rgb(60 0 81) 100%);
    /* background: url(/panel/img/fondos/fonto-4.jpg); */
    background-size: 100% 100%;
    background-attachment: fixed;
    display: block;
    /* height: 100%; */
}

body *:hover { transition:0.3s;}
body{font-family: arial!important;}

body::-webkit-scrollbar-track {
     background-color: #000000bf;
     cursor: grab!important;
}
 body::-webkit-scrollbar {
    width: 13px;
    background-color: #8916c9;
}
body::-webkit-scrollbar-thumb {
     background-color: #8916c9;
     border-bottom: 2px solid #8916c9;
     border-radius: 14px;
     cursor: grab!important;
}






h1, h2, h3, h4, b {
    color: #000000;
}
body a {
    color: black;
    text-decoration: none;
}
a:hover {
    text-decoration-color: #0000001c!important;
    text-decoration: underline;
}
p {
    margin: 0px 0px 4px 0px;
    font-weight: 500;
    font-size: 13px;
}
.body-load {
    display: block;
    position: fixed;
    width: 100%;
    margin-left: 0;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    background-color: #ffffff24;
    box-shadow: inset 0px 0px 180px 95px #6d6d6d00;
    pointer-events: none;
    cursor: progress!important;
    z-index: 999999999999999;
    padding-left: 0;
}
.body-load .body-load-img {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    max-width: 30px;
    max-height: 30px;
    /* margin-left: -41px; */
    margin-top: -38px;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center!important;
    background-color: white!important;
    border: 2px solid #0164d7;
    border-top: 2px solid #1dcdfa;
    border-bottom: 2px solid #21cfb3;
    border-radius: 100px;
    box-shadow: 0px 0px 170px 10px #ffffff, 0px 2px 2px 1px #31313194;
    top: 60px;
    /* left: 0; */
    right: 48.4%;
    cursor: progress!important;
}
nav p {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    margin-top: 1px;
    margin-left: -6px;
    font-size: 11px;
}
body > .b1-2 {
    width: 58%;
    margin-left: 17%;
    margin-right: 0;
    margin-top: 56px;
}
body > .b1-1 {
    width: 78%;
    margin-left: 19%;
    margin-right: 0;
    margin-top: 1%!important;
    animation-duration: 0.5s!important;
    border-radius: 10px;
    background-color: #ffffff!important;
    height: 50%;
    padding-bottom: 90px;
    padding-top: 10px;
    padding: 10px 1% 10px 1%;
    min-height: 92vh;
}
body > .b2-3 {
    width: 51%;
    margin-right: 0;
    margin-top: -20px;
    padding: 1% 1.5%;
    padding-top: 90px!important;
    animation-duration: 0.5s!important;
    position: relative;
    left: 0;
    margin-left: 1.5%;
    height: 86%;
    padding-bottom: 100px;
    border-top: 13px solid #ffffff;
}
 body > .b2-3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: white;
}
body > .b2-3::-webkit-scrollbar {
 width: 0px;
 background-color:orange;
}
body > .b2-3::-webkit-scrollbar-thumb {
 background-color:orange;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}
body > .b2-3 > section {
    width: 95%;
    padding: 10px 2%;
}
body > .b1-3 {
    width: 22%;
    margin-right: 0;
    animation-duration: 0.5s!important;
    margin-left: 17%;
    position: relative;
    padding-bottom: 60px;
    padding: 1%;
    padding-top: 60px;
    border-radius: 0px 0px 10px 10px;
}

/*LOAD BAR*/
div#progress-div {
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    max-width: 300px;
    max-height: 20px;
    margin-left: -150px;
    margin-top: 39px;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center!important;
    background-color: white!important;
    border: 2px solid #0164d7;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    cursor: progress!important;
    padding: 0;
}
small {
    color: #000000;
    margin-top: 10px;
    font-size: 11px;
}

#progress-bar {background-color: #12CC1A;height:20px;color: #FFFFFF;width:0%;-webkit-transition: width .3s;-moz-transition: width .3s;transition: width .3s;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1dcdfe+0,22d0ab+100 */background: rgb(29,205,254); /* Old browsers */background: -moz-linear-gradient(left, rgba(29,205,254,1) 0%, rgba(34,208,171,1) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left, rgba(29,205,254,1) 0%,rgba(34,208,171,1) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right, rgba(29,205,254,1) 0%,rgba(34,208,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dcdfe', endColorstr='#22d0ab',GradientType=1 ); /* IE6-9 */}
#progress-div {border:#0FA015 1px solid;padding: 5px 0px;margin:30px 0px;border-radius:4px;text-align:center; overflow:hidden;}


/*HEADER*/
span.mostrar--menu {
    display: none;
}
nav ul ul {
    display: none;
}
nav ul li:hover > ul {
    display: block;
}
nav ul {
    padding: 0 20px;
    border-radius: 10px;
    list-style: none;
    position: relative;
    display: inline-table;
}
nav ul li {
    float: left;
}
nav ul li:hover {
    background: #4b545f;
}
nav ul li:hover a {
    color: #fff;
}
nav ul li a {
    display: block;
    padding: 5px 30px;
    color: #757575;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
}
nav ul ul {
    background: #5f6975;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
}
nav ul ul li {
    float: none;
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}
nav ul ul li a {
    padding: 5px 30px;
    color: #fff;
}
nav ul ul li a:hover {
    background: #4b545f;
}
nav ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
}
/*NAVEGADOR HEADER SECCION*/
.navegador-header {
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,660e80+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    background: #4848481a;
    border-bottom: 1px solid #22222200;
    margin-bottom: 20px;
    padding-top: 0px;
    height: 27px;
    position: fixed;
    top: 0;
    left: 0;
    width: 98%;
    z-index: 9999;
    padding-right: 2%;
    opacity: 0.3;
    display: none!important;
}
.navegador-header:hover {
    background: #1919191a;
    border-bottom: 1px solid #22222200;
    opacity: 1;
}
.navegador-header .navegador {
    display: block;
    float: left;
    color: #7d7d7d;
    text-decoration: none;
    margin-right: 4px;
    padding: 9px 2px;
    font-size: 15px;
    font-weight: bold;
    min-width: 360px;
    text-align: left;
    margin-left: 17%;
    margin-top: -2px;
    letter-spacing: -0.2px;
}

.navegador-header .navegador a {
    color: #b2b2b2;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
}
.navegador-header .navegador a:hover {
    color: #759869;
}
.navegador-header .icono-seccion {
    width: 23px;
    height: 23px;
    padding: 4px;
    /* background-color: white; */
    float: left;
    border-radius: 100%;
    margin: 3px 5px;
}
.navegador-header .icono-seccion img {
    width: 100%;
    max-height: 100%;
}
/*BODY*/
section {
    display: inline-block;
    clear: both;
    width: 100%;
}
aside {
}

/*TABLA*/
table {
    border-collapse: collapse;
    width: 100%;
    font-family: sans-serif!important;
    font-size: 15px!important;
    border: none;
}
table.tabla_datos * {
    text-align: center;
    font-weight: 100!important;
    font-family: arial!important;
    font-size: 16px!important;
}
tr {
    vertical-align: middle;
}
tr:nth-child(even) {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fcfcfc!important;
    overflow-y: scroll;
    height: 50%;
}
tr:nth-child(odd) {
    overflow-y: scroll;
    background-color: #fcfcfc;
    border-bottom: 1px solid #efefef;
}
tr:hover img {
    transform: scale(1.1);
    transition: 0.3s;
}

tr:hover {
    /* background-color: #ffffff!important; */
}

tr:hover .boton {
    background-color: #661295;
}
h4.titulo-widget {
    display: block;
    text-align: left;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
}
table button.boton.boton-tabla-borrar {
    margin: 0px 0px 8px!important;
    display: inline-block;
    float: initial;
}
span.color-producto {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 20px;
}
/*TABLA MINI*/
table.tabla_mini tr td {
    padding: 6px 7px;
    text-align: left!important;
}

/*TABLA PARAMETROS*/
table.tabla-parametros tr {
    background-color: transparent;
    border-top: 0.1px dashed #ededed;
    border-bottom: 0.1px dashed #ededed;
    padding: 0 3% 0 5%!important;
    width: 100%;
}

table.tabla-parametros b {
    font-size: 13px;
    display: inline-block;
}

table.tabla-parametros img {
    width: 21px!important;
    margin: -3px 10px -5px -30px;
    position: absolute;
}


/*WIDGET*/
.widget {
    margin-bottom: 10px;
    margin-bottom: 40px;
    border-top: none;
}
.cajas > div > div {
    min-height: 10px;
    background-color: #dfdfdf;
    margin-bottom: 10px;
    outline: 1px solid #cecece;
}
.centrar {
    display: block;
    width: 100%;
    max-width: 1500px;
    min-width: 980px;
}

/*TABLA DIV*/
.tabla-categorias .fila-listado.nivel {
    margin-left: 0;
    border-radius: 0px 10px 10px 0px!important;
    margin: 0;
}

.tabla-categorias {
    /* border-left: 1px solid gray; */
}
.columna-listado {
    display: inline-block;
    float: left;
    padding: 5px 5px;
    min-height: 50px;
}

.item-listado-producto {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 5px;
    margin: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 2px 2px 12px #d8d8d8;
}

.productos-item-listado {}

.productos-item-listado .item-precio {
    font-size: 16px;
    margin: 0;
    font-size: 13px;
    color: orangered;
}

.productos-item-listado .item-titulo {
    margin: 5px 0px;
    font-size: 12px;
}
.contenedor-flex {
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap!important;
}

.b1-1.fila-listado {
    border-radius: 10px;
    width: 540px;
    margin: 0;
}
.fila-listado.nivel h3 {
    margin: 0;
}
.columna-listado.posicion-item-litado {
    padding: 5px 10px 5px 10px;
    font-weight: bold;
}
a.columna-listado-titulo {
    padding: 5px;
    display: inline-block;
    width: 230px;
}

a.columna-listado-titulo h3 {
    margin: 0;
    /* margin-bottom: 10px; */
}

.b1-3.item-listado-producto-imagen {
    width: auto!important;
    margin-right: 10px;
}

.b2-3.item-listado-producto-descripcion {
    width: 50%!important;
    margin-bottom: 0!important;
}

.fila-listado.nivel-sub {
    margin-left: 30px!important;
}

.fila-listado.nivel-sub-sub {
    margin-left: 60px!important;
}

.fila-listado.nivel-sub-sub-sub {
    margin-left: 90px!important;
}


/*FORMULARIO*/

form {
    margin: 0;
}

input, textarea {
    margin: 10px 0px 10px;
    padding: 6px;
    border-radius: 4px;
    border: none;
    background-color: #ffffff;
    /* border: 1px solid gray!important; */
    font-size: 21px;
    font-weight: 500;
    font-family: sans-serif;
    width: 99%!important;
    margin-left: -4px!important;
    /* box-shadow: 2px 2px 12px #f2f2f2!important; */
}
input[type="radio"] {
    display: inline-block;
    font-size: 30px;
    width: 20px!important;
    height: 20px;
}
textarea {
    min-width: 320px;
    min-height: 130px;
}
select {
    border: 2px solid #e2e2e2;
    padding: 10px;
    border-radius: 4px;
    font-size: 15px;
    margin: 5px 0;
    cursor: pointer;
    background-color: #ffffff;
}
select:hover {
    background-color: #fdffeb;
}
select:focus {
    outline: none;
    border-color: #33cc00;
}

.boton img {
    margin-bottom: -2px;
}
.boton, button, input[type="button"] {
    background-color: #373737;
    color: #ffffff!important;
    display: inline-block;
    float:left;
    text-align: center;
    padding: 8px 10px 8px!important;
    text-transform: inherit;
    font-family: inherit;
    border-radius: 14px;
    font-weight: 300;
    cursor: pointer!important;
    border: none;
    font-size: 12px!important;
    min-height: 10px!important;
    margin: 1px 5px 10px 5px!important;
    min-width: 40px;
    transition: 1s;
}
.boton:hover, button:hover, input[type="button"]:hover {
    background-color: #8916c9;
    transition: 0s;
}
.boton-mini {
    background-color: #373737;
    color: #ffffff!important;
    display: inline-block;
    text-align: center;
    padding: 4px 6px 4px!important;
    text-transform: inherit;
    font-family: inherit;
    border-radius: 4px;
    font-weight: 300;
    cursor: pointer!important;
    border: none;
    font-size: 8px!important;
    min-height: 10px!important;
    min-width: 40px;
}
button img, input[type="button"] img {
    margin-bottom: -2px;
}
button:hover, input[type="button"]:focus {
    background-color: #4d4d4d;
}
button:hover, input[type="button"]:hover {
    background-color: #484848;
}
button:hover, input[type="button"]:focus {background-color: #565656;}
input:focus, textarea:focus {
    background-color: #f9f9f9!important;
    outline: none;
    /* outline: 2px solid #33cc00; */
}
input[type="file"] {
    display: none;
}
input[type="file"]:focus {
    outline:none;
}
input[type="file"]:hover:after {
/* background-color: #c4c4c4; */
}
input[type="file"]:before {
    content: "nombre del archivo";
    background-color: #f7f7f7;
    /* position: absolute; */
    margin-top: 0px;
    margin-left: 127px;
    padding: 4px 26px;
    border-radius: 100px;
    border: none;
    min-width: 90px;
    font-size: 13px;
    border: 1px solid #e8e8e8;
    display: none;
}
.input-file .boton {
    padding: 10px 12px 9px;
    display: inline-block;
}


small.boton {
    font-size: 11px;
    padding: 7px 20px;
}
a.boton.red {
    background-color: red;
}
select, input, textarea {
    font-size: 14px!important;
    font-weight: 300!important;
    padding: 5px 5px 5px 5px !important;
    min-height: 26px;
    border-radius: 4px!important;
    margin: 6px 0px 6px 0px!important;
    border: none;
    /* box-shadow: inset -3px 4px 3px #ffffff8a!important; */
    border: 2px solid #f0f0f0;
    background-color: #e5e5e5!important;
    transition: 1.5s;
    /* box-shadow: inset -3px 4px 3px #ebebeba8; */
}
select:hover, input:hover, textarea:hover {
    border: 2px solid #e7e7e7!important;
    transition: 0s;
    background-color: #edecec!important;
}
textarea {
    min-height: 160px;
    /* max-width: 750px; */
    font-size: 14px!important;
    line-height: 22px;
}

input[type="date"] {
    max-width: 128px;
    padding: 0px 10px!important;
}

input[type="time"] {
    max-width: 128px;
    padding: 0px 10px!important;
}
/*FORMULARIO CHECKBOX IMAGEN*/
.seccion-editor.checked-imagenes .b1-3 {
    width: 31%!important;
    margin-bottom: 0px!important;
}
.seccion-editor.checked-imagenes {
    margin-bottom: -2px;
    position:relative;
    z-index: 0;
}


.checked-imagenes label {
  box-shadow: inset -3px 4px 3px #dddddde0!important;
  border: 2px solid #ffffff;
  background-color: #f7f7f7!important;
  display: block;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  margin: 5px 5% -6px;
  padding: 10px 10px 5px 10px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  /* z-index: 999999999999; */
  font-weight: bold!important;
}

.checked-imagenes label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.checked-imagenes label img {
  max-height: 35px;
  width: 50px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
  max-width: 100%;
  outline: 1px solid black;
}

.checked-imagenes label:hover {
    box-shadow: inset -1px -5px 15px #dddddde0!important;
    border: 2px solid #ffffff;
    background-color: #f7f7f7!important;
}

.checked-imagenes label p {
    font-weight: bold!important;
}
.checked-imagenes :checked+label {
  background-color: #72ff9e!important;
  border-color: #1ebe4f;
  box-shadow: inset -1px -6px 13px #00be3b!important;
}

.checked-imagenes :checked+label::before {
  content: "ok";
  background-color: #07cc44;
  transform: scale(1);
  border: 1px solid #00c03b;
  font-weight: bold;
  font-size: 15px;
  padding: 0px 1px 2px 1px;
  margin-left: -6px;
  margin-top: -6px;
}

.checked-imagenes :checked+label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}




/*TABLA VERTICAL*/
.tabs-menu-vertical {
}
.tabs-menu-vertical .ui-tabs-nav {
    margin: 0;
    padding: 0;
    width: 20%;
    float: left;
}
.tabs-menu-vertical .ui-tabs-nav li {
    list-style:none;
}
.tabs-menu-vertical .ui-tabs-nav li a {
    display: block;
    width: 96%;
    padding: 2%;
    text-decoration:none;
    background-color: #e4e4e4;
    border-bottom: 1px solid #c6c6c6;
    color: #202020;
}
.tabs-menu-vertical .ui-tabs-nav li a:hover {
    background-color: #d9d9d9;
}
.tabs-menu-vertical .ui-tabs-nav li a:focus {
    outline:none;
    background-color: red;
}
.tabs-menu-vertical .ui-tabs-nav li a:focus:hover {
    background-color: orangered;
}
.tabs-menu-vertical > div {
    display: block;
    width: 76%;
    float: left;
    padding: 0 2%;
    margin-bottom: 30px;
}
/*BANNER GRANDE*/
section.banner-grande {
    display: block;
    min-height: 180px;
    background-color: gray;
    width: 100%;
    padding-top: 280px;
}
section.banner-grande .info-banner {
    margin-left: 10%;
    display: inline-block;
    margin-top: 0;
    padding: 10px;
    border-left: 4px solid #656565;
    color: white;
}
.banner-grande .info-banner h1 {
    margin-top: 0;
}
/*TABLA HORIZONTAL*/
div#tabsH {
    margin-bottom: 40px;
}
.tabs-menu-horizontal .ui-tabs-nav {
    margin: 0;
    padding: 0;
    margin-bottom: 11px;
}
#tabsH .ui-tabs-nav li {
    list-style: none;
    display: inline-block;
}
#tabsH .ui-tabs-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #3d3d3d;
    background-color: #e4e4e4;
    padding: 10px;
}
#tabsH .ui-tabs-nav li a:hover {
    background-color: gray;
}
/*ACCORDION*/
div#accordion h3 {
    display: block;
    width: 96%;
    padding: 10px 2%;
    text-decoration: none;
    background-color: #e4e4e4;
    border-bottom: 1px solid gray;
    margin: 0;
    cursor: pointer;
}
div#accordion h3:hover {
    background-color: #d9d9d9;
}
div#accordion h3:focus {
    outline:none;
    background-color: red;
}
div#accordion h3:focus:hover {
    outline:none;
    background-color: orangered;
}
.ui-accordion-content {
    padding: 2%;
}

/*ESTILO PANEL*/
body {
    margin: 0 auto!important;
    min-width: 1200px;
    max-width: 2500px;
    font-family: arial!important;
    background-size: 6px;
    display: block;
    font-size: 16px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
}
body > header {
    display: block;
    width: 17%;
    float: left;
    height: 95%;
    position: fixed;
    left: 0;
    z-index: 99999999;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99999;
    margin: 1%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px #00000038;
}
 body > header::-webkit-scrollbar-track {
 background-color: #191919;
}
body > header::-webkit-scrollbar {
 width: 10px;
}
body > header::-webkit-scrollbar-thumb {
 background-color: #232323;
 border-radius: 20px;
}
body > div hr {
    border: 1px solid black!important;
    border-top: none!important;
    margin: 4px 0;
}
.top-header {
    display: block;
    width: 100%;
    color: white;
    padding: 0px 0px 0px;
    text-align: center;
}
a.top-header-boton.nombre-usuario {
    border-radius: 0;
    font-size: 11px;
    font-family: monospace;
    margin-top: 0;
    padding: 13px 8%;
    width: 84%;
    display: block;
    float: left;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 999;
}
span.top-header-fecha {
    font-family: monospace;
    font-size: 11px;
    padding: 13px 0;
    display: inline-block;
    float: left;
    width: 100%;
    background-color: #3a3a3a;
}
a.top-header-boton {
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 6px 14px 6px 20px;
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 11px;
    border-radius: 0;
    min-width: 51px;
    font-family: 'arial', sans-serif;
    max-width: 84%;
    text-align: center;
    float: right;
    margin-left: 1px;
    transition: 0.3s;
}
a.top-header-boton:hover {
    background-color: #dfdfdf;
    color: black;
}
.logo-panel {
    display: block;
    float: left;
    height: auto;
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #000000;
}
.header-reloj {
    font-family: monospace!important;
    font-weight: 400;
    width: 40px;
    letter-spacing: 1px;
    display: inline-block;
    width: 92%;
    padding: 12px 4% 13px;
    text-align: center;
    font-size: 12px;
    background-color: #f0f2f5;
    color: #383838;
    text-overflow: ellipsis;
}
header nav::-webkit-scrollbar-track {
     background-color: #00000087;
     cursor: grab!important;
}
header nav::-webkit-scrollbar {
    width: 13px;
    background-color: #414040;
}
header nav::-webkit-scrollbar-thumb {
     background-color: #0d0d0d;
     border-radius: 14px;
     cursor: grab!important;
}
header nav {
    float: right;
    padding-bottom: 2000px;
    z-index: 0;
    position: relative;
    animation: unset!important;
    background-color: #080808bf;
    width: 100%;
    box-shadow: 0px 0px 0px 190px #00000033, 0px 0px 2px 10px #00000000!important;
    backdrop-filter: blur(16px);
    overflow-y: scroll;
    height: 60%;
}
header nav a {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    color: white;
    letter-spacing: 0.05em;
    margin: 0;
    width: 100%;
    padding: 11px 0 3px;
    margin-left: 0;
    margin-bottom: -4px;
    transition: 1s;
}
a.sub-boton-header {
}
a.sub-boton-header p {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
}
p.sub-boton-header-indicador {
    color: #7b7b7b!important;
}
a.sub-boton-header {
    padding-left: 20%;
    font-size: 7px;
    width: 80%;
}

.sub-boton-header:hover  img {
    /* filter: saturate(1) contrast(1) brightness(1.2); */
}
header nav a:hover img {
}

header nav a:hover p {
}
header nav a:hover {
    z-index: 1;
    border-color: #323232;
    background-color: #8916c9;
    transition: 0s;
}
span.notificacion-header {
    display: inline-block;
    position: absolute;
    background-color: red;
    border-bottom: 1px solid #ff0000;
    color: white;
    border-radius: 4px;
    padding: 3px 4px 3px;
    min-width: 12px;
    margin-top: -3px;
    letter-spacing: 0!important;
    /* margin-left: 86%; */
    font-size: 11px;
    font-family: monospace!important;
    font-weight: bold;
    clear: both;
    right: 5%;
}


span.indicador-cantidad {
    font-weight: bold;
    background-color: red;
    border: 3px solid #ff0000!important;
    border-bottom: 3px solid #df0000!important;
    min-width: 30px;
    border: solid;
    border: solid;
    border: solid;
    border: solid;
    display: inline-block;
    text-align: center;
    padding: 2px 19px 3px;
    border-radius: 22px;
    color: white;
    font-size: 19px;
    font-family: monospace!important;
}

span.indicador-cantidad-mini {
    font-weight: bold;
    background-color: red;
    border: 1px solid #ff0000!important;
    border-bottom: 2px solid #df0000!important;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    padding: 2px 4px 2px;
    border-radius: 22px;
    color: white;
    font-size: 13px;
    font-family: monospace!important;
}
span.indicador-cantidad-mini * {
    color: white;
}

header nav a img {
    display: inline-block;
    width: 21px;
    height: 24px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: -6px;
    margin-bottom: 4px;
    zoom: 100%;
    transition: 0.3s!important;
    filter: contrast(1) brightness(0.9) saturate(2.3);
}
header .logo-panel img {
    height: auto;
    width: 100%;
    display: block;
    height: 61px;
    transition: 0.3s;
}
header .logo-panel:hover img {
    filter: contrast(-0.7) saturate(1.2) hue-rotate(46.5deg);
}
/*ITEMS*/
.b1-3 h2:first-child {
    margin-top: 0!important;
}
.items-noticias > h2 {
    background-color: #76208f;
    color: #ffffff;
    padding: 10px 11px 11px 10px;
    font-size: 14px;
    margin: 0;
    margin-top: 30px!important;
    width: 93%;
    border-radius: 10px 10px 0px 0px;
}
.estilo-lista {
    display: inline-block;
    float: right;
    color: white;
}
.estilo-lista a {
    color: white;
    margin-right: 7px;
    text-decoration: none;
    background-color: #4d0862;
    padding: 0px 3px;
    border-radius: 5px;
    border: 1px solid #2a0435;
    width: 30px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 19px;
}
a.item-noticia-nueva h3 {
}
a.item-noticia-nueva.actual h3 {
    color: purple;
    margin: 0;
}
a.item-noticia-nueva:hover {
    outline: 4px solid #48d600;
}
a.item-noticia-anterior {
    color: #101010;
    padding: 4px 2% 1px 2%;
    font-size: 13px;
    width: calc(96% - 2px);
    display: inline-block;
    cursor: pointer;
    margin-top: 0;
    margin: 1px;
    margin-bottom: 10px;
    text-decoration: none;
    padding-bottom: 10px;
    padding-top: 10px;
    outline: none;
    position: relative;
    z-index: 9999!important;
    border-radius: 4px;
    box-sizing: content-box;
    background-color: #fefefe;
    border: 2px solid #ffffff;
    border: 1px solid #e7e7e7;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0px 3px 2px #00000012;
    border-bottom: 2px solid #efefef;
}
a.item-noticia-anterior:focus {
    outline: 4px solid orange;
}

span.oferta img {
    background-color: #f6f6f6;
    border-radius: 20px;
    margin-right: 0px;
    float: right;
    margin-left: 4px;
    height: 12px!important;
    padding: 3px 2px 4px 2px;
    margin-top: 4px;
    box-shadow: inset 2px 2px 2px #eeeeee;
}
.boton-crear-nuevo {
    text-align: center;
    font-size: 20px!important;
    padding: 7px 4% 7px 6%!important;
    border-radius: 10px!important;
    width: 80%!important;
    margin: 10px auto 40px!important;
    display: inline-block!important;
    float: initial;
    position: relative!important;
    left: 5%;
    background-color: #393939!important;
    border-bottom: 4px solid #212121!important;
    color: white!important;
    border-radius: 6px!important;
    border: 2px solid #ffffff;
    border: 1px solid #e7f3ff;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0px 3px 2px #00000026;
    border-bottom: 2px solid #eaf4ff;
}
.boton-crear-nuevo img {
    margin-bottom: -6px;
    margin-right: 2px;
    margin-left: -13px;
    filter: hue-rotate(-55deg) brightness(4.1);
}
a.item-noticia-anterior span.tipo-mensaje {
    display: block;
    float: left;
    width: 26%;
    height: 70px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    background-position: center!important;
    background-repeat: no-repeat;
    background-color: #ffffff!important;
    z-index: 99;
    position: relative;
    text-align: center!important;
}
span.tipo-mensaje img {
    object-fit: contain!important;
    object-position: center center!important;
    display: inline-block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    text-align: center!important;
    overflow: hidden;
}
span.tipo-mensaje {
}
tr.mensaje-visto  {
    border-bottom: 1px solid white!important;
}
tr.mensaje-visto a, tr.mensaje-visto p, tr.mensaje-visto td {
    color: gray!important;
    background-color: #e2e2e2;
}
a.item-noticia-anterior:hover {
    outline: 4px solid #48d600;
    background-color: #e4ffe4;
    position: relative;
    z-index: 9999;
}
a.item-noticia-anterior.actual {
    color: black!important;
    outline: 4px solid #00e000;
    position: relative;
    z-index: 999;
    background-color: #b1ffb1!important;
}
.boton-crear-nuevo.actual {
    background-color: #b1ffb1!important;
    background: #b1ffb1!important;
    border-color: #00e000!important;
    outline: none!important;
}
a.item-noticia-anterior.actual {
    background-color: #b1ffb1!important;
}
a.item-noticia-anterior.actual h3 {
    color: purple;
}
.contenido-item {
    display: inline-block;
    width: 70%;
    margin-left: 3%;
}
.contenido-item h3, .contenido-item p, .contenido-item b, .contenido-item small {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    /* font-size: 14px; */
}
.contenido-item h3 {
    color: #040404;
    font-size: 14px;
    margin: 0;
    width: 100%;
    margin-bottom: 4px;
    margin-top: 0;
    display: block;
}
.titulo-seccion {
    display: block;
    text-align: center;
    /* background-color: #5a5656; */
    min-height: 45px;
    color: black;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
    margin-top: 0;
    font-size: 30px;
}

.titulo-seccion-editor {
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 10px;
    /* background-color: #ffffff; */
    padding-top: 10px;
    border-radius: 10px;
    font-size: 19px;
}
.titulo-seccion-editor .icono-seccion {
    margin-bottom: -8px;
}
.titulo-seccion img {
    display: inline-block;
    margin-bottom: -10px;
    border-radius: 10px;
    padding: 10px 5px;
    height: 20px!important;
    width: 30px!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    height: 26px;
    margin-bottom: -8px;
    margin-top: 0px;
    background-color: #fafafa;
    border: none;
    padding: 9px;
    box-shadow: 0px 2px 2px #dddddd;
}
small.estado-item {
    font-size: 8px;
    display: inline-block;
    color: red;
    font-weight: 700;
    margin-top: 5px;
    background-color: #eaeaea;
    padding: 3px 5px;
    border-radius: 2px;
}

small.estado-item img {
    height: 10px!important;
    width: 12px!important;
    margin-bottom: -2px;
}
span.posicion-item {
    display: none;
}
span.posicion-item:after {
    content: " ";
    width: 1px;
    height: 1px;
    display: block;
    background-color: transparent;
    margin-top: -6px;
    margin-left: -5px;
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 4px solid transparent;
    /* border-bottom: 7px solid #4b4b4b; */
}
a.item-noticia-anterior.level2 .tipo-mensaje {
    height: 50px;
}
a.item-noticia-anterior.level3 .tipo-mensaje {
    height: 50px;
}
a.item-noticia-anterior.level4 .tipo-mensaje {
    height: 50px;
}
a.item-noticia-anterior.level1 {margin-top: 10px;min-height: 70px;}
span.posicion-item {
    position: absolute;
    font-size: 0;
    display: block;
    width: 20px;
    height: 45px;
    border-left: 2px solid #3e86d3;
    border-bottom: 2px solid #3e86d3;
    margin-top: -23px;
    position: absolute;
    z-index: -15;
}
a.item-noticia-anterior.level2 {
    margin-left: 11.5%;
    width: 84%;
    background-color: #ffffff;
    z-index: 10!important;
    position: relative;
}
a.item-noticia-anterior.level3 {
    margin-left: 25%;
    width: 70%;
    background-color: #ffffff;
}
a.item-noticia-anterior.level4 {
    margin-left: 36%;
    width: 58%;
    background-color: #cacaca;
}
a.item-noticia-anterior.level5 {
    margin-left: 47%;
    width: 47%;
    background-color: #b7b7b7;
    color: black!important;
    text-shadow: none;
}
a.item-noticia-anterior.level5 .tipo-mensaje {
    height: 33px;
    margin-top: 2px;
}
a.item-noticia-anterior.level6 {
    margin-left: 58%;
    width: 36%;
    background-color: #989898;
    color: black!important;
    text-shadow: none;
}

a.item-noticia-anterior.level6 .tipo-mensaje {
    background-color: #989898!important;
    width: 27%;
    outline: none;
}
a.item-noticia-anterior.level1 .posicion-item {
    display: none;
}
span.posicion-item-numero {
    background-color: #3b83d1;
    border-bottom: 2px solid #3d85d2;
    border-right: 2px solid #3e86d3;
    border-left: 2px solid #3e86d3;
    box-shadow: 2px 2px 2px #00000000;
    color: #ffffff;
    padding: 3px 1px 2px 1px;
    border-radius: 0px 0px 6px 2px;
    text-shadow: none;
    left: 0;
    margin-left: 8px;
    margin-top: -2px;
    float: left;
    position: absolute;
    z-index: 999;
    font-size: 10px;
    font-weight: bold;
    opacity: 1;
}
.items-noticias:hover .posicion-item-numero {
    opacity: 1;
    transition: 0.3s;
}
.documentos-adjuntos span {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-color: #ededed!important;
    background-size: cover!important;
    border-radius: 2px;
    margin-right: 6px;
    margin-bottom: 5px;
    box-shadow: 1px 1px 1px #00000030;
}

.documentos-adjuntos {
    margin-top: 7px;
    width: 100%;
    display: block;
}

.documentos-adjuntos b {
    display: inline-block;
    margin-left: 5px;
}

/*BUSCADOR PANEL GRANDE*/
.buscador-panel {
    width: 55%!important;
    padding: 0 22%!important;
}
@media screen and (max-width: 980px){

    .buscador-panel {
        padding: 0!important;
        width: 90%!important;
        margin: 0 5% 18px!important;
    }

}

/*BUSCADOR PANEL MINI*/
form.buscador-mini {
    max-width: 230px;
    width: 100%;
    float: right;
}

form.buscador-mini input {
    width: 72%!important;
    padding: 6px 4%!important;
    margin: 0!important;
    border-radius: 20px 0px 0px 20px!important;
    border: none!important;
    background-color: #eaeaea;
}

form.buscador-mini button {
    background: url(/panel/img/iconos/lupa.svg) #565656;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    width: 20%!important;
    min-width: 0!important;
    padding: 0%!important;
    margin: 0!important;
    height: 38px;
    border-radius: 0px 20px 20px 0px!important;
}

form.buscador-mini button:hover {
    transform: none!important;
    background-color: #009aff;
}


@media screen and (max-width: 980px){


    form.buscador-mini {
    width: 100%;
    max-width: 100%;
    margin: 0px 0px 20px;
    }

    form.buscador-mini input {
    width: 67%!important;
    float: left;
    }

    form.buscador-mini button {
        float: left;
    }

    form.buscador-mini button:hover {
    }


}

/*SUBCATEGORIAS*/
.subcategoria h3.item-noticia-anterior-titulo {
    font-size: 12px;
    margin-bottom: 3px;
    height: 18px;
}
.subcategoria span.item-noticia-anterior-imagen {
    height: 32px;
    width: 50px;
}

/*BOTONES GUARDAR ELIMINAR*/
aside.b1-3::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: white;
}
 aside.b1-3::-webkit-scrollbar {
 width: 5px;
 background-color: orange;
}
 aside.b1-3::-webkit-scrollbar-thumb {
 background-color:orange;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
}
.notificacion {
    display: block;
    margin: 0 auto 10px;
    width: 96%;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    font-weight: bold;
}
.notificacion.error {
    background-color: red;
    color: white;
}
.notificacion.ok {
    background-color: green;
    color: white;
}
.notificacion.ok * {
    color: white;
}
.guardar-eliminar {
    display: block;
    margin: 0 auto;
    height: 32px;
    width: 96%;
    padding: 15px 2% 25px 2%;
    text-align: left;
    top: 0;
    z-index: 1;
    border-bottom: none;
}
.guardar-eliminar h3 {
    margin-bottom: 0px;
    display: inline-block;
    text-align: left;
    float: left;
    font-size: 25px;
    color: #000000;
    margin-top: -7px;
}
.guardar-eliminar h3 img.icono-guardar-eliminar {
    height: 26px;
    margin-bottom: -12px;
    margin-top: 0px;
    background-color: #fafafa;
    border: none;
    padding: 9px;
}
.guardar-eliminar button, .guardar-eliminar a {
    float: right;
    text-align: center;
    padding: 6px 10px 6px;
    margin: 5px;
    margin-top: 0;
    min-width: 90px!important;
    background-color: #464646;
    border-color: #464646!important;
    color: white!important;
    display: inline-block;
    text-align: center;
    text-transform: inherit;
    font-size: 14px!important;
    font-family: inherit;
    border-radius: 4px;
    font-weight: 400;
    cursor: pointer!important;
    margin-top: 3px!important;
    margin-right: 0;
    margin-left: 11px;
}
.guardar-eliminar button:hover {
    transform: scale(1.1, 1.1) translatey(-10%);
    transition: 0s;
}

button.boton-crear-barra {
    background-color: #3C0;
    border-color: green;
    color: #FFF;
}
.boton-crear-barra img {
    width: 15px;
    margin-bottom: -3px;
}
a.boton-volver-barra {
    background-color: #660e80;
    border-color: #280034;
    color: #FFF;
}
button.boton-guardar-barra {
    background-color: #3C0;
    color: #3C0;
}
button.boton-guardar-barra img {
    width: 15px;
    margin-bottom: -4px;
}
button.boton-ver-barra {
    background-color: orange;
    color: #FFF;
    border-bottom: 2px solid #fe5e00;
    float: left;
    margin-left: 5px;
}
button.boton-eliminar-barra {
    background-color: red;
    color: red;
}

button.boton-eliminar-barra img {
    width: 15px;
    margin-bottom: -4px;
}
button.boton-todo-barra img {
    width: 15px;
    margin-bottom: -4px;
}
/*SWITCH SELECT*/
.switch {
    display: inline-block;
    width: 60px;
    height: 22px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    cursor:pointer;
    transition: 0.3s;
}

span.indicador {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 100px;
    float: left;
    border: 1px solid white;
    box-shadow: 2px 2px 2px #00000029;
}

/*SWITCH MODO ON*/
.switch.modo-on {
    background-color: #33cc00;
    border-color: #33cc00;
    font-weight: 600;
}
.switch.modo-on .on {
    display: inline-block;
    float: left;
    color: white;
    line-height: 21px;
    margin-left: 6px;
}
.switch.modo-on .indicador {
    float: right;
}
.switch.modo-on .off {
    display: none;
}
/*SWITCH MODO OFF*/
.switch.modo-off .on {
    display: none;
}
.switch.modo-off .off {
    display: inline-block;
    float: left;
    color: black;
    line-height: 22px;
    margin-left: 10px;
}
.switch.modo-off .indicador {
    float: left;
}
/*FORMULARIO DE NOTICIA*/
form#formulario {
    width: 98%;
    padding: 0px 0% 0% 1%;
}
.subirImagenInstruccion:before {
    content: "Click para subir una imagen";
    display: block;
    color: #fefefe;
    background-color: #4d086291;
    font-size: 22px;
    padding: 35% 5% 90%;
    text-align: center;
    font-weight: bold;
    transition:0.3s;
    opacity: 0;
}
.cambiarImagenInstruccion:before {
    content: "Click para cambiar la imagen";
    display: block;
    color: #ffffff;
    background-color: #4d086291;
    font-size: 22px;
    padding: 25% 5% 50%;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition:0.3s;
}
.img-noticia:hover:before {
    opacity: 1;
}
.loadImagenInstruccion:before {
    content: url(/estructura/img/load.gif);
    display: block;
    color: orange;
    font-size: 45px;
    padding: 0% 5%;
    margin-top: -40px;
    text-align: center;
    font-weight: bold;
}
label.img-noticia {
    height: 330px;
    background-color: #8b8b8b;
    background: url(/panel/img/imagen.png);
    background-color: white!important;
    background-size: cover;
    background-repeat: no-repeat!important;
    background-position: center;
    display: block;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* outline: 4px solid #3a3a3a; */
    border-radius: 10px;
    border: 4px solid #323232;
}
.img-noticia:hover span.texto-imagen {
    opacity: 1!important;
}
span.texto-imagen {
    opacity: 0;
    display: block;
    background-color: #00000099;
    color: white;
    font-weight: bold;
    width: 100%;
    padding: 50px 0 60px;
    transition: 0.3s;
    position: relative;
    z-index: 0;
    position: absolute;
}
.b1-1 span.texto-imagen {
    padding: 130px 0 600px;
    font-size: 30px;
    border-radius: 10px;
}
.b1-2 span.texto-imagen {
    padding: 150px 0px;
}
label.img-noticia input {/* width: initial; */
}
.img-noticia:hover input::after {
    background-color: orange;
    color: white;
}
.recuadro-imagen.b1-4 {
    height: 170px;
}
.recuadro-imagen.b1-2 {
    height: 340px;
    width: 48%;
}
.recuadro-imagen.b1-2 .img-noticia {
    height: 300px;
    margin-right: 0;
}
.opciones-imagen a {
    display: inline-block;
    color: white;
    background-color: #3a3a3a;
    text-decoration: initial;
    font-size: 15px;
    border-radius: 0;
    font-family: sans-serif;
    width: 46%;
    padding: 11px 0 8px;
    text-align: center;
    margin: -3px 2% 20px!important;
    border-radius: 0px 0px 6px 6px;
    border: unset;
    float: left;
    z-index: 0;
}
.opciones-imagen {
    position: relative;
    bottom: 0;
    margin-top: 0;
    opacity: 1;
    transition: 0.3s;
}
label:hover .opciones-imagen {
    opacity: 1;
}
.opciones-imagen a:hover {
    background-color: #252525;
}
.input-titulo-noticia {
    display: block;
    width: 98%;
    margin: 0px 0 20px;
    padding: 5px 1% 5px;
    font-size: 19px;
    border-radius: 5px;
}
.input-presentacion-noticia {
    display: block;
    width: 98%;
    margin: 20px 0;
    background-color: #eeeeee;
    padding: 10px 1%;
    font-size: 16px;
}
#formulario > small {
    margin: 5px 0px;
    display: block;
}

textarea:hover {
    background-color: #ffffff;
    outline: 1px solid #dddddd;
}
/*EDITOR DE NOTICIAS*/
.seccion-editor {
    display: inline-block;
    width: calc(100% - 70px);
    margin: 0px 10px 15px 30px;
}

.seccion-editor > h4 {
    margin-bottom: 0;
    margin-top: 5px;
}
.editor-descripcion-secciones {
    background-color:white;
    outline: 2px solid orange!important;
    min-height: 100px;
    display: inline-block;
    width: 100%;
}
.editor-descripcion-secciones small.mover-bloques {
    display: block;
    /* position: absolute; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 7px;
}
.editor-descripcion-secciones small.mover-bloques > span {
    min-width: auto!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 15px;
    border-radius: 4px;
    background-color: gray;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 0px 0px 6px 6px;
}
.editor-descripcion-secciones > .b1-1:hover {
    outline: 1px solid gray;
}
.editor-descripcion-secciones:hover > .b1-1 {
    min-height: 40px;
}
.editor-descripcion-secciones:hover .b1-1 .mover-bloques {
    height: 25px!important;
    transition: 0s;
}
*[contenteditable="true"]:hover {
    outline: 1px solid #000000;
}
*[contenteditable="true"] {
    outline: 1px solid #e6e6e6;
}
.editor-descripcion-secciones > .b1-1 {
    transition: 0.3s;
    display: block!important;
}
/*ADJUNTAR IMAGENES DEPOSITO*/
section.formulario-subir-album {
    border-radius: 5px;
    padding-bottom: 20px;
}
span.subir-imagenes {
    background-color: #8916c9;
}
button#subirlote {
    margin: 8px auto 0;
    padding: 10px 30px;
    background-color: #3C0;
    color:#FFF;
    border-bottom: 2px solid green;
    margin:0 auto;
    animation-iteration-count: infinite;
    margin-top: 30px;
}
.carpeta-detect {
    outline: 1px solid #76208f;
    text-align: center;
    min-height: 140px;
    width: 90%;
    margin: 0 auto;
    background-color: #ffffffab;
}
.carpeta-detect h3 {
    background-color: #660e80;
    color: white;
    padding: 10px;
}
span.subir-imagenes:hover {
    background-color: #3e86d3;
}
.item-imagen-deposito {
    display: inline-block;
    margin: 9px;
    border-radius: 10px;
    overflow: hidden;
}
a.delete-imagen-galeria {
    display: block;
    background-color: red;
    border-radius: 0;
}
.item-imagen-deposito:hover {
}

a.delete-imagen-galeria:hover {
    background-color: #ff3800;
}
/*ESTADISTICAS*/
a.contador-estadisticas {
    text-align: center;
    display: inline-block;
    width: 100%;
    background-color: white;
    padding: 0px 0px 10px;
}
a.contador-estadisticas .cantidad {
    background-color: red;
    color: white;
    padding: 3px 10px;
    margin: 10px;
    display: inline-block;
    border-radius: 100px;
    margin-left: 5px;
    font-weight: bold;
}
span.tipo-visitante {
    padding: 15px 5px 15px 5px;
    border-radius: 20px;
    margin-right: 1px;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 35px;
    font-size: 15px;
    color: black;
}
span.item-pagina-visitada-cantidad {
    color: white;
    background-color: red;
    display: block;
    float: left;
    border-radius: 4px;
    padding: 4px 1%;
    /* width: 10%; */
    text-align: center;
    margin-right: 3%;
    margin-left: 4%;
    margin-top: 10px;
    min-width: 20px;
}
span.item-pagina-visitada {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    padding-top: 4px;
    vertical-align: top;
    /* background-color: #f8f8f8; */
}
span.item-pagina-visitada-url {
    display: inline-block;
    width: 76%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 25px;
    /* font-weight: bold; */
    word-wrap: break-word;
}
span.tipo-visitante img {
    margin-top: 0;
    margin-bottom: -2px;
}
a.contador-estadisticas h3 {
    display: inline-block;
    color: #4c4c4c;
    margin: 0;
    cursor: pointer;
}
a.contador-estadisticas h3:hover {
    text-decoration: underline;
}

table.tabla-visitas {
    background-color: #fdfdfd;
    width: 100%;
    border-collapse: collapse;
}
table.tabla-visitas tr td {
    /* border: 1px solid white; */
    border-right: 1px solid white;
    padding: 0px 5px;
    margin: 0!important;
    color: gray;
    font-weight: 300;
    font-family: sans-serif;
    text-align: center;
    border-collapse: collapse;
}
tr.header-tabla {
    color: black;
    background-color: #f3f3f3;
    position: sticky;
    top: 0;
    width: 100%;
}
tr.header-tabla th {
    padding: 15px 2px;
}


tr:hover {
    /* cursor: pointer; */
}
tr.header-tabla td {
    border-color: #ffffff!important;
}

tr.header-tabla:hover {
    background-color: #eaeaea!important;
}
table.tabla-visitas tr {
    transition: 0.3s;
}
table.tabla-visitas tr:hover {
    background-color: #d9f4ff;
}
tr.header-tabla td {
    color: #080808!important;
    padding: 10px !important;
    outline: none;
    font-weight: bold;
    border-color: #ffffff!important;
    cursor: pointer;
    font-size: 11px;
    color: #303030!important;
    border-left: 1px solid #e7e7e7;
}
tr.header-tabla td:hover {
    /* color: #ededed!important; */
}
/*PAGINACION*/
.paginacion {
    display: block;
    width: 92%;
    text-align: center;
}

a.numero-paginacion {
    display: inline-block;
    background-color: #f5f5f5;
    min-width: 20px;
    height: auto;
    padding: 9px;
    border-radius: 4px;
    margin: 10px 2px;
}


/*BUSCADOR*/

form.buscador-grande {margin-bottom: 45px!important;}

body div form.buscador-grande input {
    padding: 1px 3%!important;
    font-size: 19px!important;
    width: 75%!important;
    display: inline-block!important;
    float: left!important;
    overflow: hidden!important;
    min-width: 0!important;
    height: 20px!important;
    margin: 0!important;
    border-radius: 6px 0px 0px 6px!important;
    font-size: 14px!important;
    background-color: white;
    min-height: 30px;
}

body form.buscador-grande button {
    padding: 18px 2%!important;
    width: 17%!important;
    font-size: 16px!important;
    height: 20px!important;
    background: url(/panel/img/iconos/lupa.svg) #e2e2e2;
    background-size: 15px!important;
    background-repeat: no-repeat!important;
    background-position: center;
    border-radius: 0px 6px 6px 0px!important;
    transition: 0.3s;
    margin: 0!important;
    background-color: #303030;
    min-width: 0!important;
}
body form.buscador-grande button:hover {
    background-color: #8916c9;
    transition: 0s;
}

a.boton.busqueda-volver {
    margin: 0 auto!important;
    display: inline-block;
    left: 50%;
    right: 50%;
    float: initial!important;
    position: relative;
    width: 100px;
    margin-left: -66px!important;
    padding: 6px 0px;
}

/*ASIDE*/


h3.titulo-aside {
    padding: 10px 2% 10px 2%;
    font-size: 19px;
    margin: 0;
    width: 96%;
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    top: 40px;
    z-index: 9999;
    color: #808080;
    font-weight: 600;
    background-color: #ffffff;
    border-bottom: 1px dashed #dadada;
    padding-bottom: 26px;
    padding-top: 20px;
}
h3.titulo-aside:nth-child(2) {
    border-radius: 0;
}
h3.titulo-aside-icono {
    font-size: 27px;
    text-align: center;
    background-color: transparent;
    color: #353535;
    padding: 0;
    width: 100%;
    margin-top: 0;
    border-top: unset!important;
    margin-bottom: 30px;
    transition: 0.3s;
}
.titulo-aside-icono img.icono-seccion {
    max-width: 100px;
    margin-bottom: 20px;
}
a.item-noticia-anterior.boton-crear-nuevo h3 {
    margin: 5px;
    color: #ffffff;
    font-size: 18px;
}
.titulo-aside img.icono-guardar-eliminar {
    background-color: #38004a;
    border-radius: 100px;
    padding: 20px;
    border-top: 1px solid #af4bcd;
    border-bottom: 1px solid #9717be;
    box-shadow: inset 0px 0px 30px 6px #1f0029;
}
aside img.icono-guardar-eliminar {
    height: 95px;
    min-width: 100px;
}
img.icono-guardar-eliminar {
    background-color: #fefefe;

 /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    border-radius: 10px;
    padding: 20px;
    border: 2px solid #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0062ad+0,003177+87 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #f0f0f0;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0px 3px 2px #0000000a;
    border-bottom: 2px solid #f5f5f5;
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    margin-bottom: 10px;
    /* filter: contrast(1) brightness(1.1) saturate(1.2); */
}



/*ICONOS TABLA*/
small.icono-listado {
    background-position: 1px center;
    background-size: 16px;
    background-repeat: no-repeat;
    padding: 8px 10px 8px 20px;
}
.bg-icono-visible {
    background: url(/panel/img/iconos/visible.svg);

}
.bg-icono-oculto {
    background: url(/panel/img/iconos/oculto.svg);

}
.bg-icono-destacar {
    background: url(/panel/img/iconos/destacar.svg);

}
.bg-icono-no-destacar {
    background: url(/panel/img/iconos/no-destacar.svg);

}
.bg-icono-no-oferta {
    background: url(/panel/img/iconos/no-oferta.svg);
}
.bg-icono-oferta {
    background: url(/panel/img/iconos/oferta.svg);
}

/*TABLA ESTANDAR*/
table.table-padding-15 td {
    padding: 15px;
}

table tr td {
    border: none;
    padding: 6px 10px 6px 15px;
    font-size: 11px;
    text-align: left;
    font-weight: 500;
    color: black;
    border-left: 1px solid #00000005;
}
tr h4 {
    display: inline-block;
    margin: 12px 0;
}
table.items td {
    padding: 9px;
}
table td table td {
    padding: 9px 5px 7px!important;
}
table tr td input {
    padding: 6px 5px;
    font-size: 17px;
    width: 90%!important;
    font-weight: bold;
}
input[type="number"] {
    max-width: 128px;
    height: 10px!important;
    padding: 0px 10px!important;
}
input[type="checkbox"] {
    width: 20px!important;
    height: 20px;
    cursor: pointer;
}
.tallasCheckbox[checked=""], .tallasCheckbox[checked="checked"] {
    outline: 2px solid #77e636;
}
.checkboxtallas:focus {
    outline: none;
}
.tallasCheckbox {
    outline: 2px solid red;
}
table tr td select {
    padding: 3px 10px;
    font-size: 18px;
    min-width: 150px;
    width: 100%;
    max-width: 300px;
    border: 2px solid #f0f0f0;
}


figure.productos-categoria-enlace-imagen {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    box-shadow: 2px 2px 4px #0000002b;
    BORDER: 1px solid #eeeeee;
}

figure.productos-categoria-enlace-imagen img {
    margin: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    filter: contrast(0.8) saturate(1.2) brightness(1.1);
}
/*TABLA COMPRA*/
/*TABLA CARRITO*/
span.numero-orden-compra {
    display: inline-block;
    font-size: 16px;
    padding: 13px 0;
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: bold;
    color: #660e80;
}
span.fecha-orden-compra {
    color: #660e80;
    float: right;
    display: inline-block;
    font-size: 13px;
    padding: 20px 10px;
    border-radius: 10px 0px 0px 0px;
}
tr.header-tabla-carrito {
    background-color: #dedede;
}
table.tabla-carrito td {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 2px 10px;
}
tr.fin-tabla-carrito td {
    border-top: 2px solid #b9b9b9;
}
table.tabla-carrito {
    width: 100%;
}
img.imagen-producto-carrito {
    max-width: 80px;
    max-height: 80px;
}
tr.header-tabla-carrito td {
    padding: 10px;
}
b.responder {
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
    position: relative;
}


/*VENTAS*/
span.estado.circulo {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #d6d6d6;
    margin: 5px 3px;
    border-radius: 10px;
}

span.estado.circulo.estado-ok {
    background-color: limegreen;
}
span.estado.circulo.estado-error {
    background-color: red;
}
span.estado.circulo.estado-proceso {
    background-color: orange;
}
/*FOOTER*/
footer {
    display: inline-block;
    width: 79%;
    background-color: #660e80;
    padding: 10px 2%;
    color: white;
    font-size: 11px;
    margin-left: 17%;
    border-radius: 0px 0px 8px 8px;
    display: none;
}
footer .detalle-footer a {
    color: orange;
    float: right;
    text-decoration: none;
}
/*FOOTER SCROLL TOP BUTTON*/
.boton-top {
    position: fixed;
    bottom: 8%;
    right: 2%;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    background-color: #8916c9;
    border: 2px solid #ba46fb;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 25px;
    z-index: 9999999;
}
.boton-top img {
    width: 90%;
    margin-top: 5px;
}
.boton-top:hover {
    background-color: #9f34da;
    cursor:pointer;
}
.boton-top.acceso-volver {
    margin-top: 0px;
    bottom: 40%;
    background-color: #660e80;
    border: #d5bddc;
    height: 32px;
    width: 40px;
    padding-top: 8px;
    padding-bottom: 2px;
}

.boton-top.acceso-eliminar {
    margin-top: 0px;
    bottom: 29%;
    background-color: #ff0000;
    border: #d5bddc;
}

.boton-top.acceso-guardar {
    margin-top: 0px;
    bottom: 17%;
    background-color: #46ca1b;
    border: #d5bddc;
}
/*PRODUCTOS*/

.b1-4 .img-noticia {
    height: 120px;
}
.img-noticia span.numero-imagen {
    float: left;
    color: #ffffff;
    background-color: #000000b0;
    padding: 7px 10px;
    border-radius: 0px 0px 10px 0px;
    z-index: 1;
    position: relative;
    margin-left: -1px;
    font-weight: bold;
}
table.tabla-datos-producto tr td {
    padding: 12px 10px 10px 10px;
    text-align: left!important;
}
table.tabla-datos-producto tr td input {
    margin: 0;
    border-radius: 0;
    font-size: 18px;
    background-color: #fefefe;
}
a.item-visitados {
    display: inline-block;
    width: 16%;
    text-align: center;
    margin: 2%;
}
a.item-visitados p {
    display: block;
    height: 30px;
    font-size: 11px;
    overflow: hidden;
}
.imagen-visitados {
    height: 110px;
    width: 110px;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: white!important;
    margin-bottom: 7px;
    border-radius: 60px;
    background-color: white;
    border: 1px solid #dfdfdf;
    display: inline-block;
}
/*USUARIOS*/
label.img-usuarios {
    padding-top: 40px;
    width: 200px;
    height: 150px;
    background-color: gray;
    background: url(/panel/img/upload-usuario.png);
    background-position: center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
}
/*MARKETING*/

/*MENSAJES*/
tr.mensaje-leido p, tr.mensaje-leido b, tr.mensaje-leido small , tr.mensaje-leido i {
    color: gray!important;
}
tr.mensaje-leido{
    color: #c4c4c4!important;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f7f7f7;
}
span.mensaje-globo {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px;
    margin: 2% 0;
    border-radius: 6px;
    min-width: 40%;
    max-width: 60%;
}
span.respuesta-globo {
    display: inline-block;
    background-color: #b6ff9e;
    padding: 10px;
    margin: 10px 0;
    float: right;
    border-radius: 6px;
    max-width: 60%;
    clear: both;/
    text-align: right;
}
span.respuesta-globo::before {
    content: " ";
    display: block;
    float: right;
    width: 1px;
    height: 1px;
    border-left: 20px solid #b6ff9e;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-right: -26px;
    margin-top: -5px;
    margin-bottom: -3px;
    right: 0;
}
span.mensaje-globo::before {
    content: " ";
    display: block;
    width: 1px;
    height: 1px;
    border-right: 20px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: -25px;
    margin-top: -7px;
    margin-bottom: -14px;
    left: 0;
}




/*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*/
/*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*/
/*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*/
/*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*//*VERSION MOVIL*/

@media screen and (max-width: 980px){
span.ir-inicio {
    display: inline-block;
    width: 10%;
    padding: 2% 3% 1%;
    margin: 2%;
    background-color: #4d0862;
    border-radius: 17px;
    cursor: pointer;
    float: left;
}
div#notificaciones > a {
    float: left;
    width: 64%;
    height: 100%;
    text-align: center;
    z-index: 9;
    position: relative;
    transform: none;
}
#notificaciones > a img {
    display: inline-block;
    margin: 0 auto;
    float: initial;
    height: 100%;
    width: 100%!important;
    max-width: 280px;
}
span.mostrar--menu img {
    height: auto;
    width: 100%!important;
    max-width: 30px;
    min-width: 30px;
    margin: 0 auto;
    margin-top: 5px;
    display: block;
    float: unset;
}
.top-header {
    display: none;
}
a.item-noticia-anterior {
    background-color: white;
    width: 94%;
}
.navegador-header {
    display: none!important;
}
header nav a {
    display: inline-block;
    width: 96%;
    text-align: center!important;
    padding: 11px 2% 10px;
    outline: 1px solid #303030;
    outline: none;
    border: none;
    border-bottom: unset;
    height: auto;
    background-color: transparent;
    line-height: 22px;
    font-size: 12px;
}
.header-reloj {
    display: none;
}
body {
    min-width: 320px!important;
    width: 100%;
    margin: 0 auto!important;
    /* padding-top: 20px; */
}
input, textarea {
    width: 97%!important;
}
header {position: fixed!important;left: 0;top: 0;z-index: 9999999999;width: 100%!important;padding-bottom: 0!important;margin-left: 0!important;overflow: hidden!important;border: none!important;background-color: #303030d4;height: auto!important;width: 96%!important;margin: 1% 2%!important;}

nav::-webkit-scrollbar-track {
 background-color: #191919;
}
nav::-webkit-scrollbar {
 width: 10px;
 background-color:orange;
}
nav::-webkit-scrollbar-thumb {
 background-color: #040404;
 border-radius: 10px;
}
nav.menu-visible {
    display: block!important;
}








header nav a img {
    display: inline-block;
    width: 32px;
    height: 25px;
}
header nav p {
    display: inline-block;
    /* width: 100%; */
    text-align: center;
    margin: 0;
    padding: 0 0;
    font-size: 17px;
}
header nav a:hover p{
    margin-left:0;
}
.sub-boton-header {
    padding-left: 10px;
    /* background-color: #3f3f3f; */
    padding-left: 10%!important;
    width: 90%!important;
}

a.boton-header {
    border-top: 1px solid #00000038;
}

.sub-boton-header p {
    font-size: 12px;
}
html {
    min-width: 320px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecceff+0,ffffff+10,ffffff+84,ecceff+98 */
     /* Old browsers */
    background: -moz-linear-gradient(left, #ecceff 0%, #ffffff 20%, #ffffff 80%, #ecceff 100%); /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
}
div#notificaciones {
    position: fixed;
    height: 60px;
    width: 100%;
    background-color: #000000;
    top: 0;
    box-shadow: 0px 4px 10px #0000002e;
    z-index: 99999;
    display: block;
}
.logo-panel {
    width: 64%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    float: left;
    height: 100%!important;
    margin-top: 0px;
    background-color: #000000;
}
span.mostrar--menu {
    display: inline-block;
    width: 14%;
    height: 45px;
    padding: 10px 2% 5px 2%;
    margin: 0px 0% 0px 0%;
    cursor: pointer;
    float: left;
    text-align: center;
    z-index: 999999;
    position: relative;
    background-color: #202020;
    cursor: pointer!important;
}
span.mostrar--menu:hover {
    background-color: #4f4e4e;
}
span.mostrar--menu:hover {
    background-color: #000000;
}
nav {
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    /* padding-bottom: 240px!important; */
    display: none;
    background-color: transparent!important;
    height: 180px!important;
}
h3.titulo-aside:first-child {
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
}
h3.titulo-aside {
    margin-bottom: 0;
    margin-top: 0px!important;
    width: 92%;
    padding: 4%;
}
aside.b1-3 {
    width: 90%;
    margin: 0 2% 20px;
    padding: 3%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding-bottom: 0;
}


/*BODY*/


/*SUB BOTONES*/

/*SUB BOTONES*/
body > .b2-3 {
    width: 89%;
    margin: 0 3%;
    position: relative;
    padding-top: 21px!important;
    border-top: 10px solid #003490!important;
    border: none;
}
body > .b1-1 {
    margin-left: 0;
    width: 100%;
    margin-top: 60px!important;
    width: 96%!important;
    margin: 80px 2%!important;
}
nav.navegador-seccion {
    margin-left: 0!important;
}
a#estadisticas {
    padding: 8px 0 8px 0;
    margin-top: -1px;
    margin-left: 11px;
}
span.notificacion-header {right: 4%;}


aside img.icono-guardar-eliminar {
    height: 100px!important;
    min-width: 100px!important;
    padding: 25px;
    margin-bottom: 8px;
    margin-top: 30px;
}

/*TABLA*/

table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto!important;
    display: block;
}
tbody {
    width: 100%!important;
    display: table;
}
table.outline {
    min-height: 420px;
    outline: 1px solid #4e0963;
    overflow-y: scroll;
    max-height: 420px!important;
}
table.outline::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: white;
}
table.outline::-webkit-scrollbar {
 width: 10px;
 background-color: #3a3a3a;
}
table.outline::-webkit-scrollbar-thumb {
 background-color: #3a3a3a;
 background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.5, transparent), to(transparent));
 border-radius: 20px;
}
/*GUARDAR ELIMINAR*/

.guardar-eliminar {
    width: 81%;
    text-align: center;
    padding: 9px 30px 20px;
    height: auto;
}
.guardar-eliminar h3 {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
.guardar-eliminar button, .guardar-eliminar a {
    /* float: left!important; */
    width: 27%;
}
button.boton-guardar-barra {
    float: initial;
}
button.boton-eliminar-barra {
    float: initial;
}
/*PRODUCTOS MOVIL*/
    label.img-noticia {
    height: 300px;
}
.img-noticia.b1-4 {
    height: 70px;
}
.recuadro-imagen.b1-4 {
    width: 46%;
    margin: 2%;
}
.recuadro-imagen.b1-2 {
    width: 98%;
}
}





/*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*/
/*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*/
/*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*/
/*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*//*CLASES SIMILARES AL CSS*/
.display-none {
    display: none!important;
}
.display-block {
    display: block!important;
}
.float-right {
    float: right!important;
}
.text-align-center {
    text-align:center!important;
}
.text-align-left {
    text-align:left!important;
}
.text-align-right {
    text-align:right!important;
}
.display-inline-block {
    display: inline-block!important;
}
.justificar {
    text-align: justify!important;
}



/*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*/
/*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*/
/*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*/
/*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*//*GRILLA*/
.b1-1 {
    display: block;
    float: left;
    width: 98%;
    margin: 1%;
}
.b1-2 {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
    border: none;
}
.b1-3 {
    display: block;
    float: left;
    width: 31.33%;
    margin: 1%;
}
.b2-3 {
    display: block;
    float: left;
    width: 64.66%;
    margin: 1%;
}
.b1-4 {
    display: block;
    float: left;
    width: 23%;
    margin: 1%;
}
.b2-4 {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
}
.b3-4 {
    display: block;
    float: left;
    width: 73%;
    margin: 1%;
    clear: initial;
}
.b1-5 {
    display: block;
    float: left;
    width: 18%;
    margin: 1%;
}
.b2-5 {
    display: block;
    float: left;
    width: 38%;
    margin: 1%;
}
.b3-5 {
    display: block;
    float: left;
    width: 58%;
    margin: 1%;
}
.b4-5 {
    display: block;
    float: left;
    width: 78%;
    margin: 1%;
}
.b1-6 {
    display: block;
    float: left;
    width: 14.66%;
    margin: 1%;
}
.b2-6 {
    display: block;
    float: left;
    width: 32.33%;
    margin: 1%;
}
.b3-6 {
    display: block;
    float: left;
    width: 48%;
    margin: 1%;
}
.b4-6 {
    display: block;
    float: left;
    width: 64.66%;
    margin: 1%;
}
.b5-6 {
    display: block;
    float: left;
    width: 81.33%;
    margin: 1%;
}
.s1-1 {
    display: block;
    float: left;
    width: 98%;
    padding: 1%;
}
.s1-2 {
    display: block;
    float: left;
    width: 48%;
    padding: 1%;
}
.s1-3 {
    display: block;
    float: left;
    width: 31.33%;
    padding: 1%;
}
.s1-4 {
    display: block;
    float: left;
    width: 23%;
    padding: 1%;
}
.s1-5 {
    display: block;
    float: left;
    width: 18%;
    padding: 1%;
}
.s1-6 {
    display: block;
    float: left;
    width: 14.66%;
    padding: 1%;
}




/*GRILLA MARGEN M */
.m1-1 {
    display: block;
    float: left;
    width: 98%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m1-2 {
    display: block;
    float: left;
    width: 48%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
    border: none;
}
.m1-3 {
    display: block;
    float: left;
    width: 31.33%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m2-3 {
    display: block;
    float: left;
    width: 64.66%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m1-4 {
    display: block;
    float: left;
    width: 23%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m2-4 {
    display: block;
    float: left;
    width: 48%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m3-4 {
    display: block;
    float: left;
    width: 73%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
    clear: initial;
}
.m1-5 {
    display: block;
    float: left;
    width: 18%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m2-5 {
    display: block;
    float: left;
    width: 38%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m3-5 {
    display: block;
    float: left;
    width: 58%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m4-5 {
    display: block;
    float: left;
    width: 78%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m1-6 {
    display: block;
    float: left;
    width: 14.66%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m2-6 {
    display: block;
    float: left;
    width: 32.33%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m3-6 {
    display: block;
    float: left;
    width: 48%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}
.m4-6 {
    display: block;
    float: left;
    width: 64.66%!important;
    margin: 1%!important;
}
.m5-6 {
    display: block;
    float: left;
    width: 81.33%!important;
    margin: 0.5%!important;
    padding: 0.5%!important;
}




/*ESTILO MOVIL*/
 @media screen and (max-width: 980px) {
    .b1-1, .b1-2, .b1-3, .b2-3, .b1-4, .b2-4, .b3-4, .b1-5, .b2-5, .b3-5, .b4-5, .b1-6, .b2-6, .b3-6, .b4-6, .b5-6 {
        display: block;
        float: left;
        width: 98%!important;
        margin: 1% 1% 20px 1%!important;
        margin-bottom: 20px;
    }
    .s1-1, .s1-2, .s1-3, .s2-3, .s1-4, .s2-4, .s3-4, .s1-5, .s2-5, .s3-5, .s4-5, .s1-6, .s2-6, .s3-6, .s4-6, .s5-6 {
        display: block;
        float: left;
        width: 96%!important;
        margin: 1%!important;
    }
 }




a.boton-navegador-mes {
    font-weight: bold;
    text-align: center!important;
    width: 92%;
    display: block;
    color: white;
    background-color: #520f70;
    border-radius: 4px 4px 0px 0px;
    padding: 4%;
}

td.dia.cuadro-vacio.dia_fin_de_semana {
    color: red;
}

.cuadro_lleno {
    background-color: #746877!important;
    color: white!important;
    border-radius: 2px;
}
.calendario-anual td table td {
    padding: 4px!important;
    font-size: 8px;
    text-align: center;
}

.calendario-anual > tbody > tr > td {
    padding: 6px;
   
}

.calendario-anual  tbody  tr td tr {
     background-color: #efefef;
   
}
td.nomDia.dia {
    background-color: black;
    color: white!important;
    border: none!important;
}
b.calendario-anual-resultado-mes {
    text-align: center;
    display: block;
    padding: 10px 0px 0px;
}
.estado-0 {
    background-color: #ffbd45!important;
    color: black!important;
}
.estado-1 {
    background-color: #b5f6b5!important;
    color: black!important;
}
.estado-2 {
    background-color: #ffc0c0!important;
    color: #b00000!important;
}

.b1-1.ventana-calendario-anual {
    overflow-x: scroll;
    direction: ltr;
}

.ventana-calendario-anual::-webkit-scrollbar-track {
     background-color: #f0f0f0;
     cursor: grab!important;
}
.ventana-calendario-anual::-webkit-scrollbar {
    width: 10px;
    height:10px;
    background-color: #8916c9;
}
.ventana-calendario-anual::-webkit-scrollbar-thumb {
     background-color: #949196;
     border-bottom: 2px solid #848484;
     border-radius: 14px;
     cursor: grab!important;
}



td.mes_actual_mostrado {
    outline: 4px solid lime;
}

/*CALENDARIO ANUAL*/

/*
.calendario-anual td {
    padding: 3px 0px!important;
    font-size: 7px!important;
    text-align: center;
    outline: none;
    vertical-align: text-top;
}
.calendario-anual > tbody > tr > td {
    padding: 0px 0px!important;
    padding-right: 0px!important;
    outline: 2px solid black;
}
table.calendario-anual tr:hover {
    outline: none;
}
a.boton-navegador-mes {
    background-color: black;
    color: white;
    width: 96%;
    padding: 2%;
    display: inline-block;
    border-radius: 2px;
    margin: 0!important;
    outline: 2px solid black;
    font-size: 12px;
}
.cuadro_lleno {
    background-color: #746877!important;
    color: white!important;
    border-radius: 2px;
}
.dia_fin_de_semana {
    color: red;
    border-radius: 0px 0px 20% 0px;
}
.dia_semana{
    color: ;
}

td.nomDia.dia {
    background-color: black;
    color: white;
    border-color: black!important;
    outline: 2px solid black;
}
.estado-0 {
    background-color: orange!important;
}
.estado-1 {
    background-color: #b5f6b5!important;
    color: black!important;
}
.estado-2 {
    background-color: #fff0f0!important;
}
td.mes_actual_mostrado {
    outline: 4px solid lime;
}


@media screen and (max-width: 800px){
    .calendario-anual td {
        min-height: 10px!important;
        text-align: center;
        display: inline-block;
    }

    .calendario-anual td tr td {
        font-size: 12px!important;
        padding: 0px!important;
        width: 12.5%!important;
        margin: 0%;
    }

    .calendario-anual > tbody > tr > td {
        outline: 3px solid black;
        padding-top: 0!important;
    }

    table.calendario-anual {
        width: 100%!important;
    }
}
*/