@import url(normalize.css);
/* clearfix */
/* For modern browsers */
.cf:before, header .content-nav .logo-enlace:before, .w-productos .w-inner .w-item .content-productos:before, .w-contactenos .content-info:before, .w-distribuidores .w-locales .w-item:before,
.cf:after,
header .content-nav .logo-enlace:after,
.w-productos .w-inner .w-item .content-productos:after,
.w-contactenos .content-info:after,
.w-distribuidores .w-locales .w-item:after {
  content: "";
  display: table;
}

.cf:after, header .content-nav .logo-enlace:after, .w-productos .w-inner .w-item .content-productos:after, .w-contactenos .content-info:after, .w-distribuidores .w-locales .w-item:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf, header .content-nav .logo-enlace, .w-productos .w-inner .w-item .content-productos, .w-contactenos .content-info, .w-distribuidores .w-locales .w-item {
  zoom: 1;
}

/* end clearfix */
/*utilitarios*/
body {
  background: url("../imagenes/bg-body.jpg") top center repeat-y fixed;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  color: #888d91;
  overflow-x: hidden;
}

.w-ancho-1 {
  max-width: 960px;
  margin: auto;
}

.name-producto {
  background: url("../imagenes/bg-raya.png") center center repeat-x;
  margin-bottom: 10px;
}
.name-producto h1 {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  background-color: #aa4f39;
  color: #fff;
}

@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotate(-2deg);
  }
  25% {
    -webkit-transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(-2deg);
  }
  75% {
    -webkit-transform: rotate(0deg);
  }
  90% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
header {
  color: #aa4f39;
  background-color: #fff;
  margin-top: 100px;
}
header .content-nav .logo-enlace .w-logo {
  width: 230px;
  float: left;
  margin-top: -90px;
}
header .content-nav .logo-enlace .w-logo img {
  max-width: 100%;
  height: auto;
}
header .content-nav .logo-enlace .info-datos {
  float: left;
  margin-top: 10px;
}
header .content-nav .logo-enlace .info-datos li {
  padding-left: 50px;
  height: 45px;
  margin-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 20px;
}
header .content-nav .logo-enlace .info-datos .icon-fono {
  background-image: url("../imagenes/icon-fono.png");
  background-repeat: no-repeat;
  background-position: 10px 3px;
}
header .content-nav .logo-enlace .info-datos .icon-correo {
  background-image: url("../imagenes/icon-correo.png");
  background-repeat: no-repeat;
  background-position: 0px 9px;
}
header .content-nav .logo-enlace .w-redes {
  float: right;
  text-align: center;
  color: #373435;
  font-size: 14px;
  margin-top: 10px;
}
header .content-nav .logo-enlace .w-redes img {
  margin-top: 5px;
}
header .content-nav .nav-list {
  text-align: center;
  padding-bottom: 10px;
}
header .content-nav .nav-list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
header .content-nav .nav-list li a {
  display: block;
  text-indent: -9999px;
  width: 120px;
}
header .content-nav .nav-list li a:hover {
  -webkit-animation: rota 0.5s linear infinite;
}
header .content-nav .nav-list li .bt-home {
  height: 57px;
  background: url("../imagenes/bt-home.png") no-repeat;
}
header .content-nav .nav-list li .bt-somos {
  height: 46px;
  background: url("../imagenes/bt-somos.png") no-repeat;
}
header .content-nav .nav-list li .bt-productos {
  cursor: pointer;
  height: 53px;
  background: url("../imagenes/bt-productos.png") no-repeat;
}
header .content-nav .nav-list li .bt-contacto {
  height: 47px;
  background: url("../imagenes/bt-contacto.png") no-repeat;
}
header .content-nav .nav-list li .bt-distribuidores {
  height: 53px;
  width: 174px;
  background: url("../imagenes/bt-distribuidores.png") no-repeat;
}
header .content-nav .nav-list li .bt-blog {
  height: 56px;
  width: 120px;
  background: url("../imagenes/bt-blog.png") no-repeat;
}
header .content-nav .nav-list li .submenu {
  position: absolute;
  padding-top: 20px;
  top: 40px;
  left: -8px;
  display: none;
  z-index: 1000;
}
header .content-nav .nav-list li:hover .submenu {
  display: block;
}
header .content-nav .nav-list li:hover .submenu li a {
  text-indent: 1px;
}

