@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: #444444;
    font-family: 'amblelight';
    font-size: 16px;
}

#menu{
    width: 100%;
    height: 84px;
    margin: 0 auto 4px auto;
    z-index: 20000;
}

#menu #contenido{
    width: 840px;
    height: 84px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;    
    background-color: #000000;
    border-bottom: 4px solid #0082CA;    
    box-shadow: 0 0 16px #232323;
    margin-top: 25px;
    border-radius: 10px 10px 0 0;
}

#menu #contenido .logotipo{
    margin-top: 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: #0082CA;
    /* background: linear-gradient(to bottom,#0082CA 0%,#831d4e 100%); */
    /* border-bottom: 1px solid #0082CA; */
    padding: 8px 12px;
    border-radius: 5px;
    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: 880px;
    margin: 0 auto 25px auto;
    height: 4px;   
    background-color: #0082CA;
}

#banner_central{
    background: url('graficos/superior.png') no-repeat -99999px -99999px;
    margin: 0 auto;
    width: 880px;
    height: 270px;   
    box-shadow: 0 0 16px #232323;
    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: 870px;
    border: solid 5px #FFFFFF;    
    box-shadow:0 0 16px #232323;
    background-color: #FFFFFF;
    overflow: hidden;
    min-height: 200px;
    z-index: 990;
}

#contenido_central #col_izq{
    float: left;
    width: 225px;
    background-color: #929292;
}

#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{
    height:inherit;
    margin: 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-image: url(graficos/menu/vsel.png);
    background-position: center right;
    background-repeat: no-repeat;
    /*background-color: #b2b2b2;*/
    /*background-color: #00ACEE;*/
    background-color: #0082CA;
    color: #FFFFFF;
}

#contenido_central #col_izq li a:hover{
    background-color: #e2e2e2;
    color: #000;
    text-indent: 4px;
}

#contenido_central #col_der{
    height: 100%;
    width: 645px;
    float: right;
}

#col_der_carga{
    position: absolute;
    left: 56%;
    right: 50%;
    width: 100px;
    height: 100px;
    float: right;
    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: 210px;
    min-height: 212px;
    margin-left: 5px;
    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{
    background-color: #FFFFFF;
    transition: all 300ms linear;
}

#contenido_central #col_der .producto .imagen:hover{
    margin-top: -5px;
    margin-bottom: 5px;
}

#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: 595px;
    margin: 0 25px 25px 0;
    float: right;
}

#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;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    color: #000;
    display: block;
    padding: 7px;
    margin: 25px 0 0 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: block;
}

.formularios{
    background-color: #def2ff;
    background-image: url(graficos/varias/info.png);
    background-position: right bottom;
    background-repeat: no-repeat;
 
}

#detalle_producto #opciones{
    float: left;
    width: 400px;
}

#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: 49%;
    margin-left: 1%;
    margin-right: 0;
    float: left;
}

#detalle_producto #opciones .opcion .col2:first-child{   
    margin-left: 0!important;
    margin-right: 1%!important;
 }

#detalle_producto #opciones .opcion .txt2{
    box-sizing: border-box;
    font-family: 'amblelight';
    font-size: 16px;
    width: 100%;
    padding: 5px;
    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 #precio.visible{
    position: fixed!important;
    bottom: 0;
    width: 380px;
    background-color: #e0e0e0;
}

#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: #0082CA;
  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: 380px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
}

#detalle_producto #opciones .opcion .txt{
    font-family: 'amblelight';
    font-size: 16px;
    width: 370px;
    padding: 5px;
    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;

}

#detalle_producto #info{
    float: left;
    width: 195px;
    margin-top: 1px;
}

#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: #0082CA;
}

/*FIN PIE*/

/*IMRPIMIR*/
  
@media print {

    *{
        box-sizing:border-box!important;   
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif!important;
        font-size: 11px!important;
    }

    body {
        font-family: Arial, Helvetica, sans-serif!important;
    }
    

    #col_der::before{ 
        content: url('graficos/superior.png');        
        margin-left: -20px;
    }

    #col_der {
        background-color: white;
        height: 100%!important;
        width: 100%!important;
        position: fixed;
        top: 0;
        left: 20px;
        margin: 0;
        padding: 0px;
    }

    #col_der, #col_der_texto, #detalle_producto, #opciones, .opcion {
        width: 100%!important;
        font-size: 10px!important;
        height: auto!important;
    }

    input{
        border: 0!important;
        padding: 0!important;
        margin: 0!important;
    }

    .opcion{
        border-bottom: 1px solid #cccccc;
        padding: 4px 15px!important;
    }

    .opcion h3, .opcion label{        
        float: left!important;
        width: 30%!important;
    }

    .opcion select, .opcion input{
        float: left!important;
        width: 60%!important;
    }



    .col_precio1, btn_precio{
        display: none;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none!important; /* If you want to remove the border as well */
        background: none;
        padding: 0!important;
        margin: 0!important;
    }

   #menu, #banner_central, #col_izq, .imgbanner, #info{
        display: none!important;
    }

    #clickdesk-appendable-bubble, #clickdesk_container, #clickdeskchat_container,  #pie, .btn_precio{
        display:none!important;
    }

  
}

/**/
.a_carrito {
    display:flex;
    background-color: rgb(8 8 8 / 56%);;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    /*display: flex*/;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items:center
}

.a_carrito h2 {
    margin: 0;
    padding: 0;
}

.a_carrito_contenido {
    box-shadow: 0 0 15px 1px black;
    background-color: #FFF;
    padding: 25px;
    border-radius: 4px;
}

.a_carrito.oculto {
    display:none;
}

.a_carrito .botones {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.a_carrito .botones a {
    padding: 5px 10px;
    background-color: #e73089;
    margin-left: 1px;
    color: #FFF;
    text-decoration: none;
}

.a_carrito .botones a:hover {
    background-color: #a52865;
    text-decoration: none;
}

.a_carrito .botones a:link, .a_carrito .botones a:active, .a_carrito .botones a:visited {
    text-decoration: none;
}

div#mensaje {
    background-color: #ffdc6b;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 2px 20px 0px black;
}

.linea-producto {
    padding: 10px;
    border-bottom: 1px solid #dddddd;
}

.elimina-linea {
    /* position: absolute; */
    float: right;
    width: 20px;
    height: 20px;
    background-color: #cc0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    border-radius: 2px;
    cursor: pointer;
}


.pro_63 form, .pro_41 form, .pro_57 form, .pro_40 form, .pro_51 form, .pro_39 form, .pro_58 form, .pro_-6 form, .pro_42 form, .pro_28 form, .pro_23 form  {
    display: none;
}