@font-face {
    font-family: 'amblelight';
    src: url('fuentes/Amble-Light-webfont.eot');
    src: url('fuentes/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Amble-Light-webfont.woff') format('woff'),
         url('fuentes/Amble-Light-webfont.ttf') format('truetype'),
         url('fuentes/Amble-Light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ambleregular';
    src: url('fuentes/Amble-Regular-webfont.eot');
    src: url('fuentes/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fuentes/Amble-Regular-webfont.woff') format('woff'),
         url('fuentes/Amble-Regular-webfont.ttf') format('truetype'),
         url('fuentes/Amble-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    font-family: 'amblelight';
    font-size: 16px;
}

html{
    background-color: #FFFFFF; 
}

#menu{
    width: 100%;
    height: 84px;
    margin: 0 auto 4px auto;
    z-index: 20000;
    background-image: url('graficos/fmenu.png');
    background-position:  center bottom;
    background-repeat: no-repeat;

}

#menu #contenido{
    width: 100%;
    height: 84px;
    margin: 0 ;
    padding: 0 ;
    background-color: #5e5e5e;
    background: linear-gradient(to bottom,#5e5e5e 0%,#232323 100%);
    border-bottom: 4px solid #e73089;    
    box-shadow: 0 0 16px #aaa;


}

#menu #contenido .logotipo{
    margin-top: 17px;
    margin-left: 17px;
}

#menu #contenido #elementos{
    position: absolute;
    right: 15px;
    top: 0px;
}

#menu #contenido #elementos ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu #contenido #elementos li {
    float: left;
}

#menu #contenido #elementos .sesion {
    background-color: #e73089;
    background: linear-gradient(to bottom,#e73089 0%,#2f6421 100%);
    border-bottom: 1px solid #e73089;
    padding: 8px 12px;
    border-radius: 14px;
    text-shadow: #000 1px 1px 2px;

}

#menu #contenido #elementos li a, #menu #contenido #elementos li a:active, #menu #contenido #elementos li a:visited{
    height: 84px;
    line-height: 84px;
    text-decoration: none;
    color: #FFFFFF;
    display: block;
    padding: 0;
    margin: 0 10px;    
    cursor: pointer;
    transition: line-height 300ms;
}

#menu #contenido #elementos li a.activado{
    background-image: url(graficos/menu/sel.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#menu #contenido #elementos li a:hover{
    background-image: url(graficos/menu/sel2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    line-height: 74px;
}

.barra{
    width: 100%;
    margin: 0 auto 25px auto;
    height: 4px;
    background-color: #e73089;
}

#banner_central{
    margin: 0 auto;
    width: 880px;
    height: 270px;   
    box-shadow: 0 0 16px #aaa;
    background-color: #FFFFFF;
    z-index: 10000;
}

#banner_central .cycle-slideshow{
    width: 880px;
    margin: 0 auto;
}

/*CONTENIDO CENTRAL*/
#contenido_central{
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100%;    
    background-color: #FFFFFF;
    overflow: hidden;
    min-height: 200px;
    z-index: 990;
}

#contenido_central #col_izq{    
    width: 100%;
    min-height: 50px;
    overflow: hidden;
    background-color: #000000;
    position: fixed;
    top: 0;

}

#contenido_central #col_izq .img_carrito{
border-bottom: 1px solid #e2e2e2;
border-top: 1px solid #e2e2e2;
transition: border 300ms linear;
}

#contenido_central #col_izq .img_carrito:hover{
border-bottom: 1px solid #808080;
border-top: 1px solid #808080;
}

#contenido_central #col_izq  ul{

display: none;    
}


#contenido_central #col_izq input[type=checkbox]:checked ~ ul{
    display: block;
}

#show-menu{
    display: none;
}

.show-menu{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
}

#contenido_central #col_izq ul{
    height:inherit;
    margin: 50px 0 0 0 ;
    padding: 0;
    list-style-type: none;
}

#contenido_central #col_izq img{
    display: block;
}

