#first-block {
	background-color: #f7fcfd;
	/*min-height: 550px;*/
	min-height: 450px; /*Una vez habilitado el form, intercambiar por ld arriba*/
}

#contact {
	background: url(../images/contact-letter.png) no-repeat left top;
	width: 768px;
	height: 462px;
	margin: 30px 10px 40px;
	padding: 28px 46px;
}

/*Borrar una vez que se habilite el formulario de contacto*/
#contact-temp {
	background: url(../images/contact-temp.png) no-repeat left top;
	width: 590px;
	height: 418px;
	margin-top: 40px;
	margin-left: 25px;
}

#contact p {
	margin-bottom: 10px;
}

#contact label {
	float: left;
	font-size: 15px;
	width: 700px;
	margin-bottom: 5px;
}

#contact input {
	clear: left;
	width: 234px;
	height: 16px;
	padding: 4px 4px 2px;
}

#contact textarea {
	width: 368px;
	height: 170px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 8px 4px 2px 10px;
}

#contact #submit {
	background: url(../images/contact-button.png) no-repeat left top;
	width: 166px;
	height: 46px;
	border: none;
	text-indent: -9999px;
	position: relative;
	top: -55px;
	left: 488px;
	
}

#contact #submit:hover {
	background: url(../images/contact-button.png) no-repeat left bottom;
}

#second-block {
	height: 110px;
}
