/* Generated by less 1.5.1 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
img,
a img {
  border: none;
}
a:focus {
  outline: 0px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section h2{
    margin:5px 0 5px 15px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background: #f5f5f5;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
input:focus {
  outline: 0px;
}
/* IE (all versions) */
/* ----------------------------------------- */
/* VARIABLES */
/* ----------------------------------------- */
/*Typografia*/
/*Colores*/
.yellow{
    color:#FCBF00 !important; 
}
.red{
    color:#E50005 !important; 
}
/* CLASES GENERALES */
/* ----------------------------------------- */
/* Fondos */
.backcolor_uno {
  background: #ffbf08;
}
.backcolor_uno60 {
  background: #fff4d4;
}
.backWhite {
  background: #ffffff;
}
.backBlack {
  background: #000000;
}
.backGris {
  background: #f2f2f2;
}
.backGris20 {
  background: #cccccc;
}
.backGris40 {
  background: #999999;
}
.backAmarillo {
  background: rgba(255, 212, 0, 0.05);
}
/* Float */
.right {
  float: right !important;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
/* Positions */
.absolute {
  position: absolute;
  z-index: 99999;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
  z-index: 99999999;
}
.clear {
  clear: both;
}
/* Ancho columnas */
.container {
  width: 90%;
  margin: 0 auto;
  clear: both;
}
.column {
  float: left;
  margin-left: 2%;
}
.column:first-child {
  margin-left: 0;
}
/* Una columnas */
.column.full {
  width: 100%;
  margin-left: 0 !important;
  float: none !important;
}
/* Dos columnas */
.column.half {
  width: 49%;
}
/* Tres columnas */
.column.one-third {
  width: 32%;
}
.column.two-third {
  width: 66%;
}
/* Cuatro columnas */
.column.one-fourth {
  width: 23.5%;
}
.column.two-fourth {
  width: 49%;
}
.column.three-fourth {
  width: 74.5%;
}
/* Cinco columnas */
.column.one-fifth {
  width: 18.4%;
}
.column.two-fith {
  width: 38.8%;
}
.column.three-fith {
  width: 59.2%;
}
.column.four-fith {
  width: 79.6%;
}
/* Seis columnas */
.column.one-sixth {
  width: 15%;
}
.column.two-sixth {
  width: 32%;
}
.column.three-sixth {
  width: 49%;
}
.column.four-sixth {
  width: 66%;
}
.column.five-sixth {
  width: 83%;
}
/* Paddings */
.paddingTop_1em {
  padding-top: 1rem;
  padding-top: 10px;
}
.paddingTop_2em {
  padding-top: 20px;
  padding-top: 2rem;
}
.paddingTop_4em {
  padding-top: 4rem;
  padding-top: 40px;
}
.paddingBottom_1em {
  padding-bottom: 1rem;
  padding-bottom: 10px;
}
.paddingBottom_2em {
  padding-bottom: 20px;
  padding-bottom: 2rem;
}
.paddingBottom_4em {
  padding-bottom: 4rem;
  padding-bottom: 40px;
}
.padding_1em {
  padding: 1rem;
  padding: 10px;
}
.padding_2em {
  padding: 2rem;
  padding: 20px;
}
/* Margins */
.marginTop_2em {
  margin-top: 2em;
  margin-top: 20px;
}
.marginTop_1em {
  margin-top: 1em;
  margin-top: 10px;
}
.marginTop_3em {
  margin-top: 3em;
  margin-top: 30px;
}
.marginTop_4em {
  margin-top: 4em;
  margin-top: 40px;
}
.marginBottom {
  margin-bottom: 85px;
}
.marginBottom_1em {
  margin-bottom: 10px;
  margin-bottom: 1em;
}
.marginBottom_2em {
  margin-bottom: 20px;
  margin-bottom: 2em;
}
.marginBottom_3em {
  margin-bottom: 30px;
  margin-bottom: 3em;
}
.marginBottom_4em {
  margin-bottom: 40px;
  margin-bottom: 4em;
}
.margin_1em {
  margin: 1rem;
  margin: 10px;
}
.margin_2em {
  margin: 2rem;
  margin: 20px;
}
.alpha {
  margin-left: 0!important;
}
.omega {
  margin-right: 0 !important;
}
/* Borders */
.border_1em {
  border: #000000 solid 1em;
}
.border_2em {
  border: #000000 solid 2em;
}
.borderTop_1em {
  border-top: #000000 solid 1em;
}
.borderTop_2em {
  border-top: #000000 solid 2em;
}
.borderBottom_1em {
  border-bottom: #000000 solid 1em;
}
.borderBottom_2em {
  border-bottom: #000000 solid 2em;
}
/* CLASES TYPOGRAPHY */
/* ----------------------------------------- */
h1,
h1 a {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  margin-bottom: 1em;
  font-family: 'source_sans_proregular';
  color: #000000;
}
h2,
h2 a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-family: 'source_sans_proregular';
  color: #000000;
}
h3,
h3 a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 10px;
  font-family: 'source_sans_proregular';
  color: #333333;
}
h4,
h4 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: 'source_sans_proregular';
  color: #ffffff;
}
.text_h4 {
  padding: 25px 40px;
}
h5,
h5 a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 1em;
  font-family: 'source_sans_proregular';
  color: #ffffff;
}
p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-family: 'source_sans_proregular';
  color: #333333;
}
p.negative {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  line-height: 28px;
  margin-bottom: 1.5em;
  font-family: 'source_sans_proregular';
  color: #ffffff;
}
p.extract {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 0;
  font-family: 'source_sans_proregular';
  color: #666666;
}
span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
  margin-bottom: 0;
  font-family: 'source_sans_proregular';
  color: #333333;
}


.grdOfertaRojo {
    background: url("../css/images/oferta.png") no-repeat scroll 6px 12px transparent;
    /*background:url("../css/images/saldos.png") no-repeat scroll 6px 9px transparent;*/
    text-align: right;
}

