@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
.reset {
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
}
.reset:focus,
.reset:active {
  outline: 0;
}
.menu {
  display: inline;
}
.menu a {
  display: block;
  float: left;
}
/*----variables----*/
/*---comunes---*/
::selection {
  background: #ec1c23;
  /* Safari/Old chrome/Opera */
  color: #FFF;
}
::-moz-selection {
  background: #ec1c23;
  /* Firefox */
  color: #FFF;
}
.clearL {
  clear: left;
}
.clearR {
  clear: right;
}
.clear {
  clear: both;
}
p,
a,
ul,
li,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
}
p:focus,
a:focus,
ul:focus,
li:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
p:active,
a:active,
ul:active,
li:active,
h1:active,
h2:active,
h3:active,
h4:active {
  outline: 0;
}
/*---layout---*/
.error {
  color: #ec1c23 !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 129%;
}
h2.decorado {
  position: relative;
  text-align: center;
  display: table;
  white-space: nowrap;
  border-top: 6px solid #e5e5e5;
  border-bottom: 6px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}
h2.decorado span {
  padding: 0 15px;
}
h2.decorado:after {
  content: "";
  width: 50%;
  background: #e5e5e5;
  opacity: 0.78;
  display: table-cell;
}
h2.decorado:before {
  content: "";
  width: 51%;
  background: #e5e5e5;
  opacity: 0.78;
  display: table-cell;
}
#main p {
  margin: 15px 0px;
}
header {
  background: url('../images/bg.png') repeat-x center bottom;
}
header .top {
  height: 139px;
  background-color: #000;
  /* layer fill content */
  background-image: url(../images/fondo-header.png);
  background-repeat: repeat-x;
  background-position: center top;
  border-bottom: 4px solid #e4e4e4;
}
header .black {
  background: #000;
  padding-top: 30px;
  padding-bottom: 27px;
}
header .logo a {
  margin-top: 22px;
  display: block;
}
header .logo a img {
  max-width: 100%;
}
header .social {
  padding-top: 35px;
  color: #FFF;
  text-align: right;
}
header .social a {
  color: #FFF;
  padding-left: 10px;
}
header .social a .fa {
  vertical-align: middle;
}
header nav {
  padding-bottom: 10px;
}
header nav ul {
  margin-top: 40px;
  background: #FFF;
  padding-left: 12px;
  text-align: center;
  border: 1px solid #b0afaf;
  position: relative;
}
header nav ul .pico {
  position: absolute;
  top: -7px;
  left: 3%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header nav ul li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
header nav ul li a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  line-height: 50px;
  margin-right: 50px;
  font-weight: bold;
  color: #000;
}
header nav ul li a:hover,
header nav ul li a:focus {
  color: #818181;
  text-decoration: none;
}
header nav ul li a.active {
  color: #ec1c23;
}
header nav ul li:last-child a {
  margin-right: 0;
  background: url('../images/ofertas-nav.png') no-repeat right top;
  width: 99px;
  color: #FFF;
}
header nav ul.menu-nivel2 {
  display: none;
  height: 40px;
  background: none;
  border: none;
  margin-top: 0px;
  border-bottom: 3px solid #FFF;
}
header nav ul.menu-nivel2 li a {
  line-height: 40px;
}
header nav ul.menu-nivel2 li a:last-child {
  background: none;
  color: #000;
}
header nav ul.menu-nivel2 li a:hover,
header nav ul.menu-nivel2 li a:focus {
  color: #818181;
  text-decoration: none;
}
header nav ul.menu-nivel2 li a.active {
  color: #ec1c23;
}
header nav ul.menu-nivel3 {
  display: none;
  height: 37px;
  background: #000;
  position: relative;
  padding: 0 50px 0 40px;
  border: 1px solid #b0afaf;
  margin-top: 10px;
}
header nav ul.menu-nivel3 .pico-blanco {
  position: absolute;
  top: -7px;
  left: 2.5%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  top: auto;
  bottom: -6px;
  color: #FFF;
}
header nav ul.menu-nivel3 .cycle-slideshow {
  margin-top: 10px;
}
header nav ul.menu-nivel3 li a {
  line-height: 37px;
  color: #FFF;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #6ccef5;
  height: 12px;
  line-height: 12px;
  color: #b3b2b2;
  font-weight: 400;
}
header nav ul.menu-nivel3 li a:hover,
header nav ul.menu-nivel3 li a:focus,
header nav ul.menu-nivel3 li a.active {
  color: #ec1c23;
}
header nav ul.menu-nivel3 li a:last-child {
  background: none;
}
header nav ul.menu-nivel3 .controles-carrusel a {
  color: #76caea;
  font-size: 28px;
  position: absolute;
  top: 4px;
}
header nav ul.menu-nivel3 .controles-carrusel a:hover,
header nav ul.menu-nivel3 .controles-carrusel a:focus {
  text-decoration: none;
}
header nav ul.menu-nivel3 .controles-carrusel a.prev {
  left: 8px;
}
header nav ul.menu-nivel3 .controles-carrusel a.next {
  right: 8px;
}
header nav ul.menu-nivel3 .controles-carrusel a i {
  background: #FFF;
  display: block;
  height: 23px;
  line-height: 25px;
  border-radius: 100%;
}
header .bloquenewsletter {
  color: #fefefe;
  line-height: 30px;
  font-size: 13px;
  /*
    .formbusqueda {
      display: inline-block;
      vertical-align: middle;
      zoom: 1; 
      *display: inline; 
    }
    */
}
header .bloquenewsletter label {
  color: #fefefe;
  font-weight: bold;
}
header .bloquenewsletter input[type="text"] {
  height: 27px;
  line-height: 27px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  /* border radius */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* prevents bg color from leaking outside the border */
  background-color: rgba(255, 255, 255, 0.44);
  /* layer fill content */
  border: none;
  padding: 0 8px;
  color: #fefefe;
  width: 190px;
}
header .bloquenewsletter button {
  color: #fefefe;
  border: none;
  background: none;
}
header .bloquenewsletter .formnews {
  padding-right: 0 !important;
}
header .bloquenewsletter .login-usuario {
  padding-left: 0;
}
header .bloquenewsletter .login-usuario::before {
  content: "  |";
  padding-left: 10px;
}
header .bloquenewsletter .login-usuario a {
  color: #fefefe;
  margin-left: 15px;
}
header .bloquenewsletter .login-usuario a:hover,
header .bloquenewsletter .login-usuario a:focus {
  color: #ec1c23;
}
header .bloquenewsletter .login-usuario a i {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 16px;
}
header .bloquenewsletter .carrito {
  text-align: right;
  padding: 0;
}
header .bloquenewsletter .carrito a {
  color: #FFF;
}
header .bloquenewsletter .carrito::after {
  content: "|  ";
  padding-right: 10px;
}
header .bloquenewsletter form {
  padding: 0;
}
header .bloquenewsletter form p {
  position: relative;
}
header .bloquenewsletter form p button {
  position: absolute;
  right: 12px;
  top: 0;
  line-height: 30px;
  font-size: 16px;
}
header .bloquenewsletter form p button:hover i,
header .bloquenewsletter form p button:focus i {
  color: #ec1c23;
}
#main {
  padding-bottom: 60px;
}
#main .img-responsive {
  width: 100%;
}
#main div.rayagris {
  border-bottom: 6px solid #E5E5E5;
  margin-bottom: 15px;
}
footer {
  -webkit-box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #202020;
  min-height: 260px;
  border-top: 5px solid #AEAEAE;
  font-size: 11px;
  color: #c3c3c3;
  padding-top: 40px;
}
footer h4 {
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 25px;
}
footer p {
  margin-bottom: 5px;
}
footer a {
  color: #c3c3c3;
}
footer a:hover,
footer a:focus {
  color: #ec1c23;
  text-decoration: none;
}
footer .columna {
  border-right: 1px solid #FFF;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 210px;
  margin-bottom: 20px;
}
footer .columna:first-child {
  border-left: 1px solid #FFF;
}
footer a.afip {
  display: block;
  width: 62px;
  height: 85px;
  float: right;
}
/*--HOME--*/
.slider-home .item {
  width: 100%;
  margin: 30px 0 25px;
}
.productos-home .item {
  margin-bottom: 30px;
}
.productos-home .item img {
  border: 1px #000 solid;
}
.productos-home .item .top {
  background: #000;
  color: #FFF;
  font-size: 14px;
  padding: 10px;
  height: 75px;
  overflow: hidden;
}
.productos-home .item .top p {
  margin: 0 !important;
}
.productos-home .item .bottom {
  position: relative;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  padding-right: 12px;
  color: #FFF;
}
.productos-home .item .bottom p {
  margin: 0 !important;
}
.productos-home .item .bottom a {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 0;
  color: inherit;
}
.productos-home .item:nth-of-type(2n+1) .bottom {
  background: #404040;
}
.productos-home .item:nth-of-type(2n) .bottom {
  background: #9eb65d;
  color: #000;
}
.productos-home .item:nth-of-type(3n) .bottom {
  background: #5baccd;
}
.productos-home .item:nth-of-type(4n) .bottom {
  background: #e5e5e5;
  color: #000;
}
.marcas {
  min-height: 130px;
  margin-bottom: 30px;
  border-bottom: 6px solid #e5e5e5;
}
.marcas h2 {
  position: relative;
  text-align: center;
  display: table;
  white-space: nowrap;
  border-top: 6px solid #e5e5e5;
  border-bottom: 6px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
}
.marcas h2:after {
  content: "";
  width: 50%;
  background: #e5e5e5;
  opacity: 0.78;
  display: table-cell;
}
.marcas h2:before {
  content: "";
  width: 51%;
  background: #e5e5e5;
  opacity: 0.78;
  display: table-cell;
}
.marcas .carrusel2 {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 36px;
  padding-left: 40px;
  padding-right: 32px;
  position: relative;
}
.marcas .carrusel2 .cycle-slideshow {
  line-height: 22px;
  padding: 7px 0;
  margin-top: 5px;
}
.marcas .carrusel2 .cycle-slideshow a {
  color: #000;
  margin-right: 5px;
  border-right: 3px solid #ec1c23;
  padding-right: 5px;
  line-height: 16px;
  color: #404040;
}
.marcas .carrusel2 .cycle-slideshow a:hover,
.marcas .carrusel2 .cycle-slideshow a:focus {
  color: #ec1c23;
}
.marcas .carrusel2 .controles-carrusel a {
  color: #ec1c23;
  font-size: 30px;
  position: absolute;
  top: 0;
}
.marcas .carrusel2 .controles-carrusel a#prev {
  left: 8px;
}
.marcas .carrusel2 .controles-carrusel a#next {
  right: 0px;
}
.marcas .carrusel2 .controles-carrusel a:hover,
.marcas .carrusel2 .controles-carrusel a:focus {
  color: #ec1c23;
}
.largo {
  margin-bottom: 30px;
}
.botones-tres {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 6px solid #e5e5e5;
  border-bottom: 6px solid #e5e5e5;
}
.botones-tres span {
  height: 69px;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 69px;
}
.botones-tres span i {
  margin-right: 5px;
  font-size: 20px;
}
.botones-tres .banner:nth-of-type(2n+1) span {
  background-image: url('../images/bg-banner-1.png');
  background-size: cover;
  background-position: center center;
}
.botones-tres .banner:nth-of-type(2n) span {
  background-image: url('../images/bg-banner-2.png');
  background-size: cover;
  background-position: center center;
}
.botones-tres .banner:nth-of-type(3n) span {
  background-image: url('../images/bg-banner-3.png');
  background-size: cover;
  background-position: center center;
}
.blog {
  border-bottom: 5px solid #e5e5e5;
  padding-bottom: 10px;
}
.blog::after {
  content: '';
  clear: both;
  display: table;
}
.blog .inline-fix {
  font-size: 0;
  word-spacing: -4px;
  position: relative;
}
.blog .decorado {
  border: none;
  font-size: 22px;
  font-weight: 600;
}
.blog .fecha {
  color: #ec1c23;
  font-size: 14px;
  font-weight: bold;
}
.blog h2 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 14px;
}
.blog .resumen {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  width: 60%;
  padding: 44px 14px;
  border: 1px solid #d4d4d4;
  /* stroke */
  background-color: #f4f2f2;
  /* layer fill content + color overlay */
  -moz-box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.3);
  /* drop shadow */
  -webkit-box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.3);
  /* drop shadow */
  box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.3);
  /* drop shadow */
  font-size: 14px;
  word-spacing: normal;
  position: relative;
  z-index: 10;
}
.blog .share {
  display: inline-block;
  vertical-align: bottom;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  width: 40%;
  border: 1px solid #ccc;
  /* stroke */
  background-color: #edeff0;
  /* layer fill content + color overlay */
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  /* drop shadow */
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  /* drop shadow */
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  /* drop shadow */
  font-size: 14px;
  word-spacing: normal;
  text-align: right;
  z-index: 0;
}
.blog .share p {
  background-image: url('../images/share-title.png');
  background-repeat: no-repeat;
  background-position: top right;
  line-height: 39px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding-right: 35px;
  height: 39px;
  margin-top: 27px;
  margin-bottom: 17px;
}
.blog .share p span {
  vertical-align: top;
}
.blog .share p i {
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  margin-right: 15px;
}
.blog .share ul {
  margin-bottom: 16px;
}
.blog .share ul li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
.blog .share ul li a {
  font-size: 24px;
  color: #9fa0a1;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  margin-right: 12px;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.blog .share ul li a:hover,
.blog .share ul li a:focus {
  color: #ec1c23;
}
.arriba {
  display: block;
  width: 60px;
  height: 10px;
  padding-top: 30px;
  text-align: center;
  background-image: url(../images/arriba.png);
  background-position: center top;
  background-repeat: no-repeat;
  margin: 40px auto 0 auto;
  color: #000;
  font-weight: bold;
}
.arriba:hover {
  text-decoration: none;
}
/*---listado---*/
.modo-vista {
  background: #5baccd;
  height: 30px;
  padding: 0 16px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.modo-vista a {
  line-height: 30px;
  color: #FFF;
  font-size: 20px;
  margin-right: 18px;
  font-weight: 400;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.modo-vista a:hover,
.modo-vista a:focus {
  color: #ec1c23;
}
.orden {
  margin-top: 14px;
  margin-bottom: 15px;
}
.orden h2 {
  color: #ec1c23;
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.orden .hr {
  border-bottom: 6px solid #E5E5E5;
  margin-top: 6px;
  margin-bottom: 15px;
}
.orden .hr:after {
  content: ' ';
  clear: both;
  display: table;
}
#ordenar {
  background: #e5e5e5 url('../images/select.png') no-repeat top right;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
#ordenar:hover,
#ordenar:focus {
  background-position: bottom right;
}
#ordenar select {
  border: none;
  height: 30px;
  line-height: 30px;
  background: none;
  width: 110%;
  cursor: pointer;
}
#ordenar:after {
  content: ' ';
  clear: both;
  display: table;
}
.carrusel-opciones {
  padding-left: 40px;
  padding-right: 32px;
  position: relative;
}
.carrusel-opciones .cycle-slideshow {
  line-height: 12px;
  margin-top: 9px;
}
.carrusel-opciones .cycle-slideshow a {
  color: #000;
  margin-right: 5px;
  border-right: 1px solid #ec1c23;
  padding-right: 5px;
  font-size: 12px;
  line-height: 12px;
}
.carrusel-opciones .cycle-slideshow a:hover,
.carrusel-opciones .cycle-slideshow a:focus {
  color: #ec1c23;
}
.carrusel-opciones .controles-carrusel a {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 0;
}
.carrusel-opciones .controles-carrusel a#prev {
  left: 8px;
}
.carrusel-opciones .controles-carrusel a#next {
  right: 0px;
}
.carrusel-opciones .controles-carrusel a:hover,
.carrusel-opciones .controles-carrusel a:focus {
  color: #ec1c23;
}
.listado-productos {
  min-height: 500px;
}
.listado-productos .item {
  margin-bottom: 25px;
}
.listado-productos .item .img-principal {
  border: 1px solid #E5E5E5;
  background: #FFF;
  position: relative;
}
.listado-productos .item .img-principal .icon {
  position: absolute;
  top: 15px;
  left: 0;
}
.listado-productos .item p {
  padding-left: 15px;
  margin: 0 !important;
}
.listado-productos .item .name {
  padding: 10px 0 3px 15px;
  color: #ec1c23;
  text-transform: uppercase;
  font-weight: 700;
}
.listado-productos .item .name i {
  color: #000;
  position: absolute;
  left: 5px;
  top: 12px;
}
.listado-productos .item .data {
  height: 70px;
  overflow: hidden;
  position: relative;
  background-color: #fafafa;
}
.listado-productos .item .precio {
  background: #e5e5e5;
  padding-left: 13px;
  padding-right: 10px;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}
