.FormularioContacto fieldset {
	border:none;
	padding:0px;
	display:block;
}
.FormularioContacto legend {
	font-size:12px;
	color:#1B4D1A;
	font-weight:normal;
	padding:4px;
}
.FormularioContacto legend+ul {
	padding-top:15px;
	display:block;
	width:600px;
}
.FormularioContacto ul li {
	height:30px;
    list-style:none;
}
.FormularioContacto ul li.areatexto {
	height:80px;
}
.FormularioContacto label {
	width:150px;
	display:block;
	float:left;
	font-weight:bold;
	margin-left:5px;
	color:#000;
}
.FormularioContacto input, textarea {
	background-color:#FFF;
	border:1px solid #266694;
	width:370px;
	color:#000;
	padding:2px 2px 2px 4px;
}
.FormularioContacto input:focus, textarea:focus {
	background-color: #F4FFF7;
	border: 1px solid #6c7f3d;
	color:#000;
}
.FormularioContacto {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.FormularioContacto input#enviar {
	width:55px;
	height:25px;
	background-color:#060;
	padding:5px;
	color:#fff;
	text-align:center;
	margin-left:475px;
	border:none;
}
.FormularioContacto input#enviar:focus {
	background:#009;
	color:#fff;
}
