body {
  margin: 0 auto;
  font-family: 'PT Sans', sans-serif, Helvetica, Arial;
  font-size: 15px;
  line-height: 20px;
  color: #585757;
  background-color: #dcdcdc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'PT Sans', sans-serif, Helvetica, Arial;
  font-weight: 700;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 {
  font-size: 30px;
  line-height: 33px;
}
p {
  font-family: 'PT Sans', sans-serif, Helvetica, Arial;
  font-size: 15px;
  text-align: justify;
  color: inherit;
  text-rendering: optimizelegibility;
}
.minicabecera {
  background: #000000;
  height: 32px;
}
.minicabecera li{
  display: inline;
  float: right; 
  margin: 5px 5px;
  list-style: none;
}
.cabecera {
  background: rgba(56,56,54,1);
  background: -moz-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 38%, rgba(45,45,43,1) 38%, rgba(45,45,43,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(56,56,54,1)), color-stop(0%, rgba(56,56,54,1)), color-stop(38%, rgba(56,56,54,1)), color-stop(38%, rgba(45,45,43,1)), color-stop(100%, rgba(45,45,43,1)));
  background: -webkit-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 38%, rgba(45,45,43,1) 38%, rgba(45,45,43,1) 100%);
  background: -o-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 38%, rgba(45,45,43,1) 38%, rgba(45,45,43,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 38%, rgba(45,45,43,1) 38%, rgba(45,45,43,1) 100%);
  background: linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 38%, rgba(45,45,43,1) 38%, rgba(45,45,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383836', endColorstr='#2d2d2b', GradientType=1 );
  height: 375px;
}
.logotipo-principal {
  margin-top: 40px;
}
.menu .nav {
  float: right;
  margin-top: 100px;
}

.menu-principal {
  text-transform: uppercase;
}

.nav-pills > .active > a, .nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #707070;
}
.nav-pills > li > a {
  color: #707070;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.carousel {
  margin-top: 20px;
}
.carousel img {
  border: 7px solid #707070;
}
.carousel-control {
  background-color: #2d2d2b;
  border: 3px solid #ffffff;
  line-height: 35px;
  margin-top: 10px;
}
.carousel-caption {
  background: #2d2d2b;
    background: rgba(45, 45, 43, 0.75);
    color: #ffffff;
    height: 30px;
    margin: 15px 15px;
    text-align: center;
}
.carousel-caption a {
  color: #FFFFFF;
  text-decoration: underline !important;
}

.carousel-caption h1 {
  margin-top: 0px;
}

.titulo {
  margin-bottom: 20px;
}
.titulo-home {
  line-height: 30px;
  letter-spacing: -0.03em;
  border-left: 7px solid #ff0000;
  padding-left: 8px;
  margin-bottom: 25px;
  margin-top: 30px;
}
.titulo p {
  margin-bottom: 20px;
}
.no-negrita {
  font-weight: 400;
  letter-spacing: -0.05em;
}
.no-negrita a {
  color: #585757;
  text-decoration: underline;
}
.contenedor-blanco {
  background: #ffffff;
  height: 100%;
}
.blanco {
  margin-bottom: 35px;
}
.contenedor-blanco .parrafo {
  margin-top: 35px;
}

.photostock {
  margin-top: 40px;
  border-bottom: 7px solid #ff0000;
  padding-bottom: 5px;
}
.video {
  margin-top: 40px;
  border-bottom: 7px solid #ff0000;
}


.infografia1 {
  margin-top: 50px;
}
.equipo img {
  margin-top: 10px;
}
.equipo .titulo-foto {
  line-height: 26px;
  margin-top: 20px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 7px solid #ff0000;
}
.equipo .no-negrita {
  font-size: 26px;
}
.equipo2, .equipo3{
  width: 428px;
}
.equipo3 {
  margin-left: 83px;
}
.equipo2 img {
  margin-top: 10px;
}
.equipo2 .titulo-foto {
  line-height: 26px;
  margin-top: 20px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 7px solid #ff0000;
}
.equipo2 .no-negrita {
  font-size: 26px;
}
.equipo3 img {
  margin-top: 10px;
}
.equipo3 .titulo-foto {
  font-size: 21px;
  line-height: 26px;
  margin-top: 20px;
  padding-bottom: 8px;
  border-bottom: 7px solid #ff0000;
}
.equipo3 .no-negrita {
  font-size: 15px;
  letter-spacing: -0.05em;
}

