@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?51rmp1');
    src:url('../fonts/icomoon.eot?#iefix51rmp1') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?51rmp1') format('truetype'),
        url('../fonts/icomoon.woff?51rmp1') format('woff'),
        url('../fonts/icomoon.svg?51rmp1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mas:before {
    content: "\e600";
}

.icon-carrito:before {
    content: "\e601";
}

/*************

        CARRITO DE COMPRAS  SUPERIOR

***************/

#carrito-seccion{
    border: 0px solid red;
    width: 100%;
    float: right;
}

#carrito-conten{
    border: 1px solid #ddd;
    background: white;
    width: 100%;
    float: right;
    padding: 7px 0 10px 10px;

    border-radius: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#carrito-conten a{
    text-decoration: none;
    color: blue;
}

#usuario{
    border: 0px solid white;
    width: 100%;
    position: relative;
    text-align: center;
    float: left;
    margin: 0 0 10px 0;
}

#usuario a{
    color: black !important;
}

#usuario a:hover{
    color: white;
}

.usuario-item{
    border: 0px solid red;
    background: #ddd;
    position: relative;
    width: 49%;
    color: black !important;
    padding: 5px 0;
    float: left;
}

.usuario-item:hover{
    background: gray;
    color: white !important;
}

.usuario-item:hover .usuario-secundario{
    max-height: 200px;
}

.usuario-secundario{
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    
    overflow: hidden;
    max-height: 0;

    box-shadow: 3px 3px 2px #000;
}

.usuario-item-secundario{
    border-bottom: 1px solid black;
    background: #ddd;
    position: relative;
    width: 100%;
    color: black !important;
    padding: 5px 0;
    float: left;
}

.usuario-item-secundario:hover{
    background: gray;
    color: white !important;
}

#carrito{
        width: 100%;
        color: white;
        text-align: center;
        padding: 10px 0;
}

@media screen and (max-width: 500px){
    #carrito{
        width: 100%;
    }
}


#icon-carrito{
    border: 0px solid red;
    width: 95%;
    font-size:22px;    
    color: red;
    float: left;
    margin: 0 0 10px 0;
}

.icon-carrito a{
    text-decoration: underline;
}


/*************

        BUSCADOR

***************/


#buscador{
    width: 97%;
    padding: 3px 5px;
}

.leyendaBusqueda{
    border:0px solid red;
    width:100%;
    font-weight: bold;
    text-align:center;
    color:red;
    font-size:30px;
    padding:30px 0;
    float:left;
}


/*************

        GENERAL

***************/



#contenido-sistema{
    background: white;
    width: 100%;
    float: left;
    padding: 10px;
    margin: 20px 0 0 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}



/*************

       MENÚ SECUNDARIO

***************/


#menu ul li:hover #menu-secundario{
    display: block;
}

#menu-secundario{
    border:1px solid #ddd;
    background: white;
    width: 100%;
    position: absolute;
    z-index: 100;
    display: none;
    float: left;

    box-shadow: -3px 3px 5px #000;
}

#menu-secundario ul{
    position: relative;
    width: 100%;
    margin: 0;
}

#menu-secundario ul li{
    width: 100%;
    position: relative;
}

.menu-secundario{
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: black;
    padding: 6px 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.menu-secundario:hover{
    color: red;
}

#menu-secundario ul li:hover #menu-terciario{
    display: block;
}

#menu-terciario{
    border: 1px solid #ddd;
    background: white;
    position: absolute;
    top: 0;
    left: 100%;
    width: 700px;
    float: left;
    display: none;
}

#menu-terciario ul{
    height: 100%;
}

#menu-terciario ul li{
    height: 100%;
}

.menu-terciario{
    border: 0px solid red;
    width: 33%;
    height: 100%;
    color: red;
    text-align: center;
    float: left;
    padding: 6px 0;
}

.menu-terciario:hover{
    background: #ddd;
    color: black;
}



#menu ul li, #menu-conten ul li, nav ul li{
    position: relative;
}

#menu ul li:hover #menu-secundario-t, #menu-conten ul li:hover #menu-secundario-t, nav ul li:hover #menu-secundario-t{
    display: block;
}

