
@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: 20px;
	padding: 6px 10px;
	margin-bottom: 20px;
	width:95%;
	background: #fff;
	border: 5px solid #fff;
	color: #999;
	position: relative;
	border-radius:7px;
	color:#000000 !important;
}
#tel
{
	float:left;
	margin-left:0.3em;
}


.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 100px;
	overflow: auto;
	width: 95%; 
	position: relative;
	border-radius:7px;
	color:#000000 !important;
}
.form-btn {
	border-radius:7px;
	padding: 0 20px;
	height: 30px;
	margin-right: 1%;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 1px solid #f57f04;
	clear: both;
	float: right;
	background:#f57f04;
}


.form-btn:hover {
	color: #8598C;
	
}
.contact-form {
	width: 100%;
	position: relative;
	behavior: url(PIE.htc);
	text-align: left;
}




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

.cont50 
{
	width:47%;
	margin-right:3%;
	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:#f57f04;
	font-size: 15px;
	margin-bottom:1em;
	
}
label span {
	color: #E8E8E8;
	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;

}

.form-input, .error {
width: 92%;
}

textarea.form-input {

width: 92%;

}


.cont50 .form-input, .error {

	width:20px !important;
}




}

@media screen and (max-width : 300px){
	.form-input, .error {
width: 87%;
}
	textarea.form-input {
width: 87%;
}
	
}