.grdLiquidacion {
    background: url("../css/images/ofertaOutlet.png") no-repeat scroll 6px 12px transparent;
    /*background:url("../css/images/saldos.png") no-repeat scroll 6px 9px transparent;*/
    text-align: right;
}

@media only screen and (max-width: 1300px) {

    #contenedor_derecha {
        width: 247px !important;
        
    }

    .cont_input span{
        font-size:1rem !important;
    }
    
    span {
        font-size: 1.2rem;
    }
    .dimensiones{
        width:210px !important;
    }

    #btnBuscar, #btnBuscarCamaras{
        width:108px !important;
        height:35px !important;
    }
    
    .grdOfertaRojo {
        background: url("../css/images/new-oferta-icon.png") no-repeat scroll 2px 17px transparent;
        text-align: right;
    }

    #logoGrupoAM{
        font-size:18px !important;
    }

    #stockPrincipal, #stockSecundario{
        font-size:14px !important;
    }

    #fichaUnidades, #fichaCompra{
        display:none;
    }
}


div {  
  font-family: 'source_sans_proregular';
  color: #333333;
}
blockquote {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 1em;
  font-family: 'source_sans_proregular';
  color: #333333;
}
.blockquote {
  padding: 25px 40px;
}
.blockquote span.icon-text-destacado {
  font-size: 32px;
  font-size: 3.2rem;
  float: left;
  color: #ffbf08;
  margin-right: 20px;
}
strong {
  font-family: 'source_sans_probold';
}
a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 1em;
  font-family: 'source_sans_proregular';
  color: #ffbf08;
  text-decoration: none;
}
a.ver_mas {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: 'source_sans_proregular';
  color: #666666;
  text-decoration: none;
  width: 160px;
  border: 1px solid #666666;
  text-align: center;
  padding: 10px 0;
  display: block;
  margin-top: 30px;
}
a.ver_mas:hover {
  color: #000000;
}
small,
.fecha {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 1em;
  font-family: 'source_sans_proregular';
  color: #808080;
}
p.tittle-dest {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 1em;
  font-family: 'source_sans_proregular';
  color: #000000;
}
label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: 'source_sans_proregular';
  color: #000000;
}

#reclamacion input{
    height:34px;
    text-transform:uppercase;
}

input,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 3rem;  
  font-family: 'source_sans_proregular';
  color: #666666;
}
textarea {
  resize: none;
}
input.negativo,
textarea.negativo3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: 'source_sans_proregular';
  color: #ffffff;
}
input [type="submit"],
a.boton {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: 'source_sans_probold';
  color: #ffffff;
  text-transform: uppercase;
}
.wp-pagenavi a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: 'source_sans_proregular';
  color: #000000;
}
footer p,
footer span,
footer a,
footer address {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'source_sans_proregular';
  color: #bfbfbf;
  margin: 0px 10px;
}
footer p .negativo,
footer span .negativo,
footer a .negativo,
footer address .negativo {
  color: #ffffff;
}
ul.redes li a,
ul.redes li,
ul.redes-share li a,
ul.redes-share li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'source_sans_proregular';
  color: #ffffff;
}

.alerta{
    color:red;
}
/* HEADER */
/* ----------------------------------------- */


#contenedor_header {
    width: 100%;
    height: 75px;
    /*overflow: hidden;*/
    position: relative;
    background: #303030;
    color: #fff;
    border-bottom: 2px solid #eabc29;
}
#logoGrupoAM {
    float: right;
    font-size: 35px;
    color: #C9C9C9;    
    font-family: 'source_sans_prolight';
    z-index: 3;
    margin: 40px 40px 0 0;
    background: url(/imagenes/LOGO85ANIVERSARIO.png) center left no-repeat;
    width:287px;
    height:52px;
}

#logoGrupoAM .grupoAM_anos
{
    font-size:40px;
    color:#C9C9C9;
}


#datos_cabecera {
  float: right;
  padding: 16px 16px 16px 0;
  text-align: right;
  height: 100px;
}
#datos_cabecera span {
  color: #072b5b;
}
#datos_cabecera p strong {
  color: #072b5b;
  font-size: 24px;
  font-size: 2.4rem;
}
#datos_cabecera p strong {
  padding-left: 27px;
  background: url(images/icon-phone.png) center left no-repeat;
}

#enlaces_cabecera {
    display: block;
    padding-top: 4px;
    text-align: right;
    width: 100%;
}

    #enlaces_cabecera a {
        text-align: right;
        display: table-cell;
        font-size: 12px;
        font-size: 1.2rem;
        color: #fff;
        padding-right: 15px;
    }

        #enlaces_cabecera a:hover {
            text-decoration: underline;
        }

#enlaceCabecera_Telefono {
    background: url(/imagenes/telefono_ICONO.png) 0px 0px no-repeat;
    padding: 0 0 0 30px;
    color: #fff;
}



#cabeceraCliente {
    text-align: right;
    margin: 20px 0 0 0;
    color: #eabc29;
}

    #cabeceraCliente a {
        text-align: left;
        color: #fff;
    }

/* menú */
/* ---------------------- */
#menu_mobile {
  display: none;
}
#menu {
  background: #333333;
  position:relative;
}
#menu ul li a {
  height: 44px;/* 55px */
  padding: 0 10px;
  display: block;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 12px;
  border-left: 2px solid #4d4d4d;
}
#menu ul li {
  text-align: center;
  float: left;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
#menu ul li a:hover {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #4d4d4d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4d4d4d', GradientType=0);
  /* IE6-9 */
}
#menu ul li:first-child a {
  border-left: none;
}
.active {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #4d4d4d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #4d4d4d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#4d4d4d', GradientType=0);
  /* IE6-9 */
}
.active a {
  background: url(images/rueda-hover.png) 50% 80% no-repeat;
}

