/** CONTACT **/

input{
	outline: none;	
}
#box-form-contact{
	width: auto;
	height: auto;
	margin-top: 30px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#box-form-contact a{color: #666; font-weight: normal; font-size: 12px;}
#box-form-contact a:hover{color: #888;}
#tb-agendamento tr {
	width: auto;
	height: 35px;
}
#tb-agendamento label {
	font-size: 13px;
	color:#666;
}
#formcontact textarea,
#formcontact .texts,
#formcontact select {
	padding:5px;
	border:1px solid #BFBFBF;
	font:13px;
	color:#999;
	vertical-align:top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
#formcontact input:hover,
#formcontact textarea:hover,
#formcontact select:hover	{
	border: 1px solid #aaa;
}
#formcontact input:focus,
#formcontact textarea:focus,
#formcontact select:focus	{ 
	color:#666;
	border: 1px solid #fff;
	background: #f1f1f1;
	-moz-box-shadow:inset 2px 2px 5px #ccc;
	-webkit-box-shadow:inset 2px 2px 5px #ccc;
	box-shadow:inset 2px 2px 5px #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
#formcontact textarea,
#formcontact input {
	width:300px; 
	margin-bottom: 7px;
	margin-top: 7px;
}
#formcontact select {
	width:310px; 
	outline: none;	
	margin-bottom: 7px;
	margin-top: 7px;	
}  
#formcontact textarea {
	font-family: arial;
	font-size: 13px;
	overflow:auto;
	outline: none;
}
#formcontact #btn-send{
	width: 120px;
	background-color: #B4B5B8;
	background-image: none;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	font-family: din_lightregular;
	font-size: 13px;
	margin-top: -15px;
}
#formcontact #btn-send:visited{
	width: 200px;
	background-color: #B4B5B8;
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
}

#formcontact #btn-send:hover{
	background-color: #BCBDC0;
	background-image: none;
	color: #fff;
	border: none;
	outline: none;
}


/** TRABALHE CONOSCO **/

.vagas {
	padding-bottom:20px;
}

.vagas .nome {
	font-weight:bold;
}

.form_curriculo {
	font-size: 0.8em;
	color: #555;
	line-height: 18px;
	float:left;
	margin-left: 22px
	}

.vagas p{
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
margin: 15px 0;
color: #666;	
}

#formulario_login input.caixa, #formulario_criar input.caixa {
	width:330px;
	height:24px;
	line-height:24px;
	margin-top:2px;
	margin-bottom:6px;
	border: 1px solid #999;
}

#formulario_login input[type=submit], #formulario_criar input[type=submit] {
	width:120px;
	height:24px;
	line-height:20px;
	background-color:#999;
	border: none;
	cursor: pointer;
	color:#fff;
	margin-top:2px;
}

#formulario_login span.recupera {
	cursor:pointer;
	font-size: 10px;
	line-height:22px;
}
#formulario_login span.recupera:hover {
	text-decoration:underline;
}

.btn_vagas{
	font-family:'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#b73c41;
	text-decoration: none;
	font-weight: bold;
}
.btn_vagas:hover{
	text-decoration: underline;
}

.curriculo_titulo {
	clear:both;
	font-weight:bold;
	color:#FF9900;
}

.curriculo_obrigatorios {
	text-align:center;
	font-size:11px;
	font-weight:bold;
}

.curriculo {
	width:630px;
	float:left;
	margin-top:14px;
}

.curriculo select {
	height:20px;
	line-height:20px;
	border:1px solid #CCCCCC;
	font-size:12px;
}

.curriculo select#estado_civil, .curriculo select#zona {
	width:200px;
}

.curriculo select#estado {
	width:180px;
}

.curriculo select#cidade {
	width:230px;
}

.curriculo select#cargo {
	width:385px;
}