.listado-productos .item .precio span {
  font-weight: 700;
}
.listado-productos .item .precio a {
  color: #000;
  float: right;
  line-height: 30px;
}
.listado-productos .item .precio a:hover,
.listado-productos .item .precio a:focus {
  color: #ec1c23;
}
.listado-productos .item .oferta {
  color: #ec1c23;
}
.listado-productos .item .oferta + span {
  text-decoration: line-through;
}
.listado-productos .pagination {
  border-top: 5px solid #e5e5e5;
  border-bottom: 5px solid #e5e5e5;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.listado-productos .pagination i {
  color: #5baccd;
  font-size: 20px;
  line-height: 20px;
}
.listado-productos .pagination a {
  border: 1px solid #ec1c23;
  border-top: none;
  border-bottom: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}
.listado-productos .pagination li:first-child a {
  border-left: none;
}
.listado-productos .pagination li:last-child a {
  border-right: none;
}
.listado-productos .pagination li:hover a,
.listado-productos .pagination li:focus a {
  border-color: #ec1c23;
  background: inherit;
  color: #ec1c23;
  font-weight: 700;
}
.filtros {
  color: #FFF;
}
.filtros a {
  color: #FFF;
}
.filtros a:hover {
  text-decoration: none;
}
.filtros h3 {
  background: #000;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: block;
  padding-left: 15px;
  text-transform: uppercase;
}
.filtros .boton-filtro {
  background: #E5E5E5;
  color: #000;
  height: 30px;
  line-height: 30px;
  display: block;
  padding-left: 15px;
  text-transform: uppercase;
}
.filtros .filtro a {
  background: #b7b3b3;
  height: 30px;
  line-height: 30px;
  display: block;
  padding-left: 15px;
  text-transform: uppercase;
}
.bread {
  padding: 10px;
}
.banner-ofertas {
  margin-bottom: 23px;
}
.fotosproducto {
  padding-top: 30px;
}
.fotosproducto .cycle-slideshow {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.datosproducto {
  padding-top: 30px;
}
.datosproducto img.icon {
  display: block;
  text-align: right;
  width: 86px;
  padding: 3px 0 3px 10px;
  float: right;
}
.datosproducto .sinstock {
  display: none;
}
.datosproducto h2 {
  color: #ec1c23;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url(/images/flechatitulo.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.datosproducto p.codigo {
  padding-left: 30px;
}
.datosproducto p.precio {
  color: #FFF;
  background-color: #999;
  padding: 8px 20px;
  margin: 35px 0;
}
.datosproducto p.precio span {
  font-size: 22px;
  font-weight: 700;
  padding-right: 5px;
}
.datosproducto p.precio .oferta {
  font-size: 22px;
  color: #ec1c23;
  font-weight: 700;
  padding-right: 5px;
}
.datosproducto p.precio .oferta + span {
  text-decoration: line-through;
}
.datosproducto h3 {
  font-size: 18px;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 700;
  border: 1px solid #ddd;
  background-image: url(/images/flechita.png);
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
}
.datosproducto h3.active {
  background-position: right bottom;
}
.datosproducto h3 + div {
  display: none;
  color: #333;
  padding: 3px;
}
.datosproducto span.customSelect {
  font-size: 18px;
  background-image: url(/images/flechita.png);
  background-position: right top;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  font-weight: 700;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 35px;
  width: 100%;
}
.datosproducto span.customSelect.cantidad {
  width: 29%;
  clear: left;
}
.datosproducto span.customSelectInner {
  width: 90% !important;
}
.datosproducto label.error {
  display: block;
  padding: 3px;
  color: #ec1c23;
}
.datosproducto input.cantidad {
  width: 30%;
  float: left;
}
.datosproducto input.buttonadd {
  line-height: 37px;
  background-image: url(/images/flechitader.png);
  background-position: right -4px;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #6BB3E8;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 70%;
  text-align: left;
  text-transform: uppercase;
}
.datosproducto .social {
  padding: 10px 0;
  border-top: 8px solid #ddd;
  border-bottom: 8px solid #ddd;
  margin-bottom: 10px;
  text-align: center;
}
.datosproducto .social a {
  color: #000;
}
.datosproducto input[type="text"],
.datosproducto input[type="email"],
.datosproducto textarea,
.datosproducto div.code {
  font-size: 18px;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
}
.datosproducto textarea {
  height: 105px;
}
.datosproducto input.buttonsubmit {
  line-height: 45px;
  background-image: url(/images/flechitader.png);
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
#comocomprar #main h3 {
  color: #ec1c23;
  text-transform: uppercase;
  font-size: 16px;
  margin: 15px 0 10px 0;
}
#comocomprar #main ol li {
  list-style: decimal outside none;
  padding-bottom: 6px;
}
#contacto #main p.rojo {
  text-align: center;
  background-color: #ec1c23;
  color: #FFF;
  padding: 10px;
  margin-top: 0;
  margin-bottom: 15px;
}
#contacto #main p.rojo a {
  color: #FFF;
}
#contacto #main #map {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}
#contacto #main span.customSelect {
  font-size: 14px;
  background-image: url(/images/flechita.png);
  background-position: right top;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 35px;
  width: 100%;
}
#contacto #main span.customSelectInner {
  width: 90% !important;
}
#contacto #main table {
  width: 100%;
  margin: 30px auto;
}
#contacto #main table th {
  text-transform: uppercase;
  padding: 10px;
}
#contacto #main table tr:nth-child(odd) {
  background-color: #dfdfdf;
}
#contacto #main table td {
  padding: 5px;
}
#contacto #main input[type="text"],
#contacto #main input[type="password"],
#contacto #main textarea {
  font-size: 18px;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
}
#contacto #main label {
  display: block;
  padding-right: 5px;
  clear: left;
}
#contacto #main textarea {
  height: 105px;
}
#contacto #main input[type="submit"] {
  line-height: 39px;
  background-image: url(/images/flechitader.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 100%;
  float: left;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#cv .listado-productos form {
  padding: 30px 0 30px 0;
}
#cv .listado-productos form input[type="text"],
#cv .listado-productos form input[type="email"],
#cv .listado-productos form textarea,
#cv .listado-productos form div.code {
  font-size: 18px;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
}
#cv .listado-productos form label {
  margin-top: 10px;
  display: block;
}
#cv .listado-productos form textarea {
  height: 105px;
}
#cv .listado-productos form input.buttonsubmit {
  line-height: 45px;
  background-image: url(/images/flechitader.png);
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
#carrito #main input.buttonsubmit {
  line-height: 45px;
  background-image: url(/images/flechitader.png);
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 200px;
  text-align: left;
  text-transform: uppercase;
}
#carrito #main input[type="radio"] {
  display: inline;
  margin-right: 20px;
}
#carrito #main input[type="text"],
#carrito #main input[type="email"],
#carrito #main textarea,
#carrito #main select,
#carrito #main div.code {
  font-size: 18px;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
}
#carrito #main label {
  margin-top: 10px;
  display: block;
}
#noticias .bloquenoticia {
  margin-bottom: 30px;
}
#noticias .bloquenoticia h3 {
  color: #ec1c23;
  font-size: 22px;
  line-height: 35px;
  font-weight: 700;
  padding-left: 30px;
  margin-bottom: 10px;
  background-image: url(/images/flechatitulo.png);
  background-position: left center;
  background-repeat: no-repeat;
  margin: 20px 0 10px 0;
}
#noticias .bloquenoticia .fecha {
  color: #ec1c23;
  font-weight: 700;
}
#noticias .bloquenoticia a {
  color: #ec1c23;
  font-weight: 700;
}
#noticias .bloquenoticia img {
  margin-bottom: 15px;
}
#noticias .noticia .fecha {
  color: #ec1c23;
  font-weight: 700;
}
#noticias .noticia img {
  margin-bottom: 15px;
}
#noticias .noticia .social {
  text-align: right;
  margin-bottom: 15px;
}
#noticias .noticia .social a {
  color: #000;
  font-weight: 700;
}
#noticias .noticia input[type="text"],
#noticias .noticia input[type="email"],
#noticias .noticia textarea,
#noticias .noticia div.code {
  font-size: 18px;
  width: 100%;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
}
#noticias .noticia textarea {
  height: 105px;
}
#noticias .noticia input.buttonsubmit {
  line-height: 45px;
  background-image: url(/images/flechitader.png);
  background-position: right top;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
