 @charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300,800);

/*   OBS DO Z-INDEX
	#topo_area - z-index:600
	.banner_link - z-index:500
	.ban_controler - z-index:700
*/

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	outline:none;
}

html, body{
	color:#666666;
	font-size:14px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	background:#FFF;
	
}

::selection {
	background:#0769A1; /* WebKit, Opera, & IE9 */
	color:#FFF;
}

::-moz-selection {
	background:#0769A1; /* Firefox */
	color:#FFF;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.cem_por_cento{width:100%;}
.marg_10{margin-bottom:10px;}
.marg_15{margin-bottom:15px;}
.marg_20{margin-bottom:20px;}

p{
	margin:10px 0 20px 0;
}
p a{
	color:#005991;
}
a{
	color:#666666;
}

h1{
	margin-bottom:-7px;
	letter-spacing:-1px;
	line-height:32px;
	color:#005991;
	font-size:30px;
	font-weight:700;
}

h2{
	color:#005991;
	font-size:12px;
	font-weight:700;
}

h3{
	letter-spacing:-2px;
	color:#005991;
	font-size:35px;
	font-weight:300;
}

h4{
	color:#005991;
	font-size:14px;
	font-weight:700;
}



/* FORMULARIOS */

.w_grande{
	width:430px;
}
.formulario{
	width:620px;
}

textarea{
	height:100px;
}

select{
	margin:0 0 12px 6px;
	font-size: 14px;
	font-family:'Open Sans', sans-serif;
	font-weight: normal;
	padding: 9px;
	color: #666666;
	border: solid 1px #e3e3e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#ebebeb !important;
}

select:focus {
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	border-color: #e3e3e3;
	background:#f5f5f5 !important;
}

a.btn_form_azul{
	padding:8px 15px;
	display:inline-block;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	background:url(../img/bg_btn.png) left center;
}

a.btn_form_azul:hover{
	background:url(../img/bg_btn_hover.png) left center;
}

a.btn_form_cinza{
	padding:8px 15px;
	display:inline-block;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:16px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	background:url(../img/bg_btn_cinza.png) left center;
}

a.btn_form_cinza:hover{
	background:url(../img/bg_btn_cinza_hover.png) left center;
}



/* ESTRUTURA */

#topo{
	width:100%;
	height:556px;
	font-weight:700;
	position:absolute;
	z-index:998;
	top:0px;
	background:url(../img/bg_topo.png) no-repeat top center;
}

#conteudo{
	width:940px;
	margin:0 auto;
	z-index:999;
	position:relative;
}

#rodap_liks{
	margin-top:90px;
	padding:50px 0 25px 0;
	border-top:2px #e6e6e6 solid;
	background:#eeeeee;
}

#rodap_info{
	padding:55px 0;
	color:#FFF;
	font-size:11px;
	font-weight:300;
	text-transform: uppercase;
	background:#eeeeee url(../img/bg_rodape.png) repeat-x left top;
}

#banner_interna{
	width:940px;
	height:193px;
	margin:0 auto;
}

.barra_navegacao{
	margin-bottom:19px;
	padding:7px 10px;
	font-size:12px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#f3f3f3;
}

.barra_navegacao a{
	color:#005991;
	font-weight:700;
}

.barra_navegacao a:hover{
	text-decoration:underline;
}

.seta_nav{
	margin:-3px 3px;
}

.lateral_left{
	width:300px;
	float:left;
}

.lateral_right{
	width:620px;
	float:right;
}

.universidade_left{
	width:650px;
	float:left;
}

.universidade_right{
	width:270px;
	float:right;
}
	.universidade_right dl{ width:270px; float:left; clear:both; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #F2F2F2; }
		.universidade_right dl a{ font-size:11px; color:A0A0A0; }
		.universidade_right dl a img{ width:270px; height:90px; float:left; clear:both; margin-top:5px; }


/* TOPO */
#topo_area{
	width:940px;
	height:182px;
	margin:0 auto;
	z-index:9999;
	font-weight:700;
	position:relative;
}

.logo{
	width:260px;
	height:108px;
	padding-top:74px;
	float:left;
}

.menu-externo{
	width:670px;
	height:73px;
	margin-top:13px;
	float:right;
	text-align:right;
}

.menu-externo a{
	margin-left:-3px;
	padding:4px 7px;
	color:#005991;
	font-size:12px;
	text-transform:uppercase;
}

.menu-externo a:hover{
	color:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:url(../img/bg_menu_externo.png) repeat-x top left;
}

