* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*______GENERAL________________________________________________________*/

html {
    height: 100%;
    width: 100vw;
    font-size: 52.5%;
}

body {
    margin: 0;
    font-family:  "Arial", "sans-serif", "Helvetica", ;
    font-size: 14px;
    color: #333;
    line-height: 1.42857143;
    padding: 0;
    height: 100%;
    width: 100vw;
    box-sizing: border-box;

}

header {
    width: 100%;
    height: 60px;
    display: flex;
    padding: 15px 10px 0px 0px;
    /*position: fixed;  */
    border-bottom: 1px solid #d1d1d1;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 100;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
textarea,
embed,
figure,
figcaption,
footer,
footer2,
header,
hgroup,
menu,
nav,
output,
input,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
footer2,
header,
hgroup,
menu,
nav,
section,
banner,
cuerpo,
noticias,
{
    display: block;
}


/*-----------------------------*/


a {
    text-decoration: none;
    color: #3a110c;
}

a hover {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

/* Contenedores
––––––––––––––––––––––––––––––––––––––––––––––––––*/


#noticias,
#article {
    display: flex;
    justify-content: space-between;
    margin: 3px 0px;
}

.cajagrafico{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2px 0px;
}


main {
    width: 100%;
}


.container {
    position: relative;
    max-width: 84%;
    margin: 0 auto;
    padding: 5 10px;
    box-sizing: border-box;
}

.comodin {
    display: flex;
    justify-content: space-between;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


footer {
    width: 100%;
    background: #4E94AB;
    padding: 30px 0px;
    position: fixed;
    bottom: 0;
    border-top: 2px solid #f00;
    z-index: 2000;
}

footer2 {
    width: 100%;
    font-size:0.8rem;
    background: #4E94AB;
    padding: 40px 0px;
    bottom: 0;
    border-top: 2px solid #f00;
    z-index: 500;
}



.margenparrafo {
    padding: 0px 20px;
    text-align: justify;
}

#caja {
    width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: 10px 10px 3px #D8D8D8;
    transition: height .5s;
}

.cajacontenedor {
    display: -ms-flexbox;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cajabus {
    width: 60px;
    margin: 4px;
    padding: 3px;
    text-align: center;
    background: #5ac436;
    border: 1px solid #cdcdcd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.cajabuspendiente {
    width: 60px;
    margin: 4px;
    padding: 3px;
    text-align: center;
    background: #ff0000;
    border: 1px solid #cdcdcd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.cajabusindefinido {
    width: 60px;
    margin: 4px;
    padding: 3px;
    text-align: center;
    background: #ffdf5f;
    border: 1px solid #cdcdcd;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.estilomensaje {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-align: center;
    background: #5ac436;
    padding: 15px;
    margin: 20px 0px;
    color: #ffffff;
    font-size: 1rem;
    width: 300px;
}

.estilomensajegris {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    text-align: center;
    background: #ededed;
    padding: 4px;
    margin: 0px 20px;
    color: #222222;
    font-size: 1.2em;
    font-weight: bold;
}

.boxproducto1 img {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.imagenredonda {
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -o-border-radius: 7px;
    width: 100%;
}


.marco {
    position: relative;
    display: inline-block;
    padding: 5px;
    color: #fff;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}


p {
    text-align: left;
}

.minifoto {
    float: left;
    margin-right: 15px;
}
.box20 {
    width: 18%;
    margin: 0px 5px;
    text-align: left;
}


.box25 {
    width: 22%;
    margin: 10px 0px;
    text-align: center;
}

.box25 img {
    width: 100%;
}

.box30 {
    width: 28%;
    margin: 10px 0px;
    text-align: center;
}

.box30txt {
    width: 28%;
    margin: 10px 0px;
    text-align: center;
}

.box30 img {
    width: 100%;
}

.box50 {
    width: 46%;
    text-align: left;
}

.box50 img {
    width: 100%;
}

.box70 {
    width: 68%;
    text-align: left;
}

.box80 {
    width: 78%;
    text-align: left;
}


.marcogrisproductos {
    background-color: #fff;
    width: 290px;
    height: 450px;
    margin: 10px;
    padding: 10px;
    position: relative;
    float: left;
    display: block;
    font-size: 1em;
    color: #111;
    text-align: center;
    border: 1px solid #cdcdcd;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    -o-border-radius: 11px;
    text-decoration: none;
}

.marcogris {
    width: 250px;
    height: 250px;
    margin: 12px;
    padding: 5px;
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    color: #222;
    text-align: left;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    text-decoration: none;
    font-size: 1em;
}




.info {
  padding: 6px 8px;
  font : 14px/16px Arial, Helvetica, sans-serif;
  background : #fff;
  box-shadow:  0 0 15px rgba(0,0,0,0.2);
  border-radius; 5px;
}

.info h4 {
  margin: 0 0 5px;
  color: #77;
}



#inferior {
    color: #FFF;
    background: #8bcf7f;
    position: fixed;
    bottom: 0;
    left: 0px;
    height: 80px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}



/*_______ DECORACION ________________________________________________*/

hr { border-bottom: 1px solid #d1d1d1;}


.sombra {
    box-shadow: #f5f5f5 1px 1px 4px 1px;
}

.sombraobscura {
    box-shadow: #222 2px 2px 6px 2px;
}

.sombragris {
    box-shadow: #777 1px 1px 2px 1px;
}


.sombraobscura {
    box-shadow: #222 2px 2px 6px 2px;
}

.sombragris {
    box-shadow: #777 1px 1px 2px 1px;
}

.row1 {
    BACKGROUND-COLOR: #e7e7e7;
    COLOR: #000000;
    FONT-SIZE: 1em;
}

.row2 {
    BACKGROUND-COLOR: #F7FAFF;
    COLOR: #000000;
    FONT-SIZE: 1em;
}

.row3 {
    BACKGROUND-COLOR: #FFF8E9;
    COLOR: #000000;
    FONT-SIZE: 1em;
}

.featured {
    font-weight: 400;
    font-size: 1.2rem;
    background: #477f96;
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 30px auto;
}


.titulousuario {
    font-size: 2.5em;
    padding-left: 20px;
    font-weight: bold;
}

.head1 {
    padding: 12px 12px;
    text-align: center;
    border-bottom: 1px solid #a1a1a1;
    BACKGROUND-COLOR: #708090;
    COLOR: #ffffff;
    FONT-SIZE: 1em;
}

.head2 {
    BACKGROUND-COLOR: #c3c3c3;
    COLOR: #ffffff;
    FONT-SIZE: 11px;
}



.imagenlogo  img{
     display: inline-block;
     width:25%;
}

.logoreporte {
   display: none;
}

.cantidad {
    text-align: right;
    padding: 0 30px;
}

.nombreseccion2 {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    background-color: #77d656;
    padding: 7px;
}


.dimensiontabla {
    width: 100%;
}






/*________ ENCABEZADO ____________________________________________________*/

header label {
    display: none;
    width: 30px;
    height: 30px;
}

header label:hover {
    cursor: pointer;
    background: #fff;
}


.menu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    z-index:2000;
}

.menu li {
    border-right: 1px solid #222222;
    z-index:2000;
}

.menu li:hover {
    background: rgba(0, 0, 0, 0.3);
    z-index:2000;
}

.menu li a {
    display: block;
    padding: 7px 10px;
    color: #444444;
    text-decoration: none;
    z-index:2000;
}








#menu17 ul li {
    background-color: #75bd44 ;
     z-index: 3000;
}

#menu17 ul {
  list-style:none;
  margin:0;
  padding:0;
}

#menu17 ul a {
  display:block;
  color:#fff;
  text-decoration:none;
  font-weight:400;
  font-size:12px;
  padding:10px;
  font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform:uppercase;
  letter-spacing:1px;

}