#noticias p.otras {
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
}
#busquedas .infobox form {
  padding: 30px 0 30px 0;
}
#busquedas .infobox form input[type="text"] {
  font-size: 18px;
  width: 350px;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
  float: left;
}
#busquedas .infobox form label {
  display: block;
  width: 80px;
  float: left;
  line-height: 35px;
  text-align: right;
  padding-right: 5px;
}
#busquedas .infobox form textarea {
  height: 105px;
}
#busquedas .infobox form input.buttonsubmit {
  line-height: 39px;
  background-image: url(/images/flechitader.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 150px;
  float: left;
  text-align: left;
  text-transform: uppercase;
}
#areaprivada .listado-productos input[type="text"],
#areaprivada .listado-productos input[type="password"] {
  font-size: 18px;
  width: 350px;
  padding-left: 20px;
  line-height: 35px;
  border: 1px solid #ddd;
}
#areaprivada .listado-productos label {
  display: block;
  width: 190px;
  line-height: 35px;
  padding-right: 5px;
  clear: left;
}
#areaprivada .listado-productos textarea {
  height: 105px;
}
#areaprivada .listado-productos input[type="submit"] {
  line-height: 39px;
  background-image: url(/images/flechitader.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #FFF;
  background-color: #ec1c23;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  border: none;
  width: 150px;
  float: left;
  text-align: left;
  text-transform: uppercase;
}
#carrito .carrito table {
  width: 100%;
}
#carrito .carrito table th {
  line-height: 35px;
  border: 1px solid #ddd;
  text-align: center;
}
#carrito .carrito table td {
  line-height: 35px;
  border-bottom: 1px solid #ddd;
}
/* Medium Devices, Desktops */
@media (max-width: 992px) {
  header .social {
    padding: 70px 0 10px;
  }
  header .bloquenewsletter .carrito {
    text-align: left;
  }
  header .bloquenewsletter .carrito::after {
    content: "";
    padding-right: 0;
  }
  header .bloquenewsletter .login-usuario {
    padding-top: 10px;
  }
  header .bloquenewsletter .login-usuario::before {
    content: "";
    padding-left: 0;
  }
  header .bloquenewsletter form p {
    position: relative;
    text-align: right;
  }
  .datosproducto span.customSelect.cantidad {
    width: 100%;
  }
  .datosproducto input.buttonadd {
    width: 100%;
  }
  footer .columna,
  footer .columna:first-child {
    border: none;
    padding: 0;
    font-size: 13px;
  }
  .navigation {
    display: none;
  }
  #menumobile {
    z-index: 99999;
  }
}
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