.footer {
  background: rgba(56,56,54,1);
  background: -moz-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(45,45,43,1) 57%, rgba(56,56,54,1) 57%, rgba(45,45,43,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(56,56,54,1)), color-stop(0%, rgba(56,56,54,1)), color-stop(57%, rgba(45,45,43,1)), color-stop(57%, rgba(56,56,54,1)), color-stop(100%, rgba(45,45,43,1)));
  background: -webkit-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(45,45,43,1) 57%, rgba(56,56,54,1) 57%, rgba(45,45,43,1) 100%);
  background: -o-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(45,45,43,1) 57%, rgba(56,56,54,1) 57%, rgba(45,45,43,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(45,45,43,1) 57%, rgba(56,56,54,1) 57%, rgba(45,45,43,1) 100%);
  background: linear-gradient(45deg, rgba(56,56,54,1) 0%, rgba(56,56,54,1) 0%, rgba(45,45,43,1) 57%, rgba(56,56,54,1) 57%, rgba(45,45,43,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383836', endColorstr='#2d2d2b', GradientType=1 );
  height: 100%;
  border-top: 4px solid #707070;
}
.footer h1 {
  font-family: 'Yesteryear', cursive;
  color: #ff0000;
  margin: 15px auto;
  text-align: center;
}
.tienda-footer img {
  margin-left: 5px;
}
.parrafo-footer {
  color: #707070;
  font-size: 13px;
  line-height: 15px;
  margin-top: 25px;
  text-align: center;
}
.solicitud {
  color: #707070;
  font-size: 13px;
  line-height: 15px;
  margin-top: 25px;
  text-decoration: underline;
}
.solicitud a {
  color: #707070;
}
.solicitud a:hover {
  color: #ff0000;
}
.solicitud img {
  margin-right: 10px;
  width: 53px;
}
.formulario-footer .well {
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 0px;
}
.formulario-footer input,.formulario-footer textarea,.formulario-footer select,.formulario-footer .uneditable-input {
  background: transparent;
  width: 96%;
  font-size: 11px;
  line-height: 18px;
  color: #ffffff;
  border: 1px solid #707070;
  border-radius: 0px;
}
input:focus, textarea:focus {
  border-color: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  outline: 0;
  outline: thin dotted 9;
}
.btn {
  font-family: inherit;
  background: #707070;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
}
.btn a {
  color: #ffffff;
}
.btn a:hover{
  color: #585757;
  text-transform: none;
}

.iconos-footer {
  margin-left: 10px;
  margin-top: 25px;
}
.iconos-footer li{
  margin-left: 10px;
  margin-top: 15px;
}
.ir {
  color: #707070;
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}

.ir, a:-webkit-any-link {
  text-decoration: none;
}
.banner-principal {
  margin-top: 40px;
}
.infografia2 {
  margin: 20px 75px;
}
.btn-comprar .btn {
  font-size: 15px;
  margin-left: 15px;
  width: 98px;
}
.titulo-home-center {
  line-height: 30px;
  letter-spacing: -0.03em;
  border-bottom: 7px solid #ff0000;
  margin: 30px auto;
  padding-bottom: 5px;
  text-align: center;
  width: 400px;
}
.titulo-home-center2 {
  font-size: 20px;
  letter-spacing: -0.03em;
  border-bottom: 7px solid #ff0000;
  margin: 30px auto;
  padding-bottom: 5px;
  text-align: center;
  width: 600px;
}
.titulo-home-parrafo {
  line-height: 18px;
  letter-spacing: -0.03em;
  border-bottom: 7px solid #ff0000;
  padding-bottom: 8px;
  margin: 15px auto;
  text-align: center;
  width: 550px;
}
.titulo-home-parrafo a {
  color: #585757;
  text-decoration: underline;
}
.titulo-home-parrafo a:hover {
  color: #ff0000;
}
.lineal {
  border-top: 1px solid #707070;
  margin-top: -30.3px;
}
.lineal-2 {
  border-top: 1px solid #707070;
  margin-top: -15px;
}
.sello {
  margin-top: 20px;
  margin-bottom: 40px;
}
.titulo-sellito {
  font-family: 'Yesteryear', cursive;
  line-height: 30px;
  border-bottom: 5px solid #ff0000;
  margin-bottom: 10px;
  margin-top: 40px;
  padding-bottom: 8px;
  text-align: center;
}
.center {
  text-align: center;
}
.carousel-instrucciones .carousel {
  height: 275px;
  margin-top: 0px;
}
.carousel-instrucciones .carousel img {
  border: 0px;
  height: 275px;
}
.vinetas li {
  margin: 10px 10px;
  text-align: justify;
}
.icon-ok {
  color: #ff0000;
}
.descarga {
  background: rgba(236,236,236,1);
  background: -moz-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236,236,236,1)), color-stop(57%, rgba(236,236,236,1)), color-stop(57%, rgba(243,243,243,1)), color-stop(100%, rgba(243,243,243,1)));
  background: -webkit-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: linear-gradient(135deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f3f3f3', GradientType=1 );
  height: 275px;
  text-align: center;
}
.descarga img{
  margin-top: 30px;
}
.descarga h1 {
  font-family: 'Yesteryear', cursive;
  line-height: 30px;
  margin-top: 5px;
}
.descarga a {
  color: #585757;
}
.titulo-home-izda {
  line-height: 30px;
  letter-spacing: -0.03em;
  border-right: 7px solid #ff0000;
  padding-right: 8px;
  margin-bottom: 25px;
  margin-top: 30px;
  text-align: right;
}
.salto {
  margin-top: 100px;
}
.iconos-tienda img {
  margin-bottom: 10px;
}
.accordion {
  margin-top: 20px;
}
.accordion-heading a {
  color: rgba(255,76,76,1);
}
.accordion-heading {
  background: rgba(200,200,200,1);
  font-weight: bold;
}
/*.accordion-heading {
  background: rgba(112,112,112,1);
  background: -moz-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(128,128,128,1) 45%, rgba(112,112,112,1) 45%, rgba(128,128,128,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(112,112,112,1)), color-stop(45%, rgba(128,128,128,1)), color-stop(45%, rgba(112,112,112,1)), color-stop(100%, rgba(128,128,128,1)));
  background: -webkit-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(128,128,128,1) 45%, rgba(112,112,112,1) 45%, rgba(128,128,128,1) 100%);
  background: -o-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(128,128,128,1) 45%, rgba(112,112,112,1) 45%, rgba(128,128,128,1) 100%);
  background: -ms-linear-gradient(top, rgba(112,112,112,1) 0%, rgba(128,128,128,1) 45%, rgba(112,112,112,1) 45%, rgba(128,128,128,1) 100%);
  background: linear-gradient(to bottom, rgba(112,112,112,1) 0%, rgba(128,128,128,1) 45%, rgba(112,112,112,1) 45%, rgba(128,128,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707070', endColorstr='#808080', GradientType=0 );
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.accordion-heading a {
  color: #ffffff;
}
.accordion-heading a:hover {
  background: rgba(255,76,76,1);
  background: -moz-linear-gradient(top, rgba(255,76,76,1) 0%, rgba(255,76,76,1) 46%, rgba(255,0,0,1) 46%, rgba(255,0,0,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,76,76,1)), color-stop(46%, rgba(255,76,76,1)), color-stop(46%, rgba(255,0,0,1)), color-stop(100%, rgba(255,0,0,1)));
  background: -webkit-linear-gradient(top, rgba(255,76,76,1) 0%, rgba(255,76,76,1) 46%, rgba(255,0,0,1) 46%, rgba(255,0,0,1) 100%);
  background: -o-linear-gradient(top, rgba(255,76,76,1) 0%, rgba(255,76,76,1) 46%, rgba(255,0,0,1) 46%, rgba(255,0,0,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,76,76,1) 0%, rgba(255,76,76,1) 46%, rgba(255,0,0,1) 46%, rgba(255,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(255,76,76,1) 0%, rgba(255,76,76,1) 46%, rgba(255,0,0,1) 46%, rgba(255,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4c4c', endColorstr='#ff0000', GradientType=0 );
}*/
.indicaciones {
  background: rgba(236,236,236,1);
  background: -moz-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236,236,236,1)), color-stop(57%, rgba(236,236,236,1)), color-stop(57%, rgba(243,243,243,1)), color-stop(100%, rgba(243,243,243,1)));
  background: -webkit-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  background: linear-gradient(135deg, rgba(236,236,236,1) 0%, rgba(236,236,236,1) 57%, rgba(243,243,243,1) 57%, rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#f3f3f3', GradientType=1 );
  height: 235px;
  text-align: center;
  margin-top: 20px;
}
.indicaciones img {
  margin-top: 30px;
}
.indicaciones p {
  margin: 15px 40px;
  text-align: center;
}
.foto-contacto {
  height: 235px;
  margin-top: 20px;
  margin-bottom: 35px;
}
#map {
  margin: 10px auto;
}
.direccion {
  margin-top: 50px;
}
.direccion p {
  line-height: 20px;
  margin-top: 20px;
  text-align: left;
}
.formulario-contacto .well {
  margin-top: 15px;
  background-color: transparent;
  border: 1px solid #707070;
  border-radius: 0px;
}
.formulario-contacto .well .alert {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}
.formulario-contacto input, .formulario-contacto textarea, .formulario-contacto select, .formulario-contacto .uneditable-input {
  background: transparent;
  width: 96%;
  font-size: 11px;
  line-height: 18px;
  color: #585757;
  border: 1px solid #707070;
  border-radius: 0px;
}
input[type="text"]:focus {
  border-color: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
  outline: 0;
  outline: thin dotted 9;
}

