input[type="text"],
select{
	 -webkit-appearance: none;
    border-radius: 0;
}

/* ===== 2012 Rcenter TI
   ===================== */
   body{
   	background: #fff;
   	width: 100%;
   	margin: 0 0;
   	padding: 0 0;
   	overflow-x: hidden; 
   }
   .container{
   	width: 100%;
   	position: relative;
   	float: left;
   }
   .geral{
   	position: relative;
   	margin: 0 auto;
   	width: 940px;
   }
   .internas{
   	width: 100%;
   	position: relative;
   	float: left;
   	overflow: hidden;
   }
   .bg2{
   	background: #f7f7f7;
   	position: relative;
   	width: 100%;
   	float: left;
   	overflow: hidden;
/*         min-height: 486px; */
        min-height: auto;
   }
/* ===== cabecalho
   ===================== */
.topo{
	position: relative;
	float: left;
	height: 92px;
	width: 100%;
	background: #f7f7f7 scroll;
}
 .logo{
 	position: relative;
 	float: left;
 	width: 301px;
 	height: 79px;
 	text-indent: -9999px;
 	background: url('../images/logo.png') no-repeat 0 0;
 	margin: 0 10px;
 }
.logo a{
  	position: relative;
  	float: left;
  	width: 100%;
  }
.topo .painel-associado{
	position: relative;
	float: left;
	width: 440px;
	margin: 17px 0 0 9px;
}
.topo .painel-associado label{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: "robotomedium";
	color: #4d4a48;
	margin-bottom: 9px;
}
.topo .painel-associado input{
	position: relative;
	float: left;
	border: solid 1px #d5d4d4;
	height: 28px;
	width: 170px;
	margin-right: 5px;
	font-size: 14px;
	font-family: "robotolight";
	color: #d5d4d4;
	line-height: 28px;
}
.topo .painel-associado input.login{
	width: 140px;
	padding-left: 28px;
	background: url('../images/icone-login.png') #fff no-repeat 6px center;
}
.topo .painel-associado input.senha{
	width: 140px;
	padding-left: 26px;
	background: url('../images/icone-senha.png') #fff no-repeat 6px center;
}
.topo .painel-associado .bt-entrar{
	background: #bcb225;
	width: 68px;
	height: 32px;
	font-size: 14px;
	font-family: "robotolight";
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 32px;
	float: left;
	padding: 0 0;
	border: none;
}
.topo .painel-associado .bt-entrar:hover{
	background: #665701;
}
.redes-sociais{
	position: relative;
	float: right;
	margin: 19px 0 0 0;
	width: 170px;
}
.redes-sociais h3{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px ;
	font-family:"robotomedium";
	color: #4d4a48;
	margin-bottom: 11px;
	line-height: 14px;
	font-weight: normal;
}
.redes-sociais a{
	position: relative;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	text-indent: -9999px;
}
.redes-sociais  .linkedin{
	background: url('../images/icone-linkedin.png') no-repeat 0 0;
}
.redes-sociais .facebook{
	background: url('../images/icone-facebook.png') no-repeat 0 0;
}
.redes-sociais .twitter{
	background: url('../images/icone-twitter.png') no-repeat 0 0;
}
.redes-sociais .youtube{
	background: url('../images/icone-youtube.png') no-repeat 0 0;
}
.redes-sociais .rss{
	background: url('../images/icone-rss.png') no-repeat 0 0;
}
.redes-sociais a:hover{
	background-position:  0 -30px;
}
 /* ===== menu
   ===================== */
