
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

	Copyright (c) 2008-2009 AgenciaWX Development Team
	Última revisão: Jhony Pacheco Gomes 06/01/2010

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Itens de Layout
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.iecss3 {
	z-index:2;
	position:relative;
}
.bt-voltar {
}
.bt-voltar a {
	padding:2px 10px;
	background:#069;
	float:left;
	display:block;
	color:#FFF;
	text-transform:uppercase;
	font-size:10px;
}
@font-face {
    font-family:'HelveticaNeueRegular';
    src:url('../font/helvetica_neue-webfont.eot');
    src:url('../font/helvetica_neue-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/helvetica_neue-webfont.woff') format('woff'),
        url('../font/helvetica_neue-webfont.ttf') format('truetype'),
        url('../font/helvetica_neue-webfont.svg#HelveticaNeueRegular') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family:'Helvetica35Thin';
    src:url('../font/helveticathn-webfont.eot');
    src:url('../font/helveticathn-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/helveticathn-webfont.woff') format('woff'),
        url('../font/helveticathn-webfont.ttf') format('truetype'),
        url('../font/helveticathn-webfont.svg#Helvetica35Thin') format('svg');
    font-weight:normal;
    font-style:normal;
}
html {
	background:#FFF url("../img/bkg.jpg") repeat-x top center;
}
body {
	background:url("../img/bkg-header.jpg") no-repeat top center;
	line-height:14px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:'HelveticaNeueRegular', 'Helvetica35Thin', Arial, Helvetica, sans-serif;*/
	color:#666;
}
body a {
	color:#666;
}
#all {
	width:940px;
	margin:0 auto;
	position:relative;
}
#header {
	height:240px;
	position:relative;
	clear:both;
}
#logo {
	background:transparent url("../img/logo.png") no-repeat;
	width:176px;
	height:176px;
	top:24px;
	left:0px;
	position:absolute;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}
