@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);

root { 
  /*  display: block;*/
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  border: 0;
  display: block;
}
img.zoomImg {
  cursor: -webkit-zoom-in; 
  cursor: -moz-zoom-in;
}
img.zoomImg.cursorOut {
  cursor: -webkit-zoom-out; 
  cursor: -moz-zoom-out;
}
a {
  text-decoration: none;
}

html, body {
  margin: 0 auto;
  background: #ccc;
  height:100%;
  font-family: 'Roboto', sans-serif;}

#marco {
  width:1260px;
  margin:0 auto;
  background-color:#fff;
}
.clear {
  clear:both;
}
/* header */
.menusup{
  /*width:100%;*/

  height:36px;
  background-color:#272729;}
.menusup ul{
  padding:6px 60px;
  list-style:none;
  float:right;
  margin:0;

}
.menusup ul li{
  display:inline-block;
  text-align:center;
  padding:0 0 0 20px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:300; 
  letter-spacing:0.05em;
}
.menusup ul li a{
  color:#eae8e8;}
.menusup ul li a:hover{
  color:#eece30;}

/***************************************

/* nav */

.logo{
  float: left;
margin-left: 50px;
width: 341px;}
.logo span{
text-align: left;
text-transform: uppercase;
font-size: 14px;
font-weight: 700;
letter-spacing: 0.05em;
float: right;
margin-top: -79px;
font-style:italic;
}

nav {
  width:100%;
  height:140px;
  clear:both;
  background-color:#f6f6f6;
  margin:0;
}
nav > ul {
  padding:2px 60px;
  list-style:none;
  float:right;
  margin:0;
}
nav > ul > li {
  position: relative;
  display:inline-block;
  text-align:center;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700; 
  letter-spacing:0.05em;
}
nav > ul > li > a {
  display:block;
  margin-top:10px;
  padding:48px 20px;
  color:#333;
}
nav > ul > li:hover > a {
  background-color:#eece30;
  background-color: rgba(238, 206, 48, 0.9);
/*  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}

nav > ul > li > ul.dropdown {
  display: none;
  list-style:none;
  position: absolute;
  top: 100%;
  left: 0;
  /*  background-color:#eece30;*/
  background-color:rgba(238, 206, 48, 0.9);
  border-bottom:3px solid #111;
  padding: 10px 0;
  z-index: 199;
}
nav > ul > li:hover > ul.dropdown {
  display: block;
}
nav > ul > li > ul.dropdown > li > a {
  display: block;
  padding:0 20px;
  font-size:12px;
  font-weight:700;
  line-height: 21px;
  color: #000;
  text-align: left;
  text-transform:uppercase;
  text-decoration: none;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
nav > ul > li > ul.dropdown > li > a:hover {
  color: #fff;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
} 

/* home-carousel */
#home-carousel {
  position: relative;
  width: 1260px;
  height: 460px;
  margin-bottom: 35px;
}
#home-carousel:after {
  display: block;
  content: '';
  position: absolute;
  width: 1260px;
  height: 30px;
  background: url(../images/carr_shadow.jpg) no-repeat center center;
}
#home-carousel .owl-buttons .owl-prev,
#home-carousel .owl-buttons .owl-next {
  position: absolute;
  top: -235px;
  left: 0;
  border-radius: 0;
  background: #ccc;
  font-size: 30px;
  color: #333;
  height: 80px;
  line-height: 80px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-carousel .owl-buttons .owl-next {
  left: auto;
  right: 0;
}

/* int-carousel */
#int-carousel {
  position: relative;
  width: 1140px;
  height: 460px;
  margin-bottom: 35px;
}
#int-carousel .owl-controls {
  top: 50%;
  bottom: auto;
  margin-top: -40px;
}
#int-carousel .owl-buttons .owl-prev,
#int-carousel .owl-buttons .owl-next {
  position: absolute;
  left: 0;
  border-radius: 0;
  background: #ccc;
  font-size: 30px;
  color: #333;
  height: 80px;
  line-height: 80px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#int-carousel .owl-buttons .owl-next {
  left: auto;
  right: 0;
}

