

body {
    font-size: 1em;
    line-height: 1.4;
    background-image: url(../img/bg_site.png);
    background-repeat: repeat-x;
    background-color: #eeeeee;
    margin: auto;
    padding: auto;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    color: #8e8e8e;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    width: 100%;
}

img {
    vertical-align: middle;
}


textarea {
    resize: vertical;
}

ul{
    margin: 1em 2em;
}

/* ==========================================================================
   Layout
   ========================================================================== */
#wraptop{
    width: 100%;
    background-image: url(../img/bg_top.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    overflow: hidden;
    text-align: center;
    position: relative;
}

#wrap{
    background: #fff;
    max-width: 1000px;
    margin:0 auto 2em;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
    -moz-border-radius: 15px; 
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

#menu{
    float: left;
    margin: 4em 0 0 5em;
}

#menu ul{
    list-style-type:none;
    text-align: center;
    float: right;
    margin: 1em 1em 1em 0;
}
#menu ul li{
    display: inline-block;
}
#menu ul li:after{
    content: "|";
    color: #8e8e8e;
}
#menu ul li:last-child:after{
    content:none;
}

#menu ul li a:hover{
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

#menu ul li a{
    color: #8e8e8e;
    font-size: .95em;
    text-decoration: none;
    margin: 0 .6em;
}
#menu ul li.active{
    border-bottom: 4px solid #8bc021;
}
#menu img{
    float: left;
    max-width: 100%;
}
#logo{
    float: left;
    margin: .5em;
}
img.logo{

}

#vercarro{
    float: right;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: .8em;
}
#vercarro span.titvercarro a{
    clear: both;
    display: block;
    font-weight: bold;
    color: #8e8e8e;
    text-decoration: none;
}
#vercarro span.titvercarro a:hover{
    color: #000;

}
#pull{
    display: none; 
}

#buscador{
    width: 100%;
    display: block;
    background-image: url(../img/bg_buscar.png);
    background-position: left;
    background-repeat: no-repeat;
    background-color: #ededed;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;

}
#buscador span.titbuscador{
    float: left;
    margin: .5em 2em 0 2em;
    font-weight: bold;
    font-size: 1.1em;
}

#buscador input, #buscador select {
    font-size: .9em;
    background: #fbfbfb;
    border: 1px solid #eee;
    color: #808080;
    padding: 5px 10px;
    margin: .5em;
    width: 200px;
    float: left;
}
.btn-buscar{
    margin: .5em;
    width: 28px;
    height: 28px;
    float: left;
}
.btn-buscar a:hover{
    opacity: .8;
    -webkit-transition: all .3s ease;
}


/**** Contenido ***/

#contenido{
    text-align: justify;
}
#contint{
    padding: 1em;
    overflow: hidden;
}
.contprod{
    font-family: 'Open Sans', sans-serif;
    background: #f4f4f4;
    border:1px solid #ddd;
    width: 29%;
    float: left;
    margin: 1em .5em;
    text-align: center;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: .3em;
}
.contprod img{
    max-width: 100%;
}
.contprod h1{
    font-size: 1em;
    font-weight: normal;
    color: #4d4d4d;
    margin: .5em;
    text-align: center;
}
.contprod p{
    font-size: .8em;
    margin: .2em;
}
.contprod span.precio{
    color: #4d4d4d;
    font-size: 1.2em;
    float: left;
    margin: .2em 2em 0 .5em;
}
a.vermas{
    padding: .1em .6em;
    float: left;
    color: #fff;
    text-decoration: none;
    background: #d9ab3e;
    font-size: .8em;
    margin: .5em .5em .2em;
}
a.vermas:hover{
    color: #fff;
    background: #e6a201;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.comprar{
    padding: .1em .6em;
    float: left;
    color: #fff;
    text-decoration: none;
    background: #54a83a;
    font-size: .8em;
    margin: .5em 0 .2em;
}
a.comprar:hover{
    color: #fff;
    background: #31CE00;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img.der{
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0 0 0 1em;
    float: right;
}
img.izq{
    padding: 2px;
    border: 1px solid #ccc;
    margin: 0 1em 1em 0;
    float: left;
}
#paginacion{
    margin: 1em auto;
    display: block;
    text-align: center;
    width: 80%;
}
#paginacion a{
    font-size: .9em;
    color: #8e8e8e;
    text-decoration: none;
}
#paginacion a:hover{
    color: #8bc021;
}

