body  {
  width: auto;
  margin: 0 auto;
  min-width: 600px;
  max-width: 2000px;

  }

  .container{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;

  }

  .contact_form label{
    width: 220px;
    margin-top: 5px;
    display: inline-block;
    float: left;
    padding: 3px;
    color: #7d7d7d;

    }

  .contact_form input[type=text], textarea, input[type=tel], input[type=email] {
    height:20px;
  	width:260px;
  	padding:5px 18px;
    border:1px solid #cccccc;
    box-shadow: 0px 0px 1px #cccccc, 0 0px 2px #cccccc inset;
    border-radius:3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    background: #fff;
    color: #7d7d7d;
  }

  .select-css {
    height:30px;
    width:299px;
    padding:5px 18px;
    border:1px solid #cccccc;
    box-shadow: 0px 0px 1px #cccccc, 0 0px 2px #cccccc inset;
    border-radius:3px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    background: #fff;
    color: #7d7d7d;

}

.contact_form textarea {
  width:200px;
  height: 110px;
}

.contact_form input[type=text]:focus, input[type=tel]:focus, .contact_form textarea:focus
{
  border: 1px solid #75b8f0;
  box-shadow: 0 0 5px 0 #6182ba;
  outline: none;
}

.select-css:focus
{
  border: 1px solid #75b8f0;
  box-shadow: 0 0 5px 0 #6182ba;
  outline: none;
}

.boton-input{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.5px;
  font-weight: normal;
  line-height: 20px;
  position: absolute;
  top: 700px;
  left: 225px;
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background: linear-gradient(180deg, #fafafa 10%, #e7e7e7 90%);
  transition: all .3s;
  width: 140px;
  height: 30px;
 }

  /*.boton-input{
    box-shadow: 0px 0px 10px 0px #333 inset;
    border: 1px solid #000;
  }*/
  .boton-input:hover{
    background: linear-gradient(180deg, #e6e6e6 10%, #eaeaea 90%);
    transition: all .3s;
  }