@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@font-face {
  font-family: 'OswaldBook';
  src: url('Oswald-Regular-webfont.eot');
  src: url('Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('Oswald-Regular-webfont.woff') format('woff'),
    url('Oswald-Regular-webfont.ttf') format('truetype'),
    url('Oswald-Regular-webfont.svg#OswaldBook') format('svg');
  font-weight: normal;
  font-style: normal;

}

body{
  margin: 0;
  background: #fff url(img/bg.png) repeat-x;
  font-family: Arial;
  font-size: 12px;
  text-align: center;	
}
a img{border: 0;}
img{vertical-align: top;}
#body{
  width: 1000px;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 0px auto;
}
#top{
  width: 1000px;
  height: 140px;
  position: relative;
  text-align: left;
}
#top .logo{
  height: 100px;
  display: block;
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#head{ height: 316px; background: url(img/headB.png) no-repeat 0 bottom; margin-bottom: 10px;}
#nav{
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009496', endColorstr='#2BAAAC'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#009496), to(#2BAAAC));
  background: -moz-linear-gradient(top,  #009496,  #2BAAAC); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #009496,  #2BAAAC); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #009496,  #2BAAAC); /* IE10+ */
  height: 40px;
}
#nav li{ float: left;position: relative;}
#nav li>span{
  position: absolute;
  top: 17px;
  left: 2px;
  background: url(img/a.png) no-repeat;
  display: block;
  width: 3px;
  height: 5px;
  opacity: 0;
}
#nav li a{
  display:block;
  float:left;
  padding: 0 18px;
  text-decoration: none;
  line-height: 40px;
  height: 40px;
  outline: none;
  font-family:'Archivo Narrow'; font-size: 14px;
}
#nav li a{
  border-right:1px solid #41BDBF;
  color:#FFF;
}
#nav .active>a, #nav>li>a:hover{
  color:#fff !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAAC', endColorstr='#48B6B8') !important; /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#2BAAAC), to(#48B6B8)) !important;
  background: -moz-linear-gradient(top,  #2BAAAC,  #48B6B8) !important; /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #2BAAAC,  #48B6B8) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #2BAAAC,  #48B6B8) !important; /* IE10+ */
}
.cart-header{position: absolute; bottom: 50px; right: 0;padding-left: 37px;padding-top: 5px;background: url(img/shopping_bag.png) no-repeat 0 center; text-align: left;}
.cart-header div{padding: 2px 8px 5px;border-radius: 4px; background: #E9E9E9;}
.cart-header a{color: #333;text-decoration: none;}
.cart-header strong a{text-transform: uppercase; font-size: 11px; color: #333; display: block; text-decoration: none;}
.cart-header p{margin: 0;color: #999;line-height: 10px;font-size: 11px;}
.cart-header p span{color: #333;}
.cart-header p a{color: #888;text-decoration: none;}
.socials{position: absolute; top: 10px; right: 0;}
.socials a{text-decoration: none;color: #fff; font-size: 15px; margin: 0 3px; background: #CCC; width: 26px; height: 26px; line-height: 26px; text-align: center;display: inline-block;border-radius: 13px;}
.socials a.fb{background: #034D89;}
.socials a.tw{background: #3CE1FF;}
.socials a.gp{background: #D72428;}
.text{position: absolute; top: 17px; height: 66px; text-align: right; right: 200px; border-right: 1px solid #DDD; padding-right: 20px;}
.text p{margin: 0; color: #999;}
.text p a{color: #999; text-decoration: none;}
.text p strong{font-family:'Archivo Narrow'; font-size: 24px; color: #333;}
#panel{
  width: 980px;
  padding: 10px;
  margin: 0px 0px 0px 0px;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}
#pright{
  width: 180px;
  float: right;
  overflow: hidden;
}
#pright h2,#pleft h2{
  margin: 10px 0 0;
  padding: 10px 0 9px 26px;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
  background: -moz-linear-gradient(top,  #444444,  #222222); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #444444,  #222222); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #444444,  #222222); /* IE10+ */
  font-family: 'Century Gothic', Arial;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
#pleft{
  width: 180px;
  float: left;
  overflow: hidden;
}
#pright h3,#pleft h3{
  margin: 10px 0 0 0;
  padding: 10px 0 9px 26px;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#bbbbbb'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#bbbbbb));
  background: -moz-linear-gradient(top,  #999999,  #bbbbbb); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #999999,  #bbbbbb); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #999999,  #bbbbbb); /* IE10+ */
  font-family: 'Century Gothic', Arial;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
}
#pright h4{
  margin: 10px 0 0 0;
  padding: 10px 0 9px 26px;
  text-align: left;
  background: #00AA73 url(img/icon-cart.png) no-repeat 6px center;
  font-family: 'OswaldBook';
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
}
.submenu {margin: 0; padding: 10px; list-style: none; background: #EEE;}
.submenu ul{list-style: none; margin: 0 0 10px 20px; padding: 0;}
.submenu li{text-align: left; border-bottom: 1px dotted #CCC;}
.submenu li:last-child{ border-bottom: 0;}
.submenu li a{color: #333;text-decoration: none; display: block; padding: 6px 0 6px 16px;background: url(img/bullet_orange.png) no-repeat 0 8px;}
.submenu li.active>a{font-weight: bold;}
.submenu li a:hover{color: #777;}
.submenu ul a{padding: 4px 0 4px 0; background: none;}
.form{background: #EEE; padding: 10px 6px; display: block;border: 1px solid #DDD; border-top: 0; margin-bottom: 10px;}
.form input[type=text]{display: block;box-sizing: border-box; width: 100%; border: 1px solid #DDD; padding: 8px 4px; color: #777;margin-bottom: 6px;}
.form input[type=password]{display: block;box-sizing: border-box; width: 100%; border: 1px solid #DDD; padding: 8px 4px; color: #777;margin-bottom: 6px;}
.form input[type=submit]{display: block;box-sizing: border-box; width: 100%; border: 1px solid #BBB; padding: 8px 4px; color:#444; 

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background: -moz-linear-gradient(top,  #eeeeee,  #dddddd); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #eeeeee,  #dddddd); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee,  #dddddd); /* IE10+ */
  border-radius: 6px;
  cursor: pointer;
}
.form input[type=submit]:hover{background: #FFF;}
.form-search{background: #EEE; padding: 10px 6px; display: block;border: 1px solid #DDD; border-top: 0;}
.form-search input[type=text]{display: block;box-sizing: border-box; width: 124px; float: left; height: 32px;border: 1px solid #CCC; padding: 8px 4px; color: #777;margin-bottom: 6px;}
.form-search input[type=submit]{border: 1px solid #666; background: #444 url(img/search.png) no-repeat center 0; overflow: hidden; text-indent: 999px;color: #FFF;font-size: 13px; width: 40px;padding: 5px 20px; margin: 0;height: 32px; vertical-align: top; box-sizing: border-box; cursor: pointer;}
.form-search input[type=submit]:hover{background: #222 url(img/search.png) no-repeat center -32px; border-color: #444;}
#content.full{width: 780px; padding: 17px 0 10px 0;}
#content{
  width: 780px;
  padding: 10px 0 10px 20px;
  margin: 0px;
  float: left;
  color: #333333;
  overflow: hidden;
  text-align: center;
}
#footer{
  background: #555 url(img/irongrip.png);
  border-top: 5px solid #222;
  clear: both;
}
#bottom{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 30px;
  color: #bbb;
  text-align: left;
  clear: both;
  position: relative;
}
#content div{
  text-align: center;
}
#content h1{
  padding: 0;
  margin: 0px 0px 25px 0px;
  text-align: left;
  color: #333;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #DDD;
}
#content h1 strong{color: #2264AC;}
#content h2{ border-bottom: 1px solid #DDD; padding: 4px 0; text-align: left; color: #00b0ca; font-size: 18px;}
#content h3{ border-bottom: 1px solid #DDD; padding: 4px 0; text-align: left; color: #222;}
#content p{
  margin: 0px 0px 15px;
  text-align: justify;
  line-height: 17px;
}
#content table{
  margin: 0px auto 0px 0px;
}
#content div table{
  margin: 0px auto 0px auto;
}
#content table td{
  text-align: left;
}
#content ul{
  text-align: left;
  margin: 0px 0px 0px 20px;
  padding: 0px;	
}
#content ol{
  text-align: left;
  margin: 0px 0px 0px 20px;
  padding: 0px;	
}
#content li{
  text-align: justify;
}
#content .iright{
  float: right;	
  margin: 0px 0px 7px 7px;
}
#content .ileft{
  float: left;	
  margin: 0px 7px 7px 0px;
}
#content .slista{
  list-style: none;
}
#content .title{
  width: 710px;
  height: 30px;
  margin: 0px 0px 20px 0px;
}
#pright a,#content a{
  color: #333; text-decoration: none;
}
#pright a:hover,#content a:hover{
  color: #555555;
}
#content .dleft{
  text-align: left !important;
}
#content .dright{
  text-align: right !important;
}
span.u{
  text-decoration: underline;
}
a{
  outline: 0px;
}
#fplayer{
  width: 74px;
  height: 20px;
  background-image: url(img/fplayer.png);
  cursor: pointer;
  cursor: hand;
  margin: 10px auto 10px auto;
}
.sac{
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 10px;
}
.sac a{
  color: #0b668d;
  text-decoration: none;
}
.sac a:hover{
  color: #333333;
}
.input{
  background-color: #FFFFFF;
  border: 1px solid #D6D6D6;
  font-size: 13px;
  font-family: Arial;
  padding: 4px;
  margin: 0px;
}
.inputerror{
  background-color: #E1EBFF;
  border: 1px solid #AECBFF;
}
.submit{
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09A9FF', endColorstr='#0099EC') !important; /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#09A9FF), to(#0099EC)) !important;
  background: -moz-linear-gradient(top,  #09A9FF,  #0099EC) !important; /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #09A9FF,  #0099EC) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #09A9FF,  #0099EC) !important; /* IE10+ */
  cursor: pointer;
  border: 1px solid #0099EC;
  padding: 8px 10px;
  color: #FFF !important;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.submit:hover{background: #09A9FF !important;}
.button{
  border: 1px solid #222;
  padding: 8px 10px;
  color: #444 !important;
  border: 1px solid #BBB; padding: 8px 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background: -moz-linear-gradient(top,  #eeeeee,  #dddddd); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #eeeeee,  #dddddd); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee,  #dddddd); /* IE10+ */
  border-radius: 6px;
  cursor: pointer;
}
.button:hover{background: #FFF;}
span.error{
  display: inline-block;	
  padding: 2px 7px 2px 22px;
  color: #777777;
  margin: 0px 0px 0px 1px;
  display: none;	
  background: #FDF5E8 url(img/error.png) no-repeat 2px 0px;
  border: 1px solid #E7CA96;
  position: absolute;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.tcontacto{
  width: 570px;
}
.tcontacto .tdlabel label,.tcontacto .tdlabel2 label{
  display: block;
  text-align: right;
  font-size: 12px;
}
.tcontacto .tdlabel{
  width: 120px;
}
.tcontacto .tdlabel2{
  width: 200px;
}
.label label{text-align: right !important; display: block;}
.dlist dt{
  float: left;
  width: 120px;
  color: #000;
  text-align: left;
  font-weight: bold;
  padding: 3px 0px;
  white-space: nowrap;
}
.dlist dd{
  padding: 3px 0px;
  color: #C87224;
}



#slider-wrapper{
  width: 1000px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

/***/
.nivoSlider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}
.nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
}
.nivo-main-image {
  display: block !important;
  position: relative !important; 
  width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position:absolute;
  top:0px;
  left:0px;
  width:709px;
  height:350px;
  background: rgba(255,255,255,0);
  border:0;
  padding:0;
  margin:0;
  z-index:6;
  display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
  display:block;
  position:absolute;
  z-index:5;
  height:100%;
  top:0;
}
.nivo-box {
  display:block;
  position:absolute;
  z-index:5;
  overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
  position:absolute;
  left:0px;
  bottom:0px;
  background:#000;
  color:#fff;
  width:100%;
  z-index:8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter:alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
  padding:5px;
  margin:0;
}
.nivo-caption a {
  display:inline !important;
}
.nivo-html-caption {
  display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position:absolute;
  top:45%;
  z-index:9;
  cursor:pointer;
}
.nivo-prevNav {
  left:0px;
}
.nivo-nextNav {
  right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align:center;
  padding: 15px 0;
}
.nivo-controlNav a {
  cursor:pointer;
}
.nivo-controlNav a.active {
  font-weight:bold;
}


.theme-default .nivoSlider {
  position:relative;
  background:#fff url(img/loading.gif) no-repeat 50% 50%;
  margin-bottom:0px;
}
.theme-default .nivoSlider img {
  position:absolute;
  top:0px;
  left:0px;
  display:none;
}
.theme-default .nivoSlider a {
  border:0;
  display:block;
}

.theme-default .nivo-controlNav {
  text-align: center;
  padding: 0;
  position:absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
  z-index: 999;
}
.theme-default .nivo-controlNav a {
  display:inline-block;
  width:20px;
  height:20px;
  background:url(img/slider-bullets.png) no-repeat;
  text-indent:-9999px;
  border:0;
  margin: 0;
}
.theme-default .nivo-controlNav a.active {
  background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
  display:block;
  width:43px;
  height:43px;
  background:url(img/arrows.png) no-repeat;
  text-indent:-9999px;
  border:0;
}
.theme-default a.nivo-nextNav {
  background-position:-43px 0;
  right:0px;
}
.theme-default a.nivo-prevNav {
  left:0px;
}
.theme-default a.nivo-nextNav:hover {background-position: -43px -43px;}
.theme-default a.nivo-prevNav:hover {background-position: 0 -43px;}

.theme-default .nivo-caption {
  font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
  color:#fff;
  border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
  color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
  width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
  width: auto;
  height: auto;
  background: none;
  margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
  display: block;
  width: 120px;
  height: auto;
}

/****/
.clear{clear: both;}
.col5-set{clear: both;}
.col5-set .col5-1{width: 18%; float: left;}
.col5-set .col5-2{width: 18%; float: left; margin-left: 2.5%}
.col5-set .col5-3{width: 18%; float: left; margin-left: 2.5%}
.col5-set .col5-4{width: 18%; float: left; margin-left: 2.5%}
.col5-set .col5-5{width: 18%; float: right;}

#bottom h3{color: #FFF; border-bottom: 1px dotted #333; font-size: 17px; padding: 0 0 4px; margin: 0 0 5px;font-weight: normal;}
#bottom a{color: #bbb; text-decoration: none;font-size: 11px;}
#bottom a:hover{text-decoration: underline;}
#bottom p{font-size: 11px; margin: 0 0 10px;}
#bottom ul{margin: 0 0 0 2px; padding: 0; list-style: none;}
#bottom li{line-height: 14px; padding: 0 0 0 10px; background: url(img/a.png) no-repeat 0 6px; border-bottom: 1px dotted #333;}

ul#catalogo{
  display: block;
  margin:0 !important;
  padding:0 !important;
  list-style: none;
  /*background: #ff0;*/
  width: 590px;
  height: auto;
  /*height:730px;*/
  overflow: hidden;
}

ul#catalogo li{
  display: block;
  float:left;
  margin: 0 5px 20px 0;
  width: 290px;
  height: 170px;
  overflow: hidden;
  /*background: #ffa;*/
}

ul#catalogo h2{
  text-align: left;
  font-weight: bold; 
  font-size: 15px;
  margin: 0; 
  padding: 0 40px 0 0;
  height: 40px;
  /*background: #faa;*/
  vertical-align: text-bottom;
}
ul#catalogo h2 a{
  color: #333 !important;
}
ul#catalogo h2 a:hover{
  color: #555 !important;
}
div.catalogminiimage{
  display: block;
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid #ddd;
  height: 120px;
  width: 120px;
  text-align: center !important;
}