/* FOOTER */
/* ----------------------------------------- */
footer {
  width: 100%;
  margin-top: 34px;
  padding: 0 23px;
  border-bottom: 17px solid #ffbf08;
}
#top-footer {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 5px 0;
}
#top-footer p, #top-footer img, #top-footer a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #666666;
  float: right;
}
#bottom-footer a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #666666;
  display: inline-block;
  padding: 17px 0;
  margin-bottom: 0;
}
#logo-footer {
  float: right;
}
/* CONTENEDORES */
/* ----------------------------------------- */
#contenedor_izquierda {
  float: left;
}
#contenedor_derecha {
  width: 264px;
  position: absolute;
  right: 0;
  top: 75px;
  z-index:3;
}
/* MI TIRESUR */
/* ----------------------------------------- */
#cabecera_mi_tiresur {
  width: 100%;
  height: 68px;
  background: url(images/cabecera-mi-tiresur.png) left center no-repeat, #ffbf08;
  text-align: right;
  padding-top: 22px;
}
#cabecera_mi_tiresur:hover {
  cursor: pointer;
}
#cabecera_mi_tiresur p {
  color: #072b5b;
  text-transform: uppercase;
  font-family: 'source_sans_probold';
  padding-right: 35px;
  margin-right: 23px;
  position: relative;
}
#cabecera_mi_tiresur p:before {
  content: "";
  position: absolute;
  background: url(images/icono-mi-tiresur.png) center right no-repeat;
  right: 2%;
  top: 8px;
  width: 12px;
  height: 7px;
  transition-duration: 1.8s;
  transition-property: transform;
}
/* menú */
/* ---------------------- */
#menu_mi_tiresur {
  display: block;
}
#menu_mi_tiresur li {
  list-style: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  /* IE6-9 */
  padding-right: 23px;
}
#menu_mi_tiresur li a {
  width: 100%;
  height: 51px;
  text-align: right;
  padding-right: 35px;
  display: block;
  margin-bottom: 0;
  padding-top: 13px;
  color: #666666;
  text-transform: capitalize;
  transition: padding-right 0.3s, background 0.3s;
  -webkit-transition: padding-right 0.3s, background 0.3s;
  -moz-transition: padding-right 0.3s, background 0.3s;
  -o-transition: padding-right 0.3s, background 0.3s;
}
#menu_mi_tiresur li:hover {
  background: #333333;
  cursor: pointer;
}
#menu_mi_tiresur li:hover a {
  color: #ffffff;
  padding-right: 0;
  background: none;
}
.pedidos {
  background: url(images/icono-pedidos.png) center right no-repeat;
}
.facturas {
  background: url(images/icono-facturas.png) center right no-repeat;
}
.pagos {
  background: url(images/icono-pago.png) center right no-repeat;
}
.vencimientos {
  background: url(images/icono-vencimientos.png) center right no-repeat;
}
.incidencias {
  background: url(images/icono-incidencias.png) center right no-repeat;
}
.reclamaciones {
  background: url(images/icono-reclamaciones.png) center right no-repeat;
}

.medidas {
  background: url(images/icono-medidas.png) center right no-repeat;
}
/* carrito */
/* ---------------------- */
#carrito {
  padding-top: 10px;
  width: 100%;
  height: 44px;
  text-align: right;
  background: #fbbf08;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fbbf08 0%, #ffd400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fbbf08), color-stop(100%, #ffd400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #fbbf08 0%, #ffd400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #fbbf08 0%, #ffd400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #fbbf08 0%, #ffd400 100%);
  /* IE10+ */
  background: linear-gradient(to right, #fbbf08 0%, #ffd400 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbbf08', endColorstr='#ffd400', GradientType=1);
  /* IE6-9 */
}
#carrito p {
  padding-right: 35px;
  margin-right: 23px;
  color: #072b5b;
  background: url(images/carrito.png) right center no-repeat;
}
#gvCesta, #gvPresupuesto {
  width: 100%;
}
.cabecera_gvCesta {
  background: #ffffff;
}
.cabecera_gvCesta th {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'source_sans_proregular';
  color: #333333;
  height: 36px;
  text-align:center;
  vertical-align: middle;
}
.productos_pedidos {
  background: #fffaed;
}
.productos_pedidos:nth-child(even) {
  background: #f2f2f2;
}
.productos_pedidos th, .productos_pedidos td {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'source_sans_proregular';
  color: #666666;
  text-align:center;
  height: 36px;
  vertical-align: middle;
}


.bloque_seccion {
    padding: 23px;
}

#area_cliente{
    background:#fff;
    /*padding:23px;*/
}

#area_cliente div{
    display:inline-block;
    margin:30px;
    width:250px;
    text-align:center;
    background:#fff;
    cursor:pointer;
}


#area_presupuestos{
    background:#fff;
    padding:23px;
}

#area_presupuestos div{
    display:inline-block;
    margin:30px;
    width:250px;
    text-align:center;
    background:#fff;
    cursor:pointer;
}

.bloque_opc_menu {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.bloque_opc_menu:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.opcion_menu{
    display:block;

}



.btn1 {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3e3e3e 1%, #666666 100%) repeat scroll 0 0;*/
    background:#333333;
    color: #ffffff;
    display: block;
    font-family: "source_sans_proregular";
    font-size: 1.6rem;
    margin-bottom: 0;
    min-height: 51px;
    padding: 14px 0;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
    cursor:pointer;
}
.btn1:hover {
  background: #ffbf08;
}
.btn2 {
  width: 18px;
  height: 18px;
  background: url(images/btn_eliminar_Rojo.png) top center no-repeat;
  overflow: hidden;
  border: none;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.btn2:hover {
  background: url(images/btn_eliminar_Amarillo.png) bottom center no-repeat;
  cursor: pointer;
}

.btn3 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3e3e3e 1%, #666666 100%) repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: "source_sans_proregular";
    font-size: 1.2rem;
    margin-bottom: 0;
    min-height: 31px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    cursor:pointer;
}
.btn3:hover {
  background: #ffbf08;
}

#btn3 {
  color: #ffffff;
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#be0a26+0,ef5b31+100 */
  background: #be0a26;
  /* Old browsers */
  background: -moz-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* IE10+ */
  background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);
  /* IE6-9 */
}
#btn3 #btnPedido {
  color: #ffffff;
  background: url(images/buscar.png) 88% 48% no-repeat;  
  cursor:pointer;
  font-weight:bold;
  width: 100%;
  height: 51px;
  display: block;
  margin-bottom: 0;
}
#btn3:hover {
  background: #ffbf08;
}


