body {
  padding-top:0px;
}
.reset{
	opacity: 1;
	}
.reset a{
	opacity: 1;
	}
.reset a:hover{
	opacity: 1;
	}
#lineal {
	
}

#lineal ul {
}
#lineal li {
  display:inline;
  /*margin-right:70px;*/
  list-style: none;
  line-height:94px;
}
.form-signin {
  max-width: 600px;
  padding: 0px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  max-width:220px;
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="text"] {
 /*max-width:220px;*/
  float:left;	
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.prodtxt {
	max-width:612px; min-width:200px; margin:30px auto 0 auto; height:482px;
    border-top: 4px dotted #FFFFFF;
	border-right: 4px dotted #FFFFFF;
	border-left: 4px dotted #FFFFFF;
	border-bottom: 4px dotted #FFFFFF;
}

.degradadoverde{
    background: #2D170B;
}

/*
.degradadoverde{
    background: rgba(214,223,35,1);
background: -moz-linear-gradient(left, rgba(214,223,35,1) 0%, rgba(15,152,129,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(214,223,35,1)), color-stop(100%, rgba(15,152,129,1)));
background: -webkit-linear-gradient(left, rgba(214,223,35,1) 0%, rgba(15,152,129,1) 100%);
background: -o-linear-gradient(left, rgba(214,223,35,1) 0%, rgba(15,152,129,1) 100%);
background: -ms-linear-gradient(left, rgba(214,223,35,1) 0%, rgba(15,152,129,1) 100%);
background: linear-gradient(to right, rgba(214,223,35,1) 0%, rgba(15,152,129,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6df23', endColorstr='#0f9881', GradientType=1 );
        
}*/


