#contact{
	background-color: #dbf3d0;
	text-align: center;
}
#contact dt{
	font-weight: bold;
	margin:20px 0;
}
#contact dt:first-child{
	font-size:30px;
	margin:50px 0;
}
#contact main > a:first-child{
	display: block;
}
#contact main > a:first-child img{
	width: 100%;
}
form{
	max-width: 620px;
	margin: 0 auto;
	margin-top: 50px;
}
legend{
	margin:50px 0;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	width:100%;
}
input,textarea{
	border:0;
	background-color: #e7fbde;
	font-size: 18px;
	padding: 6px;
}
label span, label input, label textarea{
	display: block;
}
label span{
	font-weight: bold;
	margin:20px 0 6px;
}
label{
	width: 48%;
}
label:last-child{
	width: 100%;
}
label input{
	width: 100%;
}
input{
	height: 32px;
	line-height: 32px;
}
input:focus,textarea:focus{
	border:1px solid #242424;
}
textarea{
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	resize: none;
}
label:nth-of-type(odd){
	float: left;
	clear: both;
}
label:nth-of-type(even){
	float: right;
}
.boton{
	margin-bottom: 80px;
}
#formok{
    display:none;
    margin-bottom: 280px;
    margin-top: 120px;
}