* {
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

@font-face {
  font-family: 'refsan';
  src: url("../fonts/refsan.eot");
  src: url("../fonts/refsan.eot?#iefix") format("embedded-opentype"), url("../fonts/refsan.woff") format("woff"), url("../fonts/refsan.ttf") format("truetype"), url("../fonts/refsan.svg#futura_bk_btbook") format("svg"); }
body, html {
  padding: 0px;
  margin: 0px;
  font-family: 'refsan'; }

#popUp_cargando {
  margin: auto;
  width: 100%;
  text-align: center;
  display: none; }

#popUp_mensajes {
  margin: auto;
  text-align: center;
  display: none;
  background: #CCCCCC;
  color: 000000;
  padding: 30px; }

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
  font-size: 14px; }

.div_botones {
  width: 100%;
  clear: both;
  margin-top: 25px; }
  .div_botones div {
    width: 50%;
    float: left;
    text-align: center; }

.btn-info {
  background: #CCC;
  border: 1px solid #333;
  color: #333;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 12px; }
  .btn-info:hover {
    background: #EEE; }

.btn-success {
  background: #ac8a1c;
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 16px; }
  .btn-success:hover {
    background: #F3AA5F;
    color: #000; }

#div_amex p {
  color: #F3AA5F; }

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0; }

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0; }

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#todo {
  max-width: 990px;
  margin: auto; }

h3 {
  margin-top: 25px; }

header, section, footer {
  width: 100%;
  overflow: hidden; }

header #encabezado {
  float: left;
  background-image: var(--fondo);
  height: 294px;
  width: 100%; }
  header #encabezado #logo {
    float: left;
    width: 100%;
    text-align: center; }
    header #encabezado #logo img {
      width: 990px; }
header #boton_login {
  float: right;
  position: relative;
  top: -95px;
  right: 20px;
  border-radius: 5px;
  border: 1px solid #777777;
  background: #FFEA00; }
  header #boton_login a {
    display: block;
    padding: 5px 20px 1px 20px;
    color: #000000; }
    header #boton_login a:hover {
      color: #ac8a1c; }
header #menu {
  float: left;
  background-image: url("../images/fondoMenu.png");
  width: 100%;
  background-size: 100%;
  margin-top: -30px;
  height: 55px; }
  header #menu ul {
    float: left;
    width: 80%;
    margin-left: 100px;
    margin-top: 13px;
    font-size: 18px; }
    header #menu ul li {
      float: left;
      margin-right: 8%; }
      header #menu ul li a {
        color: #fff; }
        header #menu ul li a:hover {
          text-decoration: underline; }
      header #menu ul li:first-child {
        display: none; }
      header #menu ul li:last-child {
        margin-right: 0px; }