.categorias{
  position: relative;
  margin: 0;
  width: 1260px;
  height: 200px;
/*background: url('../images/header-bg.jpg') no-repeat;*/
}
.categorias .brand-logo {
  position: absolute;
  top: 15px;
  right: 15px;
}

.submenu{
  margin:0 auto;
  height:320px;
  width:1140px;
}
.submenu ul {
  list-style:none;
  margin:0 auto;
}
.submenu ul li:first-child{
  margin-left:0;}

.submenu ul li {
  float:left;
  width:200px;
  background-color:#e8e7e6;
  text-align:center;
  text-transform:uppercase;
  margin-left:35px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu ul li:hover{
  background-color:#eece30;
  border-bottom:5px #000 solid;
}	
.submenu ul li img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submenu ul li:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.submenu ul li a span{
  display:block;
  height:65px;
  color:#474747;
  font-size:20px;
  font-weight:400;
  padding:35px 0 0 0;
  border-bottom:3px #eece30 solid;

}





/* sidebar */
.sidebar {
  float:left;
  width:300px;
  margin:28px 0 0 0;
  background-color:#fdc300;
  padding-bottom:30px;
}
.sidebar h1 {
  font-size:28px;
  text-transform:uppercase;
  color:#fff;
  margin:0 30px;
  padding-top:10px;
  border-bottom:4px solid #FFF;
  font-weight:700;
  text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.5);
}
.sidebar h2 {
  padding:0 30px;
  font-weight:700;
  font-size:22px;
  color:#fff;
  line-height: 50px;
  text-transform:uppercase;
  background-color: #777;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2); 
}
.sidebar > ul {
  display: block;
  list-style:none;
  margin:10px 30px 20px;
  width: 240px;
}
.sidebar > ul > li {
  position: relative;
}
.sidebar > ul > li > a {
  display: block;
  width: 240px;
  margin:10px 0 0 0;
  padding-bottom:3px;
  color:#FFF;
  border-bottom:1px solid #FFF;
  font-size:18px;
  font-weight:700;
  line-height:18px;
  text-decoration:none;
  text-transform:uppercase;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.5);
}
.sidebar > ul > li > a:hover {
  color:#000;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.2);
}
.sidebar .nav-tabs > li.active > a {
  position: relative;
}
.sidebar .nav-tabs > li.active > a:after {
  right: -5px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sidebar .nav-tabs > li.active > a:after {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #fff;
  border-width: 5px;
  bottom: 6px;
  margin-top: -5px;
}
.sidebar .more {
  margin-top: 47px;
  border-top: 4px solid #FFF;
}
.sidebar > .box {
  background-color: #fff;
  margin-top: 15px;
}
.sidebar > .box > a:hover > h2 {
  background-color: #888;
}
.sidebar > .box > a:hover > img {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* content */
.content {
  margin:0 auto;
  width:1140px;
  height:auto;
  padding: 40px 0 60px 0;
}
.content h1 {
  font-size:20px;
  font-weight:400;
  height:40px;
  line-height: 40px;
  margin-bottom:20px;
  padding:0;
  text-transform:uppercase;
  color:#302e2e;
  background-color:#FFF;
  display: inline-block;
  padding-right: 30px;
  clear:both;
}
.content .btn-comprar {
  float: right;
}
.content .fondoh1 {
  display:inline-block;
  margin-top:80px;
  clear:both;
  height:40px;
  width: 100%;
  background-image: url(../images/h1_fondo.png);
  background-repeat: repeat-x;
  background-position: 0px 5px;
}
.content .fondoh1:first-child{
  margin-top:0px;}

.content h2 {
  font-size:22px;
  font-weight:300;
  line-height:20px;
  margin:40px 0 20px 0;
}

.content .thumb {
  display: block;
  float:left;
  width:200px;
  height:125px;
  margin-top:30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .thumb img {
  display:block;
  width:200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content .thumb h3 {
  display:block;
  width:200px;
  font-size:13px;
  text-align:center;
  text-transform:uppercase;
  font-weight:700;
  line-height:25px;
  color:#525151;  
}


.content .thumb:hover, .content .thumb:hover img {
  background-color:#eece30;
  filter: alpha(opacity=80);
  opacity: 0.8;
  cursor:pointer;
}

.content .divisor{
  width:2px;
  height:120px;
  float:left;
  border-left: solid 1px #ababab;
  margin:30px 12px 0 }

.content h2 {
  font-size:22px;
  font-weight:300;
  line-height:20px;
}
.content h2.title {
  font-weight: 600;
}

.thumbnails {
  width: 100%;
  margin:0 auto;
  list-style:none;
  text-align: center;
  padding:40px 0 0 0;
}
.thumbnails li {
  display: inline-block;
  width: 135px;
  height: 90px;
  margin:0 10px 0 0;
  vertical-align: top;
}

.vervideo a {
  display: block;
  background-color:#CCC;
  color:#333;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  text-align:center;
  width: 135px;
  height: 90px;
  line-height: 90px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vervideo a:hover{
  background-color:#eece30;
  cursor:pointer;
}

.col-2-3{
  margin-top:40px;
  float:left;
  width:700px;
  min-height:400px;
}

.col-1-3{
  margin-top:40px;
  float:right;
  width:350px;
  min-height:400px;
}
.col-1-3-tit{
  font-size:20px;
  font-weight:700;
  color:#302e2e;
  text-transform:uppercase;
  width:100%;
  padding-bottom:10px;
  border-bottom:solid 4px #dedfdf;}
.col-1-3 ul{
  list-style:none;
  margin:20px 0 0 0;
}

.col-1-3 ul li{
  float:left;
  width:100%;
  font-size:14px;
  font-weight:400;
  margin-bottom:10px;
}

.col-1-3 ul li a{
  color:#555;
  background-image: url(../images/guion.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding:0 30px 4px;}

.col-1-3 ul li a:hover{
  font-weight:700;
  color:#000;}

.content p {
  font-size:14px;
  font-weight:300;
  line-height:24px;
  margin: 0;
}
.content img {
/*	max-width:400px;
	float:left;
	margin:0 40px 0 0;*/}

.contimg{
	max-width:400px;
	float:left;
	margin:0 40px 0 0;
	}


/* formulario */


#tabs_container label{
  clear:both;
  float:left;
  font-size:16px;
  margin:0 0 22px 0;
  padding-top:15px;
}
#tabs_container input{
  position: relative;
  padding: 5px 5px 5px 10px;
  width: 400px;
  height: 30px;
  font-size: 14px;
  color: #333;
  margin: 0 0 20px 0;
  border:solid 2px #eee;
}
.clear_simple{
  clear:both;}
.datos{
  margin:30px 0 0 30px;}
.form_left{
  float:left;
  width:150px;}
.form_right{
  float:left;
  width:400px;}
#botonenviar{
  margin-top:10px;
  width:420px !important;
  height:60px !important;
  background-color:#eece30;
  color:#fff !important;
  font-weight:bold !important;
  font-size:16px !important;
  float:left;
  margin: 0 0 0 179px !important;
    
}
#botonenviar:hover{
  background-color: #D59514;
}
#gracias {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  clear: both;
  margin: 0 0 0 40px;
  padding-left: 133px;
  height:250px;
  padding:50px;
  display:none;
}


/* fin formulario */














.content iframe {
  border: 0;
}
.content .btn {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  color: #ffffff;
  background-color: #363636;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.content .btn:hover {
  color: #ffffff;
  background-color: #222222;
}
.content .btn > i {
  margin-right: 5px;
}
.content .texto, .content .articulos, .content .productos, .content .form {
  margin-top:20px;
  background-color:#eee;
  width:100%;
  min-height:500px;
  padding: 0 0 15px;
}
.content .texto img {
  /*display: block;
  min-width:600px;*/
  max-width:600px;
}
.content .texto .map {
  margin: 0 15px 15px; 
  padding: 15px 0 0;
}
.content .texto .map iframe {
  min-width:600px;
  max-width:600px;
}

/* content-articulos */
.content .articulos h1, .content .texto h1, .content .productos h1, .content .form h1,
.content .articulos h2, .content .texto h2, .content .productos h2, .content .form h2,
.content .articulos h3, .content .texto h3, .content .productos h3, .content .form h3,
.content .articulos h4, .content .texto h4, .content .productos h4, .content .form h4,
.content .articulos h5, .content .texto h5, .content .productos h5, .content .form h5,
.content .articulos h6, .content .texto h6, .content .productos h6, .content .form h6,
.content .articulos table, .content .texto table, .content .productos table, .content .form table,
.content .articulos p, .content .texto p, .content .productos p, .content .form p {
  margin: 0 15px; 
  padding: 15px 0 0;
}
.content .articulos ul, .content .texto ul, .content .productos ul, .content .form ul,
.content .articulos ol, .content .texto ol, .content .productos ol, .content .form ol {
  margin: 0 35px; 
  padding: 15px 0 0;
}
.content .articulos {
  padding-top: 15px;
}
.content .articulos > .item {
  display: block;
  color: #000;
  color: inherit;
  text-decoration: none;
  height: 180px;
  background-color: #fff;
  margin: 0 15px 15px; 
  border: 1px solid #fff;
}
.content .articulos > .item:hover {
  border: 1px solid #ccc;
}
.content .articulos > .item > h2 {
  padding-top: 5px;
  text-transform: uppercase;
}
.content .articulos > .item > img {
  float: right;
  margin: 15px;
}
.content .articulos > .articulo > .shadowbox {
  display: block;
  margin: 0 15px;
  padding: 15px 0 0;
}
.content .articulos > .articulo > h2 {
  padding-top: 5px;
  font-weight: 600;
}
.content .articulos > .articulo > .files {
  list-style: none;
  margin-top: 35px;
  padding: 0;
  border: 1px solid #ccc;
}
.content .articulos > .articulo > .files > li {
  line-height: 30px;
  padding: 0 5px;
}
.content .articulos > .articulo > .files > li.header {
  background-color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
}

/* content-productos */
.content .productos {
  padding-top: 15px;
}
.content .productos > .item {
  display: block;
  float: left;
  color: #000;
  color: inherit;
  text-decoration: none;
  width: 188px;
  height: 348px;
  max-height: 350px;
  background-color: #fff;
  margin: 0 0 15px 15px; 
  border: 1px solid #fff;
}
.content .productos > .item:hover {
  border: 1px solid #ccc;
}
.content .productos > .item > img {
  padding: 15px 0 0;
  margin: 0 15px;
}
.content .productos > .item > h2 {
  text-transform: uppercase;
  height: 50px;
  max-height: 50px;
  overflow: hidden;
}
.content .productos > .item > p {
  padding: 0;
  font-size: 12px;
  height: 93px;
  max-height: 93px;
  overflow: hidden;
}
.content .productos > .item > .btn {
  display: block;
  margin: 0 15px 5px;
  text-align: left;
}
.content .productos > .item > .btn:last-of-type {
  margin-bottom: 15px;
}
.content .productos > .equipment {
  height: 515px;
  max-height: none; 
}
.content .productos > .equipment > .specs {
  height: 200px;
  max-height: 225px;
  overflow: hidden;
}
.content .productos > .equipment > .specs > p {
  padding: 0;
  font-size: 12px;
}
.content .productos > .equipment > .btn {
  text-transform: uppercase;
}

/* content-ohers */
.content .flecha-top {
  display: block;
  width: 46px;
  height: 46px;
  float:right;
  clear: both;
  margin:15px 0 0 0;
  text-indent: -5000px;
  background: url('../images/ico_flecha.png') no-repeat center center #ccc;
  border: solid 4px #777;
}
.content .flecha-back {
  display: block;
  width: 46px;
  height: 46px;
  float: right;
  margin:15px 5px 0 0;
  text-indent: -5000px;
  background: url('../images/ico_back.png') no-repeat center center #ccc;
  border: solid 4px #777;
}
.content .flecha-top:hover, .content .flecha-back:hover{
  background-color:#777;	
}

/* content-form 
.content .form > h2 {
  text-transform: uppercase;
}
.content .form > form {
  margin: 0 15px; 
  padding: 30px 0;
}
.content .form > form .control-group {
  width: 300px;
  float: left;
}
.content .form > form .control-group.block {
  width: 100%;
  float: none;
}
.content .form > form .control-label {
  width: 120px;
  text-align: left;
}
.content .form > form .controls {
  margin-left: 120px;
}
.content .form > form .controls .input-small {
  width: 60px; 
}
.content .form > form .controls textarea, .content .form > form .controls .input-xlarge {
  width: 450px;
}
.content .form > form .controls .btn {
  margin: 0;
}
.content .form > form .controls .help-inline {
  font-size: 13px;
}
.content .form > form .controls .add-item {
  font-size: 24px;
  color: #111;
}
.content .form > form .controls .add-item:hover {
  color: #FDC300;
}*/

/* slider */
#slider {
  margin:28px 0 0 0;
  width:100%;
  height:420px;
}
#slider .slide {
  width: 960px;
  height: 420px;
}
#slider .slide > .caption {
  position: absolute;
  padding: 10px 0;
  width: 960px;
  font-size: 25px;
  color: #fff;
  line-height: 25px;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  background-color: #000;
  background-color: rgba(0,0,0,0.3);
}
#slider-nav {
  z-index: 599;
  position: absolute;
  margin-top: -65px;
  padding-top: 5px;
  text-align: center;
  width: 960px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.3);
}
#slider-nav li { 
  display: inline-block; 
  margin: 3px; 
  width: 90px;
  list-style: none;
}
#slider-nav a { 
  display: inline-block; 
  border: 2px solid #fff;
  width: 90px;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