#menu-secundario-t{
    border-right:1px solid #ddd;
    background: white;
    position: absolute;
    top: 38px;
    z-index: 100;
    width: 100%;
    float: left;
    display: none;

    box-shadow: -2px 2px 1px #000;
}

#menu-secundario-t ul{
    width: 100%;
}

#menu-secundario-t ul li{
    width: 100%;
}

.menu-secundario-t{
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: black;
    padding: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.menu-secundario-t:hover{
    background: #f7f7f7;
}

#menu-secundario-t ul li:hover #menu-terciario-t{
    display: block;
}

#menu-terciario-t{
    border: 0px solid red;
    position: absolute;
    top: 0;
    left: 100%;
    width: 700px;
    display: none;
}

.menu-terciario-t{
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: white;
    width: 100%;
    color: black;
    padding: 5px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.menu-terciario-t:hover{
    background: #f7f7f7;
}


/*************

        CARRITO DE COMPRAS GENERAL

***************/


#productos{
    border: 0px solid red;
    background: white;
    width: 100%;
    padding: 15px 10px;
}

#titulos-carrito-general-t{
    border: 0px solid green;
    background: black;
    width: 100%;
    color: white;
    float: left;
}

.titulo-carrito-general-t, .dato-carrito-general-t{
    border: 0px solid red;
    width: 14.28%;
    text-align: center;
    padding: 10px 0;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.dato a:hover{
    text-decoration: underline !important;
    color: blue !important;
}

.producto-carrito{
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

.producto:hover{
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
}

.imagen img{
    width: 50px;
}

#precio-total{
    border: 10px solid red;
    width: 100%;
    text-align:right;
    line-height:15px;
    font-size: 22px;
    text-align: right;
    font-weight: bold;
    padding: 10px;
    float: right;
    margin: 10px 0 0 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#envio-carrito{
    border: 0px solid red;
    background: #ddd;
    width: 100%;
    font-weight: normal;
    text-align: right;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#formas-de-pago{
    border: 0px solid green;
    width: 100%;
    text-align: right;
    float: left;
}

.pagar{
    border: 0px solid red;
    background: orange;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;

    border-radius: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.pagar:hover{
        background: #cc8400;
        color: white;
}


#carrito-vacio{
        border: 0px solid red;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        padding: 30px 0;
}

#carrito-vacio a{
        color: blue;
        font-size: 18px;
}

@media screen and (max-width: 750px){
    .d750-t{
        display: none;
    }

    .titulo-carrito-general-t, .dato-carrito-general-t{
        width: 16.66%;
    }
}

@media screen and (max-width: 550px){
    .d550-t{
        display: none;
    }

    .titulo-carrito-general-t, .dato-carrito-general-t{
        border: 0px solid red;
        width: 33.33%;
    }
}


/*************
        DATOS DE PAGO
***************/

#pago{
    border: 0px solid red;
    background: white;
    position: relative;
    width: 100%;
    padding: 10px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

#pago span{
    font-size: 25px;
    font-weight: bold;
}

#leyenda{
    border: 0px solid red;
    background: #f7f7f7;
    position: relative;
    width: 600px;
    font-size: 16px;
    line-height: 20px;
    float: left;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.leyenda{
    border:0px solid red;
    width:580px !important;
    color:green;
    text-align:center;
    float:left;
}

#precio-total{
    border:1px solid #ddd;
    background:#f7f7f7;
    width:300px;
    text-align:center;
    font-size: 30px;
    line-height:50px;
    font-weight: bold;
    color: green;
    float:left;
    margin:50px 0 0 100px;
}

#precio-carrito{
    display: inline;
}

/*************

        PRODUCTO MINIATURAS

***************/


#productos{
    border-top: 2px dotted #5c1734;
    border-bottom: 2px dotted #5c1734;
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 15px 15px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#productos a{
    border: 0px solid green !important;
    position: relative;
    text-decoration: none;
    color: black;
    z-index: 99;
}

#titulo-productos-t{
    width: 100%;
    font-weight: bold;
    font-size: 25px;
    color: #5c1734;
    margin: 0 0 20px 0;
    float: left;
}

