/*Hoja de estilos CSS*/


@font-face {
    font-family: 'open_sans';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans_condensed';
    src: url('opensans-condbold-webfont.eot');
    src: url('opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-condbold-webfont.woff2') format('woff2'),
         url('opensans-condbold-webfont.woff') format('woff'),
         url('opensans-condbold-webfont.ttf') format('truetype'),
         url('opensans-condbold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: url('opensans-condlight-webfont.eot');
    src: url('opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-condlight-webfont.woff2') format('woff2'),
         url('opensans-condlight-webfont.woff') format('woff'),
         url('opensans-condlight-webfont.ttf') format('truetype'),
         url('opensans-condlight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sans';
    src: url('opensans-italic-webfont.eot');
    src: url('opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-italic-webfont.woff2') format('woff2'),
         url('opensans-italic-webfont.woff') format('woff'),
         url('opensans-italic-webfont.ttf') format('truetype'),
         url('opensans-italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'open_sans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



* {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "open sans", "Arial", sans-serif;
    font-size: 1em;
    border: 0;
}


body {
    font-family: "alegreya_sans_scthin","Arial", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f7f5e5;
}

a {
    text-decoration: none;
}

p {
    padding-bottom: 1em;
}



img {
    max-width: 100%;
    height: auto;
}

figure>img,
#logo>img{
    display: block;
    flex-basis: 30%;
}

h1 {
    padding: .7em;
    color: #fff;
    background-color: #adc6bd;
    margin-bottom: 1em;
}

#contenedor {
    background-color: #f7f5e5;
    margin: auto;
    max-width: 75em;
    min-height: 100vh;
    width: 90vw;
}


header {
    padding: 1em 0 0 0;
    text-align: left;
    background-color: #f7f5e5;
}
*{font-family: sans-serif !important;}

footer {
    padding: 1em 1em 1em 1em;
    width: 100%;
    text-align: center;
}
footer {
    background-color: #adc6bd;
}

    
#registro {
            float:none;
            text-align: center;
          }   

#registro a {
    
    text-align: right;
    padding: 0 5px;
}
#ingresar {
    border-left: 1px solid;
}
h5{
        font-family: sans-serif;
        font-size: 0.9em;
        color: #f7f3d6;
        padding-top: 1em;
    }
.footer p{
    font-family: sans-serif;
    font-size: 0.7em;
    padding: 0;
    text-decoration-color: #f7f3d6;
    
}

footer img{
    background-color: #f7f3d6;
}

#logo {
    padding-top: 1.1em;
    margin-left: 1em;
    margin: 1em auto;
    min-width: 300px;
    min-height: auto;
    width: 300px;
}

#logo1 {
    padding-top: 1.em;
    margin-left: 1em;
    margin: 1em auto;
    min-width: 300px;
    min-height: auto;
    width: 300px;
}







nav {
    margin-top: 1em;
}

nav ul {
    margin: 0;
    padding: 0;
}


nav ul li a {
    text-decoration: none;
    font-family:'alegreya_sans_scthin, "Arial", sans-serif;
    font-size: 2rem;
    font-weight: 300; 
    color: #051c4A; 
    background: #adc6bd;  
    padding: 17px;
    text-align: center;
    display: block;
}

nav ul li a:hover {
    background: #C5D4CF;
}

main {
    padding: 0.5em;
}



footer p {
    color: #f7f3d6;
    font-family: "Arial", sans-serif;
    font-size: 0.6em;
}


#contenedor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


header,
footer {
        flex: 0 1 auto;
}

.todo {
    margin-top: 0.5em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}



.contenidos figure{
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.25em;
    padding-top: 0.5em;
}

.contenidos figure .homedeco {
    padding-left: 0em; 
}

aside{
    background-color: #ea9781;
}

#titulo_alertas{
    width: 100%;
    padding: 0.7em;
    font-size: 1.5em;
    color: white;
    font-family: inherit;
    border-bottom: 2px solid;
    border-bottom-style: dotted;
    border-top: 2px solid;
    border-top-style: dotted;
    
}

aside figure{
    border-bottom: 2px solid;
    border-bottom-style: dotted;
    border-bottom-color: white;
    margin: 5px;
}
#homedeco{
    background-color: #E8E5D6;
    background-size: cover
   
    
}


#iluminacion{
    background-color: #ffdbc4;
  
}


#carteras{
    background-color: #d6f2e8;
   
}


#cuadernos{
    background-color: #ebeef3;
   
}



#ropa{
    background-color: #EBEEF3;
   
}


#kids{
    background-color: #f7d7cb;
   
}


#febrero {
    background-color: #fff7bb;
}

#ambiente {
    background: #d6e8e2;
}


#headerid{
    display: inline-block;
    width: 100%;
}


/* a partir de 400px */

@media screen and (min-width:400PX) {
    nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    nav ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


/* a partir de 540px */

@media screen and (min-width:540PX) {
   header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    nav {
        margin: 0;
        -webkit-flex-basis: calc( 100% - 8em);
        -ms-flex-preferred-size: calc( 100% - 8em);
        flex-basis: calc( 100% - 40em);
    }
}



    @media screen and (min-width:450PX){
      
        .contenidos {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex-basis    : auto;
        
    }
        
        .contenidos>figure, aside>figure {
            max-width: 50%;
        }
                #logo {
            width: 36%;
        }
                #registro {
            float: right;
        }
aside {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex-basis: auto;
        }        
}

    @media screen and (min-width:950PX){
        
        .contenidos>figure {
            max-width: 33.33%;
        }
        .titulo_contenidos img{
           display: flex;
           width: 50%;
           height: auto;

}
}
@media screen and (min-width:950PX){
aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: flex;
    margin-left: 0.5em;
}
.todo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
        }
aside>figure {
            max-width: 100%;
        }
}

        
    #achicar{
        max-height: 3em;
    }
h1 {

}

/*-********ESTO ES LA BARRA DE BUSQUEDA!!!************/
.field {
    margin:0em;
    padding-left:0em;
    padding-right:0em;
    font:12pt 'open sans', "Arial";
  display:flex;
  position:realtive;
  margin:1em auto;
  width:100%;
  flex-direction:row;
}

.field>input[type=text],
.field>button {
  display:block;
  font:1.2em 'open sans', 'Arial', "sans serif";
}

.field>input[type=text] {
  flex:1;
  padding:0.6em;
  border:0.2em solid #C5D4CF;
}

.field>button {
  padding:0.6em 0.8em;
  background-color:#C5D4CF ;
  color:white;
  border:none;
}
/*-********ESTO ES LA BARRA DE BUSQUEDA!!!************/


