@font-face {
	font-family: 'Conv_AvenirNextLTPro-Regular';
	src: url('../fuentes/AvenirNextLTPro-Regular.eot');
	src: local('☺'), url('../fuentes/AvenirNextLTPro-Regular.woff') format('woff'), url('../fuentes/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../fuentes/AvenirNextLTPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_AvenirNextLTPro-Medium';
	src: url('../fuentes/AvenirNextLTPro-Medium.eot');
	src: local('☺'), url('../fuentes/AvenirNextLTPro-Medium.woff') format('woff'), url('../fuentes/AvenirNextLTPro-Medium.ttf') format('truetype'), url('../fuentes/AvenirNextLTPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_AvenirNextLTPro-Bold';
	src: url('../fuentes/AvenirNextLTPro-Bold.eot');
	src: local('☺'), url('../fuentes/AvenirNextLTPro-Bold.woff') format('woff'), url('../fuentes/AvenirNextLTPro-Bold.ttf') format('truetype'), url('../fuentes/AvenirNextLTPro-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'Conv_AvenirNextLTPro-Regular';
	margin:0px;
	font-size:1em;
}

.form-input, .error {
	display: block;
	height: 24px;
	padding: 6px 10px;
	margin-bottom: 20px;
	border:0px solid #f0f0f0;
	width:95%;
	background: #f0f0f0;
	border-radius:5px;
	color: #999;
	position: relative;
		font-family: 'Conv_AvenirNextLTPro-Regular';
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 100px;
	overflow: auto;
	width: 95%; 
	position: relative;
		font-family: 'Conv_AvenirNextLTPro-Regular';
}
.form-btn {
		font-family: 'Conv_AvenirNextLTPro-Regular';
	padding: 10px 20px;
	border-radius:10px;
	font-size:1em;
	font-weight:bold;
	margin:0px auto;
	text-transform:uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 1px solid #88b84f ;
	background:#88b84f ;
	clear: both;
	float:right;
	
	transition:all ease 0.5s;
	margin-right:10px;

}

.form-btn:hover {

	background:#D3D3D3;
	color:#000;
}

.contact-form {
	width: 100%;
	position: relative;
	behavior: url(PIE.htc);
	text-align: left;
}


.cont50
{
	width:100%;
	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 : 500px){
	
	.contact-form {
width: 98%;}

textarea.form-input {
	width: 93%; 
}

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

}
@media screen and (max-width : 300px){
	
	.contact-form {
width: 98%;}

textarea.form-input {
	width: 90%; 
}

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

}
@media screen and (max-width : 250px){
	
	.contact-form {
width: 98%;}

textarea.form-input {
	width: 86%; 
}

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

}