section #ladoIzquierdo {
  float: left;
  width: 25%;
  margin-top: 10px; }
  section #ladoIzquierdo #bandera {
    float: left;
    text-align: center;
    width: 100%; }
    section #ladoIzquierdo #bandera a {
      color: #7F7F7F;
      font-size: 16px; }
      section #ladoIzquierdo #bandera a img {
        width: 80px; }
      section #ladoIzquierdo #bandera a:hover {
        text-decoration: underline; }
  section #ladoIzquierdo .titulo {
    float: left;
    width: 100%;
    background-image: url("../images/titulo.jpg");
    background-size: 100%;
    height: 50px;
    text-align: center;
    font-size: 19px;
    color: #fff;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px; }
  section #ladoIzquierdo #buscador {
    float: left;
    width: 100%; }
    section #ladoIzquierdo #buscador a {
      float: left;
      color: #7F7F7F;
      font-weight: bold;
      margin-top: 5px;
      margin-left: 15px; }
    section #ladoIzquierdo #buscador input {
      float: left;
      padding: 5px;
      width: 70%;
      border-radius: 5px;
      border: 0px;
      font-size: 16px;
      margin-left: 8px;
      border: 1px solid #7F7F7F; }
  section #ladoIzquierdo #menuLateral {
    float: left;
    width: 100%; }
    section #ladoIzquierdo #menuLateral ul {
      float: left;
      width: 100%; }
      section #ladoIzquierdo #menuLateral ul li {
        float: left;
        width: 100%;
        font-size: 13px;
        text-align: center; }
        section #ladoIzquierdo #menuLateral ul li a {
          float: left;
          width: 100%;
          padding: 5px 0px 5px 0px;
          color: #333; }
        section #ladoIzquierdo #menuLateral ul li:hover a {
          width: 100%;
          background-image: url("../images/fondoOpciones.png");
          background-size: 100%;
          color: #FFF; }
        section #ladoIzquierdo #menuLateral ul li:first-child {
          display: none; }
  section #ladoIzquierdo #carrito {
    float: left;
    width: 100%;
    background-image: url("../images/fondoCarrito.jpg");
    background-size: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-top: 10px; }
    section #ladoIzquierdo #carrito #iconoCarrito {
      font-size: 60px;
      color: #fff; }
      section #ladoIzquierdo #carrito #iconoCarrito:hover {
        color: #ac8a1c; }
    section #ladoIzquierdo #carrito #tuCuenta {
      float: left;
      text-align: center;
      color: #fff;
      width: 100%;
      font-size: 25px;
      margin-top: 5px; }
    section #ladoIzquierdo #carrito span {
      float: left;
      width: 100%;
      color: #fff;
      margin-top: 5px; }
    section #ladoIzquierdo #carrito #botonComprar {
      float: left;
      background: #fff;
      text-align: center;
      padding: 15px;
      margin-top: 20px;
      color: #000;
      margin-left: 25%; }
      section #ladoIzquierdo #carrito #botonComprar:hover {
        background: #ac8a1c;
        color: #fff; }
  section #ladoIzquierdo #express {
    float: left;
    width: 100%;
    background-image: url("../images/fondoCarrito.jpg");
    background-size: 100%;
    text-align: center;
    padding: 40px 0px 40px 0px;
    margin-top: 10px; }
    section #ladoIzquierdo #express a {
      color: #fff; }
      section #ladoIzquierdo #express a:hover {
        color: #ac8a1c; }
      section #ladoIzquierdo #express a i {
        font-size: 80px; }
      section #ladoIzquierdo #express a span {
        font-size: 25px; }
