
@font-face {
font-family:"Trajan Pro";
src: url("../TrajanProRegular.ttf"); 
}


body {

	margin:0px;
	font-family: 'Didact Gothic', sans-serif;
	font-size:1em;


}

.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 10px;
	border-radius:3px;
	-moz-box-shadow:    inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
	background-color: #646464;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.7);
	behavior: url(PIE.htc);
	width:90%;
	background: #fff;
	border: 2px solid #95bf04;
	color: #999;
	position: relative;
}

.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 165px;
	overflow: auto;
	width: 90%; 
	position: relative;
}
.form-btn {
	padding: 0 20px;
	height: 30px;
	margin-right: 3%;
	margin-bottom:6%;
	text-align: center;
	color: #fff ;
    box-shadow:#2F2E2E 2px 2px 2px;
	cursor: pointer;
	border: 1px solid #95bf04;
	background-color: #95bf04;
	border-radius:5px;
	clear: both;
	float: right;
}
.form-btn:hover {
	color: #6b8905;
	
}
.contact-form {
	width: 100%;
	

	position: relative;

	behavior: url(PIE.htc);
	text-align: left;

}
.formulario {
	overflow: hidden;

	
}
.column {
	float: left;
	width:50%;
	position: relative;
}


label {
	color: #444;
	font-size: 15px;
	margin-bottom:10px;
}
label span {
	color: #95bf05;
	font-size: 11px;
}
@media screen and (max-width : 550px){
	
	.column {
	float: left;
	width:96%;
	position: relative;
}

	
	

}
