
@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 {

	margin:0px;
	font-family: 'Conv_AvenirNextLTPro-Regular';
	font-size:1em;
	padding:0px;
	color:#fff;

}

.form-input, .error {
    display: block;
    height: 24px;
    padding: 1%;
    margin-bottom: 10px;
    border-radius: 8px;
    width: 44%;
    background: #fff;
    border: 2px solid #fff;
    color: #999;
    position: relative;
    float: left;
    margin: 1%;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
  height: 63px;
  overflow: auto;
  width: 93%;
  margin-bottom:15px;
  position: relative;
}
.form-btn {
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-family: 'Conv_AvenirNextLTPro-Bold';
    cursor: pointer;
    border: 1px solid #163473;
    background-color: #163473;
    border-radius: 5px;
    clear: both;
    font-size: 1em;
    float: right;
    margin-right: 3%;
    margin-top: -40px;

}
.form-btn:hover {
	color: #8598C6;
	
}

.cont1
{
	width:90%;
	margin:2%;
	float:left;
	margin-bottom: 0px;
}
.contact-form {
	width: 100%;
	

	position: relative;
	background-color: #ffffff;
	behavior: url(PIE.htc);
	text-align: left;

}
.formulario {
	overflow: hidden;

	background-color: #fff;
}
.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: #ff4141;
	font-size: 11px;
}

@media screen and (max-width : 480px)
{
	.column div
	{
	  width:98% !important;		
	}
}