section #contenidoCentral {
  float: right;
  width: 72%; }
  section #contenidoCentral #bxslider {
    float: left;
    width: 100%; }
    section #contenidoCentral #bxslider img {
      width: 100%; }
  section #contenidoCentral .vista_previa_contenedor {
    width: 98%;
    border: 1px solid #ac8a1c;
    margin-top: 3px;
    padding-top: 15px; }
    section #contenidoCentral .vista_previa_contenedor .instrucciones_codigo_orden {
      font-size: 12px;
      font-weight: bold;
      text-align: center; }
    section #contenidoCentral .vista_previa_contenedor .notas_orden {
      font-size: 12px;
      color: #EB1B24; }
    section #contenidoCentral .vista_previa_contenedor .notas_orden2 {
      font-size: 16px;
      color: #EB1B24;
      text-align: center;
      margin-bottom: 10px; }
    section #contenidoCentral .vista_previa_contenedor .notas_orden3 {
      font-size: 12px;
      color: #EB1B24;
      text-align: center; }
    section #contenidoCentral .vista_previa_contenedor .btn-olvidaste-contra {
      color: #333; }
      section #contenidoCentral .vista_previa_contenedor .btn-olvidaste-contra:hover {
        color: #ac8a1c; }
    section #contenidoCentral .vista_previa_contenedor .notas_registrar {
      text-align: center;
      font-size: 14px; }
      section #contenidoCentral .vista_previa_contenedor .notas_registrar h5 {
        font-size: 18px;
        margin-top: 15px; }
    section #contenidoCentral .vista_previa_contenedor .tabla_orders {
      width: 100%;
      border: 1px solid #ac8a1c;
      margin-bottom: 20px; }
      section #contenidoCentral .vista_previa_contenedor .tabla_orders th {
        border-bottom: 1px solid #ac8a1c; }
      section #contenidoCentral .vista_previa_contenedor .tabla_orders td {
        border-bottom: 1px solid #ac8a1c;
        font-size: 14px;
        margin: 0;
        padding: 5px; }
        section #contenidoCentral .vista_previa_contenedor .tabla_orders td img {
          max-height: 80px; }
        section #contenidoCentral .vista_previa_contenedor .tabla_orders td .btn_menos_cart, section #contenidoCentral .vista_previa_contenedor .tabla_orders td .btn_mas_cart {
          color: #ac8a1c;
          font-size: 10px;
          font-weight: bold; }
        section #contenidoCentral .vista_previa_contenedor .tabla_orders td .btn_elimina_cart {
          color: #ac8a1c;
          font-size: 18px; }
      section #contenidoCentral .vista_previa_contenedor .tabla_orders .celda_total_productos {
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px; }
  section #contenidoCentral #pedido .cart_tabla {
    width: 98%;
    border: 1px solid #ac8a1c;
    margin-top: 20px; }
    section #contenidoCentral #pedido .cart_tabla th {
      border-bottom: 1px solid #ac8a1c; }
    section #contenidoCentral #pedido .cart_tabla td {
      border-bottom: 1px solid #ac8a1c;
      font-size: 14px;
      margin: 0;
      padding: 5px; }
      section #contenidoCentral #pedido .cart_tabla td img {
        max-height: 80px; }
      section #contenidoCentral #pedido .cart_tabla td .btn_menos_cart, section #contenidoCentral #pedido .cart_tabla td .btn_mas_cart {
        color: #ac8a1c;
        font-size: 10px;
        font-weight: bold; }
      section #contenidoCentral #pedido .cart_tabla td .btn_elimina_cart {
        color: #ac8a1c;
        font-size: 18px; }
    section #contenidoCentral #pedido .cart_tabla .celda_total_productos {
      padding-right: 20px;
      padding-top: 5px;
      padding-bottom: 5px; }
  section #contenidoCentral #tabs {
    float: left;
    width: 99%;
    margin-top: 10px;
    padding: 0px;
    border-radius: 0px; }
    section #contenidoCentral #tabs ul {
      padding: 0px;
      background: #fff;
      border-top: 0px; }
      section #contenidoCentral #tabs ul li {
        float: right;
        border-radius: 0px; }
        section #contenidoCentral #tabs ul li a {
          color: #000; }
          section #contenidoCentral #tabs ul li a:hover {
            background: #ac8a1c;
            color: #fff; }
    section #contenidoCentral #tabs .contenidoTabs {
      padding: 0px;
      padding: 10px 0px 10px 0px; }
    section #contenidoCentral #tabs .ui-state-active, section #contenidoCentral #tabs .ui-widget-content .ui-state-active, section #contenidoCentral #tabs .ui-widget-header .ui-state-active, section #contenidoCentral #tabs a.ui-button:active, section #contenidoCentral #tabs .ui-button:active, section #contenidoCentral #tabs .ui-button.ui-state-active:hover {
      background: #ac8a1c; }
      section #contenidoCentral #tabs .ui-state-active a, section #contenidoCentral #tabs .ui-widget-content .ui-state-active a, section #contenidoCentral #tabs .ui-widget-header .ui-state-active a, section #contenidoCentral #tabs a.ui-button:active a, section #contenidoCentral #tabs .ui-button:active a, section #contenidoCentral #tabs .ui-button.ui-state-active:hover a {
        color: #FFF; }
  section #contenidoCentral #categorias {
    float: left;
    width: 100%;
    margin-top: 30px; }
    section #contenidoCentral #categorias .categoria {
      float: left;
      width: 100%;
      color: #7F7F7F; }
      section #contenidoCentral #categorias .categoria .imagen {
        float: left;
        width: 90%;
        padding: 10px 10px 0px 7px; }
        section #contenidoCentral #categorias .categoria .imagen img {
          float: left;
          width: 100%; }
      section #contenidoCentral #categorias .categoria .titulo {
        float: left;
        width: 100%;
        padding: 10px 0px 10px 0px;
        text-align: center; }
      section #contenidoCentral #categorias .categoria:hover {
        background: #ac8a1c;
        color: #fff; }
  section #contenidoCentral .categorias_express {
    float: left;
    width: 98%;
    margin-top: 1px;
    margin-bottom: 20px; }
    section #contenidoCentral .categorias_express .categoria {
      float: left;
      width: 100%;
      color: #7F7F7F; }
      section #contenidoCentral .categorias_express .categoria .titulo {
        float: left;
        width: 100%;
        padding: 10px 0px 10px 0px;
        text-align: center; }
      section #contenidoCentral .categorias_express .categoria:hover {
        background: #ac8a1c;
        color: #fff; }
section .unaColumna {
  float: left;
  width: 90%;
  margin-left: 10px; }
section .cincoColumnas {
  float: left;
  width: 18%;
  margin-right: 14px;
  margin-bottom: 5px; }
  section .cincoColumnas:nth-child(5n) {
    margin-right: 0px; }
  section .cincoColumnas:nth-child(5n+1) {
    clear: both; }