.menu-externo a.ativo{
	color:#FFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:url(../img/bg_menu_externo.png) repeat-x top left;
}

.menu-contato{
	width:520px;
	margin:1px 0 0 20px;
	float:left;
	text-align:right;
}

.menu-contato a{
	margin-left:-5px;
	padding:2px 8px;
	font-size:10px;
	color:#015082;
	text-transform:uppercase;
	background:url(../img/barra_menu_azul.png) no-repeat right center;
}

.menu-contato a:hover{
	color:#FFF;
}

ul.bandeiras{
	float:right;
}

ul.bandeiras li{
	margin-left:7px;
	float:left;
}

div.menu-principal{
	width:670px;
	margin:18px -8px 17px 0;
	float:right;
	text-align:right;
}

div.menu-principal a{
	padding:2px 8px 10px 7px;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	background:url(../img/barra_menu_branco.png) no-repeat right 3px;
}

div.menu-principal a:hover{
	color:#ffdd00;
}

.menu-bar li.leaf{
	list-style:none;
}

ul.menu li{
	margin:0;
	padding:0;
	display:inline-block;
	text-align:right;
}
.menu-bar li ul{
	width:230px;
	height:auto;
	margin-top:10px;
	display:none;
	position:absolute;
	z-index:2000;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#FFF;
}
.menu-bar li ul li{
	width:100%;
}
.menu-bar li:hover ul{
	display:block;
}
.menu-bar li li{
	display:block;
	float:none;
}
.setaAba{
	margin:-17px 0 0 20px;
	float:left;
	background:url(../img/seta_menuAba.png) no-repeat top left;
}
.menu-bar li ul{
	padding:9px 0 13px 0;
}
.menu-bar li ul a{
	padding:7px 10px 7px 20px;
	color:#898989;
	display:inline-block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	text-transform:none;
}
.menu-bar li ul a:hover{
	color:#005991;
}

.menu-bar ul.menu li ul li{
	text-align:left;
}

ul.menu_produtos{
	margin:-1px 0 -5px 0;
	padding:2px 14px;
	float:right;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-bottom:2px #0d6aa5 solid;
	background:#FFF;
}
ul.menu_produtos a{
	color:#005991;
}
ul.menu_produtos li .seta_pro{
	width:12px;
	height:10px;
	margin:0 auto -10px auto;
	position:relative;
	z-index:100;
	background:url(../img/bg_menu_produtos.png) no-repeat;
}

ul.menu_produtos li ul.menuAbaProd{
	width:140px;
	height:auto;
	margin:4px 0 0 -43px;
	padding:3px 0;
	display:none;
	position:absolute;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#FFF;
}

ul.menu_produtos li:hover ul.menuAbaProd{
	display:block;
}

ul.menu_produtos li ul.menuAbaProd a{
	padding:7px 10px 7px 20px;
	color:#898989;
	display:inline-block;
	font-size:12px;
	font-style:normal;
	text-align:left;
	text-transform:none;
	/*
	padding:10px 0;
	color:#898989;
	border-bottom:1px #ffdd00 solid;
	display:block;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	text-align:left;
	text-transform:none;
	background:none;
	*/
}

ul.menu_produtos li ul.menuAbaProd a:hover{
	color:#005991;
}



/* MENU - LATERAL ESQUEDA DAS INTERNAS */
ul.lateral_menu{
	padding:7px 17px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-size:18px;
	font-weight:700;
	background:#f4f4f4;
}

ul.lateral_menu li{
	padding:10px 0;
	border-bottom:1px #d5d5d5 solid;
}

ul.lateral_menu li a{
	color:#005991;
	padding:0 11px;
	background:url(../img/seta_menu_azul.png) no-repeat left center;
}

ul.lateral_menu li a:hover{
	background:url(../img/seta_menu_azul.png) no-repeat 3px;
}

ul.lateral_menu li a.ativo{
	color:#666;
	padding:10px 11px;
	background:url(../img/seta_menu_cinza.png) no-repeat left center;
}
	ul.lateral_menu li:last-child{border-bottom:0px;}

.newsletter{
	margin-top:15px;
	color:#a9a9a9;
	font-weight:700;
}

form.news{
	width:300px;
	margin-top:10px;
	background:url(../img/bg_newsletter.png) no-repeat top left;
}

form.news input[type=text]{
	width:200px;
	margin:0 0 0 15px;
	padding:9px 0 11px 0;
	border:0;
	color:#a9a9a9;
	font-size:14px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
	background:transparent;
}

