/*GLOBALES*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body, input, select, option, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#4c4c4c;
	text-decoration:none;
}
a, a:link, a:visited, a:active {
	color:#4c4c4c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {border:0px none;}
#inner_wrapper {
	width:760px;
	margin-left: auto;
    margin-right: auto;
}
#content {
 margin-top:15px;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
/*FIN GLOBALES*/

/*GENERALES*/
#right_col {
	float:left;
	width:201px;
	margin:0 10px 10px 0;
	padding-left:18px;
}
#left_col {
	float:left;
	width:494px;
	margin:0 0 10px 18px;
	padding-right:18px;
}
#copyright {
	border-top:1px solid #000066;
	font-size:10px;
	color:#B4B4B4;
	width:760px;
	margin:10px 0;
	padding:5px 0;
}
#copyright a {
	color:#B4B4B4;
}
#copyright #copyright_text {
	float:left;
	width:500px;
}
#poweredby {
	float:right;
	width:260px;
	text-align:right;
}
#banner {
	margin:15px 0;
}
#address_info {
	font-size:11px;
}
#address_info img {
	margin-right:5px;
}
/*END GENERALES*/

/* CONTACT US */
#contact_form {
	margin-top:10px;
}
#fullname, #message, #email, #phone  {
	border:1px solid #D8D8D8;
	margin:5px 0 8px 0;
}
#fullname {
	width:492px;
	height:20px;
}
#message {
	width:492px;
	height:83px;
}
#email, #phone {
	width:240px;
	height:20px;
}
#send {
	border:none;
	float:right;
	margin:10px 28px 10px 10px;
}
#contact_us_ok {
	text-align:center;
	float:left;
	width:462px;
	padding:50px 15px 50px 15px;
}
#contact_us_fail {
	text-align:center;
	color:#FF0000;
	float:left;
	width:462px;
	padding:50px 15px 50px 15px;
}
/*END CONTACT US */

/* FORM CAREERS */
#top_form_careers {
	padding:15px 20px 10px 20px;
}
#top_form_careers h1 {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin:0;
	padding:0;
}
#top_form_careers h2  {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	margin:0;
	padding:0;
	text-decoration:none;
}
#top_form_careers h2 a {
	color:#000000;
}
.form_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:center;
	background-color:#E3E3E3;
	height:25px;
}
.form_field_1 {
	width:200px;
	border:1px solid #D8D8D8;
	margin:5px 0 8px 0;
	float:left;
}
.aboutyou {
	width:500px;
}
#send_form_careers {
	align:center;
	margin:20px 0;
}
/* END FORM CAREERS */