section .cincoColumnas2 {
  float: left;
  width: 18%;
  margin-right: 14px;
  margin-bottom: 5px; }
  section .cincoColumnas2:nth-child(5n) {
    margin-right: 0px; }
  section .cincoColumnas2:nth-child(5n+1) {
    /*clear:both;*/ }
section .conClear:nth-child(5n+1) {
  clear: both; }
section .margen_productos {
  margin-top: 20px;
  margin-bottom: 15px; }
section .productos_encabezado {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 15px; }
  section .productos_encabezado .productos_encabezado_titulo {
    width: 50%;
    float: left; }
    section .productos_encabezado .productos_encabezado_titulo h1 {
      font-size: 18px; }
  section .productos_encabezado .productos_encabezado_orden {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 12px; }
    section .productos_encabezado .productos_encabezado_orden .select_ordenar {
      padding: 2px;
      margin-left: 8px;
      border-radius: 3px;
      border: 1px solid #000; }
section .productos {
  float: left;
  width: 100%;
  font-size: 12px; }
  section .productos .productos_datos {
    width: 100%;
    text-align: center;
    overflow: hidden; }
    section .productos .productos_datos img {
      height: 90px; }
    section .productos .productos_datos .titulo {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 5px;
      color: #7F7F7F;
      min-height: 29px; }
    section .productos .productos_datos .precio {
      float: left;
      width: 100%;
      text-align: center;
      margin-top: 3px;
      color: #3F3F3F; }
  section .productos .numeroPiezas {
    float: left;
    width: 100%;
    margin-top: 5px; }
    section .productos .numeroPiezas select {
      float: left;
      padding: 3px;
      border-radius: 3px;
      border: 1px solid #000;
      width: 95%;
      margin-bottom: 5px; }

footer #piePagina {
  float: left;
  width: 100%;
  bottom: 0px;
  margin-top: 30px; }
  footer #piePagina #redesSociales {
    float: left;
    width: 25%; }
    footer #piePagina #redesSociales .titulo {
      float: left;
      width: 100%;
      text-align: center;
      color: #7F7F7F;
      font-size: 18px;
      margin-bottom: 10px; }
    footer #piePagina #redesSociales a {
      float: left;
      font-size: 30px;
      color: #7F7F7F;
      margin-right: 15px; }
      footer #piePagina #redesSociales a:last-child {
        margin-right: 0px; }
      footer #piePagina #redesSociales a:hover {
        color: #000; }
  footer #piePagina #banner {
    float: right;
    width: 70%; }
    footer #piePagina #banner img {
      float: left;
      width: 100%; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 80px; }

.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 80px; }

@media screen and (max-width: 892px) {
  header #menu {
    float: left;
    background-image: none;
    background: #34B34A;
    margin-top: -30px; }
    header #menu ul {
      float: left;
      width: 100%;
      margin-left: 15px; }
      header #menu ul li {
        margin-right: 5%; } }
@media screen and (max-width: 892px) {
  header #menu {
    float: left;
    background-image: none;
    background: #34B34A;
    margin-top: -30px; }
    header #menu ul {
      float: left;
      width: 100%;
      margin-left: 15px; }
      header #menu ul li {
        margin-right: 5%; } }
@media screen and (max-width: 892px) {
  section .cincoColumnas, section .cincoColumnas2 {
    float: left;
    width: 20%;
    margin-right: 30px;
    margin-bottom: 5px; }
    section .cincoColumnas:nth-child(4n), section .cincoColumnas2:nth-child(4n) {
      margin-right: 0px; }
    section .cincoColumnas:nth-child(4n+1), section .cincoColumnas2:nth-child(4n+1) {
      clear: both;
      margin-right: 30px; }
    section .cincoColumnas:nth-child(5n), section .cincoColumnas2:nth-child(5n) {
      margin-right: 30px; }
    section .cincoColumnas:nth-child(5n+1), section .cincoColumnas2:nth-child(5n+1) {
      clear: none; } }