#menu {
	top:180px;
	right:15px;
	position:absolute;
}
#menu-bkg {
}
.m-item {
	background:url("../img/m-item.jpg") no-repeat right center;
	padding-right:31px;
	padding-left:30px;
	font-size:20px;
	line-height:24px;
	float:left;
	display:inline;
	font-family:'Helvetica35Thin', Arial, Helvetica, sans-serif;
}
#m-contato {
	background:none;
	padding-right:0;
}
.m-item a {
	float:left;
	display:block;
	color:#333;
}
#content {
	width:100%;
	clear:both;
}
#main-content {
	width:710px;
	float:left;
	display:inline;
}
h2.h2 {
	padding-bottom:15px;
	font-size:30px;
	line-height:34px;
	font-family:'Helvetica35Thin', Arial, Helvetica, sans-serif;
	color:#006699;
	clear:both;
}
.textos {
	font-size:14px;
	line-height:18px;
}
.textos a {
	text-decoration:underline;
}
.textos p, .textos ul {
	padding-bottom:15px;
}
.textos h1, .textos h2, .textos h3, .textos h4, .textos h5, .textos h6 {
	padding-bottom:10px;
	font-family:'Helvetica35Thin', Arial, Helvetica, sans-serif;
	color:#006699;
}
.textos ul li {
	padding-bottom:4px;
	list-style:inside disc;
}
.textos ol li {
	padding-bottom:4px;
	list-style:inside decimal;
}
.textos img {
}
#sidebar {
	background:#CCC;
	width:250px;
	float:left;
	display:inline;
}
#footer {
	padding-top:50px;
	font-size:12px;
	line-height:16px;
	clear:both;
	font-family:'HelveticaNeueRegular', Arial, Helvetica, sans-serif;
}
#f-end {
	float:left;
	display:inline;
}
#f-con {
	float:right;
	display:inline;
	text-align:right;
}
#f-con span {
	font-size:22px;
	line-height:26px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Copyright - Assinatura da Agência WX
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#copyright {
	width:180px;
	padding:15px 0;
	margin:0px auto;
}
#copyright p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:10px;
}
#copyright a {
	color:#666;
}
#copyright .copyright-logo {
	padding-top:1px;
	float:left;
	display:inline;
}
#copyright .copyright-logo a {
	background:url("../img/logo_agenciawx.jpg") no-repeat;
	width:23px;
	height:20px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
}
#copyright .copyright-texto {
	padding-left:5px;
	float:left;
	display:inline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Inicial
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#p-inicial {
	background:#FFF url("../img/inicial-bkg.jpg") repeat-x top center;
}
#p-inicial body {
	background:url("../img/inicial-bkg-header.jpg") no-repeat top center;
}
#p-inicial #header {
	height:570px;
}
#p-inicial #menu {
	top:26px;
	right:15px;
	position:absolute;
}
#container-banner-topo-imagem {
	top:123px;
	left:261px;
	position:absolute;
}
#container-banner-topo-imagem img {
	/*
	width:318px;
	height:243px;
	*/
}
#container-banner-topo-texto {
	border:1px solid #CCC;
	background:#E7E7E7;
	width:220px;
	max-height:160px;
	padding:25px;
	top:125px;
	left:650px;
	position:absolute;
	overflow:auto;
	
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E7E7E7));
	background:-webkit-linear-gradient(#FFFFFF, #E7E7E7);
	background:-moz-linear-gradient(#FFFFFF, #E7E7E7);
	background:-ms-linear-gradient(#FFFFFF, #E7E7E7);
	background:-o-linear-gradient(#FFFFFF, #E7E7E7);
	background:linear-gradient(#FFFFFF, #E7E7E7);
	-pie-background:linear-gradient(#FFFFFF, #E7E7E7);
	
	box-shadow:0 0 5px #CCC;
	-o-box-shadow:0 0 5px #CCC;
	-moz-box-shadow:0 0 5px #CCC;
	-khtml-box-shadow:0 0 5px #CCC;
	-webkit-box-shadow:0 0 5px #CCC;
}
#container-banner-topo-texto h3 {
	padding-bottom:5px;
	font-size:16px;
	line-height:18px;
}
#container-banner-topo-texto a {
	color:#257DC0;
	text-decoration:underline;
}
#container-banner-topo-icon {
	background:url("../img/inicial-banner-texto.png") no-repeat;
	width:22px;
	height:24px;
	top:175px;
	left:629px;
	position:absolute;
}
.inicial-content {
	width:270px;
	padding:0 32px;
	float:left;
	display:inline;
}
.inicial-content h2 {
	padding-bottom:18px;
	font-size:20px;
	line-height:24px;
	font-family:'HelveticaNeueRegular', Arial, Helvetica, sans-serif;
}
#inicial-fazemos {
	padding-left:0;
}
#inicial-fazemos h2 {
	color:#116D9F;
}
#inicial-como {
	border-right:1px dotted #666;
	border-left:1px dotted #666;
}
#inicial-como h2 {
	color:#F2AE55;
}
#inicial-orcamento {
	padding-right:0;
}
#inicial-orcamento h2 {
	color:#999933;
}
#inicial-itens {
	padding-top:35px;
}
.ii-item {
	border-right:1px dotted #666;
	height:110px;
	float:left;
	display:inline;
}
.ii-item .foto {
	padding-right:8px;
	float:left;
	display:inline;
}
.ii-item .texto {
	float:left;
	display:inline;
	font-size:12px;
	line-height:16px;
}
.ii-item h3 {
	padding-bottom:4px;
	font-size:18px;
	line-height:22px;
}
#ii-fblikebox {
	height:258px;
	margin-right:40px;
}
#ii-twitter {
	width:540px;
	border-right:0;
	margin-top:20px;
}
#ii-twitter a {
	color:#56AAAC;
}
#ii-twitter .foto {
}
#ii-twitter .texto {
	width:380px;
}
#ii-twitter .date {
	padding-top:5px;
}
#ii-cafewx {
	width:270px;
	border:0;
}
#ii-cafewx a {
	color:#824231;
}
#ii-cafewx .foto {
	padding-left:0;
}
#ii-cafewx .texto {
	padding-top:30px;
}
#ii-talentos {
	width:270px;
	border:0;
}
#ii-talentos .foto {
	padding-top:9px;
	padding-left:0;
}
#ii-talentos .texto {
	padding-top:30px;
}
#ii-talentos a {
	color:#00549E;
}
#ii-associados {
	border:none;
	height:60px;
}
#ii-associados .foto {
	padding-left:70px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Notícias
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
.noticias {
}
.noticias .item {
	width:286px;
	float:left;
	display:inline;
}
.noticias .item:nth-child(3n) {
	padding-right:0;
}
.noticias .foto {
	padding-right:10px;
	padding-bottom:3px;
	float:left;
	display:inline;
}
.noticias img {
	border:1px solid #CCC;
}
.noticias .texto {
	width:174px;
	float:left;
	display:inline;
	font-size:12px;
	line-height:14px;
	word-wrap:break-word;
}
.noticias .categoria {
	padding-top:3px;
	font-style:italic;	
	font-size:11px;
	line-height:13px;
}
.noticias h3 {
	padding-bottom:3px;
	font-size:13px;
	line-height:15px;
}
.noticias h3 a {
	color:#333;
}
#noticias-inicial {
	background:#F9F7EC;
	padding:35px 25px 20px 25px;
	margin-top:35px;
	
	border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
}
#noticias-inicial h2.titulo {
	padding-bottom:20px;
}
#noticias-inicial .item {
	padding-right:10px;
}
#noticias-mais {
	text-align:right;
	font-size:10px;
	line-height:12px;
}
#noticias .item {
	height:140px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Equipe
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#p-equipe {
}
#p-equipe .textos {
}
#p-equipe .textos table {
	border:none;
}
#p-equipe .textos td {
	border:none;
	padding-bottom:30px;
	vertical-align:top;
	text-align:left;
}
#equipe {
}
#equipe .item {
	width:270px;
	padding:15px 21px 0 21px;
	float:left;
	display:inline;
	text-align:center;
}
#equipe .ultimo {
	padding-right:0;
}
#equipe .foto {
	width:151px;
	height:175px;
	margin:0 auto;
}
#equipe .texto {
	background:#F9F7EC;
	padding:10px 0;
	text-transform:uppercase;
}
#equipe h3 {
	padding-bottom:3px;
	font-size:18px;
	line-height:20px;
	color:#116C9F;
	font-family:'HelveticaNeueRegular', Arial, Helvetica, sans-serif;
}
#equipe p {
	font-size:10px;
	line-height:12px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Portfólio
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#portfolio {
	padding-top:20px;
}
#portfolio-cat {
	border-bottom:4px solid #999;
}
#portfolio-cat .item {
	padding-right:50px;
	float:left;
	display:inline;
	font-size:22px;
	line-height:28px;
	font-family:'Helvetica35Thin', Arial, Helvetica, sans-serif;
}
#portfolio-cat .item a {
	padding:5px 10px;
	float:left;
	display:block;
}
#portfolio-cat .item a:hover, #portfolio-cat .foco a {
	background:#999;
	color:#FFF;
}
#portfolio-content {
	padding-top:30px;
}
#portfolio-content .item {
	padding-bottom:60px;
}
#portfolio-content .foto {
	border:1px solid #CCC;
	background:#FFF;
	padding:10px;
	float:left;
	display:inline;
	
	box-shadow:0 0 4px #AAA;
	-o-box-shadow:0 0 4px #AAA;
	-moz-box-shadow:0 0 4px #AAA;
	-khtml-box-shadow:0 0 4px #AAA;
	-webkit-box-shadow:0 0 4px #AAA;
}
#portfolio-content .texto {
	width:340px;
	float:right;
	display:inline;
	color:#666;
}
#portfolio-content .titulo {
	font-size:18px;
	line-height:20px;
}
#portfolio-content .cliente {
	padding-top:10px;
}
#portfolio-content .textos {
	padding-top:20px;
	color:#999;
}
#portfolio-content .link {
	padding-top:50px;
}
#portfolio-content .url {
	font-size:14px;
	line-height:16px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Contato
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#c-mapa {
	width:485px;
	float:left;
	display:inline;
}
#c-form {
	width:400px;
	float:right;
	display:inline;
}
#c-form .wxform-field {
	padding-top:10px;
	position:relative;
}
#c-form label {
	width:auto;
	padding:0 0 3px 0;
	margin:0;
	float:none;
	display:block;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
	clear:both;
}
#c-form input {
	border:1px solid #CCC;
	width:394px;
	height:32px;
	line-height:32px;
	padding:0 2px;
}
#c-form textarea {
	border:1px solid #CCC;
	width:394px;
	height:122px;
	padding:2px;
}
#c-form form span {
    top:32px;
	right:-8px;
	position:absolute;
}
#c-form form span.msgbox {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:15px;
	top:0;
	left:0;
	position:relative;
	display:block;
	clear:both;
	color:red;
}
#c-form #form-field-submit {
	margin:0;
	text-align:right;
}
#c-form #form-field-submit input {
	border:1px solid #CCC;
	background:#999;
	width:126px;
	height:32px;
	line-height:32px;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
