.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> producto >>>>>>>>>>>>>>>>>>>>>>>>>*/
#seccion .productos{
  width: 960px;
  display: inline-block;
}
#seccion .productos .product{
  width: 300px;
  height: 425px;
  margin: 20px 9px;
  border:1px solid #ccc;
  position: relative;
  float: left;
  overflow: hidden;
}
#seccion .productos .product .img{
  width: 100%;
  height: 150px;
  padding-top: 10px;
  box-sizing: border-box;
}
#seccion .productos .product .img img{
  width: auto;
  max-width: 90%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
#seccion .productos .product h1{
  color: #2e2e2e;
  border-bottom: 1px solid #2e2e2e;
  text-align: left;
  margin: 10px;
  font-size: 1.5em;
}
#seccion .productos .product .descrip{
  width: 280px;
  padding: 0 10px;
  text-align: left;
  font-size: .95em;
  margin-top: 25px;
}
#seccion .productos .product .moreinfo{
  display: inline-block;
border-radius: 10px;
width: 200px;
margin: 0 50px;
background-color: red;
color: #fff;
text-decoration: none;
text-align: center;
font-weight: bold;
font-size: 1em;
position: absolute;
bottom: 15px;
padding: 10px 0;
left: 0;
background: rgba(199,0,0,1);
background: -moz-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,0,0,1)), color-stop(3%, rgba(199,0,0,1)), color-stop(14%, rgba(184,2,2,1)), color-stop(26%, rgba(168,3,3,1)), color-stop(77%, rgba(168,3,3,1)), color-stop(90%, rgba(184,2,2,1)), color-stop(100%, rgba(199,0,0,1)));
background: -webkit-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#c70000', GradientType=0 );
cursor: pointer;
}

#container-form{
    display: inline-block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    display: none;
    z-index: 99999999999999999999;
    top: 0;
    left: 0;
}
.form-pay {
    position: absolute;
    width: 460px;
    height: 670px;
    background-color: #fff;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -355px;
    -webkit-box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.22);
    box-shadow: 2px 2px 11px 1px rgba(0,0,0,0.22);
}
.closed {
    position: absolute;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    line-height: 1em;
    background-color: #000;
    top: -15px;
    right: -15px;
    cursor: pointer;
    padding: 4px 9px 5px 9px;
    border: 4px solid #fff;
    -webkit-box-shadow: -1px 1px 9px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px 1px 9px 1px rgba(0,0,0,0.5);
    box-shadow: -1px 1px 9px 1px rgba(0,0,0,0.5);
    font-size: 20px;
}
.form-title{
    font-size: 30px;
    color: #2e2e2e;
    text-align: left;
    font-weight: bold;
    margin: 10px 0;
}
.tabs ul li{
    padding: 10px;
    display: inline-block;
    background-color: rgba(199,0,0,1);
    list-style: none;
}
.tabs ul{
    text-align: left;
    padding: 0
}
.tabs ul li a{
    color: #fff;
    text-decoration: none;
    font-weight: bold
}
.target-title{
    text-align: left;
    font-size:15px;
    font-weight: bold;
    color: #2e2e2e;
    margin: 15px 0 10px 0
}
.input-content{
    margin-bottom: 10px;
    text-align: left;
}
.input-content label{
    display: inline-block;
    width: 100%;  
    color: #65686d;
    text-align: left;
}
.input-content input {
    width: 100%;
    background: #fafafa;
    border: 1px solid #e2e2e2;
    padding: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
.input-content.input-50{
  width: 49%;
  float: left;
  margin-right: 1%;
}
.form-pay-target input[type="submit"],.form-pay-oxxo input[type="submit"]{
    display: inline-block;
    border-radius: 5px;
    width: 200px;
    margin: 20px 0 0 0;
    background-color: red;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    padding: 10px 0;
    border: none;
    background: rgba(199,0,0,1);
    background: -moz-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,0,0,1)), color-stop(3%, rgba(199,0,0,1)), color-stop(14%, rgba(184,2,2,1)), color-stop(26%, rgba(168,3,3,1)), color-stop(77%, rgba(168,3,3,1)), color-stop(90%, rgba(184,2,2,1)), color-stop(100%, rgba(199,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(199,0,0,1) 0%, rgba(199,0,0,1) 3%, rgba(184,2,2,1) 14%, rgba(168,3,3,1) 26%, rgba(168,3,3,1) 77%, rgba(184,2,2,1) 90%, rgba(199,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c70000', endColorstr='#c70000', GradientType=0 );
}
.input-content .input-mes,.input-content .input-ano{
    width: 70px;
}
.input-content .input-ano{
    margin-left: 10px
}
.input-content .input-mes{
    margin-right: 10px
}
.input-submit{
  text-align: left;
}
.bottom-footer-fixed{
  display: none
}
.precio{
    color: #2e2e2e;
    text-align: center;
    margin: 10px 0;
    font-size: 1.1em;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
