form.contacto {
	margin-right: 15px;
	margin-top: -10px;
}
form.contacto p {
	margin-top: 5px;
	margin-bottom: 5px;
}

fieldset.tipoA {
	padding: 10px 10px 20px;
	border-top: 3px solid #7C6F56;
	border-bottom: 1px dotted #F1DCB1;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #F1DCB1;
	border-left-color: #F1DCB1;
	border-left-width: 1px;
}
fieldset.tipoB {
	padding: 10px 10px 20px;
	border-top: 3px solid #7C6F56;
	border-bottom: 3px solid #7C6F56;
	border-right-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #F1DCB1;
	border-left-color: #F1DCB1;
	border-left-width: 1px;
}
legend {
	font-size: 12px;
	color: #59503E;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0px;
	padding-bottom: 2px;
}
label   {
	line-height: normal;
	text-align: right;
	display: block;
	position: relative;
	width: 175px;
	float: left;
	margin-top: 4px;
	margin-right: 2px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}



.formInputField   {
	color: #9F1700;
	background-color: transparent;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3529;
	padding: 2px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #EFD6AD;
	border-right-color: #EFD6AD;
	border-left-color: #EFD6AD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
.formInputFieldHover {
	background-color: #E5CA9F;
	padding: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #EAC68A;
	border-right: 1px solid #EAC68A;
	border-bottom: 1px solid #3A3529;
	border-left: 1px solid #EAC68A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
.formInputFieldFilled   {
	color: #363636;
	background-color: transparent;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px dotted #EFD6AD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}	
.formInputFieldFilledHover   {
	background-color: #E5CA9F;
	color: #4C4435;
	padding: 2px;
	margin-bottom: 5px;
	border-top: 1px solid #EAC68A;
	border-right: 1px solid #EAC68A;
	border-bottom: 1px solid #3A3529;
	border-left: 1px solid #EAC68A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	}
.formInputFieldSelected   {
	color: #9F1700;
	padding: 2px;
	border-bottom: 1px solid #9F1700;
	background-color: #F4E4C2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #F4E4C2;
	border-right-color: #F4E4C2;
	border-left-color: #F4E4C2;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}


select.formInputField  {
	background-color: #EFD7A9;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}


select.formInputFieldSelected  {
	background-color: #F2F2ED;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

select.formInputFieldFilled  {
	background-color: #F2F2ED;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	border: solid 1px #666
	}


.camposform {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #4C4435;
	background-color: #F4E4C2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #E1E0D8;
	border-right-color: #E1E0D8;
	border-bottom-color: #A4A088;
	border-left-color: #E1E0D8;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