div.catalogminiimage a img{
  max-width: 120px;
  max-height: 120px;
}

div.catalogminiimage img a{
  text-align:center;
}

.add-cart{background: #ff9000; color: #FFF !important; display: inline-block; padding: 8px 10px; float: left;box-shadow: 0 3px 6px rgba(0,0,0,0.2); border-radius: 4px;}

.productos,.productos ul{margin: 0 !important; padding: 0; list-style: none;}
.productos ul{width: 810px; margin-bottom: 50px !important; overflow: hidden; clear: both;}
.productos ul li{width: 240px; float: left; margin-right: 30px;}
.productos .image{width: 240px;height: 160px;}
.productos .image img{max-width: 240px; max-height: 160px; height: 160px;}
.productos .info{ margin-top: 10px;}
.productos h2{text-align: left; font-weight: bold; font-size: 16px; margin: 0 0 10px; padding: 0 0 2px !important; border-bottom: 1px solid #CCC;}
.productos h2 a{text-decoration: none; font-size: 16px;}
.productos p{margin: 0 0 5px!important; padding: 0;font-size: 11px; color: #888; text-align: left !important;}
.productos p strong{color: #333; font-weight: normal;}
.productos .old-price{text-decoration: line-through; color: #999;}
.productos .price{color: #333; font-weight: bold; font-size: 18px;margin-top: 10px; float: right;}
.productos .add-cart{background: #EC2429; color: #FFF !important; display: block; padding: 8px 10px; float: left; margin-right: 5px;margin-top: 5px;box-shadow: 0 3px 6px rgba(0,0,0,0.2); border-radius: 4px;}
.productos .add-cart:hover{background: #ED494E;}


.price{color: #E68400; font-weight: bold; font-size: 15px;}
.old-price{text-decoration: line-through; color: #999; font-size: 11px;}
.priceoferta{color: #E68400; font-weight: bold; font-size: 15px;}
.pagina{ color: #ccc; padding: 10px; border: 1px solid #DDD; border-radius: 6px; margin-top: 40px;}
.pagina a{display: inline-block; padding: 0 4px; font-weight: bold; font-size: 14px; margin: 0 2px;}
.pagina strong{font-size: 14px;}
.pagina .next,.pagina .prev{font-weight: normal; font-size: Tahoma; font-size: 12px;}

.cart {border: 1px solid #DDD;background: #EEE; overflow: hidden;padding: 6px;width: 100%;}
.cart ul{margin: 0; padding: 0;list-style: none;}
.cart li{text-align: left; cleaR: both; overflow: hidden;}
.cart li{border-bottom: 1px solid #DDD; padding: 5px 0;color: #555;}
.cart li:last-child{border: 0;}
.cart .price{display: block; float: left; width: 54px;text-align: right !important; font-size: 11px;}
.cart .dsc{display: block; float: left; width: 86px; margin-right: 6px;font-size: 11px;}
.cart .remove{display: block; float: right;}
.cart .remove a{display: block; width: 13px; height: 12px; background: url(img/del.png) no-repeat;border: 1px solid #888; opacity: 0.5;}
.cart .remove a:hover{opacity: 1;}
.cart .total span{float: right; color: #333;margin-right: 20px;}
.cart .total{font-weight: bold;color: #333;overflow: hidden;}
.cart .checkout{
border: 1px solid #BBB; padding: 8px 4px; color:#444 !important; 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background: -moz-linear-gradient(top,  #eeeeee,  #dddddd); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #eeeeee,  #dddddd); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee,  #dddddd); /* IE10+ */
  border-radius: 6px;
  cursor: pointer;
display: block; text-decoration: none;padding: 8px 10px;}
.cart .checkout:hover{background: #FFF;}

.producto{overflow: hidden;}
.producto .image{width: 300px;height: 200px;text-align: left;float:left;}
.producto .image img{max-width: 300px;max-height: 200px;}
.producto .detalle{ float: right; width: 450px;}
.producto .detalle h4{ clear: both; color: #1873BC; font-size: 12px; text-transform: uppercase; border-bottom: 1px solid #ccc; text-align: left; font-weight: normal;}
.producto .detalle .desc{ margin-bottom: 15px;}
.producto .detalle .old-price{ color: #999; font-size: 16px;text-align: left !important;text-decoration: line-through;}
.producto .detalle .price{ color: #E31A1F; font-size: 22px;text-align: left !important; font-weight: bold;}
.producto .detalle .addcart{float: left; margin: 15px 0;background: #EC2429; color: #FFF!important; font-size: 16px;text-shadow: 0 1px 3px rgba(0,0,0,0.2); display: inline-block; padding: 10px 20px; border-radius: 4px; box-shadow: inset 2px 2px 18px 0px rgba(255,255,255,0.6);}
.producto .detalle .addcart:hover{background: #222;}
.producto .detalle .files{ list-style: none; margin: 0 !important;}
.producto .detalle .files li{ padding-left: 20px; background: url(img/pdf.png) no-repeat;}


.producto .gallery{
  float: left;
  width: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}
.producto .window{
  width: 300px;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.producto .image img{
  text-align: center;
  margin: 0px auto;
}
.producto .controls{
  overflow: hidden;
  padding: 0px 0px;
  height: 24px;
  background: #EEE;
  display: none;
}
.producto .controls a{
  display: block;
  width: 72px;
  margin-top: 1px;
  height: 24px;
  background: url(img/nextprev.png) no-repeat;
  overflow: hidden;
  text-indent: -999px;
}
.producto .controls a.prev{background-position: 0 0; float: left;}
.producto .controls a.next{background-position: -72px 0; float: right;}
.producto .thumbs img{
  float: left;
}
.producto .thumbs{
  margin-top: 10px;
  width: 300px;
  height: 49px;
  overflow: hidden;
  position: relative;
  display: none;
}
.producto .thumbs a{
  display: block;
  float: left;
  width: 70px;
  height: 47px;
  border: 1px solid #CCC;
  margin-right: 4px;
}
.producto .thumbs a.current img{
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.producto .thumbs img{
  border: 0px;
  max-width: 70px;
  max-height: 47px;
}
.producto .images{
  position: absolute;
  top: 0px;
  left: 0px;
}
.producto .pload{
  background: transparent url(img/load.gif) no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.tcart th{
  background-color: #ddd;
  color: #222;
  padding: 3px;
  font-size: 11px;
  border : 1px solid #ddd;
}
.tcart td{
  text-align: center !important;
}
.tcart .desc{
  text-align: left !important;
}
.tcart .psubtotal{	
  text-align: right !important;
  font-weight: bold;
}

.tcart .ptotal, .tcart .ptotallabel{	
  text-align: right !important;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.tcart .tdmin{
  width: 1%;
}
.tcart .cant{
  width: 40px;
  border: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  text-align: right;
}
.qty{
  width: 40px;
  border: 1px solid #CCCCCC;
  background-color: #F7F7F7;
  padding: 4px 0;
  margin: 3px 6px 0 0;
  text-align: center;
  float: left;
}
.producto .cantidad{margin: 18px 6px 0 0 !important; clear: left; display: block; float: left;}
.producto .cantidad .qty{float: none;}
.options{font-size: 11px;text-align: left;}
.options ul{margin: 10px 0 0 20px; padding: 0; color: #999;list-style: circle;}
.hidden{display: none;}
.overlay{padding: 20px;}

.list{padding: 10px 6px; display: block;border: 1px solid #DDD;}
.list ol{margin: 0 0 0 20px; padding: 0; color: #777;}
.list li{text-align: left; border-bottom: 1px solid #DDD;}
.list li:last-child{border: 0;}
.list li a{display: block; padding: 5px 0; font-size: 11px; color: #777;text-decoration: none;}
.list li a:hover{text-decoration: underline;}


.torder{width: 100%;border-spacing: 0; border-collapse: collapse;}
.torder th{
  background-color: #EEE;
  color: #222;
  padding: 3px;
  font-size: 12px;
  border : 1px solid #ddd;
}
.torder td{
  padding: 9px 5px 7px;
  border : 1px solid #ddd;
}
.bclient{background: #333;display: inline-block;border-radius: 10px;overflow: hidden;}
.bclient span{
  display: inline-block;
  padding: 20px 40px 20px;
  color: #FFF;
  font-size: 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4383BC', endColorstr='#6b9eca'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#4383BC), to(#6b9eca));
  background: -moz-linear-gradient(top,  #4383BC,  #6b9eca); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #4383BC,  #6b9eca); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4383BC,  #6b9eca); /* IE10+ */

}
.nclient{background: #333;display: inline-block;border-radius: 10px;overflow: hidden;}
.nclient span{
  display: inline-block;
  padding: 20px 40px 20px;
  color: #FFF;
  font-size: 18px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A46F', endColorstr='#00c385'); /* IE6-9 */
  background: -webkit-gradient(linear, left top, left bottom, from(#00A46F), to(#00c385));
  background: -moz-linear-gradient(top,  #00A46F,  #00c385); /* firefox 3.6+ */
  background: -o-linear-gradient(top,  #00A46F,  #00c385); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #00A46F,  #00c385); /* IE10+ */

}

.activo{
  /*border:1px solid #B61D21; */
  background: #6d9ecb;
  color:#fff !important;
}

.colcantidad{
  width: 20px;
  text-align: right !important;
}

.coldetalle{
  width: auto;
  text-align: left !important;
}

.colpreciounitario{
  width: 40px;
  text-align: right!important;
}

.colsubtotal{
  width: 80px;
  text-align: right!important;
}

.errorblock{
  display: block;
  margin: 2px;
  padding: 5px;
  background: #FFA62D;
  color: #000;
  border: solid 2px #f00;
  width: auto;
  clear: both;
}

.col_left{width: 385px; float: left;}
.col_right{width: 385px; float: right;}
.mini-slider{width: 385px; height: 153px; margin-bottom: 20px;}
.mini-slider ul{margin: 0 !important;}
.mini-slider>div{height: 153px !important;}
.mini-slider .nivoGallery-htmlwrap img{ float: left; max-width: 150px !important; position: static !important;}
.mini-slider .nivoGallery-htmlwrap .desc{ float: right; width: 215px; text-align: left;}
.mini-slider .nivoGallery-htmlwrap .desc h3{ margin: 5px 0 10px; padding: 0; color: #34defb;}
.mini-slider .nivoGallery-htmlwrap .desc p{ margin: 0 0 5px !important; padding: 0; text-align: justify; color: #333; font-size: 11px; line-height: 14px;}
.mini-slider .nivoGallery-htmlwrap .desc .info{ display: inline-block; color: #FFF !important; background: #EC2429; text-decoration: none; padding: 0 10px; height: 30px; line-height: 30px; border-radius: 4px;}
.mini-slider .nivoGallery-htmlwrap .desc .info:hover{ background: #ED494E;}



/****/
 
.nivoGallery {
    position:relative;
    background:#FFF;
    width:100%; /* Width can be fixed px or dynamic % value */
    height:400px; /* Height must be fixed px value */
}
.nivoGallery.loaded {}
.nivoGallery ul {
    list-style:none;
    margin:0;
    padding:0;
}
.nivoGallery ul li {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    font: 14px/1.6em arial,sans-serif;
    color:#fff;
}
.nivoGallery ul img {
    display:block;
    max-width:100%;
    max-height:100%;
    position:absolute; 
    top:0; 
    bottom:0; 
    left:0; 
    right:0;
	margin:auto;
    -ms-interpolation-mode:bicubic;
}

.nivoGallery-slides {
    position:relative;
    height:100%;
    overflow:hidden;
}

.nivoGallery-htmlwrap {
    padding:0;
    height:100%;
    overflow:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivoGallery-videowrap video,
.nivoGallery-videowrap iframe,  
.nivoGallery-videowrap object,  
.nivoGallery-videowrap embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.nivoGallery-directionNav a {
    position:absolute;
    top:45%;
    cursor:pointer;
    display:block;
	width:32px;
	height:34px;
	background:url(img/arrows_gal.png) no-repeat;
	text-indent:-9999px;
	border:0;
    opacity:0;
    z-index:5;
    -webkit-transition:opacity 150ms ease-in-out;
    -moz-transition:opacity 150ms ease-in-out;
    -o-transition:opacity 150ms ease-in-out;
    transition:opacity 150ms ease-in-out;
}
.nivoGallery-directionNav .nivoGallery-prev {
    left:10px;
}
.nivoGallery-directionNav .nivoGallery-next {
    right:10px;
    background-position:-32px 0;
}
.nivoGallery:hover .nivoGallery-directionNav a {
    opacity:0.7;
}
.nivoGallery:hover .nivoGallery-directionNav a:hover {
    opacity:1;
}

.nivoGallery-bar {
	display: none;
    position:absolute;
    bottom:-28px;
    left:0;
    height:28px;
    width:100%;
    font: 11px/28px arial,sans-serif;
    background: #515151;
    background: -moz-linear-gradient(top, #515151 0%, #0e0e0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#0e0e0e));
    background: -webkit-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    background: -o-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    background: -ms-linear-gradient(top, #515151 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#0e0e0e',GradientType=0 );
    background: linear-gradient(top, #515151 0%,#0e0e0e 100%);
    border-top:1px solid #222;
    z-index:5;
}
.nivoGallery-play {
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(images/playpause.png) no-repeat 50% 8px;
    cursor:pointer;
    border-right:1px solid rgba(0,0,0,0.3);
}
.nivoGallery-play.playing {
    background-position:50% -92px;
}
.nivoGallery-count {
    display:inline-block;
    vertical-align:top;
    height:28px;
    padding:0 8px;
    color:#aaa;
    border-left:1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(0,0,0,0.3);
    text-shadow:0 1px 0 #000;
}
.nivoGallery-caption {
    display:inline-block;
    vertical-align:top;
    height:28px;
    border-left:1px solid rgba(255,255,255,0.2);
    padding:0 15px;
    overflow:hidden;
    color:#aaa;
    text-shadow:0 1px 0 #000;
}
.nivoGallery-captionTitle {
    color:#fff;
    font-weight:bold;
    margin-right:5px;
}
.nivoGallery-fullscreen {
    float:right;
    display:inline-block;
    width:32px;
    height:28px;
    border:0;
    background:url(images/fullscreen.png) no-repeat 50% 5px;
    cursor:pointer;
    border-left:1px solid rgba(0,0,0,0.3);
}

.nivoGallery-progress {
    position:absolute;
    top:0;
    left:0;
    background:#fff;
    opacity:0.5;
    width:100%;
    height:2px;
    z-index:5;
}

.nivoGallery.fullscreen {
    position:fixed;
    top:0px;
    left:0px;
    width:100% !important;
    max-width:100%;
    height:100% !important;
    z-index:10000;
}
.nivoGallery.fullscreen .nivoGallery-caption {
    position:fixed;
    top:0;
    left:0;
    display:block;
    width:100%;
    background:#000;
    padding:20px;
    opacity:0.8;
}
.nivoGallery.fullscreen .nivoGallery-play {
    position:fixed;
    top:20px;
    right:45px;
    z-index:6;
}
.nivoGallery.fullscreen .nivoGallery-fullscreen {
    position:fixed;
    top:20px;
    right:20px;
}
.nivoGallery.fullscreen .nivoGallery-htmlwrap {
    padding:90px 20px 20px 20px;
}
/****/

.banner{margin-top: 10px;}
#content img{max-width: 100%;}


li.buscador{float: right !important;margin-top: 5px;margin-right: 5px;white-space: nowrap;}
.nav-mobile{display: none;background: #12bcbf url(img/nav-mobile.png) no-repeat center center;border-radius: 4px;line-height: 34px !important;font-size: 15px !important;padding: 0 3.5% !important;margin: 0 0 1px;text-decoration: none;color: #FFF;width: 40px;height: 40px !important;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;text-transform: uppercase;text-indent: -999px;overflow: hidden;}
.mobile{display: none;}
@media only screen and (max-width: 1023px){
	#body{width: auto;}
	#top{width: auto;height: auto;}
	#panel{width: auto;padding: 1.5%;}
	#bottom{width: auto;}
	#slider-wrapper{width: auto;}
	li.buscador,
	div.buscador{float: none !important;width: 100%;overflow: hidden;text-align: center;padding: 10px 0;background: #EEE;}
	li.buscador form,
	div.buscador form{display: inline-block;margin: 0 auto;}
	#nav{height: auto;}
	.mini-slider{width: 100%;}
	.productos ul{width: 100%;margin-bottom: 0 !important;}
	.productos .image{width: auto;}
	
	.producto .window{width: auto;}
	.producto .thumbs{width: auto;}
	.producto .image{width: 100%;}
	
	#formid .input{width: 86%;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.cart-header{top: 35px;bottom: auto;}
	#pleft{width: 18%;}
	#content{width: 78%;padding-left: 2%;}
	.col_left,.col_right{width: 49%;}
	.mini-slider .nivoGallery-htmlwrap img{float: none;}
	.mini-slider .nivoGallery-htmlwrap .desc{float: none;width: auto;}
	.mini-slider{height: 250px;}
	.mini-slider>div{height: 250px !important;}
	.productos ul li{width: 31%;margin-right: 2%;}
	.productos h2 a{font-size: 12px;}
	.productos h2 a span{font-size: 11px !important;}
	
	.producto .gallery{width: 39%;}
	.producto .detalle{width: 59%;}
	
	#bottom p{font-size: 10px;}
	
}
@media only screen and (max-width: 767px) {
	.nav-mobile{display: block;top: 48px;position: absolute;right: 4px;}
	.mobile{display: block;}
	.desktop{display: none;}
	li.buscador{display: none;}
	#nav{overflow: hidden;position: absolute;top: 90px;right: 0;display: none;}
	#nav li{float: none;}
	#nav li a{border: 0;float: none;text-align: right;padding: 0 20px 0 40px;line-height: 34px;height: 34px;}
	.text{display: none;}
	.cart-header div strong,
	.cart-header div p a span,
	.cart-header div div{display: none;}
	.cart-header div p a span.quantity{display: block;}
	.cart-header{width: 32px;height: 35px;padding: 0;bottom: auto;top: 48px;right: 70px;text-align: center;}
	.cart-header div{background: none;padding-top: 17px;}
	.cart-header p span{color: #FFF;}
	#head{height: auto;background: none;}
	#slider-wrapper{height: auto;}
	#pleft{float: none;width: auto;}
	#content{float: none;width: auto;padding: 20px 0;}
	.col_left,.col_right{float: none;width: auto;}
	.col5-set .col5-1,
	.col5-set .col5-2,
	.col5-set .col5-3,
	.col5-set .col5-4,
	.col5-set .col5-5
	{float: none;width: auto;margin: 10px 0 0;}
	#bottom{padding: 20px 10px 30px;}
	.productos ul li{float: none;width: auto;margin: 0 0 25px;overflow: hidden;}
	.productos h2{height: auto !important;}
	.productos .image{height: auto;}
	.productos .image img{height: auto;}
	
	.producto .gallery{width: 100%;margin: 0 0 20px;}
	.producto .detalle{width: 100%;}
	.tcontacto input[type=text],
	.tcontacto textarea{width: 46%;}
	
	#pleft h2,
	#pleft h3{position: relative;cursor: pointer;}
	#pleft h2:before,
	#pleft h3:before{width: 24px;height: 24px;position: absolute;top: 9px;right: 0;content:"+";}
	#pleft .submenu,
	#pleft .list{display: none;}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
}
@media only screen and (max-width: 599px) {
}
@media only screen and (max-width: 479px) {
	div.buscador input[type=text]{width: 120px !important;}
	.socials a{margin: 0;}
	.cart-header{right: 60px;}
	.logo img{width: 210px;height: auto;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}


/*Botón de Ws*/
#chat-ws {position: fixed;bottom: 10px;left: 10px;width: 60px;height: 60px;border-radius: 50%;cursor: pointer;display: block;box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);z-index: 999;}
#chat-ws img {padding-left: 0px;padding-top: 0px;width: 100%;}
#ayuda {position: fixed; color: white;padding: 15px 0px 15px 20px;bottom: 10px;left: 73px;width: 236px;height: auto;background-color: #1bd741;
border-radius: 40px;cursor: pointer;display: block;-webkit-box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);
-moz-box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);box-shadow: 0px 0px 20px 0px rgba(91, 91, 91, 0.5);z-index: 999;}
#ayuda a {color:#fff; text-decoration: none;}