#contenido_central #col_izq li a, #contenido_central #col_izq li a:active, #contenido_central #col_izq li a:visited{
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #e2e2e2;
    display: block;
    padding: 7px;
    margin: 0;    
    cursor: pointer;
    transition: background-color 300ms linear, text-indent 300ms;}

#contenido_central #col_izq li a.activado{
    background-color: #e73089;
    color: #FFFFFF;
}

#contenido_central #col_izq li a:hover{
    background-color: #e2e2e2;
    color: #000;
    text-indent: 4px;
}

#contenido_central #col_der{
    height: 100%;
    width: 100%;
    margin-top: 50px;
}

#col_der_carga{
    position: absolute;
    width: 100%;
    height: 200px;
    background-image: url(graficos/varias/carga.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 9999;
    display: none;
}

.destacado{
    font-size: 20px;
    font-weight: bold;
}

#contenido_central #col_der .producto{
    width: 50%;
    min-height: 212px;
    padding: 10px 0;
    text-align: center;
    float: left;
    transition: background-color 300ms linear;
}

#contenido_central #col_der .producto:hover{
    background-color:#f5f5f5;
    cursor: pointer;
}

#contenido_central #col_der .producto .imagen{
        border-radius: 10px;
        border-bottom: 1px solid #aaa;
}

#contenido_central #col_der .producto h3{
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 14px;
    font-weight: lighter;
    color: #808080;
}

#contenido_central #col_der .producto p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: lighter;
    color:#aaa;
}

#contenido_central #col_der_texto{
    height: 100%;
    width: 100%;
    margin: 0 25px 25px 0;   
}

#contenido_central #col_der_texto .columnas2{
    overflow: hidden!important;
    display: block;
}


#contenido_central #col_der_texto .columnas2 .columna{
    width: 277px;
    float: left;
    overflow: hidden!important;
    display: block;
}

#contenido_central #col_der_texto .columnas2 .columna p{
    text-align: left!important;
}

#contenido_central #col_der_texto .columnas2 .columna:first-of-type{
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px dotted #e2e2e2;
}

#contenido_central #col_der_texto h2{
    font-family: 'amblelight';
    font-size: 16px;
    min-height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 7px;
    margin: 0;    
    cursor: pointer;
    background-color: #e2e2e2;
    text-shadow: #FFFFFF -1px 1px 2px;
}

#contenido_central #col_der_texto h3{
    font-family: 'amblelight';
    font-size: 22px;
    text-decoration: none;
    font-weight: lighter;
    color:#808080;
    margin: 30px 0 0 0;   
    text-shadow: #dfdfdf -1px 1px 1px;
}


#contenido_central #col_der_texto p{
    text-align: justify;
}


/*FIN CONTENIDO CENTRAL*/


/*DETALLE PRODUCTOS*/
#detalle_producto{
    width: 100%;
    overflow: hidden;
}

#detalle_producto .imgbanner{
    border: 0;
    margin: 0;
    padding: 0;
    display: none;
}

.formularios{
    background-color: #def2ff;
    background-image: url(graficos/varias/info.png);
    background-position: right bottom;
    background-repeat: no-repeat;
 
}

#detalle_producto #opciones{
      width: 100%;
}

#detalle_producto #opciones .opcion{
   background-color: #f5f5f5;
   border-top: 1px solid #FFFFFF;
   padding: 10px;
   overflow: hidden;
}


#detalle_producto #opciones .opcion .titulo{
    display: block;
    font-family: 'amblelight';
    font-size: 16px;
    text-decoration: none;
    color: #808080;
    padding: 0;
    margin:0 0 5px 0;
    text-shadow: #FFFFFF -1px 1px 2px;
    font-weight: 700;
}

#detalle_producto #opciones .opcion .col2 label{
    font-family: 'amblelight';
    font-size: 16px;
    text-decoration: none;
    color: #808080;
    padding: 0;
    margin:0 0 5px 0;
    text-shadow: #FFFFFF -1px 1px 2px;
    font-weight:lighter;
    font-style: italic;
}

#detalle_producto #opciones .opcion .col2{
   width: 50%;
   float: left;
}