form.news button.news_btn_pt{
	margin:0;
	padding:9px 12px;
	float:right;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	background:transparent;
}
form.news button.news_btn{
	margin:0;
	padding:9px 12px;
	margin:0 7px 0 0;
	float:right;
	color:#FFF;
	cursor:pointer;
	font-size:14px;
	font-weight:700;
	font-family:'Open Sans', sans-serif;
	background:transparent;
}

form.news input.text:focus{
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
  border-color: none;
  background:none;
}



/* HOME - PAGINA */
.ho_btn_roleta{
	width:100px;
	margin-top:15px;
	float:right;
}
.ho_btn_roleta  .btn_lista{
	margin-right:14px;
	float:left;
}
.ho_btn_roleta .btn_left{
	width:24px;
	float:left;
}
.ho_btn_roleta .btn_right{
	width:24px;
	float:right;
}
.roletaHome{
	width:940px;
	margin:35px 0 45px 0;
	float:left;
	clear:both;
}
.containerHome{
	width:927px;
	padding:0;
	overflow:hidden;
	margin-bottom:10px;
	float:left;
}

.ho_noticias{
	width:290px;
	min-height:135px;
	float:left;
	margin-right:11px;
	padding-right:11px;
	border-right:1px #aaaaaa solid;
}

.ho_noticias .data{
	color:#8bdaf3;
	font-size:12px;
	text-transform:uppercase;
	font-style:italic;
}

.ho_noticias .data span{
	padding-left:4px;
}

.ho_noticias h2{
	margin:5px 0;
	line-height:20px;
	font-size:17px;
}

.ho_noticias p{
	margin:0;
}
.verde, .verde a{
	color:#7bc900;
}
.laranja, .laranja a{
	color:#faa61a;
}
.rosa, .rosa a{
	color:#fa1a69
}
.cinza, .cinza a{
	color:#666666;
}
.azul, .azul a{
	color:#005991;
}

.ho_cinza{
	margin-bottom:50px;
	padding:50px 0 55px 0;
	border-top:2px #e6e6e6 solid;
	border-bottom:2px #e6e6e6 solid;
	background:#eeeeee;
}

.ho_cinza_area{
	width:450px;
}

.ho_cinza_img{
	margin:20px 0;
}

.ho_cinza_img img{
	border-radius:9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}

a.btn{
	margin-right:7px;
	padding:7px 12px;
	display:inline-block;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:12px;
	color:#FFF;
	font-weight:700;
	background:url(../img/bg_btn.png) left center;
}

a.btn:hover{
	background:url(../img/bg_btn_hover.png) left center;
}

.ho_youtube{
	width:400px;
	float:left;
}

.ho_facebook{
	width:310px;
	float:left;
}

.ho_twitter{
	width:220px;
	float:right;
}

.sidebar-box{
	width:220px;
	height:246px;
	font-size:14px;
	font-weight:300;
	font-family:'Open Sans', sans-serif;
}
.twtr-hd{
	display:none;
}
.twtr-ft{
	display:none;
}
.twtr-bd{
	padding:0;
}

.twtr-widget .twtr-tweet-wrap {
	padding:0 0 0 0 !important;
	overflow: hidden;
	font-size: 12px!important;
	font-family:'Open Sans', sans-serif !important;
	font-weight:300 !important;
	background:none !important;
	border:none !important;
}

.twtr-widget .twtr-tweet{
	padding-top:15px;
	border-top:1px #aaaaaa solid !important;
	border-bottom:none !important;
}

.twtr-tweet-text{
	width:200px !important;
	margin:0 0 15px 10px !important;
}

.twtr-tweet-text a{
	font-weight:700 !important;
}

.twtr-tweet-text em{
	display:none !important;
}

.twtr-tweet-text a.twtr-timestamp a.twtr-reply a.twtr-rt a.twtr-fav{
	color:#0F0 !important;
}




/*  BANNER HOME  */
#banner_home{
	margin-top:-375px;
	height:375px;
}

.banner_link{
	width:940px;
	/*height:375px;*/
	margin:0 auto;
	margin-top: 0px;
	z-index:9950;
	position:relative;
}
#geral{
	width:940px;
	position:absolute;
	left:50%;
	margin:320px 0 0 -470px;
}
.ban_controler{
	width:150px;
	height:50px;
	margin:0 0 0 787px;
	z-index:9999;
	position:absolute;
	color:#FFF;
	text-align:center;
	font-style:italic;
	font-size:35px;
	font-weight:300;
}