#slider-nav li.activeSlide a { 
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
#slider-nav a:focus { outline: none; }
#slider-nav img { border: none; display: block; max-width: 90px; }

/* home */
.home-box {
  width:300px;
  height:210px;
  float:left;
  margin:28px 0 0 0;
  background-color:#fdc300;
}
.home-box > a > h2, .home-box > div > h2 {
  padding:0 15px;
  background-color: #777;
  font-weight:700;
  font-size:22px;
  color:#fff;
  line-height: 50px;
  text-transform:uppercase;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.home-box > a:hover > h2 {
  background-color: #888;
} 
.home-box > a:hover > img {
  zoom: 1;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.home-box.center {
  margin:28px 30px 0;
}
.home-box.right {
  position: relative;
  color:#fff
}
.home-box .video {
  display: block;
  margin: 20px;
  height: 170px;
}
.home-box .sucursales {
  display: block;
  margin: 20px;
  height: 170px;
}
.home-box .newsletter {
  margin: 20px;
  height: 170px;
  background-color: #acacac; 
}
.home-box .newsletter > form {
  margin: 20px;
}
.home-box .newsletter > form > .btn {
  border: 0;
  background-color: #B0221E;
  margin: 5px 0 0;
  display: block;
  line-height: 30px;
  width: 100%;
  height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:16px;
  font-weight: 700;
  color: #fff;
  text-align:center;
  text-transform:uppercase;
}
.home-ofertas {
  position: relative;
  width:300px;
  height:360px;
  background-color:#777;
  float:right;
  margin: 28px 0 0 0;
}
.home-ofertas > h2 {
  padding:0 15px;
  background-color: #777;
  font-weight:700;
  font-size:22px;
  color:#fff;
  line-height: 50px;
  text-transform:uppercase;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
}
.home-ofertas .ofertas {
  width: 300px;
  height: 310px;
}
.home-ofertas .ofertas > .item {
  width: 300px;
  height: 310px;
  background-color: #999;
}
.home-ofertas .ofertas > .item > img {
  margin: 20px 20px 0;
  display:block;
}
.home-ofertas .ofertas > .item > h2 {
  margin: 5px 20px 0;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.home-ofertas .ofertas > .item > p {
  margin: 5px 20px 0;
  color: #ddd;
  height: 65px;
  max-height: 65px;
  overflow: hidden;
}
.home-ofertas .ofertas > .item > .btn {
  display: block;
  height: 30px;
  font-size:16px;
  font-weight: 700;
  color: #fff;
  text-align:center;
  text-transform:uppercase;
  background-color: #B0221E;
  margin: 5px 20px 0;
  line-height:30px;
}
.home-ofertas .ofertas > .item > .btn:hover {
  background-color: #bc4340;
}
.home-ofertas .control {
  position: absolute;
  top: 34%;
  font-size: 28px;
  line-height: 28px;
  color: #000;
  z-index: 299;
  zoom: 1;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.home-ofertas .control:hover {
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.home-ofertas .control.prev2 { left: 25px; }
.home-ofertas .control.next2 { right: 25px; }
.home-productos {
  width: 630px;
  height: 360px;
  margin: 28px 0 0 0;
  float: left;
  background-color: #FDC300;
}
.home-productos > .nav-tabs {
  list-style: none;
  height: 50px;
}
.home-productos > .nav-tabs > li {
  float: left;
}
.home-productos > .nav-tabs > li > a {
  display: block;
  padding: 0 10px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 0.2);
}
.home-productos > .nav-tabs > li.active > a {
  background-color: #ccc;
}
.home-productos > .nav-tabs > li > a:hover {
  background-color: #bbb;
}
.home-productos > .tab-content {
  position: relative;
  width: 630px;
  height: 310px;
  background: url('../images/productos_fondo.png') no-repeat center center;
}
.home-productos > .tab-content > .tab-pane {
  width: 100%;
  height: 100%;
}
.home-productos > .tab-content > .tab-pane > .item {
  width: 580px;
  height: 260px;
  padding: 25px;
  text-align: center;
}
.home-productos > .tab-content > .tab-pane > .item > img {
  margin: 0 auto;
}
.home-productos > .tab-content > .tab-pane > .item > h2 {
  margin-top: 5px;
  font-weight: 300;
} 
.home-productos > .tab-content > .control {
  position: absolute;
  top: 50%;
  margin-top: -19px;
  font-size: 38px;
  line-height: 38px;
  z-index: 299;
  zoom: 1;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.home-productos > .tab-content > .control:hover {
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: 0.75;
}
.home-productos > .tab-content > .control.prev { left: 15px; }
.home-productos > .tab-content > .control.next { right: 15px; }
.home-newsletter{
  width:300px;
  height:360px;
  background-color:#777;
  float:right;
  margin: 28px 0 0 0;
}

.tarjetas {
  clear:both;
  width:100%;
  height: auto;
  margin:35px 0 0 0;
  padding:28px 0 0 0; 
}
.tarjetas img {
  margin:0 auto;
  width:80%;}

/* footer */
footer {
  clear:both;
  width:100%;
  height: 500px;
  margin:0;
  background-color: #424146;
}
.cajafooter{
  width:1140px;
  margin:0 auto;
  height:300px;
  padding:30px 0 ;}

.footercol:first-child{
  margin-left:0;
}
.footercol{
  width:356px;
  padding-bottom:10px;
  margin-left:35px;
  float:left;
}
.footercol img{
  opacity: 0.7;
  filter: alpha(opacity=70);}	

.footercol img:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}	




.icono{
  float:left;
  width:30px;}
.icono img{
  width:30px !important;
  height:30px;}	
.foottexto{
  width:80%;
  color:#FFF;
  float:left;
  margin-left:20px;
  font-size:12px;
  line-height:20px;
  font-weight:400;
  padding-bottom:20px;}
.foottexto span{
  color:#eece30;
  font-weight:700;}		
.foottit{
  color:#CCC;
  font-weight:300;
  font-size:26px;
  padding:0 0 30px 0;
  clear:both;
}

.cajafooterbis{
  width:100%;
  margin:0 auto;
  height:400px;
  padding:30px 0;
  background-color:#000;}

.logofooter{
  display:block;
  float:left;
  margin:20px 0 0 60px;
  width:100px;}

.cajafooterbis > ul {
  padding:40px 60px 0 0;
  list-style:none;
  float:right;
  margin:0;
}
.cajafooterbis > ul > li {
  float: left;
  text-align:left;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700; 
  letter-spacing:0.05em;
  margin:0 40px 0 0;
}
.cajafooterbis > ul > li:last-child{
  margin-right:0;

}
.cajafooterbis > ul > li > a {
  display:block;
  margin-top:10px;
  padding:10px 0;
  color:#b9b7b7;
  margin:0;
}

.cajafooterbis > ul > li > a:hover{
  color:#fff;
}
.cajafooterbis > ul > li > ul {
  list-style:none;}
.cajafooterbis > ul > li > ul > li {
  margin-top:4px;
  font-size:10px;}
.cajafooterbis > ul > li > ul > li > a {
  color:#b9b7b7;
}
.cajafooterbis > ul > li > ul > li > a:hover {
  color:#fff;
}

.direcciones {
	margin:10px 0 0 0 !important;
	line-height:18px !important; }
.mapa {
	float:left;
	margin:0 20px 20px 0;}

.content .sucursales {
	float:left;
	width:380px;
	height:350px;
}
.afip{
	clear:both;
	width:80px;
	margin:70px auto;}
.afip img{
	width:60px;}
	
	
/* formulario */
#formulario{
/*	width:100%;
	display:block;
	margin:30px 0 60px 30px;
	height:300px;*/
	}

#formdata{
  display:block;
  width:900px;
  height:350px;
  padding:40px 0;
}


#formulario label{
	clear:both;
	float:left;
	font-size:16px;
	color:#555;
	margin:0 0 22px 0;
	padding-top:15px;
}
#formulario input{
	position: relative;
	padding: 5px 5px 5px 10px;
	width: 605px;
	height: 30px;
	font-size: 14px;
	color: #333;
	margin: 0 0 20px 0;
	border:solid 2px #eee;
	}
#formulario textarea{
	position: relative;
	padding: 5px 5px 5px 10px;
	width: 605px;
	height: 110px;
	font-size: 14px;
	color: #333;
	margin: 0 0 20px 0;
	border:solid 2px #eee;
	
	}
#formulario span{
	float: left;
padding-top: 5px;
margin-right: 53px;
font-size:15px;
color:#555;}
.clear_simple{
	clear:both;}
.datos{
	margin:30px 0 0 30px;}
.form_left{
	float:left;
	width:180px;}
.form_right{
	float:left;
	width:680px;}
	
.radio{
	float:left;
	width:34px !important;
	padding-top:10px !important;}
	

#botonenviar:hover{
	background-color: #BA934C;
	}
#graciasa {
	font-size: 18px;
	color: #555;
	font-weight: bold;
	clear: both;
	margin: 0 0 0 40px;
	padding-left: 133px;
	height:300px;
	padding:50px;
	display:none;
}	