.formulario-contacto .btn {
  margin-top: -15px;
  font-family: inherit;
  background: #707070;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-shadow: none;
}
.formulario-contacto .btn a:hover{
  color: #ffffff;
}

.numero-slide {
  position: absolute;
  top:5px;
  left:5px;
  color: #FFFFFF;
  background: #FF0000;
  line-height: 25px;
  width:25px;
  text-align: center;
  border-radius: 50%;
}

.aviso {
  line-height: 30px;
  font-size: 12px;

}

.aviso a {
  color: #E6E6E6;
  text-decoration: underline;
}

.aviso-grande {
  line-height: 30px;
  font-size: 12px;
  text-align: right;
}

.aviso-grande a {
  color: #707070;
  text-decoration: underline;
}

.distribuidor a {
  color: #ff0000;
}

h1.titulo-tienda {
  line-height: 30px;
  font-size: 18px;
  
  margin: 10px auto;
  
  text-align: center;
  /*border-bottom: 1px solid #ff0000;*/
}
h1.titulo-tienda span {
  padding-bottom: 0px;  
  border-bottom: 7px solid #ff0000;
  clear:both;
}

.margenSup10 {
  margin-top: 10px;
}

.margenSup20 {
  margin-top: 20px;
}
.textoAclaratorio {
  min-height: 230px;
  /*padding-top: 60px;*/
}

