.txtFormTitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	margin-top: 15px;
	font-weight: normal;
}
.txtFormCampos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #f5f5f5;
	height: 16px;
	width: 230px;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
}
.txtFormCamposGra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #f5f5f5;
	height: 150px;
	width: 230px;
	border: 1px solid #CCCCCC;
	text-indent: 10px;
}
.txtFormBoton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #666666;
	height: 18px;
	width: 50px;
	border: 1px solid #333333;
}
.txtfontLink, .txtfontLink a:link, .txtfontLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0071BC;
	text-decoration: none;
}
.txtfontLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