.producto-t{
    background: white;
    position: relative;
    z-index: 99;
    width: 18%;
    float: left;
    margin: 0 2% 20px 0;
    cursor: pointer;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.producto a{
    text-decoration: none;
}

.producto:hover{
    box-shadow: 3px 3px 10px gray;
}

.producto:hover .titulo-producto{
    background: #5c1734;
    color: white;
}

.titulo-producto-t{
    background: #ddd;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
}

.imagen-producto{
    border: 0px solid red;
    width: 100%;
    height: 200px;
    text-align: center;
    padding: 10px 0;

    overflow: hidden;
}

.imagen-producto img{
    width: 100%;
    height: auto;
}

.fullHeight{
    width: auto !important;
    height: 100% !important;
}

.descripcion-producto{
    border: 0px solid red;
    width: 100%;
    max-width: 240px;
    max-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.formulario-agregar-producto{
    border: 0px solid red;
    width: 100%;
    float: left;
}

.formulario-agregar-producto select{
    border: 1px solid #ddd;
}

.boton-ver-mas{
    text-decoration: underline;
    text-align: right;
    color: red;
    padding: 5px;
}

.precio-producto{
    background: #f7f7f7;
    color: red;
    text-align: center;
    padding: 5px 0;
}

.boton-agregar-productos-miniaturas{
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 0;
}

.boton-agregar-productos-miniaturas-conten{
    border: 0px solid red;
    background: orange;
    color: white;
    font-size: 17px;
    display: inline;
    padding: 5px;
    cursor: pointer;

    text-shadow:1px 1px 3px #000;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.boton-agregar-productos-miniaturas-conten:hover{
    background: #d08702;
}



@media screen and (max-width: 1000px){
    .producto-t{
        width: 23%;
    }
}

@media screen and (max-width: 800px){
    .producto-t{
        width: 31.33%;
    }
}

@media screen and (max-width: 600px){
    .producto-t{
        width: 48%;
    }
}

@media screen and (max-width: 500px){
    .producto-t{
        width: 98%;
    }
    .imagen-producto{
        height: auto;
    }
    .descripcion-producto{
        max-width: 100%;
    }
}


/*************

        PRODUCTO DETALLES

***************/


.p{
    border: 0px solid red;
    background: white;
    width: 100%;
    float: left;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.titulo-p{
    background: #f7f7f7;
    font-weight: bold;
    font-size: 25px;
    color: #5c1734;
    margin: 0 0 20px 0;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.imagen-p{
    border: 0px solid red;
    width: 45%;
    text-align: center;
    float: left;

    overflow: hidden;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.imagen-p img{
    width: 90%;
}

.heightDefinido{
    width: auto !important;
    height: 500px !important;
}

#thub-imagenes{
    border: 0px solid red;
    width: 100%;
    float: left;
    padding: 10px 0;
}

#thub-imagenes b{
    width: 100%;
    font-weight: normal;
    float: left;
    margin: 0 0 10px 0;
}

.t-imagen{
    width: 100px;
    float: left;
    cursor: pointer;
}

.descripcion-p{
    border: 0px solid red;
    width: 55%;
    float: left;
    padding: 0 0 0 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.descripcion-p a{
        text-decoration: none;
        color: black;
}

.elemento-p{
        color: black;
        font-family: 'century gothic';
        font-size: 16px;
        line-height: 23px;
}

.elemento-p b{
    font-size: 18px;
    color: #5c1734;
    margin: 0 0 10px 0;
    display: inline-block;
}

.precio-p{
        color: red;
        font-size: 18px;
        margin: 20px 0;
}

#cantidad-select{
    width: 60px;
    line-height: 25px;
    float: left;
}

.agregar{
        border-bottom: 7px solid #bd9323;
        background: #eebb31;
        width: 150px;
        text-align: center;
        font-size: 15px;
        padding: 12px 0;
        border-radius: 4px;
        cursor: pointer;
        float: left;
        margin: 0 0 0 20px;

        box-shadow: 3px 3px 10px gray;
}

.agregar:hover{
        border-bottom: 7px solid #eebb31;
        background: #bd9323;
        color: white;
}

@media screen and (max-width: 750px){
    .imagen-p, .descripcion-p{
        width: 100%;
    }
}

/******************************/




/*************

        LOGIN CLIENTES

***************/

#titulo-login-t{
    font-weight: bold;
    font-size: 26px;
    padding: 12px 0;
}

#formulario-login-t{
    background: #f7f7f7;
    width: 400px;
    padding: 10px 0;
    display: inline-block;
    margin: 20px 0;
    padding: 10px;

    border-radius: 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#campos-login{
    border: 0px solid red;
    width: 40%;
    text-align: left;
    line-height: 40px;
    float: left;
    padding: 0 0 0 20px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#inputs-login{
    border: 0px solid red;
    width: 60%;
    line-height: 40px;
    float: left;
    margin: 0 0 20px 0;
}

#inputs-login input{
    width: 100%;
    padding: 6px 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

@media screen and (max-width: 400px){
    #formulario-login-t{
        width: 100%;
    }
}