.curriculo textarea {
	width:385px;
	border:1px solid #CCCCCC;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.curriculo input[type=text] {
	width:385px;
	height:20px;
	line-height:20px;
	border:1px solid #CCCCCC;
	padding:0px;
	margin:1px 0px 0px 0px;
	font-size:12px;
}

.curriculo input[type=text]#nascimento, .curriculo input[type=text]#cep, .curriculo input[type=text]#numero {
	width:90px;
}

.curriculo input[type=text]#celular, .curriculo input[type=text]#residencial, .curriculo input[type=text]#comercial {
	width:110px;
}

.curriculo input[type=text]#comercial_ramal {
	width:75px;
}

.curriculo .campo {
	clear:both;
	float:left;
	margin-bottom:1px;
	height:24px;
}

.curriculo .campo2 {
	clear:both;
	float:left;
	margin-top:10px;
	height:40px;
}

.curriculo .campo2 .campo_nome {
	clear:both;
	float:left;
	width:157px;
	text-align:right;
	padding-right:3px;
	font-weight:bold;
	background-color:#EFEFEF;
	height:40px;
	line-height:40px;
}

.curriculo .campo2 .campo_caixa {
	float:left;
	padding-left:3px;
	width:440px;
	background-color:#EFEFEF;
	height:40px;
	line-height:40px;
}

.curriculo .campo .campo_nome {
	clear:both;
	float:left;
	width:194px;
	text-align:right;
	padding-right:3px;
	padding-left:3px;
	font-weight:bold;
	background-color:#D6D6D6;
	height:24px;
	line-height:24px;
}

.curriculo .campo .campo_caixa {
	float:left;
	padding-left:3px;
	width:400px;
	background-color:#EFEFEF;
	height:24px;
	line-height:24px;
}

.curriculo .campo .campo_caixa .campo_nome2 {
	clear:both;
	float:left;
	width:77px;
	text-align:right;
	padding-right:3px;
	height:24px;
	line-height:24px;
}

.curriculo .campo .campo_caixa .campo_caixa2 {
	float:left;
	padding-left:3px;
	width:260px;
	height:24px;
	line-height:24px;
}

.paginacao {
	float:left;
	margin-left:25px;
	width:580px;
	margin-top:10px;
}

.paginacao .div_anterior {
	float:left;
	text-align:left;
	width:50%;
}

.paginacao .div_proximo {
	float:right;
	text-align:right;
	width:50%;
}

.paginacao .div_anterior input[type=button], .paginacao .div_proximo input[type=button] {
	width:120px;
	height:24px;
	line-height:24px;
	background-color:#e8e8e8;
	color:#000000;
	font-size:11px;
}

.curriculo .formacao {
	clear:both;
	float:left;
	margin-bottom:16px;
}

.curriculo .experiencia {
	clear:both;
	float:left;
	margin-bottom:16px;
}

.curriculo .formacao select.grau {
	width:140px;
}

.curriculo .formacao input[type=text].formacao_data, .curriculo .experiencia input[type=text].formacao_data {
	width:90px;
}

.curriculo .experiencia input[type=text].formacao_valor {
	width:100px;
}

.curriculo .adicionar_formacao, .curriculo .adicionar_experiencia {
	padding-bottom:12px;
	padding-left:200px;
}

.curriculo .adicionar_formacao span, .curriculo .adicionar_experiencia span {
	color:#0066FF;
	font-weight:bold;
}

.curriculo .adicionar_formacao span:hover, .curriculo .adicionar_experiencia span:hover {
	cursor:pointer;
	text-decoration:underline;
}

.curriculo .formacao .remover_formacao, .curriculo .experiencia .remover_experiencia {
	width:90px;
	height:20px;
	line-height:20px;
	background-color:#e8e8e8;
	color:#000000;
	margin:2px 0px 0px 0px;
	font-size:11px;
	padding:0px;
}

.bolder_normal {
	font-weight:normal;
}


.content .left .article_single {
float: left;
}