.cnt-slide-home {
  width: 100%;
  overflow: hidden;
  background: url("../imagenes/bg-content.jpg") center center repeat;
}
.cnt-slide-home .fs-pager-wrapper {
  z-index: 1000 !important;
}
.cnt-slide-home .slider-wrapper {
  position: relative;
  margin: 0 auto;
}
.cnt-slide-home .slider-wrapper .slider {
  position: relative;
  max-width: 960px;
  max-height: 505px;
  margin: auto;
  			/*.w-controls{
  				position: absolute;	
  				display: block;	
  				left: 485px;
  				bottom: 63px;
  				z-index: 9999;
  				.prev{
  					background: url('../img/flecha-prev.png') top repeat;
  					width:44px;
  					height:36px;  
  					position: absolute;
  					left: 0px;
  				}
  				.next{
  					background: url('../img/flecha-next.png') top repeat;
  					width:45px;
  					height:36px;
  					right: 40px;
  					position: absolute;
  
  				}
  				
  			}*/
}
.cnt-slide-home .slider-wrapper .slider .slide-text img {
  margin-bottom: 20px;
}
.cnt-slide-home .slider-wrapper .slider .slide-text p {
  width: 444px;
  color: #666666;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  display: block;
}

#abeja {
  position: absolute;
  z-index: 100;
  left: -300px;
  top: 0;
  z-index: 8;
  background-image: url("../imagenes/bee_sprite.png");
  width: 88px;
  height: 93px;
  background-position: 0 0;
  -webkit-animation: beeanim 0.3s steps(3) infinite;
  -moz-animation: beeanim 0.3s steps(3) infinite;
  animation: beeanim 0.3s steps(3) infinite;
  list-style: none;
}

.w-content {
  position: relative;
  background: url("../imagenes/bg-content.jpg") repeat;
}
.w-content .w-inner {
  padding: 40px 20px;
}

.w-nosotros {
  position: relative;
}
.w-nosotros .w-content .w-inner .w-text {
  line-height: 25px;
  position: relative;
}
.w-nosotros .w-content .w-inner .w-text h1 {
  font-size: 20px;
  font-weight: bold;
}

.w-productos .w-inner .w-item .content-productos .w-slider {
  width: 45%;
  float: left;
}
.w-productos .w-inner .w-item .content-productos .w-slider #bx-pager {
  text-align: center;
}
.w-productos .w-inner .w-item .content-productos .w-slider li {
  position: relative;
}
.w-productos .w-inner .w-item .content-productos .w-info {
  width: 50%;
  float: right;
}
.w-productos .w-inner .w-item .content-productos .w-info .w-title {
  margin-bottom: 10px;
}
.w-productos .w-inner .w-item .content-productos .w-info .w-presentaciones li {
  list-style: disc;
  margin-left: 20px;
}

.bx-wrapper {
  margin-bottom: 10px;
}

.google-map .g-map {
  padding: 10px;
  background-color: #ffcc29;
}
.google-map .g-map #google-maplima {
  height: 450px;
}

.w-contactenos .content-info {
  margin-top: 40px;
  margin-bottom: 25px;
}
.w-contactenos .content-info .x-text, .w-contactenos .content-info .w-formulario {
  float: left;
}
.w-contactenos .content-info .x-text {
  width: 276px;
}
.w-contactenos .content-info .x-text .w-item {
  margin-bottom: 20px;
}

.icon-zoom {
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: url("../imagenes/icon-zoom.png") no-repeat;
}

.w-distribuidores .w-locales .w-item {
  margin-bottom: 20px;
}
.w-distribuidores .w-locales .w-item .w-img {
  width: 25%;
  float: left;
}
.w-distribuidores .w-locales .w-item .w-descrip {
  width: 74%;
  float: left;
  margin-left: 20px;
}
.w-distribuidores .d-locales .w-item .w-img {
  width: 150px;
}
.w-distribuidores .d-locales .w-item .w-img img {
  width: 150px;
  height: auto;
}

.button-marron {
  margin-top: 20px;
}
.button-marron a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #aa4f39;
  color: #fff;
  padding: 5px 10px;
}

.distribuidores-detalle .w-inner .w-text {
  margin-bottom: 20px;
}
.distribuidores-detalle .w-locales {
  text-align: center;
}
.distribuidores-detalle .w-locales .w-item {
  width: 400px;
  padding: 10px;
  border: 2px solid #ccc;
  display: inline-block;
  *display: inline;
  vertical-align: top;
  zoom: 1;
  margin-right: 10px;
  text-align: left;
}
.distribuidores-detalle .w-locales .w-item li {
  margin-bottom: 5px;
}

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