@charset "utf-8";
.form-text {
	font-family: tahoma;
	font-size: 12px;
}

.texto-titulo {
	font-family: tahoma;
	font-size: 13px;
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
.texto-cuerpo {
	font-family: tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
.pie-titulo {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fe6632;
	padding-top: 10px;
	padding-left: 10px;
}
.pie-enlaces {
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;

}
a.pie-enlaces {
	text-decoration:none;
}
a.pie-enlaces:hover {
	text-decoration:none;
	color: #fe6632;
}
.titulo-pagina {
	font-family: tahoma;
	font-size: 21px;
	color: #333333;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.form-field {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #7f7f7f;
	border-left-color: #7f7f7f;
}
.form-button {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #e9820f;
	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: solid;
	border-left-style: solid;
	border-top-color: #f1ad62;
	border-right-color: #a45c0b;
	border-bottom-color: #a45c0b;
	border-left-color: #f1ad62;
	text-transform: uppercase;
	padding: 2px;
}