/*************

        MI CUENTA CLIENTES

***************/


.titulo-mi-cuenta{
    border: 0px solid red;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: blue;
    float: left;
}

.ladoi-mi-cuenta{
    border: 0px solid red;
    width: 80%;
    float: left;
}






#forma-datos-cliente{
    border: 0px solid red;
    width: 100% !important;
    padding: 0 10px;
    float: left;

     box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#forma-datos-cliente .campo{
    border: 0px solid red;
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

#forma-datos-cliente .campo .tag{
    width: 20%;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#forma-datos-cliente .campo input, #forma-datos-cliente .campo select{
    width: 78%;
    font-size: 18px;
    float: left;
    padding: 10px 5px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#forma-datos-cliente input[type="submit"]{
    border: 0px solid red;
    background: blue;
    color: white;
    font-size: 18px;
    float: left;
    margin-top: 20px;
    padding: 5px 10px;
    cursor: pointer;
}

#forma-datos-cliente input[type="submit"]:hover{
    background: black;
}

@media screen and (max-width: 600px){
    .ladoi-mi-cuenta{
        width: 100%;
    }
}

@media screen and (max-width: 500px){
    #forma-datos-cliente input[type="submit"]{
        width: 100%;
        margin-left: 0 !important;
        float: left;
    }
}

/*************

       TABLA

***************/



.tabla{
    border: 0px solid red;
    width: 100%;
    float: left;
}

#titulos-tabla{
    border: 0px solid green;
    background: #f7f7f7;
    width: 100%;
    float: left;
}

.titulo-tabla{
    border: 0px solid red;
    width: 100px;
    padding: 5px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


#items-tabla{
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
    padding: 5px 0;
}

.item-tabla{
    width: 100px;
    font-size: 14px;
    padding: 5px 10px;
    float: left;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}


/*************

        BLOG

***************/


#ladoi-blog{
    border: 0px solid red;
    background: white;
    width: 800px;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

#ladod-blog{
    border: 0px solid red;
     background: white;
    width: 290px;
    float: right;
    margin: 20px 0 0 0;
    padding: 5px 10px;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.entrada-blog{
    border: 1px solid #ddd;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    background: white;
    width: 100%;
    float: left;
    padding: 5px 10px 15px 10px;
    cursor: pointer;
    margin: 0 0 10px 0;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.entrada-blog:hover{
    background: #f7f7f7;
}

.titulo-entrada{
    font-weight: bold;
    padding: 5px 0 15px 0;
}

.texto-entrada{
    display: block;
    max-width: 100%;
    max-height: 67px;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    white-space: nowrap;

    color: gray;
}

.leer-mas{
    color: blue;
    text-decoration: underline;
}




.entrada-completa-blog{
    border: 1px solid #ddd;
    background: white;
    width: 100%;
    float: left;
    padding: 5px 10px;
    cursor: pointer;

    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
}

.titulo-entrada-completa{
    font-weight: bold;
    font-size: 26px;
    padding: 5px 0 15px 0;
}

.texto-entrada-completa{
    line-height: 24px;
}