#btn_finalizar_compra {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #be0a26 0%, #ef5b31 100%) repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
}


#btn_finalizar_compra input {
  border: 0px;
    /* Old browsers */
  background: -moz-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* IE10+ */
  background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);
  /* IE6-9 */
    background: rgba(0, 0, 0, 0) url("images/buscar.png") no-repeat scroll 88% 48%;
    color: #ffffff;
    display: block;
    height: 65px;
    margin-bottom: 0;    
    text-transform: uppercase;
    width: 100%;
    cursor:pointer;
}

/* ÁREA ASOCIADOS */
/* ----------------------------------------- */
/* menu */
/* ---------------------- */
.opcMenuMensajeria{
    background: rgba(0, 0, 0, 0) url("/imagenes/icono-sobre.png") no-repeat scroll 10px 6px;
    padding:0 0 0 0px;
    width:320px;
}

#numeroMensajesPendientes{
    color:#FCBF00;
    position:relative;
    top:0px;
    left:-5px;
    font-size:25px; 
    display:inline;   
    animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}


.num-mensajes{
    color:#FCBF00;
    position:relative;
    top:-10px;
    left:-5px;
    font-size:25px; 
    display:inline;   
} 

#menu_mobile_area_cliente {
  display: none;
}
#menu_area {
  width: 264px;
  position: absolute;
  background: #333333;
}
#contenedor_menu_area li {
  position: relative;
}
#contenedor_menu_area li a {
  height: 51px;
  background: #333333;
  padding-left: 23px;
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid #4d4d4d;
  padding-top: 12px;
}
#contenedor_menu_area li:last-child a {
  border-bottom: none;
}
#contenedor_menu_area li a:hover {
  background: #ffbf08;
  color: #333333;
}
#contenedor_menu_area .sub-menu {
  position: absolute;
  top: 0;
  display: none;
  width: 264px;
  left: 264px;
}
#contenedor_menu_area li:hover .sub-menu {
  display: block;
}
#contenedor_menu_area .sub-menu li a {
  color: #ffbf08;
  border-bottom: 1px solid #ffbf08;
}
#contenedor_menu_area .sub-menu li:last-child a {
  border-bottom: none;
}
#contenedor_menu_area .sub-menu li a:hover {
  color: #333333;
}
/* contenido */
/* ---------------------- */
#contenido_area {
  width: 100%;
  padding: 23px 23px 23px 287px;
  background: #ffffff;
}


/* PUBLICIDAD */
/* ----------------------------------------- */
#publicidad_lateral {
  width: 100%;
  margin:25px 0;
  padding:20px;
  background-color:#FFBF08;
  color:#fff !important;
  text-align:center;
}
#publicidad_lateral a{
    color:#fff;
}

#publicidad_bottom {
  width: 100%;
}
#publicidad_bottom img {
  width: 100%;
  max-width: 838px;
  margin-left: 23px;
  margin-top: 23px;
}
/* BUSCADOR */
/* ----------------------------------------- */
#buscador {
  background: url("../imagenes/fondoBuscador.png") no-repeat scroll 70% -8px #ffbf08;
  height: 140px;
  padding-top: 5px;
  position: relative;
}

#buscadorFiltros{
    background:#333333;
    /*height:45px; 
    padding:10px;*/
}

#buscadorFiltros label, #buscadorFiltros span{
    color:#fff;
}

.contedor_h1 {
  height: 55px;
  max-width: 750px;
  width: 90%;  
}
.contedor_h1 h1, .contedor_h1 h1 span  {
  color: #ffffff;
  text-transform: uppercase;
  background: #333333;
  height: 50px;
  padding-top: 10px;
  padding-left: 23px;
  max-width: 590px;
}

/* Formulario */
.seccion_formulario{
    padding:20px 0;
    border-bottom:1px solid #bfbfbf;

}

/* formulario buscador */
/* ---------------------- */



#showPrecioCompra
{      
    display:none;
    width:12px;
    height:12px;
    float:left;
    background: url("../imagenes/icono-triangulo-blanco.png") no-repeat scroll 0 0 transparent;
}


#form_buscador {
  /*padding-left: 23px;
  padding-top: 17px;*/
}
/* select */
/* ---------------------- */
.cont_input {
  display: inline-block;
}
.cont_input p {
  float: left;
  padding-left: 15px;
}
#form_buscador .input_text {
  height: 34px;
  background: #ffffff;
  border-radius: 1px;
  padding: 0 14px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width: 140px;
  font-family: 'source_sans_proregular';
  font-size: 18px;
  font-size: 1.9rem;
  color: #000000;
  margin-right: 21px;
}
#form_buscador input::-webkit-input-placeholder {
  color: #000000;
}
#form_buscador input::-moz-placeholder,
#form_buscador input::-ms-input-placeholder {
  color: #000000;
}
#buscador select {
  height: 34px;
  background: #ffffff;
  border-radius: 1px;
  padding: 0 14px;
  border: none;
  background: url(images/btn-select.png) right center no-repeat, #ffffff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width: 140px;
  font-family: 'source_sans_probold';
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 21px;
}
#form_buscador select:focus {
  outline: 0px;
}
#form_buscador select:hover {
  cursor: pointer;
}
.dimensiones {
  width: 250px;
  margin-right: 21px;
  border: none;
}
.carga,
.velocidad {
  width: 140px;
}
.marca {
  width: 192px;
}