#c-form .wxform-textarea-counter {
	display:none;
}
html > body #c-edificio {
	height:auto;
	min-height:305px;
}
#c-edificio {
	background:#F9F7EC;
	height:305px;
	margin-top:40px;
	position:relative;
	
	border-radius:8px;
	-o-border-radius:8px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
}
#c-edificio .foto {
	border:1px solid #CCC;
	background:#FFF;
	padding:10px;
	top:-25px;
	left:45px;
	position:absolute;
	
	box-shadow:0 0 5px 0 #CCC;
	-o-box-shadow:0 0 5px 0 #CCC;
	-moz-box-shadow:0 0 5px 0 #CCC;
	-khtml-box-shadow:0 0 5px 0 #CCC;
	-webkit-box-shadow:0 0 5px 0 #CCC;
}
#c-edificio .foto img {
}
#c-edificio .texto {
	width:600px;
	padding:40px 50px 40px 0;
	float:right;
	display:inline;
}
#c-edificio .titulo {
	padding-bottom:10px;
	font-size:18px;
	line-height:20px;
	color:#993;
	font-family:'HelveticaNeueRegular', Arial, Helvetica, sans-serif;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Clientes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#clientes {
	padding-top:10px;
}
#clientes .item {
	padding-right:44px;
	padding-bottom:35px;
	float:left;
	display:inline;
}
#clientes .item:nth-child(4n) {
	padding-right:0;
}
#clientes .foto {
	border:1px solid #D9D9D9;
	width:200px;
	height:120px;
	box-shadow:0 0 3px #CCC;
	-o-box-shadow:0 0 3px #CCC;
	-moz-box-shadow:0 0 3px #CCC;
	-ktml-box-shadow:0 0 3px #CCC;
	-webkit-box-shadow:0 0 3px #CCC;
}
#clientes-sem {
	padding-top:50px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Fundo Preto Letra Branca
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#html-preto {
}
#p-preto {
	background:#000;
	text-align:center;
}
#p-preto #container {
	width:400px;
	padding:8px 0;
	margin:0px auto;
	font-family:helvetica, arial, sans-serif;
}
#p-preto p {
	text-align:justify;
	color:#FFF;
}
#p-preto a {
	color:#DDD;
	text-decoration:underline;
}
#preto-fonte {
	width:400px;
	padding:10px 0;
	margin:0 auto;
	text-align:left;
	font-size:13px;
	line-height:17px;
}
#preto-compartilhar {
	width:400px;
	padding:10px 0 40px 0;
	margin:0 auto;
	text-align:left;
}
#preto-compartilhar h3 {
	padding-bottom:10px;
	color:#FFF;
}
#preto-compartilhar #item-twitter {
	width:120px;
	float:left;
	display:inline;
}
#preto-compartilhar #item-facebook {
	float:left;
	display:inline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Novos Talentos
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#p-vagas {
	background:none;
}
#p-vagas body {
	background:url("../img/vagas-bkg.jpg") no-repeat top center;
}
#p-vagas #all {
	width:960px;
}
#v-header {
	height:300px;
	position:relative;
}
#v-header #logo {
	top:40px;
	left:65px;
}
#v-header h2 a {
	background:url("../img/vagas-novos-talentos.png") no-repeat;
	width:569px;
	height:107px;
	top:100px;
	left:385px;
	position:absolute;
	text-indent:-9000px;
	overflow:hidden;
}
#v-main-content {
	width:420px;
	float:left;
	display:inline;
}
#v-texto h2, .v-title {
	padding-bottom:15px;
	font-size:30px;
	line-height:34px;
	font-family:'Helvetica35Thin', Arial, Helvetica, sans-serif;
	color:#006699;
	clear:both;
} 
#v-texto h3 {
	padding-bottom:15px;
	font-size:24px;
	line-height:28px;
	font-family:'Helvetica35Thin', Arial, Helvetica, sans-serif;
	color:#006699;
	clear:both;
}
#v-sidebar {
	width:440px;
	float:right;
	display:inline;
}
#v-footer {
	background:url("../img/vagas-footer.jpg") no-repeat bottom center;
	width:960px;
	height:132px;
	margin-top:50px;
	text-indent:-9000px;
	overflow:hidden;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Vagas
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#vagas {
	margin-top:15px;
}
#vagas .item {
	border:1px solid #CCC;
	padding:15px 30px 15px 15px;
	margin-bottom:30px;
	position:relative;
	clear:both;
	
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	
	box-shadow:0 0 4px 3px #DDD;
	-o-box-shadow:0 0 4px 3px #DDD;
	-moz-box-shadow:0 0 4px 3px #DDD;
	-khtml-box-shadow:0 0 4px 3px #DDD;
	-webkit-box-shadow:0 0 4px 3px #DDD;
}
#vagas .texto {
	width:350px;
	float:left;
	display:inline;
}
#vagas h3 {
	font-size:16px;
	line-height:18px;
}
#vagas a {
	color:#006699;
}
#vagas .tipo {
	padding:5px 0;
	font-size:14px;
	line-height:16px;
	line-height:#000;
}
#vagas .descricao {
	font-size:12px;
	line-height:16px;
}
#vagas .link {
	padding-top:5px;
	font-size:12px;
	line-height:16px;
}
#vagas .foto {
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-12px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Vagas - Detalhes
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#vaga-detalhes {
	width:480px;
	float:left;
	display:inline;
}
#vaga-detalhes .h2 {
	padding-bottom:10px;
}
#vaga-detalhes .tipo {
	font-size:16px;
	line-height:18px;
}
#vaga-detalhes .textos {
	padding-top:20px;
}
#vaga-detalhes .bt-voltar {
	padding-top:10px;
}
#vaga-detalhes .bt-voltar a {
	background:#00667F;
	padding:2px 10px;
	float:left;
	display:block;
	color:#FFF;
	text-transform:uppercase;
	
	border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