#bggris{
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    -moz-border-radius: 15px; 
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin: 1.5em;
    padding: .5em;
}
#mediaprod{
    margin: 2em 0 0;
    max-width: 550px;
    float: left;
}
#mediaprod img{
    float: left;
    margin: .3em;
}
#mediaprod iframe{
    margin: 1em;
}
#detaprod{
    float: right;
    width: 370px;
    color: #4d4d4d;
}
#detaprod h1, #bggris h1{
    font-size: 1.4em;
    text-align: center;
    font-weight: normal;
    position: relative;
    color: #4d4d4d;
}
#precio{
    float: left;
    width: 47%;
    padding: .3em .3em 0;
    height: 1.7em;
    background-color: #d9ab3e;
    color: #fff;
}
#precio span{
    float: right;
    font-size: 1.2em;
}
a#btncomprar{
    float: left;
    width: 50%;
    height: 1.7em;
    padding: .3em 0 0;
    background-color: #54a83a;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
a#btncomprar:hover{
    background: #3a9aa8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

form#prodform{
    margin: 2em 0 0;
    float: left;
    text-align: center;
}
#prodform table{
    margin: 1em 0;
    float: left;
    text-align: left;
}
#prodform input[type=submit] {
    background: #3a6ba8;
    color: #FFF;
    font-size: .9em;
    padding: 5px 70px;
    width: auto;
    font-weight: bold;
    margin: 1em ;
    float: left;
}
#prodform input[type=submit]:hover{
    background: #747474;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#descprod{
    font-size: .9em;
}
#descprod span{
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
}

/**** carro ***/
.sopprod{
    width: 95%;
    margin: 1em auto;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
#carro-prod{
    float: left;
    width: 50%;
}
.carprod-titulo{
    display: block;
    text-align: center;
    margin: 0 0 1em;
    color: #4d4d4d;
}

.carprod-img{
    float: left;
}
.carprod-prod{
    float: left;
    margin: 0 1em;
    font-size: .9em;
}
.carprod-detalle{
    float: left;
    margin: auto 1em;
    font-size: .85em;
}
#carro-cantidad{
    width: 10%;
    float: left;
}
#carro-cantidad input{
    width: 20px;
    margin: 0 0 0 1.5em;
}
#carro-precio{
    width: 20%;
    float: left;
    text-align: center;
}
#carro-eliminar{
    width: 10%;
    float: left;
    text-align: center;
}
#carro-eliminar a{
    text-decoration: none;
    color: #ff0000;
    display: block;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    line-height: .8em;
}
#carro-eliminar a:hover{
    color: #ccc;
}
#carro-eliminar .elim{
    font-size: .7em;
    color: #000;
}
#gastos, #total{
    float: right;
    margin: 1em 2em;
    display: block;
    clear: both;
}
#gastos span, #total span{
    float: left;
    margin: 0 1em;
}
#gastos .monto {
    float: right;
    font-size: 1.1em;
    color: #4d4d4d;

}
#total .monto {
    float: right;
    font-size: 1.3em;
    color: #4d4d4d;

}
#carro-btns{
    float: right;
    clear: both;
    margin: 1em 2em 3em;
}
a.irxmas{
    padding: .3em 1em;
    float: left;
    color: #fff;
    text-decoration: none;
    background: #a88a3a;
    font-size: 1.1em;
    margin: .5em .5em .2em;
}
a.irxmas:hover{
    color: #fff;
    background: #d9ab3e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.irapagar{
    padding: .3em 1em;
    float: left;
    color: #fff;
    text-decoration: none;
    background: #54a83a;
    font-size: 1.1em;
    margin: .5em .5em .2em;
}
a.irapagar:hover{
    color: #fff;
    background: #36c809;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*** Mis Datos ***/
.misdatos{
    width: 460px;
    margin: 1em;
    display: block;
    overflow: hidden;
}
.misdatos ul li{
    list-style: none;
    float: left;
    margin: .2em 0;
}
.misdatos label{
    float: left;
    width: 10em;
    margin: .3em 2em 1em 0;
}
.misd-tit{
    float: left;
    text-align: center;
    width: 50%;
    color: #4d4d4d;

}
.misdatos input[type=submit]{

}
/*** mis compras ***/
.mc-prod, .mc-cant, .mc-prec, .mc-genv, .mc-total, .mc-fecha, .mc-estado{
    float: left;
    text-align: center;
    overflow: hidden;
    margin: 0 0 1em 0;
    font-size: .98em;
}
.mc-prod{
    width: 11em;
}
.mc-prod img{
    float: none;
    margin: 0 auto;
}
.mc-prod span{
    font-size: .8em;
}
.mc-cant{
    width: 5em;
}
.mc-prec{
    width: 7em;
}
.mc-genv{
    width: 8em;
}
.mc-total{
    width: 8em;
}
.mc-fecha{
    width: 7em;
}
.mc-estado{
    width: 7em;
}
.mc-ok:after{
    content: "Entregado "url(../img/vineta_ok.png);
}
.mc-cancel:after{
    content:"Cancelado "url(../img/vineta_x.png);

}
/**** mi cuenta ***/
#usuarioreg, #usuario-noreg{
    width: 40%;
    float:left;
    overflow: hidden;
    padding: 2em;
}
#usuarioreg{
    border-right: 1px solid #ccc;

}
#usuarioreg .tit, #usuario-noreg .tit{
    color: #4d4d4d;
}
#usuarioreg ul, #usuario-noreg ul{
    list-style: none;
    float: left;
    margin:  0;
}
#usuarioreg ul li{
    margin: 1em 0;
    overflow: hidden;
}
#usuarioreg label{
    float: left;
    width: 7em;
    margin: .3em 0 0;
}
#usuario-noreg ul li:before{
    margin: 1em 0;
    overflow: hidden;
    content: "- "
}
/**** formulario ***/
#formulario{
    width: 50%;

}
input, select {
    background: #dcdcdc;
    border: 1px solid #ccc;
    color: #74665b;
    padding: 5px 10px;
    width: 200px;
    float: left;
}
input:focus, textarea:focus {
    border-color: #8a8a8a;
    outline: none;
}
textarea {
    /*height: 150px;*/
    resize: vertical;
    width: 90%;
    padding: 5px 10px;
    background: #dcdcdc;
    border: 1px solid #ccc;

}
input[type=submit] {
    background: #35b003;
    color: #F7F7F7;
    font: inherit;
    padding: 7px 30px;
    width: auto;
    float: right;
    font-weight: bold;
    margin: 1em 2em 0;
    border: none;
}
input[type=submit]:hover{
    background: #747474;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

label {
    margin:0 0 5px 0;
    color:#4d4d4d;
    font-weight:normal;
    cursor:pointer;
    display:block;
    font-size: .9em;
}
table{
    width: 100%;
}
table td, table th{
    vertical-align:top;
    padding:0.5em 1em;
    border: none;
}
fieldset{
    border: none;
    float: left;
    margin: 0 1em 1em;
    padding: 0;
    width: 40%;
}
#formulario input{
    width: 90%;
}
#formulario input[type=submit]{
    float: left;
    margin: 0 .7em;
}
#formulario label{
    color: #656565;
}
/**** Footer ***/