.imagenMarca{
    height:30px;
    width:90px;    
}

#reclamacion_Datos_Vehiculo{
    display:none;
}

/* checkbox */
/* ---------------------- */
.cont_input_checkbox {
  padding-left: 200px;
  display:inline-block;
}
.cont_input [type="checkbox"]{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cont_input label {
  display: inline-block;
  cursor: pointer;
  /*line-height: 2.5;*/
  font-size: 1.5em;
  margin-right: 24px;
}

#resultadoBusqueda > div{
    text-align:center;
}

#resultadoBusqueda .itemDescripcion{
    text-align: left !important;
}

.camion{    
    background: #333;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.cont_input [type="checkbox"]{
  display: block;
}
.cont_input span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'source_sans_probold';
}
.cont_input [type="checkbox"] + span:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: -7px;
  border-radius: 1em;
  border: 2px solid #fff;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
.cont_input [type="checkbox"]:checked + span:before {
  background: url(images/circulo_blanco.png) center center no-repeat;
}

.cont_input [type="checkbox"]:checked + span::before {
    background: rgba(0, 0, 0, 0) url("images/circulo_blanco.png") no-repeat scroll center center;
}

/* radio */
/* ---------------------- */

.form_radio [type="radio"]{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form_radio label {
  display: inline-block;
  cursor: pointer;
  line-height: 2.5;
  font-size: 1.5em;
  margin-right: 24px;
}
.form_radio [type="radio"]{
  display: block;
}
.form_radio span {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'source_sans_proregular';
}
.form_radio [type="radio"] + span:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: -7px;
  border-radius: 1em;
  border: 2px solid #333333;
  margin-right: 0.75em;
  transition: 0.5s ease all;
}
.form_radio [type="radio"]:checked + span:before {
  background: url(images/circulo.png) center center no-repeat;
}

.form_radio [type="radio"]:checked + span::before {
    background: rgba(0, 0, 0, 0) url("images/circulo.png") no-repeat scroll center center;
}
.form_ColB{
    position:relative;
    width:40%;
    float:left;
}
.form_ColA{
    position:relative;
    width:40%;
    float:left;
    margin:20px 0 0 0;
}
#delIzq{
    position:absolute;
    top:0px;
    left:-10px;

}
#delDer{
    position:absolute;
    top:0px;
    left:52px;

}

#traIzq{
    position:absolute;
    top:65px;
    left:-10px;

}
#traDer{
    position:absolute;
    top:65px;
    left:52px;

}


/* buscador avanzado */
/* ---------------------- */
.cont_buscador_avanzado {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#cabecera_buscador_avanzado {
  background: #333333;
  text-align: center;
  display: inline-block;
  width: 201px;
}
#cabecera_buscador_avanzado:hover {
  cursor: pointer;
}
#cabecera_buscador_avanzado p {
  color: #ffffff;
  padding: 11px 38px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
#cabecera_buscador_avanzado p:before {
  content: "";
  position: absolute;
  background: url(images/flecha_blanca.png) center center no-repeat;
  right: 8%;
  top: 20px;
  width: 12px;
  height: 7px;
  transition-duration: 0.8s;
  transition-property: transform;
}
.cont_avanzado_input_select {
  width: 100%;
  background: #333333;
  padding: 25px 23px;
  display: none;
}
#form_buscador .cont_avanzado_input_select select {
  height: 34px;
  width: 193px;
  border-radius: 1px;
  padding: 0 14px;
  border: 1px solid #ffffff;
  background: url(images/flecha_blanca.png) 90% center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  min-width: 140px;
  font-family: 'source_sans_probold';
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 21px;
  color: #ffffff;
}
#form_buscador .cont_avanzado_input_select option{
    background:#333333;
}
.rotate p:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


/*btnSectorCamaras*/
#btnSectorCamaras {
    /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000 0%, #000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
    /* IE10+ */
    background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);
    width: 150px;
    height: 41px;
    background: url(images/camaras-icon-blanco.png) 3% 48% no-repeat, #333333;
    border: none;
    color: #ffffff;
    text-align: left;
    padding-left: 50px;
    transition: bottom 0.3s;    
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
}

#btnSectorCamaras:hover {
    cursor: pointer;
    background: url(images/camaras-icon-blanco.png) 3% 48% no-repeat, #be0a26;
}
#btnSectorCamaras.selected {
    background: url(images/camaras-icon-naranja.png) 3% 48% no-repeat, #333333 !important;
    color: #FFBF08 !important;
}


/*btnSectorNeumaticos*/
#btnSectorNeumaticos {
    /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000 0%, #000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
    /* IE10+ */
    background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);
    width: 150px;
    height: 41px;
    background: url(images/neumaticos-icon-blanco.png) 3% 48% no-repeat, #333333;
    border: none;
    margin:0 0 0 5px;
    color: #ffffff;
    text-align: left;
    padding-left: 50px;
    transition: bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
}

#btnSectorNeumaticos:hover {
    cursor: pointer;
    background: url(images/neumaticos-icon-blanco.png) 3% 48% no-repeat, #be0a26;
}

    #btnSectorNeumaticos.selected {
        background: url(images/neumaticos-icon-naranja.png) 3% 48% no-repeat, #333333 !important;
        color: #FFBF08 !important;
    }

#btnBuscarCamaras {
    /* Old browsers */
    background: -moz-linear-gradient(left, #000 0%, #000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #000 0%, #000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
    /* IE10+ */
    background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);
    width: 120px;
    height: 51px;
    background: url(images/buscar.png) 88% 48% no-repeat, #333333;
    border: none;
    color: #ffffff;
    text-align: left;
    padding-left: 20px;
    transition: bottom 0.3s;
    display:none;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
}

#btnBuscarCamaras:hover {
    cursor: pointer;
    background: url(images/camaras-icon-blanco.png) 88% 48% no-repeat, #be0a26;
}
   

