
@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: 20px;
	border-bottom:2px solid #000000;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	width:90%;
	background: #fff;
	
	color: #999;
	position: relative;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 100px;
	overflow: auto;
	width: 90%; 
	position: relative;
}
.form-btn {
	padding: 0 20px;
	height: 30px;
	margin-right: 7%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fc8300;
	background:#fc8300;
	clear: both;
	border-radius:5px;
	float: right;
}
.form-btn:hover {
	color: #8598C6;
	
}
.contact-form {
	width: 100%;
	
	position: relative;

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

}


.cont50
{
	width:47%;
	margin-right:1%;
	float:left;
}

.formulario {
	overflow: hidden;


}
.column:first-of-type {
	float: left;
	width:100%;
	position: relative;
}

.column:last-of-type {
	float: right;
		width:100%;
	
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #155a99;
	font-size: 11px;
}

@media screen and (max-width : 600px){
.cont50
{
	width:100%;
	margin-right:1%;
	float:left;
}
.contact-form {
	width: 90%;
	
	position: relative;

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

}
}