#vaga-form {
	width:440px;
	float:right;
	display:inline;
}
#vaga-form .title {
	padding-bottom:20px;
	font-size:16px;
	line-height:18px;
	color:#006699;
}
#v-form {
}
#v-form .wxform-field {
	padding-top:10px;
}
#v-form #form-field-sexo {
	width:220px;
	float:left;
	display:inline;
	clear:none;
}
#v-form #form-field-data_nascimento {
	padding-left:28px;
	float:left;
	display:inline;
	clear:none;
}
#v-form #data_nascimento {
	width:80px;
}
#v-form #id-field-data_nascimento {
	width:67px;
}
#v-form #form-field-fumante {
	width:200px;
	float:left;
	display:inline;
	clear:left;
}
#v-form #form-field-filhos {
	padding-right:24px;
	float:right;
	display:inline;
	clear:none;
}
#v-form #form-field-filhos label {
	width:95px;
}
#v-form #form-field-cidade {
	float:left;
	display:inline;
	clear:none;
}
#v-form #id-field-cidade {
	width:140px;
}
#v-form #form-field-estado {
	padding-right:25px;
	float:right;
	display:inline;
	clear:none;
}
#v-form #form-field-estado label {
	width:78px;
}
#v-form label {
	padding:0 10px 0 0;
	margin:0;
	float:left;
	display:inline;
	text-align:right;
}
#v-form label#nasc, #v-form label#data_nascimento, #v-form label#portfolio_online, #v-form label#trabalhando, #v-form label#comentarios {
	line-height:normal;
}
#v-form label#portfolio {
	padding:0 10px 0 0;
}
#v-form input {
	width:280px;
}
#v-form input, #v-form select {
	float:left;
	display:inline;
}
#v-form #check-mirror, #v-form input[type="checkbox"] {
	padding:0;
	margin:0;
	float:left;
}
#v-form .swfupload {
	float:left;
	display:inline;
}
#v-form #id-field-curriculo, #v-form #id-field-portfolio {
	width:218px;
}
#v-form #upload-disabled {
	width:auto;
	margin-left:125px;
	float:none;
	display:block;
	clear:both;
	display:none;
}
#v-form span.msgbox {
	padding-left:125px;
	display:block;
	clear:both;
	color:red;
}
#v-form #id-field-comentarios {
	width:278px;
	height:200px;
}
#v-form #form-field-submit {
	margin:0;
	float:none;
	display:block;
	clear:both;
}
#v-form #form-field-submit input {
	margin:0 0 0 125px;;
	float:none;
	display:block;
	clear:both;
	cursor:pointer;
}
#v-form #msg {
	background:url("../img/vagas-obrigado.jpg") no-repeat;
	width:437px;
	height:80px;
	text-indent:-9000px;
	overflow:hidden;
	text-align:left !important;
}
#p-vagas #ui-datepicker-div {
	display:none;
}