/* boton enviar */
/* ---------------------- */
#btnBuscar {
    /* Old browsers */
  background: -moz-linear-gradient(left, #000 0%, #000 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #000 0%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* IE10+ */
  background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);

  width: 120px;
  height: 51px;
  background: url(images/buscar.png) 88% 48% no-repeat, #333333;
  border: none;  
  color: #ffffff;
  text-align: left;
  padding-left: 20px;
  transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
}
#btnBuscar:hover {
  cursor: pointer;
  background: url(images/buscar.png) 88% 48% no-repeat, #be0a26;
}
.buscar_activo {
  background: url(images/buscar.png) 88% 48% no-repeat, #ffbf08 !important;
  bottom: -67px !important;
}
.buscar_activo:hover {
  background: url(images/buscar.png) 88% 48% no-repeat, #be0a26 !important;
}
/* TABLA */
/* ----------------------------------------- */
table,
td,
th {
  border-collapse: collapse;
  border: 1px solid #ffffff;
}
#grdResultadosBusqueda {
  width: 100%;
}
.tabla
 {
  width: 100%;
}

.tabla2{
    width: 60%;
    margin:20px;
}

/* cabecera */
/* ---------------------- */
.cabecera_tabla {
  background: #ffffff;
}

.cabecera_tabla th, .cabecera_tabla th a  {
  vertical-align: middle;
  height: 35px;
  font-family: 'source_sans_probold';
  text-transform:uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  text-align:center;
}


div.cabecera_tabla , div.cabecera_tabla a  {
  vertical-align: middle;
  height: 50px;
  font-family: 'source_sans_probold';
  text-transform:uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  text-align:left;
  /*line-height:4em;*/
  padding-top:20px;
  font-weight:bold;

}
.etiqueta {
  max-width: 32px;
}
/* listado */
/* ---------------------- */
.productos_tabla {
  background: #fffaed;
}
.productos_tabla:nth-child(even) {
  background: #f2f2f2;
}
.bueno{
  background: url(../imagenes/check.png) center center no-repeat;  
}
.malo{
  background: url(../imagenes/aspa.jpg) center center no-repeat;  
}
.productos_tabla th, .productos_tabla td{
  vertical-align: middle;
  padding: 6px 5px;
  font-family: 'source_sans_proregular';
  font-size: 14.3px;
  font-size: 1.43rem;
  /*text-transform: uppercase;*/
  text-align:center;
  height: 38px;
}

.productos_tabla td a{
  vertical-align: middle;
  padding: 6px 0;
  font-family: 'source_sans_probold';
  font-size: 12.3px;
  font-size: 1.23rem;
  text-transform: uppercase;
  text-align:center;
  height: 38px;
  color:blue;
}

/* oferta */
/* ---------------------- */
.oferta {
  background: url(images/oferta.png) left center no-repeat;
  padding: 6px 10px 6px 38px !important;
}


/* ficha comercial*/
/* POP UP Comercial*/
#comercialPopupContainer
{
    position:absolute;
    left:0px;
    top:0;
    display:none;
    z-index: 20000;
    background-color:#fff;   
    border:2px solid black;
    width: 155px;
    height: 195px;
}

#comercialPopupContainer li{margin:5px;}
#comercialPopupContainer h1{font-size:18px;}



/* ficha técnica */
/* ---------------------- */
.ficha {
  position: relative;
}
.btn_ficha {
  width: 26px;
  height: 28px;
  background: url(images/ficha.png) center center no-repeat;
}
.ficha:hover {
  cursor: pointer;
}
.info_ficha {
  position: absolute;
  background: #333333;
  border-top: 10px solid #ffbf08;
  padding-left: 10px;
  left: 35px;
  z-index: 99;
  transition: display 0.3s;
  -webkit-transition: display 0.3s;
  -moz-transition: display 0.3s;
  -o-transition: display 0.3s;
}
.ficha:hover .info_ficha {
  display: block;
}

#fichaPopupContainer h2 {
    color: #ffbf08;
    font-family: "source_sans_probold";
    margin: 0 auto;
    text-transform: uppercase;
    width: 90%;
    text-align:center;
}

#fichaPopupContainer h2 span {
  color: #ffbf08;
  font-family: 'source_sans_probold';
  text-transform: uppercase;
  width: 90%;
  margin: 0 auto;  
}
#fichaPopupContainer h3 {
    color: #ffffff;
    font-size: 1.3rem;
    margin: 0 auto;
    text-transform: uppercase;
    width: 90%;
    text-align:center;
}

#fichaPopupContainer h3 span {
  color: #ffffff;
  text-transform: uppercase;  
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto;
  text-align:center
}
.logos_ficha {
  background: #ffffff;
  padding: 12px 0 0 10px;
}
.imagen_ficha {
  background: #ffffff;  
  padding:0 20px;
}

.etiquetas {
  background: #ffffff;
  padding: 5px;
}
.etiqueta_ficha {
  text-align: left;    
}
.etiqueta-image {    
  bottom: 0;
  left: 0;
}
.etiqueta-image-texto {
  position: absolute;
  bottom: 0;
  left: 29px;
}
/* campo input */
/* ---------------------- */
.input_tabla {
  width: 26px;
  height: 26px;
  background: #ffffff;
  border: 1px solid #999999;
}

.input_ficha {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #999999;
  font-size:30px;
}

