/* FORMULARIO */
#contacto {
	position: absolute;
	width: 485px;
	height: 420px;
	z-index: 7;
	left: 275px;
	top: 100px;
}
.nombre {
	position: absolute;
	height: 20px;
	width: 168px;
	top: 173px;
	left: 318px;
}
.telefono {
	position: absolute;
	height: 20px;
	top: 197px;
	left: 318px;
	width: 441px;
}
.apellido {
	position: absolute;
	height: 22px;
	top: 143px;
	left: 457px;
	width: 168px;
	left: 595px;
	top: 173px;
}
.localidad {
	position: absolute;
	height: 22px;
	top: 193px;
	left: 457px;
	width: 250px;
	left: 748px;
	top: 326px;
	background-color: #dfdfdf;
}
.email {
	position: absolute;
	height: 20px;
	top: 193px;
	left: 457px;
	width: 441px;
	left: 318px;
	top: 220px;
}
.consulta {
	position: absolute;
	height: 104px;
	top: 193px;
	left: 457px;
	width: 441px;
	height: 89px;
	left: 319px;
	top: 248px;
}
input, textarea{
	background-color:transparent;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
textarea {
	width: 430px;
	height: 90px;
}
.enviarButt{
	position: absolute;
	width: 100px;
	height: 25px;
	top: 353px;
	left: 661px;
	background-color: #fff;
	border: none;
	font: 18px/25px  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	cursor: pointer;
}