/*campo escondido*/

#form-field-vagas_id{
	display:none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Suporte ao Cliente
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#suporte-logo {
	background:url("../img/suporte-ao-cliente.png") no-repeat;
	width:316px;
	height:61px;
	top:110px;
	left:230px;
	position:absolute;
	overflow:hidden;
	text-indent:-9000px;
}
#p-suporte #content {
	padding-bottom:50px;
}
#suporte-i {
}
#s-left {
	width:200px;
	float:left;
	display:inline;
}
#s-center {
	border-right:1px dotted #666;
	border-left:1px dotted #666;
	width:400px;
	padding:0px 19px;
	float:left;
	display:inline;
}
#s-right {
	background:#E2F4FF;
	width:260px;
	padding:20px;
	float:left;
	display:inline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	Suporte ao Cliente - Notícias
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * **/
#s-noticias-cat {
	padding-right:10px;
}
#s-noticias-cat li {
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:13px;
	line-height:15px;
}
#s-noticias-cat li a {
	color:#0C5C98;
}
#s-noticias-inicial {
	padding-top:10px;
}
#s-noticias-inicial .item {
	width:auto;
	padding-bottom:15px;
	float:none;
	display:block;
}
#s-noticias-inicial .texto {
	width:268px;
}
#s-noticias-inicial h3 {
	font-weight:bold;
}
#noticias-suporte {
}
#noticias-suporte .item, #noticias-suporte .item:nth-child(3n) {
	width:455px;
	padding-right:30px;
	padding-bottom:30px;
}
#noticias-suporte .item:nth-child(2n) {
	padding-right:0;
}
#noticias-suporte .item:nth-child(2n+1) {
	clear:left;
}
#noticias-suporte .texto {
	width:323px;
}
#noticia-plugin-top {
	padding-bottom:20px;
	font-size:16px;
	line-height:18px;
}
#noticia-plugin-top a {
	color:#000;
}