/* botón carrito */
/* ---------------------- */
.btn_carrito {
  background: url(images/carrito-tabla.png) top center no-repeat;
  border: none;
  width: 16px;
  height: 15px;
  overflow: hidden;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.btn_carrito:hover {
  background: url(images/carrito-tabla.png) bottom center no-repeat;
  cursor: pointer;
}
/* CABECERA PAGINAS*/
/* ----------------------------------------- */
#cabecera_pagina {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,fcd400+100&amp;0+0,0.5+100 */
  /*background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(252, 212, 0, 0.5) 100%), url(images/fondo-buscador.jpg);*/
  /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(1%, rgba(51, 51, 51, 0.01)), color-stop(100%, rgba(252, 212, 0, 0.5))), url(images/fondo-buscador.jpg);*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(252, 212, 0, 0.5) 100%), url(images/fondo-buscador.jpg);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(252, 212, 0, 0.5) 100%), url(images/fondo-buscador.jpg);*/
  /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(252, 212, 0, 0.5) 100%), url(images/fondo-buscador.jpg);*/
  /* IE10+ */
  /*background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(252, 212, 0, 0.5) 100%), url(images/fondo-buscador.jpg);*/
  /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#80fcd400', GradientType=0);*/
  /* IE6-9 */
  background-size: cover;
  padding: 17px 0;
  position: relative;

  background: url("../imagenes/fondoBuscador.png") no-repeat scroll 70% -23px #ffbf08;
  background-size: auto auto;
  background-size: auto 138px;

}
/* CONFIRMAR PEDIDO */
/* ----------------------------------------- */
.detalle_pedido {
    width: 24px;
    height: 24px;    
    display: block;
    margin: 0 auto;
}



.navegacion {
    border: 1px solid #bfbfbf;
    padding: 15px 23px;
    height: 51px;
    margin: 34px 0;
}

/* delegación */
/* ---------------------- */
#contenedor {
  padding: 0 23px;
}
.bloque_seccion {
  padding: 34px 0;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 34px;
}
.bloque_seccion label {
  margin-right: 34px;
}
.bloque_seccion select {
  height: 34px;
  background: #ffffff;
  border-radius: 1px;
  padding: 0 14px;
  background: url(images/btn-select.png) right center no-repeat, #ffffff;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;  
  font-family: 'source_sans_probold';
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 21px;
  border: 1px solid #bfbfbf;
  width: 500px;
}

.bloque_seccion .combopequeño {  
  min-width: 100px;  
  width: 100px;
}


.bloque_seccion .combomediano {  
  min-width: 100px;
  width: 200px;
}

.emergente_combo{
    font-size:14px;
    color:#000;
    display:none;
}

.explicacion_combo{
    font-size:14px;
    color:#FFBF08; 
    background:#fff;
    border-radius:10px;
    margin:5px;
    padding:4px;   
}


/* observaciones */
/* ---------------------- */
#observaciones {
  margin-top: 51px;
}
#txtObservacionesPedido {
  margin: 17px 0 34px;
  width: 100%;
  height: 35px;
  padding-left: 15px;
  border-radius: 1px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #bfbfbf;
}
/* botones confirmacion */
/* ---------------------- */
#botones_confirmacion {
  margin-top: 34px;
}
#confirmar_pedido {
  width: 32%;
  color: #ffffff;
  text-align: center;
  float: left;
  margin-left: 2%;    
}
#confirmar_pedido input {
  border: 0px;
  color: #ffffff;  
  font-family: 'source_sans_probold';
  width: 100%;
  font-size:14px;
  font-size:1.4rem;
  height: 51px;
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;  
  font-weight:normal;
   background: #be0a26;
   cursor:pointer;
  /* Old browsers */
  background: -moz-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #be0a26), color-stop(100%, #ef5b31));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #be0a26 0%, #ef5b31 100%);
  /* IE10+ */
  background: linear-gradient(to right, #be0a26 0%, #ef5b31 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be0a26', endColorstr='#ef5b31', GradientType=1);
  /* IE6-9 */

}
#confirmar_pedido:hover {
  background: #ffbf08;
  cursor:pointer;
}
.btn_pago {
  width: 22%;
  padding: 14px 0;
  min-height: 51px;
  display: block;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  float: left;
  cursor:pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e3e+1,666666+100 */
  background: #3e3e3e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3e3e3e 1%, #666666 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3e3e3e 1%, #666666 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3e3e3e 1%, #666666 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#666666', GradientType=0);
  /* IE6-9 */
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'source_sans_probold';
  text-transform: uppercase;

  border: 0px;
  margin-right: 10px;
}
.btn_pago:hover {
  background: #ffbf08;
}
#pago_tarjeta {
  margin-left: 2%;
}


/* botón volver */
/* ---------------------- */
#cont_volver {
  border-top: 1px solid #bfbfbf;
  padding-top: 27px;
  margin-top: 27px;
}
.btn_volver {
  border: 1px solid #333333;
  width: 155px;
  padding: 14px 0;
  min-height: 51px;
  text-align: center;
  color: #666666;
  display: block;
  position: relative;
  font-family: 'source_sans_proregular';
  text-transform: uppercase;
  cursor:pointer;
}
.btn_volver:hover {
  border: 1px solid #ffbf08;
  color: #ffbf08;
}
.btn_volver:before {
  content: "";
  position: absolute;
  background: url(/css/images/btn_volver2.png) bottom center no-repeat;
  left: 10%;
  top: 15px;
  width: 30px;
  height: 20px;
}
.btn_volver:hover:before {
  background: url(/css/images/btn_volver2.png) top center no-repeat;    
}