#menu17 ul li {
  position:relative;
  float:left;
  margin:0;
  padding:0;
}

#menu17 ul li:hover {
  background:#5b78a7;
}

#menu17 ul ul {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  padding:0;
}

#menu17 ul ul li {
  float:none;
  width:150px
}

#menu17 ul ul a {
  line-height:120%;
  padding:9px 15px;
  margin:1px;
}

#menu17 ul li:hover > ul {
  display:block;
}














#noticias ul {
  list-style: none;
}

#menu5 li > a{
  color: 111;
  padding: 7px;
  display: block;
  text-decoration: none;
  min-width: 100px;
  z-index:5000;
}

#menu5 li > a:hover{
  color: #ff000f;
}

#menu5 > li{
  float: left;
  text-align:center
}

#menu5 > li > ul {
  display: none;
  list-style: none;
  z-index:5000;
}

#menu5 > li : hover > ul {
  display:block;
  list-style: none;
  z-index:5000;
}











/*_____________COLORES ______________________________*/

/*
287094    AZUL CLARO
D4D4CE    GRIS
F6F6F6    BLANCO
023246    AZUL OBSCURO
*/

.color1 {
    background-color: #fff000;
}

.color2 {
    background-color: #32b8e5;
}

.color3 {
    background-color: #1c4958;
}

.color4 {
    background-color: #41e391;
}