.ban_controler .countbanner{
	font-size:38px;
}

.ban_controler .totalbanner{
	font-size:24px;
}

.ban_controler a{cursor:pointer;}
.ban_controler a img{
	display:block;
	margin-top:8px;
}

/* O TEUTO - ESTRUTURA - PAGINA */
.box_foto{
	width:616px;
	margin:30px 0 30px 0;
	border:2px #eeeeee solid;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#eeeeee;
}

.box_foto strong{
	display:inline-block;
	margin:4px 11px;
	color:#666666;
	font-size:20px;
}




/* MARKETING - ACOES PROMOCIONAIS - PAGINA */
.acoes_promocionais{
	width:620px;
	float:left;
	padding-top:25px;
	clear:both;
}

dl.acoes_box{	
	width:220px;
	height:255px;
	margin:0 20px 15px 0;
	float:left;
}

dl.acoes_box dt{
	padding:6px 16px;
	color:#FFF;
	font-size:14px;
	font-weight:500px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	background:#005991;
}

dl.acoes_box dd{
	padding:11px 0;
	text-align:center;
	border:1px #bcbcbc solid;
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;	
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

dl.acoes_box dd img{
	width:196px;
	height:198px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}




/* MARKETING - ENDOMARKETING - PAGINA */
.area_btn{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:2px #eeeeee solid;
}

.area_btn a.btn{
	margin-right:15px;
	font-size:16px;
	text-transform:uppercase;
}




/* MARKETING - MANUAL IDENTIDADE - PAGINA */
.manual{
	width:620px;
	height:436px;
	color:#FFF;
	background:url(../img/bg_manual.jpg) no-repeat top left;
}

.manual strong{
	width:460px;
	padding:55px 0 0 60px;
	display:block;
	font-size:24px;
	line-height:24px;
}

.manual span{
	width:460px;
	margin:8px 0 0 60px;
	line-height:12px;
	display:block;
	font-size:10px;
}

.btn_download{
	width:191px;
	height:40px;
	margin-top:15px;
	font-weight:bold;
	font-size:15px;
	background:url(../img/bg_btn_download.png) no-repeat top left;
}

.btn_download a{
	display:inline-block;
	padding:9px 15px 10px 43px;
	color:#FFF;
}




/* NOVOS NEGOCIOS - PARCEIROS- PAGINA */
ul.parceiros{
	width:628px;
	margin-top:30px;
}

ul.parceiros li, ul.parceiros li img{
	width:140px;
	height:87px;
	margin:0 17px 15px 0;
	float:left;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}



/* IMPRENSA - ATENDIMENTO - PAGINA */
.impre_endereco{
	width:300px;
	margin-right:17px;
	float:left;
	line-height:24px;
	border-right:1px #f3f3f3 solid;
}
.impre_endereco h1{
	margin-bottom:5px;
}



/* IMPRENSA - RELEASE E NOTICIAS - PAGINA */
.noticia_foto{
	float:left;
	margin:15px 20px 10px 0;
}
.noticia_foto img{
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}




/* IMPRENSA - REVISTA - PAGINA */
.revista_abre{
	margin-bottom:50px;
	padding:8px 0;
	border-top:1px #f3f3f3 solid;
	border-bottom:1px #f3f3f3 solid;
}

.revista_area{
	width:640px;
}

dl.revista{
	width:138px;
	height:222px;
	margin:0 22px 50px 0;
	float:left;
	background:url(../img/bg_revista.png) no-repeat top left;
}

dl.revista dt{
	width:120px;
	height:26px;
	margin-top:7px;
	float:right;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
}

dl.revista dd{
	width:121px;
	height:165px;
	float:left;
	margin:12px 0 0 8px;
}



/* AUDIO RELEASE - ATENDIMENTO - PAGINA */
.area_borda{
	width:620px;
	padding:20px 0;
	border-top:1px #e9e9e9 solid;
}

.data{
	color:#8bdaf3;
	font-size:12px;
	text-transform:uppercase;
	font-style:italic;
}

.data span{
	padding-left:4px;
}

.data span a:hover{
	text-decoration:underline;
}

.area_borda p{
	margin:0px;
}

.comentario{
	width:605px;
	margin:30px 0;
	padding-left:15px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#eeeeee url(../img/bg_comentario.png) no-repeat top left;
}

.comentario strong{
	margin:11px 0 32px 5px;
	font-size:16px;
	display:inline-block;
	color:#fff;
}
.comentario span{
	display:inline-block;
	margin-left:20px;
	float:left;
}

a.btn_comentario{
	margin:20px 21px 16px 0;
	float:right;
	padding:6px 13px;
	color:#fff;
	font-weight:700;
	font-size:16px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#666666;
}

.coment_lista{
	padding:23px 0;
	border-bottom:1px #e9e9e9 solid;
}

.coment_lista .data_nome{
	color:#005991;
	font-weight:bold;
}

.resul_coment{
	color:#666666;
	font-size:30px;
	font-weight:700;
}



/* MARKETING - FEIRA E EVENTOS - PAGINA */
.titulo_resumo{
	margin-top:40px;
	padding-top:30px;
	color:#666666;
	font-size:30px;
	font-weight:700;
	letter-spacing:-1px;
	line-height:32px;
	border-top:1px #ededed solid;
}

ul.resumo_texto{
	width:632px;
	margin-top:30px;
	background:#F00;
}

ul.resumo_texto li{
	width:300px;
	height:75px;
	margin:0 16px 15px 0;
	float:left;
	line-height:17px;
	border-bottom:1px #eeeeee solid;
}

ul.resumo_texto li a:hover{
	text-decoration:underline;
}

.pag_borda{
	width:100%;
	padding-top:40px;
	border-top:1px #e9e9e9 solid;
}

.paginacao{
	float:right;
}

.paginacao a{
	margin:0 3px;
	padding:1px 6px;
	float:left;
	color:#494949;
	border:1px #bcbcbc solid;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#eeeeee;
}

.paginacao a:hover{
	background:#e1e1e1;
}

.paginacao a.ativo{
	color:#FFF;
	border:1px #005991 solid;
	background:#005991;
}

.icon_compartilhar{
	width:100%;
	margin:-17px 0 40px 0;
	text-align:right;
}




/* MARKETING - VÍDEOS E JINGLES - PAGINA */
ul.box_menu{
	height:8px;
}

ul.box_menu li{
	margin-right:3px;
	padding:10px 18px;
	float:left;
	color:#666666;
	font-size:16px;
	font-weight:bold;
	border-top-left-radius:7px;
	-moz-border-top-left-radius:7px;
	-webkit-border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-top-right-radius:7px;
	-webkit-border-top-right-radius:7px;
	background:#eeeeee;
}

ul.box_menu li.box_menu_azul{
	color:#FFF;
	background:#005991;
}

ul.box_menu li a:hover{
	color:#005991;
}

.box_videos{
	width:616px;
	margin:30px 0 30px 0;
	position:relative;
	border:2px #005991 solid;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#eeeeee;
}

.box_videos_area{
	margin:5px;
}






/* PRODUTOS - PAGINA */

ul.titulos_pro{
	font-size:16px;
	font-weight:300;
	color:#FFF;
	text-transform:uppercase;
}

ul.titulos_pro li{
	padding:13px 0;
	text-align:center;
	border-top-left-radius:7px;
	-moz-border-top-left-radius:7px;
	-webkit-border-top-left-radius:7px;
	border-top-right-radius:7px;
	-moz-border-top-right-radius:7px;
	-webkit-border-top-right-radius:7px;
	background:#005991;
}

ul.titulos_pro li.me{
	width:205px;
	float:left;
}

ul.titulos_pro li.ap{
	width:266px;
	margin-left:2px;
	float:left;
}

ul.titulos_pro li.bu{
	width:145px;
	float:right;
}

ul.produtos{
	width:100%;
	font-size:13px;
}

ul.produtos li{
	width:620px;
	display:inline-block;
	border-bottom:1px #e5e5e5 solid;
	padding:12px 0;
}

ul.produtos li .medic{
	width:200px;
	padding-right:6px;
	float:left;
}

ul.produtos li .apresen{
	width:250px;
	margin-left:14px;
	float:left;
}

ul.produtos li .pdf{
	width:147px;
	float:right;
	text-align:center;
}

.links{
	width:100%;
	float:left;
	clear:both;
	margin:20px 0 0 0;
	padding:15px 0 0 0;
	border-top:1px solid #e5e5e5;
}
	.links dt{
		width:100%;
		float:left;
		clear:both;
		margin:0 0 15px 0;
		padding:0 0 15px 0;
		border-bottom:1px solid #e5e5e5;
	}
		.links dt a{ color:#005991; font-weight:bold; }




/* FALE CONOSCO - PAGINA */
.contato_tel{
	width:260px;
	float:right;
	color:#929292;
	font-size:20px;
}
.contato_tel strong{
	color:#005991;
	font-size:19px;
	line-height:22px;
}
.contato_tel span{
	color:#929292;
	font-size:30px;
	font-weight:bold;
}
.contato_tel h3{
	margin:-11px 0;
	color:#929292;
	font-size:30px;
	font-weight:300;
}




/* TRABALHE CONOSCO - PAGINA */
.trabalhe_esq{
	width:620px;
	float:left;
}


.vagas{
	width:419px;
	padding-top:5px;
	margin:50px 0 0 0;
	border-left:1px solid #E2E2E2;
}
	.vagas dl.titulo_vagas{
		width:420px;
		height:56px;
		padding-top:5px;
		margin:-10px 0 0 0;
		color:#FFF;
		text-align:center;
		letter-spacing:-1px;
		font-size:28px;
		font-weight:800;
		background:url(../img/bg_titulo_vagas.png) no-repeat top left;
	}
	.vagas dt{
		width:364px;
		margin:28px 28px 0 28px;
	}
		.vagas dt a { padding:0 0 0 28px; font-size:14px; font-weight:600; color:#005991;}
		.vagas dt a.aberto{ background:url(../img/bt_menos.png) no-repeat;}
		.vagas dt a.fechado{ background:url(../img/bt_mais.png) no-repeat;}
	.vagas dd{
		width:336px;
		padding:0 0 28px 56px;
	}

.banner_vagas{
	width:300px;
	height:328px;
	float:right;
	background:url(../img/bg_vagas.jpg) no-repeat top left;
}

.banner_vagas span{
	width:250px;
	height:75px;
	margin:196px 0 0 30px;
	display:inline-block;
	line-height:17px;
	font-style:italic;
	color:#494949;
}

.banner_vagas strong{
	width:255px;
	height:75px;
	margin:11px 0 0 38px;
	padding-left:13px;
	display:inline-block;
	letter-spacing:-1px;
	font-size:19px;
	color:#fff;
	background:url(../img/seta_vagas.png) no-repeat left 7px;
}

.banner_vagas strong a{
	color:#FFF;
}




/* GALERIA DE FOTOS */
.box_area{
	width:606px;
	padding:10px 0 8px 10px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:#FFF;
}

.roletaFotos .btn_left{
	width:9px;
	margin-top:49px;
	float:left;
}
.roletaFotos .btn_right{
	width:9px;
	margin-top:49px;
	float:right;
}
.roletaFotos{
	width:595px;
}
.containerFotos{
	width:564px;
	margin:20px 0 10px 6px;
	padding:0;
	overflow:hidden;
	float:left;
}

ul.galeria li{
	/*width:133px;*/
	height:77px;
	float:left;
	margin:0 4px;
}

ul.galeria li img{
	/*width:133px;
	*/
	height:77px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

ul.galeria li a{
	display:block;
	width:133px;
	height:77px;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.galeria_area{
	width:595px;
	margin-left:1px;
}
#img{
	width:595px;
	height:350px;
	overflow:hidden;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#img img{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.title {
	display:block;
	padding:10px 0;
	color:#7d7d7d;
	font-size:12px;
	font-weight:bold;
	text-align:left;
}




/* RODAPE */

ul.rodap_liks{
	width:145px;
	margin-bottom:30px;
	padding:0 7px;
	float:left;
	font-weight:400;
	border-left:1px #d8d8d8 solid;
}

ul.rodap_liks h2{
	margin-bottom:5px;
}

ul.rodap_liks li a{
	color:#848484;
	line-height:17px;
	font-size:11px;
}

ul.rodap_liks li a:hover{
	text-decoration:underline;
}

ul.rodap_info{
	margin-bottom:60px;
	float:left;
}

ul.rodap_info li{
	float:left;
}

ul.rodap_info li a{
	float:left;
	margin-right:10px;
	padding:7px 10px;
	color:#005991;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-size:12px;
	font-weight:800;
	background:#FFF;
}

ul.rodap_info li a:hover{
	color:#FFF;
	background:#034573;
}

/* COMPARTILHAR */
.compartilhar{ width:100%; height:20px; padding:5px 0;	float:left;	clear:both;	margin:20px 0; } 
	.compartilhar a{ width:auto; float:right; margin:0 0 0 10px; }
	.compartilhar a.addthis_button_facebook_like{ margin:0; }
	.compartilhar a.botao{ width:auto; height:15px; padding:3px 5px 2px 5px; float:right; font-size:12px; border:0; text-transform:lowercase; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background:#005991; color:#FFF; }