#detalle_producto #opciones .opcion .txt2{
    font-family: 'amblelight';
    font-size: 16px;
    width: 99%;
    padding: 0.1%;
    border: 1px solid #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
}

#detalle_producto #opciones .notas{
   background-color: #def2ff;
   border-top: 1px solid #FFFFFF;
   padding: 10px;
   font-size: 12px;
   text-align: center;
}

#detalle_producto #opciones #precio{
  text-align: left;
  font-family: 'ambleregular';
  background-color:#f5f5f5;
  color: #aaa;
   border-top: 1px solid #FFFFFF;
  padding: 10px;
  overflow: hidden;
}

#detalle_producto #opciones .oferta{
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  text-decoration:line-through;
}

#detalle_producto #opciones .sin_iva{
    font-size: 12px;
    font-style: italic;
  }
  
  #detalle_producto #opciones .sin_iva:after{
    content: " sin iva";
  }

#detalle_producto #opciones .con_iva{
    font-size: 24px;
    font-weight: bold;
    color: #c00;
}


#detalle_producto #opciones #precio .col_precio1{
    width: 50%;
    float: left;
    overflow: hidden;
}

#detalle_producto #opciones #precio .col_precio2{
    width: 40%;
    float: right;
    text-align: right;
    overflow: hidden;
}

#detalle_producto #opciones #precio .total{
  font-size: 28px;
  text-align: right;
  font-family: 'ambleregular';
  font-weight: bold;
  background-color: #e73089;
  color: #FFFFFF;
   border-top: 1px solid #FFFFFF;
  padding: 10px;
}

#detalle_producto #opciones #precio .sinproductos{
  font-size: 16px;
  text-align: center;
  font-family: 'ambleregular';
  background-color: #9d0000;
  color: #FFFFFF;
   border-top: 1px solid #FFFFFF;
  padding: 10px;
}

#detalle_producto #opciones .opcion select{
    font-family: 'amblelight';
    font-size: 16px;
    width: 100%;
    padding: 0.1%;
    border: 1px solid #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
}

#detalle_producto #opciones .opcion .txt{
    font-family: 'amblelight';
    font-size: 16px;
    width: 100%;
    padding: 0.1%;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
}

#detalle_producto #opciones .opcion .requerido{
    background-image: url(graficos/varias/requerido.png);
    background-position: right center;
    background-repeat: no-repeat;    
}

#detalle_producto #opciones #botonera{
  text-align: right;
  font-family: 'ambleregular';
  background-color:#f5f5f5;
  color: #aaa;
   border-top: 1px solid #FFFFFF;
  padding: 10px;
}

#detalle_producto #opciones #botonera input{
  padding: 5px 15px;
  background-color: #808080;
  color: #f5f5f5;
  border: 0;
  border-bottom: 1px solid #000;
}


#detalle_producto #opciones .opcion h3, #detalle_producto #opciones .opcion label{
    font-family: 'amblelight';
    font-size: 16px;
    text-decoration: none;
    color: #808080;
    padding: 0;
    margin:0 0 5px 0;
    text-shadow: #FFFFFF -1px 1px 2px;
    font-weight: 700;
    display: block;

}

#detalle_producto #info{
    display:none;
}

#detalle_producto #info img{
border: 0;
margin: 0;
float: left;    
}

#detalle_producto #info2{
    width: 175px;
    padding: 10px;
    float: left;

}

#detalle_producto #opciones .error{
    text-align: center;
   background-color:#9d0000;
   color: #FFFFFF;
   border-top: 1px solid #FFFFFF;
   padding: 10px;
   display: none;
}
/*FIN DETALLE PRODUCTOS*/

/*PIE*/

#pie{
    height: auto;
    min-height: 170px;
    margin: 0 auto 25px auto;
    width: 880px;
    overflow: hidden;
    background-image: url(graficos/telefono.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#pie .columna{
    float: left;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid #bbb;   
    color: #808080;
}

#pie .columna:last-child{
    border: none!important;
}

#pie a:link, #pie a:active, #pie a:visited{
    text-decoration: none;
    color: #808080;
}

#pie a:hover{
    text-decoration: none;
    color: #e73089;
}

/*FIN PIE*/