.color5 {
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.color6 {
    background-color: #287094;
    color: #fff;
    font-weight: bold;

}

.color7 {
    background: #75bd44;
    color:#fff;
}

.color8 {
    background-color: #5ac436;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}

.color9 {
    background-color: #8bcf7f;
}

.color10 {
    background-color: #f182c6;
}

.color11 {
    /*-----color rtp  ---*/
    background-color: #75bd44;
}

.color12 {
    /*-----color rtp  ---*/
    background-color: #e8e8e8;
}

.color14 {
    font-size: 1.2em;
    font-WEIGHT: bold;
}

.color15 {
    background-color: #f1f1f1;
}

.color16 {
    background-color: #f1f1f1;
}

.color18 {
    background-color: #ffffff;
}

.color20 {
    background-color: #000000;
}

.color21 {
    background-color: #5ac436;
}

/*____________ALINEACION___________________________________________*/


.derecha {
    text-align: right;
}

.izquierda {
    text-align: left;
}

.centro {
    text-align: center;
}







/* Listados
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol,
ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}

li {
    margin-bottom: 1rem;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */

th {
    padding: 5px 5px;
    text-align: center;
    border-bottom: 1px solid #000;
    BACKGROUND-COLOR: #708090;
    COLOR: #ffffff;
    FONT-SIZE: 14px;
}

td {
    padding: 5px 5px;
    text-align: left;
    border-bottom: 1px solid #a1a1a1;
    FONT-SIZE: 13px;
}


/* Tipografia
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 300;
}

h1 {
    font-size: 3rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 2.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 1.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 0.9rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 0.9rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 0;
}





/* Botones
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#btn-menu {
    display: none;
    color: #fff;
    z-index:2000;
}


.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    height: 30px;
    padding: 5px;
    margin:  3px;
    color: #222;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #cdcdcd;
    border-radius: 9px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    box-sizing: border-box;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #000;
    background-color: #30ba30;
    border-color: #888;
    outline: 3;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
}

.botonbase {
    background-color: #cdcdcd;
    border-color: #33C3F0;
    padding: 5px 15px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    padding: 5px;
    color: #555;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: 14px;
    text-transform: uppercase;
    margin: 5px;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="textarea"],
input[type="tel"],
input[type="url"],
input[type="password"],
select {
    height: 30px;
    width: 250px;
    padding: 3px 3px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 7px;
    box-shadow: none;
    box-sizing: border-box;
    margin: 3px;
    font-size: 0.9em;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"],
input[type="search"]:focus,
input[type="text"]:focus,
input[type="textarea"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
select:focus {
    border: 1px solid #cdcdcd;
    outline: 1;
}

label,
legend {
    display: block;
    margin: 10px ;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="radio"] {
    display: inline;
}

label> .label-body {
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.margenalto {
    padding: 60px;
}

.margentexto {
    width: 100%;
    padding: 70px;
    color: #fff;
}

@media (max-width:800px) {
   #noticias,
   #article {
        flex-wrap: wrap;
    }

    header label {
        display: block;
    }
    .margenalto {
        padding: 5px;
    }
    .margentexto {
        padding: 30px 10px;
    }
    .menu {
        position: absolute;
        background: #75bd44;
        width: 230px;
        left: -300px;
        top: 53px;
        transition: all 0.3s;
        z-index: 2000;
    }
    .menu ul {
        flex-direction: column;
    }

    .menu li {
    border-right: 1px solid #75bd44;
    }

    .menu li a {
        border-bottom: 1px solid #fff;
        color: #ffffff;
    }
    .menu li:hover {
        background: #ffff00;

    }

    header label:hover {
        cursor: pointer;
    }
    #btn-menu:checked~.menu {
        top: 53px;
        left: -30px;
        transform: translateX(0%);
        z-index:2000;
    }

    .box20,
    .box25,
    .box30,
    .box50,
    .box70,
    .box80,
    .box30txt {
        width: 100%;
    }
}


@media (min-width: 550px) {
    .container {
        width: 94%;
    }
}


/*______ Imprimir ____________________________________________________*/

@media print {
    html {
        font-size: 50%;
    }
    body {
        background: none !important;
        color: #000 !important;
        text-shadow: none !important;
        font-size: 0.9em !important;
        font-weight: normal;
    }
    h1 {
        font-size: 3.0rem;
    }
    h2 {
        font-size: 2.6rem;
    }
    h3 {
        font-size: 2.0rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 0.9rem;
    }
    h6 {
        font-size: 0.9rem;
    }
    td {
        padding: 4px 4px;
        text-align: left;
        border-bottom: 1px solid #d1d1d1;
    }
    cuerpoimpre {
        width: 100%;
    }
    .cajabus {
        width: 36px;
        color: #000 !important;
        text-align: center;
        background: #efefef;
    }
    .cajabuspendiente {
        width: 36px;
        color: #000 !important;
        text-align: center;
        background: #ffffff;
    }
    .cajabusindefinido {
        width: 36px;
        color: #000 !important;
        text-align: center;
        background: #bcbcbc;
    }
    footer,
    footer2,
    header,
    buttonpanel,
    select,
    opciones {
        display: none !important;
    }
    .noimprimir {
        display: none !important;
    }
    .logoreporte {
        width: 250px;
        display: inherit;
        display: block;
        z-index: 2000;
    }
}
