@charset "UTF-8";
/* CSS Document */
/* web.isod.es style sheet */

body	{ font-family: Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; background-color: #fff; color: #666; }
h1	{font-size: 16px; margin: 0px;}
p	{ margin-top: 0px; }

#homeNav	{ width: 500px; background-color: #fff; }
#homeNav a.aboutUs { float: left; display: block; width: 166px; height: 50px; text-decoration: none; background: url(/img/con_homenav_about_us.png); background-position: 0px -50px; }
#homeNav a.aboutUs:hover { background-position: 0px 100px; }
#homeNav .displace { position: absolute; left: -5000px; }

#homeNav a.contactUs { float: left; display: block; width: 166px; height: 50px; text-decoration: none; background: url(/img/con_homenav_contact.png); background-position: 0px -50px; }
#homeNav a.contactUs:hover { background-position: 0px 100px; }
#homeNav .displace { position: absolute; left: -5000px; }

#homeNav a.pclo { float: left; display: block; width: 166px; height: 50px; text-decoration: none; background: url(/img/con_homenav_pclo09.png); background-position: 0px -50px; }
#homeNav a.pclo:hover { background-position: 0px 100px; }
#homeNav .displace { position: absolute; left: -5000px; }


#header,#mainBody 	{ width: 99%; background-color: #fff; }
#header .logoField	{ float: left; width: 200px; margin: 0 10px; height: 100px; overflow: hidden; }
#header .pageTitle	{ float: right; width: 120px; margin: 53px 20px; font-weight: bold; }

#mainBody .submitForm	{ width: 700px;}
#mainBody .yourEmailText { position: relative; width: 150px; float: left; font-size: 9px;}
h10	{text-transform:uppercase; font-size: 12px; }
#mainBody .yourEmailInput	{ width: 300px; float: left; }
#mainBody #eMailinPut	{ width: 200px; height: 18px; font-family: Arial, Helvetica, sans-serif; font-size:10px; color: #999; border: 1px solid #000; }
#mainBody .inputField	{ margin-top: 18px; }
#mainBody #inputArea	{ width: 700px; height: 150px; font-family: "Courier New", Courier, monospace; font-size: 12px; color: #999; border: 1px solid #000; }
#mainBody #submitButton { width: 200px; font-size: 12px; text-transform: uppercase; font-weight: bold; color: #FFF; background-color: #999; border: 1px solid #666; }
#mainBody	.emailError { color: #f00; text-transform: uppercase; }
#mainBody	.messageSent	{ width: 700px; }

#bottomNav	{ font-size: 9px; color: #999; }

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#fff !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #666 !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #666 !important; //Text input field border color
   background-color:#fff !important; //Text input field background color
 }