@media screen and (max-width: 692px) {
  header #menu {
    height: auto; }
    header #menu ul {
      width: 100%;
      margin-left: 0px;
      font-size: 22px;
      margin-top: 0px; }
      header #menu ul li {
        float: left;
        width: 100%;
        margin-right: 0%;
        display: none; }
        header #menu ul li a {
          float: left;
          padding: 10px;
          width: 100%;
          color: #fff; }
          header #menu ul li a:hover {
            text-decoration: none;
            background: #000; }
        header #menu ul li:first-child {
          display: block; }

  section #ladoIzquierdo {
    width: 100%;
    margin-top: 10px; }
    section #ladoIzquierdo #bandera {
      float: left;
      text-align: center;
      width: 45%; }
    section #ladoIzquierdo .titulo {
      margin-top: -10px; }
    section #ladoIzquierdo #buscador {
      float: right;
      width: 45%; }
    section #ladoIzquierdo #menuLateral {
      float: left;
      width: 100%;
      margin-top: 20px; }
      section #ladoIzquierdo #menuLateral ul li {
        background: #fff;
        font-size: 13px;
        text-align: center;
        display: none;
        font-size: 20px; }
        section #ladoIzquierdo #menuLateral ul li a {
          float: left;
          width: 100%;
          padding: 10px 0px 10px 0px;
          color: #000; }
        section #ladoIzquierdo #menuLateral ul li:hover a {
          background-image: none;
          color: #000;
          background: #34B34A; }
        section #ladoIzquierdo #menuLateral ul li:first-child {
          background: #000;
          display: block; }
          section #ladoIzquierdo #menuLateral ul li:first-child a {
            color: #fff; }
    section #ladoIzquierdo #carrito {
      float: left;
      width: 45%; }
    section #ladoIzquierdo #express {
      float: right;
      width: 45%;
      padding: 63px 0px 63px 0px; }
  section #contenidoCentral {
    width: 100%;
    margin-top: 5px; }

  footer #piePagina {
    float: left;
    width: 100%;
    bottom: 0px;
    margin-top: 30px; }
    footer #piePagina #redesSociales {
      width: 30%;
      margin-top: -10px; }
      footer #piePagina #redesSociales a {
        font-size: 20px;
        color: #7F7F7F;
        margin-right: 10px; }
    footer #piePagina #banner {
      float: right;
      width: 70%; } }
@media screen and (max-width: 496px) {
  section #ladoIzquierdo {
    width: 100%;
    margin-top: 10px; }
    section #ladoIzquierdo #bandera {
      float: left;
      text-align: center;
      width: 100%; }
    section #ladoIzquierdo .titulo {
      margin-top: 0px; }
    section #ladoIzquierdo #buscador {
      float: right;
      width: 100%;
      margin-top: 20px; }
    section #ladoIzquierdo #carrito {
      width: 100%; }
      section #ladoIzquierdo #carrito #botonComprar {
        margin-left: 40%; }
    section #ladoIzquierdo #express {
      float: left;
      width: 100%; }

  footer #piePagina #redesSociales {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px; }
    footer #piePagina #redesSociales .titulo {
      text-align: left; }
    footer #piePagina #redesSociales a {
      font-size: 20px;
      color: #7F7F7F;
      margin-right: 10px; }
  footer #piePagina #banner {
    float: right;
    width: 100%; } }
@media screen and (max-width: 496px) {
  section .productos_encabezado .productos_encabezado_titulo {
    width: 100%;
    clear: both;
    padding-left: 10px; }
  section .productos_encabezado .productos_encabezado_orden {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    clear: both;
    padding-left: 10px; }
  section .cincoColumnas, section .cincoColumnas2 {
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px; }
    section .cincoColumnas:nth-child(2n), section .cincoColumnas2:nth-child(2n) {
      float: right; }
    section .cincoColumnas:nth-child(2n+1), section .cincoColumnas2:nth-child(2n+1) {
      clear: both; }
    section .cincoColumnas:nth-child(4n), section .cincoColumnas2:nth-child(4n) {
      margin-right: 0px; }
    section .cincoColumnas:nth-child(4n+1), section .cincoColumnas2:nth-child(4n+1) {
      clear: none;
      margin-right: 0px; }
    section .cincoColumnas:nth-child(5n), section .cincoColumnas2:nth-child(5n) {
      margin-right: 0px; }
    section .cincoColumnas:nth-child(5n+1), section .cincoColumnas2:nth-child(5n+1) {
      clear: none; } }
@media screen and (max-width: 413px) {
  section #contenidoCentral #tabs ul li {
    float: left;
    width: 100%; }
    section #contenidoCentral #tabs ul li a {
      float: left;
      width: 91.9%; } }
@media screen and (max-width: 300px) {
  section .cincoColumnas, section .cincoColumnas2 {
    width: 100%; }
  section #contenidoCentral #categorias .categoria .imagen {
    float: left;
    width: 95%;
    padding: 10px 10px 0px 7px; } }

/*# sourceMappingURL=style.css.map */