#footer{
 width: 100%;
 background: #f5f5f5;
 margin: 1em 0 0;
 text-align: center;
 color: #5c5c5c;
 overflow: hidden;
 border-top: 1px solid #ddd;
 padding: 2em;
}
#contfooter{
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}
.info{
    float: left;
    margin: 1em 2em;
}
.info h1{
    font-size: .9em;
    color: #7d7d7d;
    font-weight: normal;
    margin: .2em;
}
.info ul{
    margin: 0 .3em;
    list-style: none;
}
.info ul li{
    font-size: .8em;
    line-height: 2em;
}
.info ul li a{
    color: #7d7d7d;
    text-decoration: none;
}
.info ul li a:hover{
    color: #4d4d4d;
}
.info ul li a:before{
    content: "- "
}
/* ==========================================================================
   Media Queries
   ========================================================================== */


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

img{
        max-width: 100%;
}
#logo{
    margin: .5em;
}
/**** Menu *****/

#menu {
width: 100%;
}

#menu ul {
float:none;
text-align: center;
}
#redsoc, #phone {
    display: none;
}
#logo {
width: 100%;
float: none;
text-align: center;
}
img.logo {
max-width: 100%;
}
#menu {
        border-bottom: 0;
        height: auto;
    }
    #menu ul {
        display: none;
        height: auto;
        background: #c0c0c0;
        position: relative; 
        margin: 0;
    }
    #menu ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #d8d8d8;
        padding: .3em;
    }
    #menu ul li:after {
content: "";
font-weight: bold;
color: #005ee6;
}
    #menu ul li a{
        display: block;
        color: #0000d1;
    }
    #menu ul li a:hover{
        color: #fff;
    }
#menu ul li.active {
border-bottom: 1px solid #27df27;
}
    #menu a#pull {
        display: block;
        background-color: #868686;
        width: 100%;
        position: relative;
        padding: .5em 0;
        color: #fff;
        text-decoration: none;
    }
    #menu a#pull:after {
        content:">";
        /*background: url('../img/close.png') no-repeat;*/
        width: 30px;
        display: inline-block;
        right: 15px;
}
}