form {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
}
fieldset {
	font-size: 11px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #BABBA6;
	margin-right: 10px;
}
legend {
	font-size: 12px;
	color: #BABBA6;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
label   {
	line-height: normal;
	margin-top: 4px;
	margin-right: 2px;
	font-size: 11px;
	vertical-align: middle;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}

input.formInputField   {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-color: #E1E0D8;
	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: 2px;
	margin-bottom: 5px;
	height: 15px;
	}
input.formInputFieldHover {
	background-color: #F2F2ED;
	border: 1px solid #BABBA6;
	color: #666666;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-bottom: 5px;
	height: 15px;
	}
input.formInputFieldFilled   {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #363636;
	background-color: #F2F2ED;
	padding: 2px;
	border-top: 1px solid #F2F2ED;
	border-right: 1px solid #F2F2ED;
	border-bottom: 1px solid #F2F2ED;
	border-left: 1px solid #F2F2ED;
	height: 15px;
	margin-bottom: 5px;
	}	
input.formInputFieldFilledHover   {
	background-color: #F2F2ED;
	border: 1px solid #BABBA6;
	color: #363636;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	height: 15px;
	margin-bottom: 5px;
	}
input.formInputFieldSelected   {
	color: #363636;
	padding: 2px;
	height: 15px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border-bottom: 1px dotted #C93B3B;
	background-color: #F2F2ED;
	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: #F2F2ED;
	border-right-color: #F2F2ED;
	border-left-color: #F2F2ED;
	margin-bottom: 5px;
	}
.formInputField   {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #333333;
	background-color: #E1E0D8;
	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: 2px;
	margin-bottom: 5px;
	}
.formInputFieldHover {
	background-color: #F2F2ED;
	border: 1px solid #BABBA6;
	color: #666666;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-bottom: 5px;
	}
	
.formInputFieldFilled   {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #363636;
	background-color: #F2F2ED;
	padding: 2px;
	border-top: 1px solid #F2F2ED;
	border-right: 1px solid #F2F2ED;
	border-bottom: 1px solid #F2F2ED;
	border-left: 1px solid #F2F2ED;
	margin-bottom: 5px;
	}
.formInputFieldFilledHover   {
	background-color: #F2F2ED;
	border: 1px solid #BABBA6;
	color: #363636;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-bottom: 5px;
	}
.formInputFieldSelected   {
	color: #363636;
	padding: 2px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	border-bottom: 1px dotted #C93B3B;
	background-color: #F2F2ED;
	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: #F2F2ED;
	border-right-color: #F2F2ED;
	border-left-color: #F2F2ED;
	margin-bottom: 5px;
	}

select.formInputField  {
	background-color: #E1E0D8;
	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
	}

input.formInputButton   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #918D68;
	font-weight: bold;
	float: right;
	border-top: 1px solid #DFDED2;
	border-right: 1px solid #504E38;
	border-bottom: 1px solid #504E38;
	border-left: 1px solid #DFDED2;
	margin-top: 8px;
	margin-left: 10px;
	cursor: pointer;
	
}
input.formInputButton02   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	float: right;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-top: 8px;
	margin-left: 10px;
	cursor: pointer;
	
}


.camposform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E1E0D8;
	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;
}
.botonform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #918D68;
	font-weight: bold;
	float: right;
	border-top: 1px solid #DFDED2;
	border-right: 1px solid #504E38;
	border-bottom: 1px solid #504E38;
	border-left: 1px solid #DFDED2;
	margin-top: 8px;
	margin-left: 10px;
}
.botonform02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #C93B3B;
	font-weight: bold;
	float: right;
	border-top: 1px solid #EAB0B0;
	border-right: 1px solid #6C1E1E;
	border-bottom: 1px solid #6C1E1E;
	border-left: 1px solid #EAB0B0;
	margin-top: 8px;
	margin-left: 10px;
}

h2.ayudas {
	font-size: 11px;
	font-weight: bold;
	background-color: #E8E9E2;
	margin: 20px 0px 5px;
	padding: 3px 5px 5px 8px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.ayudas {
	width: 100%;
}
table.ayudas td.descripcion {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #363636;
	font-size: 11px;
	padding: 5px;
	vertical-align: top;
}

table.ayudas td.descriptor {
	float: left;
	font-size: 11px;
	font-style: italic;
	color: #918D68;
	width: 125px;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	padding: 5px 5px 5px 10px;
}

dl.table-display {
	padding: 0px;
	display: block;
	margin: 0px 0px 20px;
}

.table-display dt {
	float: left;
	font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	color: #918D68;
	padding-left: 8px;
	width: 115px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #363636;
	width: 350px;
	float: left;
}