#menu-superior{
	position: relative;
	float: left;
	width: 100%;
}
.navbar{
	position: relative;
	float: left;
	background: #bcb225;
	width: 100%;
	height: 61px;
}
.navbar {
z-index:99;
}
.navbar * {
list-style:none;
}
.navbar a {
display:block;
}
.navbar li {
float:left;
}
.navbar ul.menu_ul{
position: relative;
float: left;
width: 960px;
height: 61px;
padding: 0 0;
margin: 0 0;
}
.navbar ul.menu_ul li{
	position: relative;
	float: left;
	list-style: none;
	height: 61px;
}
.navbar ul.menu_ul li a{
	position: relative;
	float: left;
	padding: 0 30px;
	height: 61px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-family: "robotolight";
	line-height: 61px;
}
.navbar ul.menu_ul li a.sub{
background: url('../images/seta-menu.png') no-repeat right center;
margin-right: 15px;
}
.navbar ul.menu_ul li a:hover {
	background-color: #665701;
}
.navbar ul.menu_ul li:hover {
	background: #665701;
}
.navbar div.sub_ul {
visibility : hidden;
position : absolute;
top : 61px;
width: auto;
padding: 14px 0;
background : #665701;
margin : 0 auto;
z-index : 999;
}
.navbar div.sub_ul ul{
position: relative;
float: left;
width: auto !important;
padding: 0 3px !important;
margin: 0 0;
min-width: 115px;
}
.navbar div.sub_ul ul li a:hover span{
	color: #bcb225;
}
.navbar li li {
display: inline-block;
text-align: left;
white-space: nowrap;
width: 100%;
height: 36px !important;
}
.navbar li li a{
position: relative;
float: left;
padding: 0 0;
height: 36px !important;
width: auto;
}
.navbar span {
font-size: 16px;
color: #fff;
font-family: "robotolight";
line-height: 36px;
position: relative;
float: left;
}
.navbar li:hover>div { visibility:visible; }
.navbar ul li a:hover {
	background: #4d4a48;
}

 /* ===== rodape
   ===================== */
#footer{
	position: relative;
	float: left;
	width: 100%;
	background: #484544 scroll;
}
.wrapper{
	position: relative;
	float: left;
	width: 100%;
	background: #484544;
}
.logo-footer{
	position: relative;
	float: left;
	width: 140px;
	height: 128px;
	background: url('../images/logo-footer.jpg') no-repeat 0 0;
	margin: 29px 10px 0 10px;
	text-indent: -9999px;
}
 /* ===== menu rodape
   ===================== */  
.wrapper dl.menu-footer{
	position: relative;
	float: left;
	width: 182px;
	padding: 43px 0 0 46px;
	margin: 0 0;
}
.wrapper dl.menu-footer dt{
	position: relative;
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 18px;
	color: #969595;
	margin-bottom: 17px;	
	font-family: "robotomedium";
}
.wrapper dl.menu-footer dd{
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: "robotomedium";
	color: #fff;
	line-height: 14px;
	margin: 0 0 16px 0;
	padding: 0 0;
}
.wrapper dl.menu-footer dd a{
	color: #fff;
	text-decoration: none;
}
.wrapper dl.menu-footer dd a:hover{
	text-decoration: underline;
}
.wrapper dl.menu-footer.last{
	width: 60px;
	padding: 43px 0 0 36px !important;
}
.wrapper dl.menu-footer.last dt{
	height: 0px;
	padding: 0 0;
	margin: 0 0;
	font-size: 0;
	text-indent: -9999px
}
.wrapper .box-footer{
	position: relative;
	float: left;
	width: 940px;
	margin: 0 10px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: rgb(255,255,255);
	border-color: rgba(255,255,255,0.6);
	padding: 2px 0;
}
.wrapper .box-footer .endereco{
	position: relative;
	float: left;
	color: #969595;
	font-size: 14px;
	line-height: 16px;
	font-family: "robotolight";
	margin: 24px 0;
	width: 500px;
}
.wrapper .box-footer .endereco strong{
	font-family: "robotobold";
}
.wrapper .box-footer .redes-sociais{
	float: right;
}
.wrapper p{
	padding: 21px 0;
	text-align: center;
	position: relative;
	float: left;
	width: 100%;
	color: #969595;
	font-size: 14px;
	line-height: 20px;
	font-family: "robotolight";
}
.wrapper p a{
	text-decoration: none;
	color: #969595;
}
.wrapper p a:hover{
	text-decoration: underline;
}
 /* ===== padrao internas
   ===================== */   
