@charset "utf-8";
/* CSS Document */

#form_contacto p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #339933;
	text-indent: 0px;
}

fieldset {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12pt;
	background-color: #DAFFD2;
	border: 2px solid #339933;
}

select, textarea, input[type="text"],input[type="checkbox"],input[type="email"]{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	margin-left: 25px;
}

.boton{
margin-left: 5px;
margin-right: 5px;
width: 125px;
height: 30px;
background: #009900;
text-align: center;
color: #FFFFFF;
font-size: 9pt;
font-weight: bold;
}
