body {
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.enlaceFAQ {
	font-family: Helvetica35-Thin, HelveticaNeue Condensed;
	font-size: 9pt;
	color: #ffffff;
}
.TITULO {
	font-family: Helvetica35-Thin;
	font-size: 15pt;
	color: #FFFFFF;
	font-weight: normal;
}
.TextoBLANCO {
	font-family: Helvetica35-Thin;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
}
.enlaceBUSQUEDA {
	font-family: Helvetica35-Thin, HelveticaNeue Condensed;
	font-size: 9pt;
	color: #000000;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FF0000 !important; //reCaptcha widget background color
   
 }
 
 #recaptcha_table {
   border-color: #FF0000 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #FF0000 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
 }