/* MEDIA QUERIES */
/* ----------------------------------------- */
@media only screen and (max-width: 999px) {
  /* Cabecera */
  /* ---------------------- */
  /* Menú */
  #menu_mobile {
    display: block;
    width: 100%;
    background: url(images/btn_menu_mobile.png) 95% center no-repeat, #333333;
    color: #ffbf08;
    text-transform: uppercase;
    padding: 19px 23px;
    font-family: 'source_sans_probold';
  }
  .mobile_activo {
    background: url(images/btn_menu_mobile_cerrar.png) 95% center no-repeat, #333333 !important;
  }
  #menu_mobile:hover {
    cursor: pointer;
  }
  #contenedor_menu {
    display: none;
  }
  #menu ul li {
    float: none;
    width: 100%;
    text-align: left;
  }
  #menu ul li:nth-child(odd) {
    background: #666666;
  }
  #menu ul li a {
    border: none;
    height: 41px;
    padding-top: 11px;
  }
  .active a {
    background: url(images/rueda-hover.png) 95% center no-repeat;
  }
  .marca {
  width: 102px;
}
}
@media only screen and (max-width: 1110px) {
  /* Buscador */
  /* ---------------------- */
  #buscador {
    height: 140px;
    
  }
  .marca {
  width: 102px;
}
}
@media only screen and (max-width: 950px) {
  /* Buscador */
  /* ---------------------- */
  #btnBuscar, #btnBuscarCamaras {
    bottom: 0;
    right: 0;
  }
  .cont_input_checkbox {
    padding-left: 0;
  }

  .marca {
  width: 102px;
}
}
@media only screen and (max-width: 835px) {
  /* Tabla */
  /* ---------------------- */
  table th:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 5%;
  }
  .cabecera_tabla {
    display: none;
  }
  .productos_tabla {
    border-bottom: 10px solid #ffbf08;
  }
  .productos_tabla th {
    width: 100%;
    display: block;
    padding-left: 50%;
    text-align: left;
  }
  .cabecera_tabla th {
    display: block;
    width: 100%;
  }
  .oferta {
    background: url(images/oferta.png) 50% center no-repeat;
    padding-left: 60% !important;
  }
  .marca {
  width: 102px;
}
}
@media only screen and (max-width: 770px) {
    .marca {
  width: 102px;
}
  /* Cabecera */
  /* ---------------------- */
  #contenedor_header {
    height: inherit;          
  }
  #datos_cabecera {
    float: none;
    width: 100%;
    text-align: inherit;
    padding: 0;
    height: inherit;
  }

  #cont_telefono,
  #enlaces_cabecera {
    width: 100%;
    padding: 10px 5%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e9e9e9+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
    /* IE6-9 */
  }
  #cont_telefono span {
    margin-right: 17px;
  }
  #cont_telefono span,
  #cont_telefono > p {
    display: inline-block;
  }
  #datos_cabecera p strong {
    padding-left: 0;
    background: none;
  }
  #enlaces_cabecera a {
    display: inline-block;
    margin-right: 21px;
    padding: 0;
    margin-bottom: 0;
  }
  /* Menú */
  #menu_mobile {
    display: block;
    width: 100%;
    background: url(images/btn_menu_mobile.png) 95% center no-repeat, #333333;
    color: #ffbf08;
    text-transform: uppercase;
    padding: 19px 23px;
    font-family: 'source_sans_probold';
  }
  .mobile_activo {
    background: url(images/btn_menu_mobile_cerrar.png) 95% center no-repeat, #333333 !important;
  }
  #menu_mobile:hover {
    cursor: pointer;
  }
  #contenedor_menu {
    display: none;
  }
  #menu ul li {
    float: none;
    width: 100%;
    text-align: left;
  }
  #menu ul li:nth-child(odd) {
    background: #666666;
  }
  #menu ul li a {
    border: none;
    height: 41px;
    padding-top: 11px;
  }
  .active a {
    background: url(images/rueda-hover.png) 95% center no-repeat;
  }
  /* Contenedores */
  /* ---------------------- */
  #contenedor_derecha {
    position: inherit;
    width: 100%;
    z-index:3;
  }
  #contenedor_izquierda {
    float: none;
    width: 100%;
  }
  /* Mi tiresur */
  /* ---------------------- */
  #menu_mi_tiresur,
  #publicidad_lateral {
    display: none;
  }
  /* Buscador */
  /* ---------------------- */
  #buscador {
    padding: 0;
    height: inherit;
  }
  .contedor_h1 {
    width: 100%;
    height: initial;
  }
  .contedor_h1 h1 {
    height: inherit;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  /* Formulario de búsqueda */
  #form_buscador {
    padding: 0;
  }
  
  .cont_input {
    display: block;
  }
  .cont_input p {
    display: none;
  }
  #form_buscador .input_text {
    width: 100%;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    /* W3C */
    margin: 0;
  }
  .cont_input_select {
    margin-bottom: 0;
  }
  #form_buscador .cont_input_select select {
    width: 100% !important;
    background: url(images/btn-select.png) right center no-repeat, #ffffff;
    /* Old browsers */
    background: url(images/btn-select.png) right center no-repeat, -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* FF3.6+ */
    background: url(images/btn-select.png) right center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: url(images/btn-select.png) right center no-repeat, -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Chrome10+,Safari5.1+ */
    background: url(images/btn-select.png) right center no-repeat, -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background: url(images/btn-select.png) right center no-repeat, -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* IE10+ */
    background: url(images/btn-select.png) right center no-repeat, linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9e9e9', GradientType=0);
    /* IE6-9 */
    margin: 0;
  }
  .cont_input_checkbox {
    padding: 0 23px;
    width: 100%;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    /* W3C */
  }
  .cont_input_checkbox label {
    padding: 8px 0;
  }
  .cont_buscador_avanzado {
    position: inherit;
  }
  #cabecera_buscador_avanzado {
    width: 100%;
  }
  #form_buscador .cont_avanzado_input_select select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 17px;
  }
  #btnBuscar {
    width: 100%;
    position: inherit;
    text-align: center;
    background: url(images/buscar.png) 68% 48% no-repeat, #be0a26;
  }

    #btnBuscarCamaras {
        width: 100%;
        position: inherit;
        text-align: center;
        background: url(images/buscar.png) 68% 48% no-repeat, #be0a26;
    }
}
@media only screen and (max-width: 360px) {
  /* Cabecera */
  /* ---------------------- */
  #contenedor_header {
    background: #f2f2f2;
  }
}


#tabla-codigoPromocional{
    border:none;
    margin:5px;
}

    #tabla-codigoPromocional td {        
        vertical-align: middle;
        padding:5px;
        border:none;

    }