ul.menuCompra li {
  margin-bottom: -2px;
}

ul.menuCompra li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 35px;
  padding: 6px 11px;
  
  color: #585757;
}

ul.menuCompra li.active a {
  border: 1px solid #585757;
  border-bottom-color: transparent;
  color: #FF0000;
}
ul.menuCompra.nav-tabs {
  border-bottom: 1px solid #585757;
}
.menuCompra.nav {
  margin-bottom: 0;
}

.contenidoCompra {
  border: 1px solid #585757;
  border-top: none;
}

.negrita {
  font-weight: bold;
}
.contenidoCompra {
  padding-top: 15px;
}
.contenidoCompra table {
  width: 910px;
  margin: 20px auto;
}
.formCompra {
  margin: 20px auto;
  width: 910px;
  /*display: inline;*/
}
.contenidoCompra select {
  width: 180px;
}

.contenidoCompra input[type="text"] {
  width: 130px;
}

.contenidoCompra div.input {
  width: 150px;
  float: left;
}

.contenidoCompra div.separacion {
  width: 285px;
  float: left;
}

.contenidoCompra div.texto {
  width: 70px;
  float: left;
}

.contenidoCompra div.texto label {
  line-height: 30px;
  font-weight: bold;
}

.contenidoCompra div.label-negrita label {
  line-height: 30px;
  font-weight: bold;
}

.contenidoCompra div.texto {
  font-weight: bold; 
}

.contenidoCompra textarea {
  width: 910px;
  height: 200px;
  padding: 0;
}

.contenidoCompra .bolsa-aux label {
  display: inline;
  line-height: 30px;
}

.contenidoCompra .flotante {
  float: left;
}

.table td.centrado-vertical {
  vertical-align: middle;
}

.botonera-shopcart .boton {
  float:left;
  width: 33%;
  text-align: center;
  margin-bottom: 20px;
}

.contenedor-envio {
    margin: 10px 30px;
}

.contenedor-envio div.columna {
    float: left;
    width: 45%;
}

.contenedor-envio div.derecha {
    margin-left: 10%;
}

.contenedor-envio input.input-xlarge {
    width: 100%;
}

.tablaSeguimiento {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
}

.tablaSeguimiento td {
  width: 25%;
  text-align: center;
}

.tablaSeguimiento td.activo {
  background: #FF0000;
  color: #FFFFFF;
  font-weight: bold;

}

.contenidoCompra input[type="checkbox"] {
  margin: 0;
}

#modal-guardado {
  width: 700px;
}

#direccionPedido {
  text-align: center;
}

.prensa {
  border: 1px solid #FF0000;
  margin-bottom: 20px;
  position: relative;
}

.prensa .fuente {
  position: absolute;
  height: 30px;
  bottom: 0px;
  background: rgba(45, 45, 43, 0.75);
  color: #ffffff;
  width: 100%;
  line-height: 30px;
}
.contenidoFuente {
  margin: 0 10px;
}
.contenidoFuente a {
  color: #ffffff;
}

.contenidoFuente a:hover {
  text-decoration: underline;
}