/* =============  IMPORTS ===================*/
/* ==========================================================================
   Reset
   ========================================================================== */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
    Estilos Base 
*/
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
  font-family: sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helpers
   ========================================================================== */
/* ==== CSS 3 PIE === */
/* ==================== TEXT ======================= */
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.bold {
  font-weight: bold;
}
.lighter {
  font-weight: lighter;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.italic {
  font-style: italic;
}
.oblique {
  font-style: oblique;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/* =============== BOX ========================= */
.box-sizing {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */

  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */

  box-sizing: border-box;
  /* Opera/IE 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+ */
}
/* =============== BOX POSITION ==================== */
.floated {
  overflow: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.abs {
  position: absolute;
}
.rel {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.center {
  margin: 0 auto;
  display: block;
}
/* =============== VISIBILITY ==================== */
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.hide {
  display: none;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
/* ================= DECORATION ============== */
/* ================= FILTERS ============== */
/* Grayscale */
.grayscale {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
}
.no-grayscale {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
}
.sepia {
  -webkit-filter: sepia(100%);
  -ms-filter: sepia(100%);
  -o-filter: sepia(100%);
  filter: url(filters/sepia.svg#sepia);
  -moz-filter: sepia(100%);
  -webkit-filter: sepia(1);
  filter: sepia(100%);
  background-color: #5E2612;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  zoom: 1;
}
.lt-ie9 .sepia {
  filter: alpha(opacity=50);
}
.no-sepia {
  -moz-filter: sepia(0);
  -ms-filter: sepia(0);
  -o-filter: sepia(0);
  -webkit-filter: sepia(0);
  filter: alpha(opacity=100);
  filter: sepia(0);
  zoom: 1;
  filter: none;
}
.blur {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: url(filters/blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
  /* corrige el efecto de blur para IE */

}
.lt-ie9 .blur {
  position: absolute;
  clip: rect(2px, 398px, 198px, 2px);
}
.no-blur {
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.colorshift {
  -webkit-transition: 1.2s all ease-in;
  -o-transition: 1.2s all ease-in;
  -moz-transition: 1.2s all ease-in;
  transition: 1.2s all ease-in;
}
/******** TRANSITIONS ***********/
.fliph {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  float: none;
}
.flipv {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
  float: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =============  URL'S ===================*/
/* ============= STYLES ===================*/
.container {
  *zoom: 1;
  width: 100%;
  height: auto;
}
.wrapper {
  margin: 0 auto;
  display: block;
  width: 960px;
  height: auto;
}
/* ==========================================================================
   Styles
   ========================================================================== */
body {
  background: #e1e1e1;
  color: #5f5e5e;
  font-size: 14px;
}
hr {
  height: 0;
  margin: 0 0 15px 0;
  border: none;
  display: inline-block;
}
hr.red {
  border-top: solid 1px #e41c3f;
  width: 170px;
}
hr.black {
  border-top: solid 1px #474647;
  width: 180px;
}
/* ============== HEADER =========== */
.header {
  background: #eeeeee;
  height: 100px;
  position: relative;
  z-index: 1;
}
.header h1 {
  margin: 12px 0;
  background: url(../img/quality.png) no-repeat;
  width: 320px;
  height: 75px;
  text-indent: -99999px;
  position: relative;
}
.header h1 a {
  display: block;
}
.header h1 img {
  position: absolute;
  right: 10px;
  top: 15px;
}
.header nav {
  margin-top: 25px;
}
.header ul {
  padding: 0;
  margin: 0;
}
.header li {
  padding: 12px 0;
  border-left: solid 2px #dedede;
  display: inline-block;
}
.header li a {
  text-shadow: 1px 1px 0 #ffffff;
  filter: dropshadow(color=#ffffff, offx=1px, offy=1px);
  font-size: 12px;
  text-transform: uppercase;
  color: #02529e;
  text-decoration: none;
  padding: 12px 15px;
  border-left: solid 2px #f7f6f6;
}
.header li a:hover {
  background: #e6e6e6;
}
.header-border {
  height: 28px;
  position: relative;
  z-index: 2;
  background: url(../img/header-border.png) no-repeat center -8px;
}
/* ============== FOOTER =========== */
.footer {
  background: #efeeee;
  padding: 20px 0 30px 0;
}
.footer footer {
  overflow: auto;
}
.footer div {
  float: left;
  margin-left: 25px;
}
.footer div:first-child {
  margin-left: 0;
}
.footer h6 {
  margin: 0 0 10px 0;
  color: #494949;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.footer p {
  color: #848383;
  font-size: 13px;
}
.footer-border {
  background: url(../img/footer-border.png) repeat-x center top;
  height: 30px;
  width: 100%;
  position: relative;
  z-index: 2;
}
/* ============== PRESENTATION =========== */
.fix-container {
  position: relative;
  margin-bottom: -36px;
}
.presentation {
  padding: 20px 0;
  border-top: solid 1px #e2e2e2;
  position: relative;
  bottom: -28px;
  z-index: 1;
  background: url(../img/body-bg.jpg);
}
.presentation img {
  border: solid 2px #ebebeb;
  margin: 15px 0;
}
.presentation h3 {
  color: #e41c3f;
  font-size: 14px;
  text-transform: uppercase;
}
.presentation .floated > div {
  width: 49%;
}
.presentation h4 {
  color: #494949;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1em 0;
}
.presentation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.presentation li {
  margin-bottom: 8px;
}
.presentation a {
  color: #848383;
  text-decoration: none;
}
.presentation a:hover {
  border-bottom: solid 1px;
}
.presentation .right {
  padding: 0 10px;
}
/* ============== BANNERS =========== */
.banner-bright {
  background: url(../img/banner-bright.png) no-repeat 80% top;
  height: 314px;
  width: 100%;
  top: 105px;
  position: absolute;
}
.lt-ie9 .banner-bright {
  top: 129px;
}
#banners {
  height: 321px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
#banners > div {
  padding: 40px 20px;
  width: 100%;
}
#banners span {
  color: #2050a2;
  text-transform: uppercase;
  padding: 5px 0;
  border-bottom: solid 2px #6e8abc;
  font-size: 17px;
  position: relative;
  z-index: 2;
}
#banners h2 {
  color: #2050a2;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  margin: 25px 0 15px 0;
  z-index: 2;
}
#banners p {
  margin: 0 0 15px 0;
  color: #2050a2;
  text-shadow: 1px 1px 0 white;
  width: 445px;
  position: relative;
  z-index: 2;
}
#banners a {
  display: inline-block;
  position: relative;
  z-index: 4;
}
#banners img {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
/* ============== BUTTONS =========== */
.btn-white {
  color: #e41c3f;
  background: #fff;
  border: solid 2px #cfcfcf;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  /*  behavior: url("http://localhost/template/css/pie/PIE.htc");*/

  behavior: url("http://localhost/qualityink/css/pie/PIE.htc");
  text-decoration: none;
  padding: 12px 10px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.btn-white:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  width: 80%;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  /*  behavior: url("http://localhost/template/css/pie/PIE.htc");*/

  behavior: url("http://localhost/qualityink/css/pie/PIE.htc");
  left: 10%;
  height: 5%;
  content: '';
}
.btn-white:hover {
  background: #f6f6f6;
}
/* ============== TITLES =========== */
.main-title {
  color: #2050a2;
  font-weight: normal;
  font-style: normal;
  font-size: 48px;
  text-shadow: 2px 1px 0 #b1b1b1;
  margin: 25px 0 20px 0;
  line-height: 48px;
  text-transform: uppercase;
}
.main-title span {
  color: #878787;
  font-size: 48px;
  text-shadow: none;
  font-style: italic;
}
/* ============== QUIENES SOMOS =========== */
.quienes-somos {
  position: relative;
  padding: 10px 0;
}
.quienes-somos p {
  z-index: 2;
  position: relative;
  width: 440px;
  font-size: 13px;
  margin-bottom: 12px;
}
.quienes-somos img {
  position: absolute;
  right: 0;
  top: -95px;
}
/* ============== CERTIFICATIONS =========== */
.certificaciones {
  padding: 20px 0;
}
.certificaciones div {
  overflow: auto;
  color: #2a2a2a;
  text-shadow: 1px 1px 0 #fff;
  width: 840px;
  margin: 80px auto;
}
.certificaciones img {
  float: left;
  margin-right: 40px;
}
/* ============== STORES =========== */
.sucursales {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
.sucursales ul {
  width: 400px;
  padding: 20px 0 0 0;
  list-style-type: none;
}
.sucursales li {
  width: 49%;
  position: relative;
  padding-left: 15px;
}
.sucursales li:before {
  content: '■';
  color: #2050a2;
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
}
.sucursales h3 {
  margin: 0 0 10px 0;
  color: #494949;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
}
.sucursales p {
  color: #848383;
  font-size: 13px;
}
.mapa {
  background: url(../img/mapa.png) no-repeat;
  width: 547px;
  height: 373px;
  position: absolute;
  right: 0;
  top: 80px;
}
.mapa a {
  width: 33px;
  height: 41px;
  background: url(../img/map-marker.png) no-repeat;
  display: block;
}
.mapa [data-sucursal="guadalajara"] {
  position: absolute;
  left: 195px;
  top: 235px;
}
.mapa [data-sucursal="culiacan"] {
  position: absolute;
  left: 158px;
  top: 153px;
}
.mapa [data-sucursal="monterrey"] {
  position: absolute;
  left: 286px;
  top: 125px;
}
.mapa [data-sucursal="merida"] {
  position: absolute;
  left: 490px;
  top: 205px;
}
.mapa [data-sucursal="queretaro"] {
  position: absolute;
  left: 280px;
  top: 220px;
}
/* ============== CONTACT =========== */
.contacto {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
}
.contacto h2 {
  margin-bottom: 0px;
}
.contacto span {
  position: absolute;
  right: 50px;
  top: 50px;
  display: block;
  width: 398px;
  font-size: 13px;
}
.contacto form {
  padding: 30px 0 0 30px;
  background: url(../img/form-bg.png) no-repeat;
  height: 346px;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.contacto form .left {
  width: 365px;
}
.contacto form .right {
  width: 522px;
  position: relative;
}
.contacto form label {
  display: block;
  margin-bottom: 3px;
}
.contacto form input[type="text"],
.contacto form input[type="email"] {
  width: 345px;
  border: solid 1px #b7b7b7;
  padding: 3px;
  margin-bottom: 10px;
}
.contacto form textarea {
  border: solid 1px #b7b7b7;
  padding: 3px;
  margin-bottom: 10px;
  width: 450px;
  resize: none;
}
.contacto form input[type="submit"] {
  background: #b2b2b2;
  display: block;
  font-size: 14px;
  color: #000000;
  border: none;
  padding: 10px;
  margin-left: 390px;
}
.contacto form input[type="submit"]:hover {
  background: #ccc;
}
.contacto form input[type="submit"]:focus,
.contacto form input[type="submit"]:active {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  /*  behavior: url("http://localhost/template/css/pie/PIE.htc");*/

  behavior: url("http://localhost/qualityink/css/pie/PIE.htc");
}
.contacto form .msg {
  color: #2050a2;
  display: none;
  position: absolute;
  left: 0;
  bottom: -20px;
  border: solid 1px #e3e3e3;
  padding: 5px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  /*  behavior: url("http://localhost/template/css/pie/PIE.htc");*/

  behavior: url("http://localhost/qualityink/css/pie/PIE.htc");
}
.maps {
  border: solid 1px #b4b4b4;
  display: none;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  /*  behavior: url("http://localhost/template/css/pie/PIE.htc");*/

  behavior: url("http://localhost/qualityink/css/pie/PIE.htc");
}
.maps > div {
  display: none;
  position: relative;
}
.maps .close-maps {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background: #0d3a88;
  padding: 4px 4px;
  font-size: 12px;
  text-transform: uppercase;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  /*  behavior: url("http://localhost/template/css/pie/PIE.htc");*/

  behavior: url("http://localhost/qualityink/css/pie/PIE.htc");
  text-decoration: none;
}
.maps p {
  background: #2050a2;
  color: #ffffff;
  padding: 10px;
  margin: 0;
  font-size: 13px;
}
/* ============== PRODUCTS =========== */
.productos {
  padding-top: 20px;
  padding-bottom: 60px;
}
.productos > ul {
  padding: 0;
  background: #ff0000 url(../img/quality-menu.png) no-repeat right center;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  width: 100%;
}
.productos > ul li {
  border-left: solid 1px #c1c1c1;
  float: left;
  background-color: #858585;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a0a0a0), to(#858585));
  background-image: -moz-linear-gradient(top, #a0a0a0, #858585);
  background-image: -ms-linear-gradient(top, #a0a0a0, #858585);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0a0a0), color-stop(100%, #858585));
  background-image: -webkit-linear-gradient(top, #a0a0a0, #858585);
  background-image: -o-linear-gradient(top, #a0a0a0, #858585);
  background-image: linear-gradient(top, #a0a0a0, #858585);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#858585', GradientType=0);
}
.productos > ul li:first-child {
  border-left: none;
}
.productos > ul li:last-child {
  border-right: solid 1px #fff;
}
.productos > ul li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 10px;
  color: #fff;
}
.productos > ul li a:hover,
.productos > ul li a.active,
.productos > ul li a:active {
  background: #696969;
}
.productos article {
  width: 480px;
  font-size: 13px;
  color: #494949;
}
.productos .floated {
  padding: 40px 0;
}
.productos article ul {
  list-style-type: none;
  padding: 0;
}
.productos article > ul > li {
  background: url(../img/bullet.png) no-repeat left 5px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.productos article p strong {
  text-transform: uppercase;
}
#banners img#img-banner-1 {
  right: -200px;
  top: 0px;
}
#banners img#img-banner-2 {
  right: -200px;
  top: 0px;
}
#banners img#img-banner-3 {
  right: -200px;
  top: 0px;
}
#banners img#img-banner-4 {
  right: -200px;
  top: 0px;
}
/* ============== PRODUCTS DETAIL =========== */
.detalle {
  padding-top: 20px;
  padding-bottom: 60px;
  background: url(../img/red.jpg) no-repeat right top;
}
.list-products {
  width: 155px;
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.list-products li {
  margin-bottom: 4px;
  background-color: #858585;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#a0a0a0), to(#858585));
  background-image: -moz-linear-gradient(top, #a0a0a0, #858585);
  background-image: -ms-linear-gradient(top, #a0a0a0, #858585);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a0a0a0), color-stop(100%, #858585));
  background-image: -webkit-linear-gradient(top, #a0a0a0, #858585);
  background-image: -o-linear-gradient(top, #a0a0a0, #858585);
  background-image: linear-gradient(top, #a0a0a0, #858585);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#858585', GradientType=0);
}
.list-products li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  font-size: 10px;
  color: #fff;
}
.list-products li a:hover,
.list-products li a.active,
.list-products li a:active {
  background: #696969;
}
.img-product {
  width: 480px;
  display: inline-block;
  margin-right: 5px;
  background: red
	height: 100px;
  vertical-align: top;
  min-height: 315px;
  background: #e4e4e4;
}
.details-product {
  width: 228px;
  display: inline-block;
  height: 315px;
  vertical-align: top;
  background: #616161;
  padding: 10px;
  color: #f6f6f6;
  font-size: 13px;
}
