
body {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  /*background:#ffffff;*/
  font-size: 100%;
}

/*
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/*
@media (min-width: 992px) {
  .col-md-8 {
    float: left;
  }

  .col-md-8 {
    width: 66.66666667%;
  }
}
*/

.form-control {

  box-shadow: none;

  display: block;
  width: 69.6%;
  height: 22px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;

  border-radius: 4px;
  -webkit-box-shadow: 1px solid #ECECEC;
          box-shadow: 1px solid #ECECEC;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: box-shadow: none;
          box-shadow: box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}

.contact-form span{
	display:block;
	text-transform: capitalize;
	font-size: 13px;
	color: #9499A3;
	font-weight: normal;
	margin-bottom: 10px;
}

.contact-form textarea {
	font-family: 'Open Sans', 'sans-serif';
	padding: 10px;
	display: block;
	width: 70%;
	background: #ffffff;
	outline: none;
	color: #9499A3;
	font-size: 18px;
	border: 1px solid #60B842;
	-webkit-appearance: none;
	resize: none;
	height: 120px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

.contact-form textarea:focus{
	border:1px solid #66afe9;
}

.form-control{
	box-shadow: none;
	border: 1px solid #60B842;
}
.form-control:focus {
	box-shadow: none;
}

.contact-form input[type="submit"] {
	margin-top:20px;
	font-family: 'Open Sans', 'sans-serif';
	-webkit-appearance: none;
	float: right;
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	padding: 12px 30px;
	font-size: 0.8925em;
	color: #ffffff;
	background: #F15F43;
	text-transform: uppercase;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #354B77;
}


.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}


#tabla-enviar{
width: 73.5%;
}