.internas{
	font-size: 14px;
	color: #b2b1b1;
	line-height: 18px;
}
.internas p{
	font-size: 14px;
	color: #b2b1b1;
	line-height: 18px;
	margin: 0 0;
	position: relative;
	float: left;
}
/* titulo internas 1 */
.internas h1{
	position: relative;
	float: left;
	width: 940px;	
	color: #484544;
	padding: 36px 0 0 0;
	height: 56px;
	font-size: 40px;
	font-family: "robotothin";
	margin-bottom: 33px;
	background: url('../images/border-h1.jpg') no-repeat left bottom;
}
.internas h1 span{
	width: 940px;
	height: 51px;
	border-bottom: solid 1px #bcb225;
	position: relative;
	float: left;
}
.internas h1 strong{
	font-family: "robotoblack";
	position: relative;
	margin-left: 8px;
}
/* paginacao */
.internas .paginacao{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.paginacao a{
	display: inline-block;
	font-size: 20px;
	font-family: "robotothin";
	text-decoration: none;
	line-height: 20px;
	margin: 0 14px 38px 14px;
}
.paginacao a.anterior span{
	background: url('../images/icone-prev.png') no-repeat center left;
	color: #d4d4d4;
	text-decoration: underline;
	padding-left: 22px;
}
.paginacao a.proximo span{
	background: url('../images/icone-next.png') no-repeat center right;
	color: #bcb225;
	text-decoration: underline;
	padding-right: 22px;
}
.paginacao a:hover span{
	color: #484544;
}
/* bt-verde */
.internas .bt-verde{
	position: relative;
	float: left;
	height: 60px;
	text-align: center;
	background: #bcb225;
}
.internas .bt-verde span{
	position: relative;
	text-align: center;
	display: inline-block;
	padding-left: 30px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "robotomedium";
	font-size: 16px;
	line-height: 60px;
}
.internas .bt-verde.cadastre span{
	background: url('../images/icone-cadastre.png') no-repeat center left;
}
.internas .bt-verde.recrutamento span{
	background: url('../images/icone-recrutamento.png') no-repeat center left;
}
.internas .bt-verde.premios span{
	background: url('../images/icone-premios.png') no-repeat center left;
}
.internas .bt-verde.conheca span{
	background: url('../images/icone-conhece-blog.png') no-repeat center left;
}
.internas .bt-verde.cases span{
	background: url('../images/icone-cases.png') no-repeat center left;
}
.internas .bt-verde.envie span{
	background: url('../images/icone-envie-bt-verde.png') no-repeat center left;
}
.internas .bt-verde:hover{
	background: #9a9124;
}
/* sidebar */
.sidebar{
	position: relative;
	float: right;
	width: 300px;
	background: #f7f7f7;
}
.sidebar .busca{
	position: relative;
	float: left;
	width: 280px;
	padding: 19px 0 40px 20px;
}
.sidebar .busca input{
	position: relative;
	float: left;
	width: 219px;
	height: 38px;
	border: solid 1px #7e7e7e;
	background: #fff;
	font-size: 14px;
	font-family: "robotomedium";
	color: #7e7e7e;
	padding: 0 0 0 6px;
	line-height: 28px;
	border-right: 0;
}
.sidebar .busca input.submit{
	position: relative;
	float: left;
	width: 34px;
	height: 40px;
	border: none;
	padding: 0 0;
	background: url('../images/icone-busca-blog.png') no-repeat center center #bcb225;
	text-indent: -9999px;
}
.sidebar .categorias-blog{
	position: relative;
	float: left;
	width: 276px;
	margin: 0 0 0 12px;
	border-bottom: solid 1px #f5f5f5;
	padding-bottom: 27px;
}
.sidebar .categorias-blog dt{
	position: relative;
	float: left;
	width: 271px;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #484544;
	font-family: "robotobold";
	padding-left: 5px;
}
.sidebar .categorias-blog dd{
	position: relative;
	float: left;
	width: 271px;
	height: 42px;
	font-size: 16px;
	color: #484544;;
	font-family: "robotolight";
	line-height: 42px;
	padding: 0 0 2px 5px;
	background: url('../images/border-sideber-categoria.jpg') repeat-x left bottom;
}
.sidebar .categorias-blog dd a{
	text-decoration: none;
	color: #484544;
}
.sidebar .categorias-blog dd a:hover{
	color: #bcb225;
}
.sidebar dl.categorias-blog dd:last-child{
	background: transparent;
}
.sidebar .facebook-blog,
.sidebar .noticias-blog{
	position: relative;
	float: left;
	width: 259px;
	margin: 40px 0 0 20px;
	border-bottom: solid 1px #e2e2e2;
	padding-bottom: 27px;
}
.sidebar .facebook-blog dt,
.sidebar .noticias-blog dt{
	position: relative;
	float: left;
	width: 249px;
	line-height: 20px;
	font-size: 16px;
	text-transform: uppercase;
	color: #484544;
	font-family: "robotobold";
	padding-left: 10px;
	margin-bottom: 24px;
}
.sidebar .noticias-blog dd{
	position: relative;
	float: left;
	background: url('../images/select-mais-lidas.png') no-repeat 2px 4px;
	width: 244px;
	font-size: 14px;
	color: #484544;;
	font-family: "robotomedium";
	padding: 0px 0 20px 15px;
	line-height: 18px;		
}
.sidebar .noticias-blog dd a{
	text-decoration: none;
	color: #484544;
	position: relative;
	float: left;
}
.sidebar .noticias-blog dd a:hover,
.sidebar .noticias-blog dd a:hover span{
	text-decoration: underline;
}
.sidebar .noticias-blog dd span{
	position: relative;
	float: left;
	width: 100%;
	padding: 2px 0 0 0px;
	font-size: 11px;
	line-height: 12px;
	color: #e2e2e2;
}
/*----------------- select --------------------*/
.s-hidden {
  visibility:hidden;
}
.select.w250{
	width: 251px !important;
}
.select.w95{
	width: 95px !important;
}
.select {
  cursor:pointer;
  display:inline-block;
  position:relative;
  height: 30px;   
  font-family: "robotolight";
  top:0;
  text-align: left;
  color: #484544;
  font-size: 14px;
  line-height: 30px !important;
  float: left;
  border: solid 1px #cccccc;
}
.styledSelect {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:white;
  padding-left: 8px !important;
  color: #484544;
  font-size: 14px;
  font-family: "robotolight";
  line-height: 30px !important;
}
.styledSelect:after {
  content:"";
  width:0;
  height:0;
  position:absolute;
  top: 12px;
  right: 6px;
  background: url('../images/seta-select.jpg') no-repeat 0 0;
  width: 12px;
  height: 8px;
}
.styledSelect:active,
.styledSelect.active {
  background-color:#fff;
}
.options {
  display:none;
  position:absolute;
  top:100%;
  right:0;
  left:0;
  z-index:999;
  margin:0 0;
  padding:0 0;
  list-style:none;
  background-color:white;
  width: 400px;
  height: auto;
  max-height: 310px;
  overflow-y: scroll;
  outline: solid 1px #cccccc;
}
.options li {
  background-color:white;
  padding-left: 8px !important;
  color: #484544;
  font-size: 14px;
  font-family: "robotolight";
  line-height: 30px !important;
  outline: solid 1px #cccccc;
  height: 30px;
}

.options li:hover {
 background-color: #f2f2f2; 
}
.escolaridade .options li{
/*	background: url('../images/bg-option.jpg') #fff no-repeat 0 0 !important;
	padding-left: 34px !important;*/
}

.fancybox {
	width: 900px;
	padding: 20px;
	background: #fff;
}
.h_fancybox h1 {
	position: relative;
	float: left;
	width: 900px;
	color: #bcb225;
	height: 57px;
	font-size: 40px;
	font-family: "robotothin";
	margin-bottom: 33px;
	background: url('../images/border-h1.jpg') no-repeat left bottom;
	margin-top: 11px;
}

.h_fancybox h1 span {
	width: 900px;
	height: 51px;
	border-bottom: solid 1px #bcb225;
	position: relative;
	float: left;
}

.h_fancybox {
	position: fixed;
	top: 20px !important;
	height: 69px;
	background: #fff;
	top: 0;
}

.h_fancybox h1 strong {
	font-family: "robotoblack";
	position: relative;
	margin-left: 8px;
}

.b_fancybox {
	margin-top: 70px;
}

.h_b_fancybox {
	margin-bottom: 26px;
}

.h_b_fancybox p {
	font-size: 12px;
	color: #484544;
	font-family: 'robotolight';
}
.h_b_fancybox h1 {
	font-size: 30px;
	color: #4d4a48;
	font-family: "robotoblack";
	margin-bottom: 5px;
}
.h_b_fancybox h2 {
	font-size: 20px;
	color: #b2b1b1;
	font-family: 'robotolight';
	line-height: 20px;
}

.img_p_post {
	margin: 0 auto 45px;
	display: block;
}

.b_fancybox > p {
	font-size: 14px;
	color: #484544;
	font-family: 'robotolight';
	margin-bottom: 15px;
}

.b_fancybox > b {
	font-family: "robotoblack";
}

.b_fancybox > b, strong {
	font-family: "robotoblack";
}

.b_fancybox > i {
	font-family: 'robotolight_italic';
}

.b_fancybox > u {
	text-decoration: underline;
}

.ultimo_acesso{
    float: left;
    margin-top: 5px;
    width: 100%;
    color: #b2b1b1;
    font-size: 12px;
}

.sair_sac{
    float: left; 
    width: 100%; 
    font-size: 12px;
}

.sair_sac a{
    color: #000000;
}
