/* CSS Browser Reset from meyerweb.com - v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Fin de CSS Reset */

/* Estilos reutilizables */

.hide { display: none; }
.right { float: right; }
.left { float: left; }
.current { cursor: default; }
.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 1px;
	overflow: hidden;
}
.last, .last a { border: none !important; }

body {
	background:url(/images/bg_body.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #4A71A0;
}

a:hover {
	text-decoration: underline;
}

.avatar {
	border:1px solid #DFDFDF;
	padding:2px;
	display:block;
    margin: 0 auto;
}

form p {
	margin: 0 15px 0 15px;
}

.auto {
	overflow: auto;
}

/* Layout */

.wrapper {
	width: 865px;
	text-align: left;
	margin: 0 auto;
}
.mainHeader {
	width: 865px;
	border-bottom: 2px solid #6780a9;
}

.pageHeader {
	padding: 20px 0 15px 0;
}

.primary {
	float: left;
	overflow: hidden;
	height: 1%;
	width: 510px;
	padding: 14px 0 30px 0;
	margin: 0;
}
.secondary {
	float: right;
	width: 285px;
	padding: 30px;
	color: #555555;
	margin: 0 0 20px 0;
}
#footer {
	width: 835px;
	clear: both;
	overflow: hidden;
	background: url(/images/bg_gray_shadow_bottom.gif) repeat-x top;
	color:#666666;
	font-size: 11px;
	padding: 20px 15px 0 15px;
	margin: 0 0 20px 0;
}
.main_content {
  overflow: hidden;
}

/* end Layout*/

/* General Form Styles */

#signup {
  background: transparent url(/images/bg_bottom_signup.gif) no-repeat scroll left bottom;
  padding-bottom: 1em;
}
form {
	overflow: hidden;
	height:1%;

}
form fieldset {
	background: #f7f7f7 url(/images/bg_middle_signup.gif) repeat-y left;
	padding: 5px 13px 5px 11px;
}
form fieldset.terms_box {
  border-top: 3px solid #FFF;
  padding:25px 25px 15px 25px;
}
form fieldset.terms_box ul {
  padding-top: 0;
}
input {
	width: 80%;
	margin: 0 0 10px 0;
	padding: 2px;
	font-size: 12px;
}

select {
	padding: 1px;
	font-size: 12px;
	margin: 0 0 10px 0;
}

textarea {
	font-size: 13px;
	height: 125px;
	padding: 2px;
	width: 81%;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin: 5px 0;
}

.formError {
	color: #C00;
	font-size: 12px;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0 0 10px 15px;
}

ul.actions li {
	margin: 0 10px 10px 0;
}

ul.buttons li {
	background:url(/images/bgBtnLeft.gif) no-repeat left top;
	float: left;
	height: 26px;
	padding: 0 0 0 3px;
}
ul.buttons li a, ul.actions li button, ul.actions li span {
	background:url(/images/bgBtnRight.gif) no-repeat right top;
	padding: 7px 8px 6px 8px;
	display: block;
	margin: 0;
	text-decoration: none;
}

ul.actions li a:hover {
	text-decoration: none;
}

ul.actions li button {
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #4A71A0;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 6px 6px 7px 4px;
}

.spinner {
	background:url(/images/spinners/spinner.gif) no-repeat top left !important;
	padding: 4px 0 0 18px !important;
	height: 14px !important;
	color: #999999;
	display: none;
}

form .checkbox {
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #999999;
	border: none;
}

form .checkbox label {
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
}

form .checkbox input {
	margin: 0 5px 0 0;
	float: left;
	width: auto;
}

form span.left {
	margin: 0 20px 0 0;
}

form span.left.inline {
	margin: 5px 20px 0 0;
}

form span.left.inline input {
	margin-bottom: 10px !important;
}

form input.short {
	width: 130px
}

form input.medium {
	width: 210px
}

form input.long {
	width: 290px
}

form select.medium {
	width: 140px
}

form select.short {
	width: 70px
}

form select.long {
	width: 296px
}

.job_categories {
  margin: 0px 15px 0 15px;
}

a.listAdder {
  margin: 0px 15px 0 15px;
}

.job_categories ul {
  list-style-type: none;
  margin: 0; padding: 0;
  overflow: auto;
}

.job_categories li {
  background: none;
  margin: 0; padding: 0;
}

.job_categories li select {
  width: 100px;
  margin-right: 5px;
}

/* end General Form Styles*/

h1 {
	background:url(/images/logos/logo150x27.png) no-repeat left top;
	width: 150px;
	height: 27px;
	text-indent: -9999px;
	margin: 30px 0 0 0;
	padding: 0 0 4px 0;
}

h2 {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	margin: 20px 0 15px 0;
}

h2 span {
	color: #CCCCCC;
}

.primary h3 {
	margin: 15px 0;
	padding: 6px 15px;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: #FFFFFF;
	text-transform: uppercase;
	color: #4c75a6;
}

.secondary .facebook_box {
	width: 285px;
}

.secondary .signup_instructions {
	margin: 0 0 60px 0;
}

.secondary h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 15px 0;
}

.secondary p {
	font-size: 14px;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}

#flash {
    margin: 120px auto 140px auto;
    width: 640px;
}

#flash div {
	background: #FFFFCC url(/images/icons/icon_check.png) 15px 15px no-repeat;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 15px 0 0 0;
	padding: 15px 15px 20px 120px;
}

#flash h2 {
	font-size: 1.625em;
	font-weight: normal;
	margin: 8px 0;
	padding: 0;
	border: none;
}

#flash p {
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
}

span.divider {
	background: #FFFFFF;
	height: 3px;
	font-size: 0;
	margin: 15px -12px 25px -14px;
	display: block;
}

/* Main Footer Styles */

#footer ul {
	display: block;
	height: 25px;
	margin: 0 0 0 -5px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	display: block;
	float: left;
	color: #000000;
	padding: 1px 5px;
	border-right: 1px solid #000000;
	font-weight: bold;
}

#footer .jobandtalentlogo {
	float: right;
	background: url(/images/bg_footer_logo.gif) no-repeat;
	width: 126px;
	height: 24px;
	margin: 0;
}

a.jobandtalentlogo {
	background:url(/images/bg_header_logo.gif) no-repeat;
	width: 155px;
	height: 31px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 18px 0 13px;
}


p.names,
p.password,
p.start_date {
  overflow: hidden;
  height: 1%;
}
p.names span,
p.password span,
p.start_date span {
  float: left;
  margin-right: 20px;
}
.terms_box .checkbox label {
  font-weight: normal;
  text-transform: none;
  padding-top: 1px;
  font-size: 12px;
}

/* end Main Footer Styles */


/* New company box */

.information_block {
  border: 1px solid #EAEAEA;
  margin-top: 20px;
	float: left;
  padding: 20px 0 20px 20px;
  height: 1%;
}

.information_block .info_container {
  float:left;
  width: 455px;
  color:#333333;
}

.information_block .info_container p {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0.8em 0;
}

.information_block .info_container p a {
  text-decoration: underline;
}

.information_block .info_container ul {
  padding: 20px 0 30px 0;
}

.information_block .info_container ol {
  padding: 0 0 30px 0;
}

.information_block .info_container ul li,
.information_block .info_container ol li {
  padding-bottom: 1px;
  font-size: 1.2em;
}

.information_block .info_container h2 {
  border: none;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
  font-size: 2em;
}

.information_block .logo_box {
  float:right;
  width: 310px;
}
.information_block .logo_box .avatar { 
  border: none;
}