@charset "utf-8";
#formulario {
	width: 300px;
}
#consulta {
	width: 200px;
	float: left;
	overflow: auto;
	height: 60px;
	border: solid 1px #7DCB96;
}
#enviar {
	margin-top: 10px;
	clear: both;
	width: 70px;
	height: 20px;
	background-color: #4DB870;
	color: #FFFFFF;
	margin-left: 205px;
}
#formulario p {
	clear: both;
	width: 200px;
	font-size: 11px;
}

#formulario label {
	width: 70px;
	float: left;
	display: block;
}
.inputContacto {
	width: 200px;
	height: 15px;
	float: left;
	margin-bottom: 5px;
	border: 1px solid #7DCB96;
}
#proyectos {
	width: 235px;
}
