@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic);

html, body
{
    background-color: #F5F5F5; /*font-family: 'Noto Sans';*/
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 0.88em;
}

.all
{
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    background-color: white;
    box-shadow: 0 2px 3px 0 #575756;
    -webkit-box-shadow: 0 2px 3px 0 #c4c4c4;
    box-shadow: 0 2px 3px 0 #c4c4c4;
    padding-top: 10px;
}

div.slogan
{
    margin-top: 25px;
    text-align: center;
}

nav
{
    font-size: 16px;
    letter-spacing: -0.07em;
}

/* navbar */

.navbar-inner
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navbar .divider-vertical
{
    height: 30px;
    margin: 5px;
    border-right: 1px solid #345DAF;
    border-left: 1px solid #01349A;
}

.navbar-inverse .divider-vertical
{
    border-right: 1px solid #345DAF;
    border-left: 1px solid #01349A;
}

.navbar-default
{
    background-color: #01349A;
    border-color: #345DAF;
    background: -webkit-linear-gradient(#5073BA, #01349A); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#5073BA, #01349A); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#5073BA, #01349A); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#5073BA, #01349A); /* Standard syntax */
}
/* title */
.navbar-default .navbar-brand
{
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus
{
}
/* link */
.navbar-default .navbar-nav > li > a
{
    color: white;
    font-weight: bold;
    text-shadow: #000 0 1px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    color: #FFCD01;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #FFCD01;
    background-color: #E7E7E7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    color: #FFCD01;
    background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret
{
    border-top-color: #777;
    border-bottom-color: #777;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret
{
    border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret
{
    border-top-color: #555;
    border-bottom-color: #555;
}

.btn-buscar span, .btn-buscar a
{
    background-color: #FFCD01;
    color: #01349A;
    border: 1px solid #FFCD01;
}

.btn-buscar span:hover, .btn-buscar a:hover
{
    background-color: #FFCD01;
    border: 1px solid #FFCD01;
    color: white;
}

.mytable td
{
    padding: 3px;
    font-size: 0.9em;
}

.cajacesta
{
    border: 0px solid #999;
    padding: 0.5em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -opera-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    background-color: #CBDAF9;
    box-shadow: rgba(203,218,249,0.5) 0px 0px 6px;
    border-radius: 6px;
}

div.carousel_custom_content
{
    width: 100%;
    height: 320px;
    margin-top: 20px; /*min-width:150px;       min-height:100px;       max-width:200px;       max-height:100px;*/
    overflow: hidden;
    display: block;
    padding-left: 75px;
    padding-right: 75px;
}

.titl1
{
    color: #FF9900;
    font-size: 1.2em;
    font-weight: bold;
}

#mn_lateral * a, #mn_lateral2 * a, #mn_buscadores * a, .mn_quienes * a
{
    font-size: 12px;
    font-weight: bold;
    color: #003399;
    font-family: Arial;
}

#mn_lateral * a:hover, #mn_lateral2 * a:hover
{
    text-decoration: underline;
    color: #FF9900;
}

#mn_lateral * a.seleccionado, #mn_lateral2 * a.seleccionado
{
    color: #FF9900;
}

#mn_lateral, #mn_lateral ul, #mn_lateral2, #mn_lateral2 ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

#mn_lateral ul li a, #mn_lateral2 ul li a
{
    color: #4A68A2;
}

#mn_lateral li, #mn_lateral2 li /*primer elemento*/
{
    background-image: url('../img/arrowright.png'); /*list-style: inside url('../img/arrowright.png') none;*/
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left 4px;
}

#mn_lateral .expanded, #mn_lateral2 .expanded
{
    background-image: url('../img/arrowdown.png');
    color: #FF9900 !important;
    background-repeat: no-repeat;
    background-position: left 4px;
}

#mn_lateral li ul, #mn_lateral2 li ul
{
    display: none;
}
#mn_lateral2 * a
{
    font-size: 20px;
}
.carousel-control.left, .carousel-control.right
{
    background: none;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
{
    color: #FF9900;
}
/*slide*/


.slide_foto
{
    float: left;
    clear: right;
    padding-right: 20px;
}

.slide_foto img
{
    max-height: 240px;
    height: 240px;
}


.slide_titular
{
    font-size: 22px;
    color: #0C3F9A;
    display: block;
    text-shadow: white 0 2px;
    font-weight: bold;
}

.slide_precio
{
    bottom: 0;
    right: 0;
    float: right;
}

.slide_precio .precio
{
    font-size: 24px;
    text-shadow: white 0 2px;
}


.slide_texto
{
    margin-right: 50px;
}

.a_slide, .a_slide:hover
{
    text-decoration: none;
    color: inherit;
}

.mytitfab
{
    background-image: url("../img/cog.png");
    background-repeat: no-repeat;
    line-height: 22px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-weight: bold;
    cursor: pointer;
}
.mymarca, .marca, .tabmail a, a.mytitfab:hover, a.listsubactual, .color1
{
    color: #FF7D00;
}

.referencia
{
    font-size: 10px;
}



.carousel
{
    -webkit-box-shadow: 0 2px 6px 0 #C4C4C4;
    box-shadow: 0 2px 6px 0 #C4C4C4;
}

.slide
{
    border: 5px solid #f0f0f0;
    border-radius: 5px;
}


.div_lateral
{
    border: 5px solid #f0f0f0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px 0 #C4C4C4;
    box-shadow: 0 2px 6px 0 #C4C4C4;
}

.foto_producto_r
{
    padding-top: 20px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    height: 135px;
    margin-bottom: 20px;
}

.foto_producto_r img
{
    margin: 0 auto;
    max-height: 135px;
    vertical-align: middle;
}

span.titulo
{
    color: #FF9900;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    display: block;
    text-shadow: #E2ECF6 0 1px;
    margin-bottom: 10px;
    padding: 0;
}

.div_content_producto_r
{
    height: 290px;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flexbox;
    border-radius: 5px;
}

.div_producto_r
{
    padding: 10px;
    width: 100%;
    box-shadow: 0px 5px 5px 0px rgba(41, 44, 11, 0.25);
    background-image: url(../img/bgpro.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border-radius: 5px;
}

.decimal
{
    font-size: 16px !important;
}

.antes
{
    font-size: 11px;
}

.precio2
{
    font-size: 15px;
    font-weight: bold;
    color: #FF7D00;
}

.precio_oferta
{
    font-size: 15px;
    font-weight: bold;
}

.badge_oferta
{
    background-image: url(../img/oferta.png);
    position: absolute;
    float: left;
    z-index: 1;
    width: 62px;
    height: 64px;
    background-repeat: no-repeat;
}

.badge_novedad
{
    background-image: url(../img/nuevo.png);
    position: absolute;
    float: left;
    z-index: 1;
    width: 62px;
    height: 64px;
    margin-left: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
}

.badge_novedad2
{
    background-image: url(../img/novedad.png);
    position: absolute;
    float: left;
    z-index: 1;
    width: 62px;
    height: 64px;
    left: 76px;
    background-repeat: no-repeat;
}

.badge_enviogratis
{
    background-image: url(../img/enviogratis.png);
    position: absolute;
    float: left;
    z-index: 1;
    width: 62px;
    height: 64px;
    margin-left: 20px;
    margin-top: 20px;
    background-repeat: no-repeat;
}

.badge_enviogratis2
{
    background-image: url(../img/enviogratis.png);
    position: absolute;
    float: left;
    z-index: 1;
    width: 62px;
    height: 64px;
    margin-left: 65px;
    background-repeat: no-repeat;
}

.precios
{
    width: 100%;
    height: 30px;
}

.unidades
{
    width: 33%;
    float: left;
    margin-top: 5px;
}

.div_precio_anterior
{
    width: 29%;
    float: left;
    margin-top: 5px;
}

.precio
{
    color: #FF7D00;
    font-size: 2em;
    padding-right: 8px;
}

.div_precio
{
    float: right;
    font-family: "Noto Sans" , "Helvetica Neue" ,Helvetica !important;
    letter-spacing: -0.04em;
    font-weight: bold;
}

.euro
{
    font-size: 14px;
    font-weight: normal !important;
}


.antes
{
    font-size: 11px;
}

.precio_antes
{
    text-decoration: line-through;
}

.div_cont_titulo_producto_r
{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-radius: 5px;
}

.div_titulo_producto_r
{
    height: 80px;
    background-color: #F0F3F7;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100% !important;
    padding: 5px;
    border-radius: 5px;
}

.div_producto_r h3
{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #003399;
}


.uds
{
    font-size: 10px;
    color: #1B4364;
}

.marca_r
{
    color: #FF9900;
}

.marca_r:after
{
    color: #c4c4c4;
    content: " | ";
}

.capapie img
{
    display: inline;
    padding: 10px;
}

.content_rnd
{
    border-radius: 10px;
    background-color: #EFF7FF;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    padding: 4px;
    border: 1px double #D6EAFF;
    border-top: 0;
}

.boxshadow
{
    -webkit-box-shadow: 0px 5px 5px -2px rgba(196, 196, 196, 0.75);
    -moz-box-shadow: 0px 5px 5px -2px rgba(196, 196, 196, 0.75);
    box-shadow: 0px 5px 5px -2px rgba(196, 196, 196, 0.75);
    border-radius: 10px;
}

div.special > div[class*="col-"]
{
    padding-right: 0;
}

.baqueton
{
    background-color: #FFCD01;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    text-align: center;
    border: 3px double white;
    border-bottom: 1px solid white;
    font-size: 13px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 2px 1px #C17A00; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(bottom, #FFA300 0%, #FFD171 100%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #FFA300 0%, #FFD171 100%); /* Opera */
    background-image: -o-linear-gradient(bottom, #FFA300 0%, #FFD171 100%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFA300), color-stop(1, #FFD171)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #FFA300 0%, #FFD171 100%); /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to top, #FFA300 0%, #FFD171 100%);
}

.list-inline li::after
{
    content: '|';
    padding-left: 7px;
    color: #c0c0c0;
}

.list-inline li:last-child::after
{
    content: '';
}

.sep
{
    margin-bottom: 20px;
}
.sept
{
    margin-top: 0px;
}
#mn_buscadores, .mn_quienes
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}

.slideparatupc
{
    background-image: url(../img/bgslider.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

#site-canvas
{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .4s ease all;
}

#site-menu
{
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -300px;
    background-image: url(../img/bgtrans.png);
    padding: 15px;
}



/* Better Performing Method */
#site-canvas
{
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}

.show-nav #site-canvas
{
    -webkit-transform: translateZ(0) translateX(300px);
    transform: translateZ(0) translateX(300px);
}

.fsb, .fsb * a
{
    font-size: 1.1em !important;
}

.tit1
{
    color: #FF9900;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}

.pie
{
    border-top: 1px solid red;
    margin-bottom: 20px;
}

.vcenter100
{
    height: 69px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
    width: 100%;
}

.btn-azul
{
    border-radius: 10px;
    background-color: hsl(222, 55%, 33%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5073BA", endColorstr="#01349A");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#5073BA), to(#01349A));
    background-image: -moz-linear-gradient(top, #5073BA, #01349A);
    background-image: -ms-linear-gradient(top, #5073BA, #01349A);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5073BA), color-stop(100%, #01349A));
    background-image: -webkit-linear-gradient(top, #5073BA, #01349A);
    background-image: -o-linear-gradient(top, #5073BA, #01349A);
    background-image: linear-gradient(#5073BA, #01349A);
    border-color: #01349A #01349A hsl(222, 55%, 28%);
    border-width: 1px;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
    -webkit-font-smoothing: antialiased;
    font-size: 1.2em;
    font-weight: bold;
    padding: 8px;
    margin: -8px 0 5px 6px;
}

.btn-naranja
{
    background-color: #FFCD01 !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFD171", endColorstr="#FFA300");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#FFA300), to(#FFA300));
    background-image: -moz-linear-gradient(top, #FFD171, #FFA300);
    background-image: -ms-linear-gradient(top, #FFD171, #FFA300);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFA300), color-stop(100%, #FFD171));
    background-image: -webkit-linear-gradient(top, #FFD171, #FFA300);
    background-image: -o-linear-gradient(top, #FFD171, #FFA300);
    background-image: linear-gradient(#FFD171, #FFA300);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
    -webkit-font-smoothing: antialiased;
    width: 100%;
    text-align: left;
    font-family: Arial;
    font-size: 1em;
    font-weight: bold;
    border: double 3px white !important;
    border-radius: 10px;
}

.btn-naranja:hover
{
    text-decoration: underline;
}

.btn-naranja > .glyphicon
{
    margin-right: 5px;
}

.tfno
{
    margin-right: 5px;
    font-size: 1.9em;
    color: #003399;
    font-weight: bold;
}

.horario
{
    text-align: center;
    font-size: 1em;
    color: #9AA9B8;
}
.bocadillo
{
    border: 1px solid #E3ECFD;
    background-color: #EFF7FF;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bocadillo2
{
    background-color: #FFF1DD;
    border: 1px solid #FFE4BE;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.acordeon, .acordeon2
{
    width: 100%;
}

.acordeon2
{
    display: none;
}

.bocadillo a, .bocadillo2 a
{
    white-space: nowrap;
}

.titcat
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #003399;
}

.titcat a
{
    margin-left: 5px;
    cursor: pointer;
}

.titfab
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #FFA402;
}

.titfab a
{
    color: #FFA402;
    margin-left: 5px;
    cursor: pointer;
}

.tittam
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 10px;
    color: #003399;
}

.tittam a
{
    color: #003399;
    margin-left: 5px;
    cursor: pointer;
}

.listsub, .listsubactual
{
    background-image: url(../img/icocat.gif);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 10px;
    font-weight: normal !important;
    font-size: 13px;
}

.listsubactivo, .listsub
{
    /*line-height: 20px;*/
}

.listsubactivo
{
    /*     background-image: url(../img/icocat.gif);     background-repeat: no-repeat;     background-position: left 2px;     padding-left: 10px;     font-weight: bold;     */
    background-image: url(../img/icocat.gif);
    background-position: left center;
    background-repeat: no-repeat;
    color: #ff7d00;
    font-weight: normal !important;
    padding-left: 10px;
    text-decoration: underline;
    font-size: 13px;
}

.listsub h1, .listsub h2, .listsub h3, .listsub h4, .listsubactual h1, .listsubactual h2, .listsubactual h3, .listsubactual h4
{
    height: 0;
}

.listfab
{
    background-image: url(../img/icofab.gif);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 10px;
    font-weight: normal !important;
}

.listfabactivo
{
    background-image: url(../img/icofab.gif);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 10px;
    color: #FF9900;
    font-weight: bold;
}
.listfabactivo:hover
{
    color: #FF9900;
}

.listsub h1, .listsub h2, .listsub h3, .listsub h4, .listsubactual h1, .listsubactual h2, .listsubactual h3, .listsubactual h4
{
    height: 0;
}

.catselected
{
    display: block !important;
}

.subselected
{
    color: #FF7D00 !important;
}

/*details*/
.codigos
{
    font-size: 11px;
    color: #0E4E9F;
    padding-bottom: 10px;
}

.pro_nombre
{
    font-size: 20px;
    color: #002142;
    padding-bottom: 10px;
    font-family: Arial;
    font-weight: bold;
}

.preciopro
{
    color: #0E4E9F;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -2px;
    text-shadow: #EAF1F9 0px 2px;
    border: 1px solid #6598E2;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 1px 20px;
    display: inline-block;
}
.sinstock
{
    color: #ae1f1f;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: #EAF1F9 0px 2px;
    border: 1px solid #6598E2;
    border-radius: 4px;
    margin-bottom: 3px;
    padding: 1px 20px;
    display: inline-block;
    margin-left: 10px;
}
.precioborder
{
    float: left;
}

.iva, .peq
{
    font-size: 10px;
    color: #9B9B9B;
    display: block;
}

.anadiracesta
{
    background-image: url("../img/bgbtnorange.png");
    background-repeat: no-repeat;
    background-position: left top;
    color: #ffffff;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin: 0 3px 15px;
    padding: 8px 26px;
    text-decoration: none;
    text-shadow: 2px 2px 4px #555555;
}
a.anadiracesta:hover
{
    text-decoration: none;
    color: #183a55;
}


.disponibles
{
    background-image: url(../img/ud.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 32px;
    height: 30px;
    width: 68px;
    display: inline-block;
}
.aviso
{
    background-image: url(../img/aviso.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 32px;
    height: 30px;
    width: 68px;
    display: inline-block;
}

.disponible
{
    background: url(../img/portes.png) no-repeat 0 0;
    padding-left: 27px;
    font-weight: bold;
    width: 74px;
    height: 30px;
    display: inline-block;
}

.redes_sociales
{
    margin-top: 20px;
}

.redes_sociales *
{
    vertical-align: baseline !important;
}



.badge_oferta_big
{
    position: absolute;
    float: left;
    z-index: 1;
    width: 75px;
    height: 75px;
    margin-left: 10px;
}

.badge_novedad_big
{
    position: absolute;
    float: left;
    z-index: 1;
    width: 75px;
    height: 75px;
    margin-left: 10px;
}

.badge_novedad_big2
{
    position: absolute;
    float: left;
    z-index: 1;
    width: 75px;
    height: 75px;
    margin-left: 85px;
}

.badge_enviogratis_big
{
    position: absolute;
    float: left;
    z-index: 1;
    width: 75px;
    height: 75px;
    margin-left: 10px;
}

.badge_enviogratis_big2
{
    position: absolute;
    float: left;
    z-index: 1;
    width: 75px;
    height: 75px;
    margin-left: 85px;
}

.pdficon
{
    background-image: url(../img/pdf_ico.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 19px;
    display: block;
    min-height: 16px;
}
.pdficon2
{
    background-image: url(../img/pdficon_large.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 30px;
    display: inline-block;
    min-height: 29px;
}

.myweb
{
    background-image: url(../img/world_go.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 19px;
    display: block;
    min-height: 16px;
}

.myweb2
{
    background-image: url(../img/web.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    display: inline-block;
    min-height: 29px;
}

.detailspro
{
    float: left;
    clear: left;
}
.detailspro > div
{
    float: left;
    padding-right: 5px;
}
.detailspro span
{
    line-height: 25px;
}

.img-responsive
{
    display: inline-block;
}

.boxblue
{
    background-color: #E3ECFD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 #C4C4C4;
    box-shadow: 0 2px 6px 0 #C4C4C4;
    background-repeat: no-repeat;
}

.boxblue a
{
    background-repeat: no-repeat;
}


boxblue table
{
    padding: 10px;
}

.tabpad3 td
{
    padding: 3px;
}


.ico_nav
{
    background-image: url(../img/world.png);
}

.ico_historial
{
    background-image: url(../img/package.png);
}

.ico_misdatos
{
    background-image: url(../img/user_edit.png);
}

.ico_news
{
    background-image: url(../img/email.png);
}

.ico_pass
{
    background-image: url(../img/key.png);
}

.ico_rma
{
    background-image: url(../img/page_white_wrench.png);
}

.ico_logout
{
    background-image: url(../img/disconnect.png);
}

.ico_baja
{
    background-image: url(../img/user_delete.png);
    font-size: 14px !important;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.boxcuenta
{
    background-color: #E3ECFD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 #C4C4C4;
    box-shadow: 0 2px 6px 0 #C4C4C4;
    background-repeat: no-repeat;
    padding: 5px;
}

.boxcuenta a, .boxcuenta a > *
{
    background-repeat: no-repeat;
    padding-left: 20px;
    font-size: 14px !important;
}

span.titulo, .titular
{
    color: #0C3F9A;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 6px;
    letter-spacing: -1px;
    padding-left: 0px;
    display: block;
    text-shadow: #E2ECF6 0 1px;
}


.headerstyle
{
    background-image: url(../images/bgheader.png);
    background-repeat: repeat-x;
    background-color: #333;
    color: #FFF;
}

.tbl-cart thead, .headerstyle
{
    background: #01349A;
}

.tbl-cart thead, .headerstyle
{
    background: #01349A;
}



.alternatingitemstyle
{
    background-color: white;
}

.headerstyle
{
    background-image: url(../images/bgheader.png);
    background-repeat: repeat-x;
    background-color: #01349A;
    color: White;
}

.itemstyle
{
    background-image: url(../images/bgcont_sec-cesta.png);
    background-repeat: repeat-x;
}

.nopad [class*="col"]
{
    /*padding-left:6px;     padding-right:6px;*/
}

.ko
{
    border: 1px solid #FFB3B3;
    background-color: #FFD5D5;
    background-image: url(../img/ko.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    color: #990000;
    display: block;
    padding: 5px;
    padding-left: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.progress
{
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: white;
    opacity: 0.6;
    z-index: 9999;
    transition: width 2s;
    -moz-transition: width 2s; /* Firefox 4 */
    -webkit-transition: width 2s; /* Safari and Chrome */
    -o-transition: width 2s; /* Opera */
}

.progress img
{
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -25px; /* -1 * image width / 2 */
    margin-top: -25px; /* -1 * image height / 2 */
    display: block;
}
.nowr
{
    white-space: nowrap;
}

.subtit
{
    font-size: 14px;
    font-weight: bold;
}
.td01
{
    text-align: right;
    width: 200px;
    font-weight: bold;
}
.pad10
{
    padding: 10px;
}
.validar
{
    color: Red !important;
}

.imgenvio, .prec
{
    margin-left: 20px;
    margin-top: 10px;
}
.prec, .prec2
{
    color: #FF7D00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.fpago
{
    vertical-align: top;
    height: 35px;
    text-align: center;
}
.fpago label
{
    text-align: left;
    padding-left: 5px;
    font-weight: bold;
}

.gastos
{
    text-align: center;
    vertical-align: top;
}
.text_contenido p
{
    line-height: 1.5;
    display: block;
    margin-bottom: 20px;
}
.verde
{
    color: #3E921B;
    font-weight: bold;
    line-height: normal !important;
}


.caracteristicas
{
    background-image: url(../img/page_settings.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 19px;
    min-height: 16px;
    display: block;
    font-weight: bold;
}
.caracteristicas2
{
    background-image: url(../img/fichatecnica.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    min-height: 29px;
    display: inline-block;
    font-weight: bold;
}
.envio_inmediato
{
    background-image: url(../img/envioinmediato.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    min-height: 29px;
    display: inline-block;
    font-weight: bold;
}

.transito_envio
{
    background-image: url(../img/transitoenvio.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    min-height: 29px;
    display: inline-block;
    font-weight: bold;
}
#bocadillo-subfamilias, #bocadillo-familias
{
    background-color: #eff7ff;
    border: 1px solid #e3ecfd;
    background: linear-gradient(#eff7ff, #eff7ff) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#bocadillo-marcas
{
    background-color: #fff1dd;
    border: 1px solid #e3ecfd;
    background: linear-gradient(#fff1dd, #fff1dd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    letter-spacing: 0em;
}
.elfab
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 14px;
    background-image: url("../img/punto_on2.gif");
    background-position: left top;
    background-repeat: no-repeat;
    font-weight: normal !important;
    line-height: 20px;
    padding-left: 10px;
    font-size: 13px;
}
.listfabactivo, .elfabactivo
{
    background-image: url("../img/punto_on2.gif");
    background-position: left top;
    background-repeat: no-repeat;
    color: #ff7d00;
    font-weight: normal !important;
    padding-left: 10px;
    white-space: normal;
    font-size: 13px;
}
.mytitcat
{
    background-image: url(../img/bricks.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    display: block;
    font-size: 12px;
    color: #01257D;
    font-weight: bold;
    cursor: pointer;
}

div.espacio
{
    height: 20px;
}
.path
{
    padding: 5PX;
}

.path
{
    font-size: 16px !important;
    color: #0E4E9F !important;
    letter-spacing: -1px;
    text-shadow: #E2ECF6 0 1px;
}

.ancho40
{
    width: 40%;
}

/*botón Atrás y ver más*/
.tabdetails
{
    background: -moz-linear-gradient(215deg, #0b56a6 0%, #6cb5e2 32%); /* FF3.6+ */
    background: -webkit-gradient(linear, 215deg, color-stop(0%, #0b56a6), color-stop(32%, #6cb5e2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(215deg, #0b56a6 0%, #6cb5e2 32%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(215deg, #0b56a6 0%, #6cb5e2 32%); /* Opera 11.10+ */
    background: -ms-linear-gradient(215deg, #0b56a6 0%, #6cb5e2 32%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b56a6', endColorstr='#6cb5e2', GradientType='1'); /* for IE */
    background: linear-gradient(235deg, #0b56a6 0%, #6cb5e2 32%); /* W3C */
    border: 1px solid #B3B3B3;
    border-radius: 4px;
    padding: 8px 0;
}

.anterior
{
    color: #ffffff;
    display: block;
    padding: 0;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 2px 2px #3041b5;
}
a.anterior:hover
{
    color: #ccc;
}
.breadcrumb
{
    border: 1px solid #D3D3D3 !important;
    padding: 5px 10px;
    font-size: 1.4em;
    letter-spacing: -0.05em;
    border: 1px solid #B3B3B3;
    border-radius: 4px;
}

.breadcrumb a
{
    color: #184e9f !important;
    font-size: 0.85em;
    font-weight: normal;
}
.breadcrumb li + li:before
{
    content: ">";
    font-size: 0.75em;
    color: #89aae0;
}
.breadcrumb li:last-child a
{
    font-weight: bold;
}

.brdpadding
{
    padding: 0 2px;
}


.bgsubdetalle
{
    background: -moz-linear-gradient(220deg, #e6e6e6 0%, #ffffff 35%); /* FF3.6+ */
    background: -webkit-gradient(linear, 220deg, color-stop(0%, #e6e6e6), color-stop(35%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(220deg, #e6e6e6 0%, #ffffff 35%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(220deg, #e6e6e6 0%, #ffffff 35%); /* Opera 11.10+ */
    background: -ms-linear-gradient(220deg, #e6e6e6 0%, #ffffff 35%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType='1'); /* for IE */
    background: linear-gradient(230deg, #e6e6e6 0%, #ffffff 35%); /* W3C */
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(41, 44, 11, 0.25);
    padding: 20px;
    height: auto;
    overflow: hidden;
    clear: both;
}
.detalle img
{
    vertical-align: middle;
}
.detarticulo
{
    display: block;
    height: auto;
    width: 50%;
}
.detalle
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 340px;
    width: 100%; /*min-width: 430px;*/
}
.dest
{
    display: table;
}
.bgsubdetalle h1
{
    font-size: 20px;
    margin: 0 !important;
}
.bgsubdetalle h2
{
    font-size: inherit;
    margin: 0;
}

#listpro .col-md-4
{
}
.itempro
{
    background-image: url("../img/bgpro.gif");
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #e3ecfd;
    border-collapse: collapse;
    height: 190px;
    min-height: 190px;
    table-layout: fixed !important;
    vertical-align: top;
    border-radius: 5px;
    display: flex;
    height: 290px;
    margin-bottom: 20px;
    margin-right: 2px;
    margin-left: 2px;
    width: 100%;
}
#listpro .itempro .row
{
    padding: 0px;
    width: 100%;
    margin: 0;
}
.itempro .thumb01
{
    background-repeat: no-repeat;
    height: auto;
    margin: 0;
    max-width: 125px !important;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.itempro h2
{
    font-size: 14px !important;
    font-weight: bold;
}
.itempro .masinfo
{
    background-image: url("../img/arrow01.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #ff7d00;
    font-weight: bold;
    padding-left: 13px;
    width: 100%;
}
.itempro .col-md-6
{
    padding-right: 0px;
}

.tabcolor1, .tabcolor2
{
    background-color: #e3ecfd;
    border: 1px solid #e3ecfd;
    text-align: left;
}
.tabcolor1 td, .tabcolor2 td
{
    padding: 5px;
}
.bot, .bot2, .botcolor2, .botcolor1
{
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-weight: bold;
    height: 28px;
    width: 140px;
}
.bot2
{
    background-image: url("../img/botcolor2.gif");
    color: #fff;
}
.bot
{
    background-image: url("../img/botcolor2.gif");
    color: #fff;
}
.botcolor1
{
    background-image: url("../img/botcolor1.gif");
    color: #fff;
}
input, select, textarea
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 12px;
}

.pad3 td
{
    padding: 3px;
}
.td01
{
}
.td01
{
    font-weight: bold;
    text-align: right;
    width: 150px;
}
.informa, .informa blockquote
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 12px;
}
.informa blockquote a
{
    font-weight: bold;
}
.pro_nombre
{
    color: #002142;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.preciopro
{
    color: #0e4e9f;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: -2px;
    text-shadow: 0 2px #eaf1f9;
    text-transform: uppercase;
}

.breadcrumbsXtra
{
    color: #000;
    font-family: Arial,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.productname
{
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.tabletext
{
    font-size: 12px;
    padding: 10px;
}

td.gridEven
{
    padding: 3px;
}
.peq2
{
    font-size: 10px;
}

/*****comprar*****/

.titular2
{
    color: #0C3F9A;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 10px;
}

.pasos > img
{
    float: right;
    margin: 0;
}

.ref_nombre
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 12px;
}
.precioanterior
{
    color: #ff7d00;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: -1px;
}
.tit_campo
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 12px;
}
.avisar
{
    display: inline-block;
    margin: 10px 0;
}
.subtit
{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.tabcolor1
{
    padding: 10px;
}


label
{
    min-width: 150px;
    padding-right: 10px;
    text-align: right;
    font-weight: normal;
}
.optioncheck label
{
    text-align: left;
    padding-left: 5px;
    width: 80px;
}
.optionfactura label
{
    text-align: left;
    padding-left: 5px;
    width: 170px;
}
.tabcolor12
{
    background-color: #e3ecfd;
    border: 1px solid #e3ecfd;
    text-align: left;
    margin: 0 0 10px;
    padding: 10px;
}
.tabcolor12 select
{
    width: 175px;
}
.tabcolor12 p
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri;
    font-size: 12px;
    margin: 10px 0;
}
.form-control
{
    display: inline;
}
.paddingmargin
{
    margin-top: -10px;
    padding-left: 159px;
}
/****** fin comprar******/


/***** pago *******/


.divopcion
{
    margin: 10px 0;
}
.divopcion:hover
{
    background-color: #e3ecfd;
    border: 1px solid #e3ecfd;
}
.divopcion
{
    padding-bottom: 10px;
    border: 1px solid #e3ecfd;
}
.spanenvio
{
    padding: 0 5px;
}
.divopcion p
{
    padding: 0 20px;
}
.capa_volver
{
    padding: 15px 0;
}
.cerrarcapa
{
    float: right;
}
.infoenvio
{
    background-color: White;
    border: 1px solid #c0c0c0;
    font-size: 10px;
    margin: 5px 20px;
    padding: 5px;
    display: none;
}
.infoenvio2
{
    background-color: White;
    border: 1px solid #c0c0c0;
    font-size: 10px;
    margin: 5px 20px 5px 5px;
    padding: 5px;
    display: none;
}
.tpv input
{
    margin-left: 5px;
    margin-right: 5px;
}
.tpv img
{
    margin: 0 15px 0 0;
}
.reset h1, .reset h3
{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bubble01
{
    background-color: #e3ecfd;
    background-image: url("../img/bgcomment.gif");
    background-position: left 2px;
    background-repeat: no-repeat;
    border: 1px solid #e3ecfd;
    padding: 30px;
}
.bubble01 blockquote
{
    font-size: 12px;
}
.cookies h2
{
    font-size: 14px;
    font-weight: bold;
}

td, tr, br, p, table
{
    font-family: Arial,Tahoma,Candara,Cambria,Calibri; /*font-size: 12px;*/
}
.spanenvio
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.tdcesta_pago1
{
    background-color: #e3ecfd;
    border-bottom: 1px solid white;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    width: 120px;
}
.tdcesta_pago2
{
    border-bottom: 1px solid #e3ecfd;
    font-size: 12px;
    text-align: right;
    width: 100px;
}
.tablecesta
{
    border: 1px solid #e3ecfd;
    margin-bottom: 5px;
    margin-top: 5px;
}
.tablecesta td
{
    padding: 10px;
}
.tdcesta td
{
    font-weight: bold;
    background: url(../img/bgorange.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.rango
{
    display: inline-flex;
    margin: 0 20px;
}
.rango label
{
    min-width: 60px;
    padding-top: 10px;
}
.bloqnavigate
{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.portesgratis
{
    position: absolute;
    bottom: 0;
    text-align: left;
}

/** login ***/
.boxblue_login
{
    background-color: #E3ECFD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 6px 0 #C4C4C4;
    box-shadow: 0 2px 6px 0 #C4C4C4;
    background-repeat: no-repeat;
    padding: 20px;
    overflow: hidden;
}
.group label
{
    float: left;
    text-align: left;
    min-width: 75px;
    font-weight: bold;
    padding: 8px 0 0;
}
.group input
{
    float: right;
    width: 75%;
    
}
.group input[type="submit"] {
    clear: left;
    float: left;
    margin-left: 105px;
    width: auto;
}
.group
{
    height: 60px;
}
.group > span
{
    float: left;
    margin-left: 105px;    
}
.sepbtn {
    padding-left: 100px;
}
