/* CSS */
*{
	margin:0;
	padding:0;
}

body{
	font-family:'Arial', Tahoma, sans-serif;
	font-size:14px;
	line-height:1.5em;
	overflow-y:scroll;
	overflow-x:auto;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

ul, ol{
	list-style-type:none;
}

a{
	text-decoration:none;
}

img{
	border-style:none;
}

textarea{
	overflow:auto;
}

input, select, textarea{
	padding:4px;
	border:solid 1px #c1c1bf;
	outline:0;
}

.container{
	max-width:100%;
	min-width:986px;
}

.wrap{
	width:986px;
	margin:0 auto;
	overflow:hidden;
}

/* HEADER */
.header{
	/*width:100%;*/
	background:url('../img/bg/header-bg.gif') repeat-x top left;
	position:relative;
}

.header .logo{	
	background:#FFF;	
	padding:56px 10px 30px 10px;
	margin-left:12px;
	border-right:1px solid #CFCFCF;
	border-bottom:1px solid #CFCFCF;
	border-left:1px solid #CFCFCF;
	position:absolute;
	-webkit-box-shadow:0 0 14px #999;
	-moz-box-shadow:0 0 14px #999;
	box-shadow:0 0 14px #999;	
}

.header .logo a img{
	display:block;
}

.header .top-right{
	padding-right:20px;
	margin:16px 0 6px;
	float:right;
}

.top-right .search{
	width:240px;
	height:30px;
	margin-right:20px;
	position:relative;
    top:2px;
	display:inline-block;
}

.top-right .search table td{
	padding:0px;
}

.top-right .search input.gsc-input{
	font-size:14px;
	background:#FFF;
	position:relative;
	left:4px;    
    top:3px;
}

.top-right .search .gsc-search-button{
	background:#224992;
	width:13px;
	height:13px;
	padding:2px 4px 0px 3px;
	margin-left:4px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	top:2px;
}

.top-right .share-itens{
	display:inline-block;
}

.top-right .share-itens ul{
	overflow:hidden;
}

.top-right .share-itens ul li{
	margin-left:6px;
	float:left;
}

.top-right .share-itens ul li a img{	
	width:24px;
	height:24px;
	display:block;
	border:solid 2px #FFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

/* Menu Principal */
.header .main-menu{
	background:#19376e;
	background-image:-ms-linear-gradient(top, #19376e 60%, #223c69 100%);
	background-image:-moz-linear-gradient(top, #19376e 60%, #223c69 100%);
	background-image:-o-linear-gradient(top, #19376e 60%, #223c69 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.6, #19376e), color-stop(1, #223c69));
	background-image:-webkit-linear-gradient(top, #19376e 60%, #223c69 100%); 
	background-image:linear-gradient(to bottom, #19376e 60%, #223c69 100%);
}

.header .main-menu ul{
	background:#FFF;
	width:986px;
	height:108px;
	margin:0 auto;
	overflow:hidden;
}

.header .main-menu ul li{
	background:#19376e;
	background-image:-ms-linear-gradient(top, #19376e 60%, #223c69 100%);
	background-image:-moz-linear-gradient(top, #19376e 60%, #223c69 100%);
	background-image:-o-linear-gradient(top, #19376e 60%, #223c69 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0.6, #19376e), color-stop(1, #223c69));
	background-image:-webkit-linear-gradient(top, #19376e 60%, #223c69 100%); 
	background-image:linear-gradient(to bottom, #19376e 60%, #223c69 100%);
	width:130px;
	display:block;	
	border-right:solid 1px #FFF;
	float:left;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;	
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.header .main-menu ul li.first{
	width:180px;
    height:108px;
}

.header .main-menu ul li.last{
	width:26px;
	height:108px;
}

.header .main-menu ul li.first,
.header .main-menu ul li.last{
	border-right:none;
}

.header .main-menu ul li.right-border{   	
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
}

.header .main-menu ul li.left-border{
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
}

.header .main-menu ul li a{	
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	width:129px;
	height:108px;	
	border-left:none;
	display:table-cell;	
	vertical-align:middle;
	text-shadow:1px 1px 0 #0c1933;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.header .main-menu ul li a.selected{	
	color:#19376e;
	background:#FFF;
	text-shadow: none;
}

/* Menu Secundário */
.menu{
	width:100%;
	height:76px;
}

.menu ul{
	width:836px;
	margin:0 auto;
	/*padding-left:150px;*/
	position:relative;
    top:47px;
	/*overflow:hidden;*/	
}

.menu ul li{	
	float:left;
}

.menu ul li a{
	font-size:12px;
	font-weight:bold;
	color:#224992;
	padding:4px 20px;
	display:block;
}

.menu ul li a:hover{
	color:#FFF;
	background:#224992;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}

.menu ul li ul{
	background:#224992;
	width:auto;
	margin:0;
	padding-left:0;
	position:absolute;
	top:29px;
	z-index:200;
	display:none;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	-webkit-box-shadow:0 4px 4px #4C4C4C;
	-moz-box-shadow:0 4px 4px #4C4C4C;
	box-shadow:0 4px 4px #4C4C4C;
}

.menu ul li ul li{
	float:none;
}

.menu ul li ul li a{
	font-size:10px;
	font-weight:normal;
	color:#FFF;
	padding:2px 20px;
	display:block;
}

.menu ul li ul li a:hover{
	color:#FFF;
	background:#375EA7;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}


/* CONTENT */
.content .wrap{
	width:946px;
	padding:20px;
	position:relative;
}

.content.home{
	background:url('../img/bg/content-bg.jpg') repeat-x left 434px #FFF;
}

.content.interna{
	background:url('../img/bg/bg-interna.jpg') repeat-x left 38px #FFF;
}

.content .home-main{
	background:#224992;
	background-image:-ms-linear-gradient(top, #224992 0%, #3c70cf 100%);
	background-image:-moz-linear-gradient(top, #224992 0%, #3c70cf 100%);
	background-image:-o-linear-gradient(top, #224992 0%, #3c70cf 100%);
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #224992), color-stop(1, #3c70cf));
	background-image:-webkit-linear-gradient(top, #224992 0%, #3c70cf 100%);
	background-image:linear-gradient(to bottom, #224992 0%, #3c70cf 100%);
	width:100%;
	height:414px;
	padding-top:20px;	
}

.content .home-content{
	margin-top:-78px;
}

.content .home-main .wrap{
	background:url('../img/bg/bg-main.png') no-repeat bottom center transparent;
	height:374px;
}

.content .home-content .wrap{
	background:url('../img/bg/bg-content.png') no-repeat center 78px transparent;
}

.content.interna .wrap{
	background:url('../img/bg/bg-interna-meio.png') no-repeat left 5px transparent;
}

.content.home .coluna1,
.content.home .coluna2,
.content.home .coluna4{
	overflow:hidden;
}

.content.home .coluna4 .box{
	width:616px;
	margin:0 28px 14px 8px;
	float:left;
}

.content.home .coluna4 .mini-box{
	width:288px;
	overflow:hidden;
}

.content.interna .coluna1{
	width:616px;
	margin:0;
	/*margin:0 0 30px 8px;*/
	float:left;
}

.content.content.interna .coluna2{
	width:306px;
	margin-bottom:30px;
	float:right;
	overflow:hidden;
}

/* Destaques Home */
.destaques{	
	background:url('../img/bg/bg-box.png') no-repeat center 280px;
	width:616px;	
	margin:0 0 30px 8px;
	float:left;
	overflow:hidden;	
}

.destaques ul li{
	width:616px;
	height:280px;
	position:relative;
}

.destaques ul li a img{
	width:100%;
}

.destaques ul li p{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color:rgb(51, 51, 51);
	background-color:rgba(0, 0, 0, 0.4);
	width:94%;
	padding:10px 3%;
	position:absolute;
	bottom:0;
}

.destaques .center-control-nav{
	margin-top:3px;
	float:right;
	overflow:hidden;
}

.destaques .center-control-nav li{
	float:left;
}

.destaques .center-control-nav li a{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:#7b7a64;
	padding:4px 8px;
	margin-left:3px;
	cursor:pointer;
}

.destaques .center-control-nav li a.center-active{
	background:#39392f;
}

.destaques .center-direction-nav{
	display:none;
}

/* Banners home */
.banners-home{
	width:306px;
	margin-bottom:30px;
	float:right;
	overflow:hidden;
}

.banners-home a{
	background:#FFF;
	width:286px;
	padding:2px;
	margin:0 auto 34px;
	display:block;
	-webkit-box-shadow:0 0 8px #222;
	-moz-box-shadow:0 0 8px #222;
	box-shadow:0 0 8px #222;
}

.banners-home object{	
	background:#FFF;
	padding:2px;
	margin:0 auto 34px;
	display:block;
	-webkit-box-shadow:0 0 8px #222;
	-moz-box-shadow:0 0 8px #222;
	box-shadow:0 0 8px #222;
}

.banners-home a img{
	width:100%;
	display:block;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

/* Boxes Home */
.box{
	background:url('../img/bg/bg-box.png') no-repeat bottom center;
	padding-bottom:20px;
	margin-bottom:14px;
}

.big-box{
	background:url('../img/bg/bg-bigbox.png') no-repeat bottom left;
	padding-bottom:18px;
	margin-bottom:14px;
}

.mini-box{
	background:url('../img/bg/bg-minibox.png') no-repeat bottom left;
	padding-bottom:16px;
	margin:0 0 14px 10px;
}

/* Noticias Home */
/*.home-content .noticias{
	width:616px;
	margin:0 0 30px 8px;
	float:left;
	overflow:hidden;
}

.home-content .noticias .destaque{
	background:#FFF;
	width:588px;	
	padding:18px 6px 18px 18px;
	border:solid 2px #d4d4d4;
	overflow:hidden;
}

.home-content .noticias .destaque a img{
	max-width:235px;
	padding:6px;
	margin-right:10px;
	border:solid 2px #e8e7e5;
	display:block;
	float:left;
}

.home-content .noticias .destaque span a{
	font-size:11px;
	text-transform:uppercase;
	color:#666560;
	margin-top:10px;
	display:inline-block;
}

.home-content .noticias .destaque h2{
	line-height:1.2em;
	margin:4px 0 8px;
}

.home-content .noticias .destaque h2 a{
	font-size:20px;
	color:#224992;
}

.home-content .noticias .destaque p{
	overflow:hidden;
}

.home-content .noticias .destaque p a{
	font-size:12px;
	color:#666560;
	display:inline-block;
}

.home-content .noticias ul{
	width:100%;
	margin-top:24px;
}

.home-content .noticias ul li{
	width:20%;
	padding:0 2%;
	border-left:solid 1px #c3c3c3;
	float:left;
}

.home-content .noticias ul li:first-child{
	border-left:none;
}

.home-content .noticias ul li span a{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666560;
	margin-bottom:4px;
	display:block;
}

.home-content .noticias ul li h3 a{
	font-size:14px;
	color:#224992;
	display:block;
}*/

.home-content .noticias{
	width:616px;
	margin:0 0 0 8px;
	float:left;
	overflow:hidden;
}

.home-content .noticias .destaque{
	background:#FFF;
	width:576px;	
	padding:18px 18px 18px 18px;
	border:solid 2px #d4d4d4;
	position:relative;
	overflow:hidden;
}

/*.home-content .noticias .destaque a img{
	max-width:235px;
	padding:6px;
	margin-right:10px;
	border:solid 2px #e8e7e5;
	display:block;
	float:left;
}*/

.home-content .noticias .destaque span a{
	font-size:11px;
	text-transform:uppercase;
	color:#666560;	
}

.home-content .noticias .destaque h2{
	/*line-height:1.2em;*/
	/*margin:4px 0 8px;*/
}

.home-content .noticias .destaque h2 a{
	font-size:18px;
	color:#224992;
}

.home-content .noticias .destaque p{
	overflow:hidden;
}

.home-content .noticias .destaque p a{
	font-size:12px;
	line-height:1.4em;
	color:#666560;
	margin-top:8px;
	display:inline-block;
}

.home-content .noticias ul.chamadas{
	width:100%;
	margin-top:12px;
}

.home-content .noticias ul.chamadas li{
	width:20%;
	height:136px;
    margin-bottom:24px;
	padding:0 2%;
	border-left:solid 1px #c3c3c3;
	float:left;
}

.home-content .noticias ul.chamadas li span a{
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666560;
	margin-bottom:4px;
	display:block;
}

.home-content .noticias ul.chamadas li h3 a{
	font-size:11px;
	color:#224992;
	display:block;
}

/* Video Slider*/
.video-slider{
	width:868px;
	padding:12px 30px;
	margin-left:8px;
	border:solid 2px #d4d4d4;
	position:relative;
	clear:both;
}

.video-slider h2{
	font-size:30px;
	font-weight:bold;
	color:#b7b4b4;
	position:relative;
	left:-14px;
}

.video-slider .meio{
	margin-top:6px;
	overflow:hidden;
}

.video-slider ul.itens{
	margin-left:0;
}

.video-slider ul.itens li.item{	
	width:142px;
	margin:0 3px;
	float:left;
}

.video-slider ul.itens li.item h6 a{
	line-height:1.3em;
	font-size:12px;
	font-weight:bold;
	color:#224992;	
}

.video-slider ul.itens li.item a{
	position:relative;
	display:block;
}

.video-slider ul.itens li.item a img.thumbnail{
	width:142px;
	margin-bottom: 8px;
	display:block;
}

.video-slider ul.itens li.item a img.icon-video{
	width:46px;
	height:32px;
	display:block;
	position:absolute;
	left:30%;
	top:30%;
}

.video-slider .base{
	width:100%;
	position:absolute;
	top:35%;
	left:0;
}

.video-slider .base ul{
	width:100%;
	position:relative;
}

.video-slider .base ul li{
	width:35px;
	height:57px;
	cursor:pointer;
	z-index:1;
}

.video-slider .base ul li.esquerda{
	background:url('../img/elements/set-left.png') no-repeat center center;
	position:absolute;
	left:-11px;
}

.video-slider .base ul li.direita{
	background:url('../img/elements/set-right.png') no-repeat center center;
	position:absolute;
	right:-11px;
}

.video-slider .base ul li.esquerdaInativo{
	background:url('../img/elements/set-left-inative.png') no-repeat center center;
	position:absolute;
	left:-11px;
}

.video-slider .base ul li.direitaInativo{
	background:url('../img/elements/set-right-inative.png') no-repeat center center;
	position:absolute;
	right:-11px;
}

.video-slider .base ul li.esquerdaInativo,
.video-slider .base ul li.direitaInativo{
	cursor:auto;
}

/* Serviços do Sistema */
.servicos-home{
	background:url('../img/bg/bg-icon.jpg') no-repeat top right;
	padding:18px 6px 18px 18px;
	border:solid 2px #d4d4d4;	
}

.servicos-home h2{
    font-size:30px;
    font-weight:bold;
	color:#B7B4B4;
	position:relative;
    left:-4px;    
}

.servicos-home ul{
	margin:10px 0;
}

.servicos-home ul li{
	padding:4px 0;
}

.servicos-home input{
	width:440px;
}

.servicos-home input.button{
	width:24px;
	height:24px;
	padding:0;
	margin-left:4px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	top:7px;
	left:-4px;
}

/* Publicações Home */
.publicacoes-home{
	background:url('../img/bg/bg-icon.jpg') no-repeat top right;
	padding:18px 6px 18px 18px;
	border:solid 2px #d4d4d4;
}

.publicacoes-home h2{
	font-size:30px;
    font-weight:bold;
	color:#B7B4B4;
	position:relative;
    left:-4px;
}

.publicacoes-home ul{
	margin:14px 0 0;
	overflow:hidden;
}

.publicacoes-home ul li{
	width:50%;
	float:left;
}

.publicacoes-home ul li a{
	display:block;
	margin-right:14px;
}

.publicacoes-home ul li a img{
	width:90px;
	margin-right:12px;
	float:left;
}

.publicacoes-home ul li a h3{
	font-size:16px;
	font-weight:bold;
	color:#224992;
	margin-bottom:6px;
}

.publicacoes-home ul li a p{	
	font-size:12px;
	color:#666560;
}

/* Enquete Home */
.enquete{
	background:url('../img/bg/bg-icon.jpg') no-repeat top right;
	width:260px;
	height:356px;
	padding:18px 6px 18px 18px;
	border:solid 2px #d4d4d4;
}

.enquete h2{	
    font-size:30px;
    font-weight:bold;
	color:#B7B4B4;
}

.enquete h6{
	font-size:12px;
    font-weight:bold;
	line-height:1.5em;
	color:#666560;	
    margin:10px 0;
}

.enquete ul{
	margin-bottom:10px;
}

.enquete ul li{
	margin:4px 0;
}

.enquete ul li label{
	color:#666560;
	margin-left:6px;
}

.enquete ul li input{
	border:none;
}

.enquete .justificativa label{	
    font-size:12px;
    font-weight:bold;
	color:#666560;
    margin:4px 0;
}

.enquete .justificativa textarea{	
	width:238px;
	max-width:238px;
	min-width:238px;
	height:86px;
	max-height:86px;
	min-height:86px;
	overflow:auto;
}

.enquete .button{
	font-size:14px;
	color:#fff;
	background:#19376e;
	padding:4px;
	margin:4px 10px 0 0;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	float:right;
	cursor:pointer;
}

/* ENQUETE RESULT */
#enquete{
	background:#FFF;
	padding:40px 20px;
	margin:40px;
    box-shadow:0 0 10px #333;      
}

#enquete h1{
	font-size:20px;
	line-height:1.5em;
	color:#224992;
	margin:14px 0;
}

#enquete p{
	text-align:center;
	color:#414141;
	background:#F6F6F6;
	padding:12px;
}

#enquete table{
	border-collapse:collapse;
}

#enquete table table table{
	border-left:solid 1px #ddd;
}

/* FOOTER */
.footer{
	background:#2f66cc;
}

.footer .wrap{
	background:url('../img/bg/bg-main.png') no-repeat center top;
	width:986px;
	padding:0;
}

.footer .menu-foot{	
	width:700px;
	padding:28px 0;
    margin-left:34px;
	float:left;
	overflow:hidden;
}

.footer .menu-foot ul.main-footer{
	overflow:hidden;
}

.footer .menu-foot ul li{
	font-size:11px;
	width:20%;
	float:left;
}

.footer .menu-foot ul li a{
	font-weight:bold;
	text-transform:uppercase;
	color:#FFF;
	display:inline-block;
}

.footer .menu-foot ul li ul{
	padding-right:20px
}

.footer .menu-foot ul li ul li{
	width:100%;
	margin:2px 0;
	float:none;
}

.footer .menu-foot ul li ul li a{	
	font-weight:normal;
	text-transform:none;
	color:#FFF;
}

.footer .menu-foot ul li ul li a:hover{
	text-decoration:underline;
}

/* Social Footer */
.social-foot{
	margin:28px 30px 0 0;
	float:right;
}

.social-foot ul li{
	margin-left:18px;
	float:left;
}

.social-foot ul li a img{
	border:solid 2px #FFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

/* Endereço Rodapé */
.foot-address{
	font-family:'Arial', Tahoma, sana-serif;
	color:#FFF;
	background:#19376e;
}

.foot-address .wrap{	
	background:url('../img/bg/bg-main.png') no-repeat center bottom;
	padding:32px 0;
}

.foot-address p{
	float:left;
}

.foot-address p.address{
	font-size:12px;
	margin:0 180px 0 34px;
}

/* CONTEUDO INTERNA */
.interna .breadcrumb{
	background:#224992;
}

.interna .breadcrumb ul{
	width:968px;
	padding-left:18px;
	margin:0 auto;
	overflow:hidden;
}

.interna .breadcrumb ul li{
	font-size:11px;
	color:#FFF;
	background:url('../img/elements/breadcrumb-set.gif') no-repeat left 8px;
	padding:8px 0 4px 20px;
	margin-right:20px;
	float:left;
}

.interna .breadcrumb ul li.home{	
	background:url('../img/elements/breadcrumb-home.gif') no-repeat left center;
	padding:8px 0 4px 30px;
}

.interna .breadcrumb ul li a{
	color:#FFF;
}

/* LISTAGEM DE ITENS */
.result-container{
	width:100%;
}

.top-result{
	padding:22px 0 20px;
	overflow:hidden;
}

.top-result h1 {
	font-size:30px;
	color:#224992;
	margin-right:30px;
	float:left;
}

.top-result .search-listagem{
	overflow:hidden;
}

.top-result .search-listagem input{
	font-size:14px;
	color:#9ea4a0;
	width:190px;
	float:left;
}

.top-result .search-listagem .button{
	width:24px;
	height:24px;
	padding:0;
	margin-left:4px;
	border:none;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	float:none;
	position:relative;
	top:1px;
}

.listagem-pagiorder-top{
	padding:6px 0;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	overflow:hidden;
}

.listagem-pagiorder-bottom{
	padding:6px 0;
	overflow:hidden;
}

.result-paginacao{
	font-size:12px;
	color:#666560;
	float:left;
}

.result-paginacao ul{
	display:inline-block;
	position:relative;
	top:3px;
}

.result-paginacao ul li{
	margin:0 12px;
	float:left;
}

.result-paginacao ul li.all-pg img{
	position:relative;
    top:4px;
}

.result-paginacao ul li img{
	display:block;
}

.result-paginacao ul li p{
	color:#666560;
	margin:0 3px;
}

.result-paginacao ul li p input{
	font-weight:bold;
	text-align:center;
	color:#666560;
	width:30px;
	margin:0 3px;
}

.result-paginacao span{
	font-size:12px;
	color:#666560;
	margin-right:180px;
	display:inline-block;
	float:left;
	position:relative;
	top:4px;
}

.order-listagem {
	margin:0;
	position:relative;
	top:3px;
	float:right;
}

.order-listagem select {
	font-size:12px;
	color:#9ea4a0;
	width:180px;
	margin-left:6px;
}

.listagem-itens,
.listagem-grade,
.listagem-date,
.listagem-abas{
	background:#FFF;
	padding:40px 10px;
	margin-top:20px;
	border:solid 2px #d4d4d4;
}

.listagem-itens ul li{
	padding:0 38px 20px;
	margin-top:20px;
	border-bottom:solid 1px #e8e7e5;
	overflow:hidden;
}

.listagem-itens a img{
	width:185px;
    max-width:185px;
	margin-right:20px;
    padding:6px;
	float:left;
	display:block;
	border:2px solid #E8E7E5;
}

.listagem-itens .iten-date a{
	font-size:12px;
	font-weight:bold;
	color:#666560;
}

.listagem-itens h3{
	margin:5px 0;
}

.listagem-itens h3 a{
	font-size:20px;
	color:#224992;
}

.listagem-itens p a{
	font-size:12px;
	color:#504e46;
	display:block;
	overflow:hidden;
}

.listagem-itens p a:hover{
	text-decoration:none;
}

/* Listagem Grade */
.listagem-grade ul{
	overflow:hidden;
}

.listagem-grade ul li{
	width:200px;
	margin:0 53px 20px;
	display:block;
	float:left;
}

.listagem-grade ul li a{
	position:relative;
}

.listagem-grade ul li a img.icon-video{	
	width:46px;
	max-width:46px;
    height:32px;
	padding:0;
	margin:0;
	display:block;
	border:none;
	position:absolute;
    left:76px;    
    top:72px;
	z-index:1;
}

.listagem-grade ul li a img{
	width:184px;
    max-width:184px;	
    padding:6px;
	margin-bottom:5px;
	display:block;
	border:2px solid #E8E7E5;
}

.listagem-grade ul li span a{	
    font-size:12px;
    font-weight:bold;
	color:#666560;
}

.listagem-grade ul li h2 a{
    font-size:18px;
	color:#224992;
	margin:5px 0;
	display:block;
}

.listagem-grade ul li a.button{
	font-size:12px;
	font-weight:bold;
	color:#224992;	
	background:url('../img/elements/set-galeria.jpg') no-repeat 109px center;
	width:92px;
	padding:10px 24px 10px 10px;
	margin:6px 0;
	border:solid 1px #e2dcdc;
	display:inline-block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

/* Listagem Eventos */
#date-slide{
	margin-bottom:20px;
}

#date-slide .widget_slider{
	position:relative;
	width:826px;
	margin:0 auto;
}

#date-slide .widget_slider .meio{
    margin:0 23px;    
    position:relative;
	overflow:hidden;
}

#date-slide .widget_slider .itens{
	margin-left:0;
}

#date-slide .widget_slider .item{
	margin:0 4px;
	position:relative;
    float:left;
    overflow:hidden;
}

#date-slide .widget_slider .item span{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#7a776a;
	background:url('../img/bg/date-bg.png') no-repeat center center;
	width:52px;
	height:34px;
    padding-top:22px;
	display:block;
    position:relative;	
    z-index:1;
	cursor:pointer;
}

#date-slide .widget_slider .item span.ano{
	color:#FFF;
	background:#224992;
	height:34px;    
    padding-top:18px;
	margin-top:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	cursor:auto;
}

#date-slide .widget_slider .base{
    width:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

#date-slide .widget_slider .base ul li{
    width:20px;
	height:56px;
	cursor:pointer;
}

#date-slide .widget_slider .base .esquerda{
    background:url(../img/elements/set-event-left.gif) no-repeat center center;
    float:left;
	cursor:pointer;
}

#date-slide .widget_slider .base .direita{
    background:url(../img/elements/set-event-right.gif) no-repeat center center;
    float:right;
	cursor:pointer;
}

#date-slide .widget_slider .base .esquerdaInativo{
	background:url(../img/elements/set-event-leftdis.gif) no-repeat center center;
	float:left;
	cursor:auto;
}

#date-slide .widget_slider .base .direitaInativo{
	background:url(../img/elements/set-event-rightdis.gif) no-repeat center center;	
	float:right;
	cursor:auto;
}

.todosEventos{
	display:none;
}

/* Itens de eventos */
.listagem-date ul li{
	padding:0 38px 20px;
	margin-top:20px;
	border-bottom:solid 1px #e8e7e5;
	overflow:hidden;
}

.listagem-date ul li ul{
	width:74px;
	height:98px;
	padding-top:22px;
	margin-right:20px;
	background:url('../img/bg/date-item.png') no-repeat top center;
	float:left;
}

.listagem-date ul li ul li{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#000;
	padding:0;
	margin:0 0 11px;
	border:none;
}

.listagem-date ul li ul li span{	
	font-size:22px;
	font-weight:bold;
	color:#7a776a;
	display:block;
}

.listagem-date ul li .detail-item{
	width:550px;
	min-height:120px;
	padding:14px 0 20px;
	float:left;
	overflow:hidden;
}

.listagem-date ul li h3 a{
	font-size:20px;
	color:#224992;
}

.listagem-date ul li p a{
	font-size:12px;
	color:#504e46;
	margin:5px 0;
	display:inline-block;
}

.listagem-date ul li .more{	
	font-size:12px;
	font-weight:bold;
	color:#224992;
	background:url('../img/elements/set-galeria.jpg') no-repeat 80px center;
	padding:10px 24px 10px 10px;
	margin:30px 80px 0 0;
	border:solid 1px #e2dcdc;
	display:inline-block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	float:right;
}

/* LISTAGEM DE ABAS */
.listagem-abas{
	padding:10px 10px 20px 10px;
	margin-top:0;
}

.panel{
	font-size:20px;
	color:#224992;
	padding:4px 38px;
	margin-top:24px;
	line-height:1.8em;
	position:relative;	
	display:block;
	z-index:1;
	outline:0;
}

.listagem-abas .border-top{
	border-bottom:solid 1px #d1d0cd;
}

.listagem-abas h1{
	font-size: 22px;
	color: #FFFFFF;
	margin: 12px 12px 0;
	background-color: #2F66CC;
	text-align: center;
	padding: 8px;
	font-weight: bold;
}

.listagem-abas span.set{
	width:59px;
	height:18px;
	margin:0 auto;
	display:block;
	position:relative;
    top:-6px;
	z-index:10;	
}

.listagem-abas span.close{
	background:url('../img/elements/set-down-aba.gif') no-repeat bottom center #FFF;
}

.listagem-abas span.open{
	background:url('../img/elements/set-up-aba.gif') no-repeat bottom center #FFF;
}

.listagem-abas .details-aba{
	font-size:12px;
	color:#504e46;
    padding:12px 0;
    z-index:0;
	display:none;
}

.listagem-abas .details-aba p{
	line-height:1.6em;
    padding:0 40px 10px;
}

.listagem-abas .details-aba p a{
	color:#224992;
}

/* LISTAGEM MAPA */
.listagem-mapa{
	background:#FFF;
	padding:0 0 40px;
	margin-top:20px;
	border:solid 2px #d4d4d4;
}

#mapa{
	background:url('../img/elements/parana.jpg') no-repeat top center;
	width:942px;
	height:544px;	
	position:relative;
}

#mapa #area {
	width:817px;
	height:457px;	
	position:relative;
	top:52px;
	left:60px;
}

#area .pin {
	width:29px;
	height:40px;
	position:absolute;
	background:url('../img/elements/pin.png') no-repeat center center;
	cursor:pointer;
}

#boxMapa{	
	padding:0;
	display:none;
	position:absolute;
	z-index:900;
}

#boxMapa .texto{	
	font-size:12px;
	color:#504E46;
	background:#FFF;
	width:300px;
	padding:20px;
	border:1px solid #d3d3d3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0px 0px 10px #AAA;
}

#boxMapa h3{
	font-size:16px;
	color:#7B362B;
	margin-bottom:10px;
}

.listagem-mapa h2 {
	border-bottom:1px dotted #e1e1e1;
}

.listagem-mapa h2 span {	
    font-size:26px;
	color:#7B362B;
    line-height:1.1em;
    margin-bottom:12px;
	display:inline-block;
}

.listagem-mapa .itens {
	padding:6px 0;
	overflow:hidden;
}

.listagem-mapa .item {	
	width:292px;	
	padding:0px;
	margin:0 15px 0 0;
	float:left;
	clear:none;
	white-space:nowrap;
	overflow:hidden;
}

.listagem-mapa .grupos{
	padding:0 20px;
	overflow:hidden;
}

.listagem-mapa .grupos .grupo{
	overflow:hidden;
}

.listagem-mapa h3, 
.listagem-mapa .texto{
	display:block;
}

.listagem-mapa .grupos .chapeu,
.listagem-mapa .grupos .gravata{
	display:none;
}

.listagem-mapa .titulo{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color:#E58540;
	padding:4px 0;
	margin:4px 0;
	display:block;
}

.listagem-mapa a:hover .titulo{	
	text-decoration:underline;
}

.listagem-mapa .corpo {
	display:none !important;
}

/* CONTEUDO INTERNA */
.body-content{
	padding-bottom:20px;
	border-bottom:solid 1px #d4d4d4;
}
.body-content .date-content{
	font-size:12px;
	font-weight:bold;
	color:#666560;
}

.body-content h1{
    font-size:26px;
	color:#224992;
	margin-bottom:12px;
    line-height:1.1em;
}

.body-content .hat{
	font-size:16px;
	font-weight:bold;
	color:#666560;
	margin-bottom:30px;
	display:block;
}

.body-content p{
	font-size:13px;
	color:#504e46;
	margin-bottom:12px;
}

.body-content ul, .body-content ol{
	font-size:13px;
	color:#504e46;
	padding-left:20px;
	margin-bottom:24px;    
}

.body-content ul{
	list-style-type:disc;
}

.body-content ol{
	list-style-type:decimal;
}

.body-content p a{
	font-weight:bold;
	color:#224992;
}

.body-content p a:hover{
	text-decoration:underline;
}

.body-content .tableImg{
	background:#FFF;
	max-width:242px;
	margin:0 20px 12px 0;
	padding:8px 8px 0;
	display:inline;
	float:left;
}

.body-content .tableImg a{
	text-indent:-9999px;
	display:block;
	position:relative;
	outline:0;
}

.body-content .tableImg a span{
	display:none;
}

.body-content .tableImg a img{
	display:none;
}	

.body-content .tableImg a img.imgTable{
	display:block;
}

.body-content .tableImg span{
	font-size:12px;
	line-height:1.3em;
	color:#4f4d45;
	padding:8px;
	margin:0;
	display:block;
}

.body-content .galeria a{
	background:#FFF;
	padding:8px;
	margin:0 16px 16px 0;
	border:1px solid #ccc;
	display:inline-block;
}

.body-content .galeria a img{
	display:block;
}

.body-content .video-item{    
    padding:12px 0;
	border-top:2px solid #E8E7E5;
	clear:both;
}

.body-content .video-item .descrition{
	font-size:12px;
	color:#666560;
	margin-top:8px;
	display:block;
}

/* Opções conteúdo */
.options{
	width:150px;
	padding:10px 50px;
	margin:100px 0 0 56px;
	border-top:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}

.options ul li{
	margin:8px 0;
}

.options ul li a{
	font-weight:bold;
	font-style:italic;
	color:#224992;	
	padding:2px 0 2px 26px;
}

.options ul li a.print-link{
	background:url('../img/icons/icon-print.gif') no-repeat left center;
}

.options ul li a.mail-link{
	background:url('../img/icons/icon-send-mail.gif') no-repeat left center;
}

.options ul li a.erro-link{
	background:url('../img/icons/icon-error-msg.gif') no-repeat left center;
}

.share{
	margin:18px 0 18px 106px;
}

.share ul{
	overflow:hidden;
}

.share ul li{
	padding:4px 0;
	/*margin-right:74px;
	display:block;
	float:left;*/
}

.share ul li a{
	outline:0;
}

.share ul li a img{
	display:block;
}

/* Conteudo Oculto */
.hidden-container{
	display:none;
}

/* ENVIAR PARA AMIGO */
.send-mail{
	width:450px;
	padding:20px;
}

.send-mail h2{
	font-size:20px;
	color:#224992;
	margin-bottom:14px;
}

.send-mail p{
	margin-bottom:14px;
	overflow:hidden;
}

.send-mail p label{
	text-align:right;
	color:#666560;
	margin-right:6px;
	display:inline-block;
	width:80px;
}

.send-mail p label.big-label{
	width:auto;
}

.send-mail p label strong{
	font-weight:normal;
}

.send-mail p label span{
	font-size:12px;
	color:#666560;
	margin-right:2px;
}

.send-mail p input{
	width:290px;
}

.send-mail p textarea{
	width:290px;
	max-width:290px;
	min-width:290px;
	height:90px;
	max-height:90px;
	min-height:90px;
	margin:6px 0 0 86px;
}

.send-mail .required{
	font-size:10px;
	font-weight:bold;
	color:#666560;
	display:inline-block;
	margin-left:86px;
	position:relative;
	top:-10px;
}

.send-mail .button{
	color:#fff;
	background:#19376E;
	width:60px;
	min-width:auto;
	margin-right:14px;
	border:solid 1px #224992;
	float:right;
	cursor:pointer;
}

.send-mail .button:active{
	background:#224992;
}

.send-mail .erro{
	border:1px solid #D00!Important;
}

#enviarEmail #recaptcha_div_amigo, #comunicarErro #recaptcha_div_erro{
	padding-left:0;
	margin-left:-18px;
}

#enviarEmail .mensagemValidacao, #comunicarErro .mensagemValidacao{
	max-width:312px;
	margin-bottom:20px;
	margin-left:30px;
}

/* COMENTARIOS */
.news-comments{
	padding-bottom:20px;
	margin-top:30px;
	border-bottom:4px solid #D4D4D4;
}

.news-comments h4{
    font-size:22px;
	color:#224992;
    margin-bottom:14px;
}

.news-comments ul{
	font-size:13px;
	color:#504E46;
}

.news-comments ul li{
	padding:10px 0;
	border-top:solid 1px #D4D4D4;
}

.news-comments ul li:first-child{
	padding:0 0 10px 0;
	border-top:none;
}

.news-comments ul li dt{
	font-weight:bold;
	color:#666560;
}

.news-comments .date{
	font-size:12px;
	color:#999;
	margin-bottom:6px;
}

.news-comments .responder{
	margin-top:6px;
}

.news-comments .responder a{
	font-size:12px;
	font-weight:bold;
	color:#224992;
	background:url('../img/elements/set-galeria.jpg') no-repeat 80px center;
	padding:6px 24px 6px 8px;
	border:solid 1px #e2dcdc;
	display:inline-block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

.news-comments ul li ul{
	padding:10px;
	margin:12px 0 0 20px;	
	border-left:solid 5px #f5f5f5;
}

.news-comments .paginacao{
	padding-top:14px;
	border-top:1px solid #F5F5F5;
}

.news-comments .paginacao h1{
	font-size:16px;
	font-weight:normal;
	color:#666560;
	display:inline;
}

.news-comments .paginacao ul{
	display:inline-block;
	overflow:hidden;
	position:relative;
    top:4px;
}

.news-comments .paginacao ul li{
	font-size:12px;	
	color:#224992;
	padding:0;
	margin:0 4px;
	border-top:none;
	float:left;
}

.news-comments .paginacao ul li a{	
	font-weight:bold;
	color:#224992;
	margin:0 2px;
	position:relative;
    top:1px;
}

.news-comments .paginacao ul li a:hover{
	text-decoration:underline;
}

/* Formulario de Comentario */
.news-comment{
	margin-top:30px;
	overflow:hidden;
}

.news-comment h6{
	font-size:22px;
	color:#224992;
	margin-bottom:30px;
}

.news-comment form p{
	margin-bottom:14px;
	float:left;
	clear:both;
	overflow:hidden;
}

.news-comment form p.left-form{
	float:left;
}

.news-comment form p.right-form{
	clear:right;
}

.news-comment form p.left-form input{
	width:268px;
	min-width:268px;
	float:left;
}

.news-comment form p.right-form label{	
	min-width:40px;	
}

.news-comment form p.right-form select{
	width:100px;
	color:#666560;
}

.news-comment form p label{	
	text-align:right;
	color:#666560;
	min-width:92px;
	margin:2px 8px 0 0;
	display:inline-block;
	float:left;
}

.news-comment form p label span{
	font-size:12px;
	font-weight:bold;
	color:#999;
	margin-right:3px;
}

.news-comment form p label strong{
	font-weight:normal;
}

.news-comment form p.none{
	display:none;
}

.news-comment form p .tip{
	font-size:10px;
	color:#666560;
	display:block;
	position:relative;
	top:-6px;
}

.news-comment form p input, .news-comment form p textarea{
	width:416px;
	max-width:416px;
	min-width:416px;
}

.news-comment form p textarea{
	height:80px;
	max-height:80px;
	min-height:80px;
}

.news-comment form p .button{
	color:#fff;
	background:#19376E;
	width:160px;
	min-width:160px;
	max-width:160px;
	margin-left:100px;
	border:solid 1px #224992;
	cursor:pointer;
	outline:0;
}

.news-comment form p .button:active{
	background:#224992;
}

.news-comment form .required{
	font-size:10px;
	font-weight:bold;
	color:#999;
	width:426px;
	float:left;
	display:block;
	position:relative;
	top:-8px;
	left:100px;
}

.news-comment .erro{
	border:1px solid #D00!Important;
}

.news-comment .comentarioDoComentario ul{
	list-style-type:none;
	font-style:italic;
	color:#666560;
	background:#f9f9f9;
	padding:20px;
	margin-bottom:24px;	
}

.news-comment .comentarioDoComentario ul li{
	display:block;
	overflow:hidden;
}

.news-comment .comentarioDoComentario dt{
	font-weight:bold;
}

.news-comment .comentarioDoComentario .date{
	font-size:12px;
}

.news-comment .comentarioDoComentario a{
	font-style:normal;
	font-weight:bold;
	color:#7B362B;
}

.news-comment .comentarioDoComentario .responder{
	display:none;
}

/* QUESTIONÁRIO */
.questionario{
	background:#FFF;
	padding:18px;
    border:2px solid #D4D4D4;
	position:relative;
	top:22px;
}

.questionario form{
	color:#504E46;
}

.questionario form table {
	width:100%;
}

.questionario p{
	color:#504E46;
	margin-bottom:12px;
}

.questionario p a{
	color:#14a181;
}

.questionario form p{
	color:#504E46;
	margin-bottom:12px;
	position:relative;
	overflow:hidden;
}

.questionario p label{
	color:#504E46;
    display:block;
}

.questionario p label span{
    font-size:12px;
	color:#999;
    margin-right:2px;
}

.questionario p .big-input{
	width:400px;
}

.questionario p .med-input{
	width:250px;
}

.questionario p .peq-input{
	width:60px;
}

.questionario .m-right{
	margin-right:4px;
	margin-left:14px;
}

.questionario p .m-border{
	min-width:152px;
	border:1px solid #C1C1BF;
}

.questionario p textarea{
	max-width:400px;
	min-width:400px;
	height:100px;
	max-height:100px;
	min-height:100px;
	overflow:auto;
}

.questionario .required{
	font-size:10px;
    font-weight:bold;
	color:#999;
	margin-top:5px;
	margin-left:300px;
    display:inline-block;
	/*float:right;*/
}

.questionario .button{
	font-size:12px;
	color:#fff;
	background:#224992;
	width:160px;
	max-width:160px;
    min-width:160px;
	padding:4px;
	/*margin-left:164px;*/
	/*border:solid 1px #7C4036;*/
	float:left;
	cursor:pointer;	
}

.questionario #Senha{
	margin-bottom:20px;
}

.questionario #Senha_conf{
	position:absolute;
    left:164px;    
    top:40px;
}

.questionario i{
	color:#999;
}

.questionario img{
	position:relative;
	top:-4px;
	left:4px;
}

#frmQuestionario .children input{
	margin-left:8px;
}

/* Mensagem de Formulário */
#divRequired{
	background:#FFE1D9!Important;
    display:none;
    padding:12px;
	margin:0 0 12px 0;
}

#divRequired h2{
    font-size:18px;
	color:#C30;
}

#divRequired #msgAtencao{
	color:#504E46!Important;
}

#divRequired #msgAtencao ul{
	padding:0;
	margin:10px 0 0;
	list-style-type:none;
}

#divRequired #msgAtencao ul li{	
    font-size:14px;
	color:#414141;
    margin:4px 0;
}

/*  CAPTCHA  */
#recaptcha_area{
	width:450px;
	position:relative;
}

#recaptcha_div_comentarios{
	padding-left:80px;
	padding-bottom:20px;
	float:left;
}

#recaptcha_area .recaptchatable{
	border:none!Important;
}

#recaptcha_area .recaptcha_image_cell{
	position:absolute;
	right:40px
}

#recaptcha_area #recaptcha_reload_btn,
#recaptcha_area #recaptcha_switch_audio_btn,
#recaptcha_area #recaptcha_whatsthis_btn{
	position:absolute;
	right:10px;
}

#recaptcha_area #recaptcha_logo{
	position:absolute;
	left:20px;
	top:20px;
}

#recaptcha_area #recaptcha_reload_btn{
	top:11px;
}

#recaptcha_area #recaptcha_switch_audio_btn{
	top:31px;
}

#recaptcha_area #recaptcha_whatsthis_btn{
	top:47px
}

#recaptcha_area #recaptcha_tagline{
	position:absolute;
	left:30px;
	bottom:24px;
}

#recaptcha_area .recaptcha_input_area{
	position:absolute;
	left:94px;
}

#recaptcha_area #recaptcha_response_field{
    border:1px solid #C1C1BF!Important;
    font-size: 15px !Important;
    font-weight: normal;
    height: 20px;
    margin: 8px 0;
    outline: medium none;
    padding:4px;
    resize: none;
    vertical-align: top;
	width:326px!Important;
}
#recaptcha_area #recaptcha_response_field.erro{
 	border: 1px solid red!Important;
}

/* MENSAGEM DE VALIDAÇÃO */
.mensagemValidacao{
	background:#FFE1D9;
	width:90%;
	padding:12px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:none;
}

.mensagemValidacao h3{
	font-size:18px;
	color:#c30;
}

.mensagemValidacao ul{
	margin-top:10px;
}

.mensagemValidacao ul li{
	font-size:14px;
	color:#414141;
	margin:4px 0;
}

.LightBoxSucesso, .LightBoxErro, .LightBoxAtencao{
	padding:20px;
}

.LightBoxSucesso, .LightBoxAtencao{
	color:#414141;
}

.LightBoxErro{
	color:#C30;
	background:#FFE1D9;
	border:solid 1px #C30;
}

.LightBoxSucesso{
	background:#e9f8de;
	border:solid 1px #D0E0C3;
}

.LightBoxAtencao{
	background:#feeed9;
	border:solid 1px #F4D1BA;
}

/* Loader Form */
.loader-form{
	width:24px;
	height:24px;
	position:relative;
	left:4px;    
    top:8px;
}

.send-mail .loader-form{  
	margin-top:2px;
	margin-right:6px;
    position:static;
	float:right;	
}

.questionario .loader-form{
	margin-left:4px;
    margin-top:4px;
	position:static;	
}

/* IMPRESSÂO */
#print .top-print{
	overflow:hidden;
	padding-bottom:12px;
	border-bottom:dotted 1px #CCC;
}

#print .top-print img{
	height:80px;
}

#print .top-print a{
	float:right;
	margin-right:20px;
    margin-top:36px;
}

#print .top-print a img{
	height:auto;
	display:block;
}

#print .middle{
	padding:20px;
}

#print .tableImg{
	background:#fff;
}

#print .tableImg a img.imgLupa{
	display:none;
}

#print .bottom-print{
	padding-top:12px;
}

#print .bottom-print a{
	color:#7B362B;
}

@media print{
	#print .top-print a{
		display:none;
	}
}

/* DESTAQUE */
.destaque {
	/*background:url(../img/widgets/destaque/bg_destaque_01.png) no-repeat;
	width:616px;
	height:230px;
	margin:0 0 30px 8px;
	position:relative;	
	float:left;
	overflow:hidden;*/
}
.destaque .meio {
	width:576px;
	height:210px;
	overflow:hidden;
	/*margin:17px 22px 18px;*/
	position:relative;
}
.destaque .itens {
	margin-left:-576px;
	width:auto; /* 1196px */
	height:195px;
}
.destaque .item {
	width:576px;
	height:195px;
	position:absolute;
	margin-left:0px;
}
.destaque .item a img{	
	max-width:235px;
	/*height:195px;*/
	padding:6px;
	margin:10px 16px 0 0;	
	display:block;
	border:solid 2px #e8e7e5;
	float:left;
}
.destaque .imagem {
	display:block;
	overflow:hidden;
	border-radius:6px;*/
	/*background:#FFF url(../img/bg/loader_01.gif) no-repeat center center;*/
	width:260px;
	height:195px;
}
.destaque .imagem .icoOver {
	/*background:url(../img/widgets/destaque/logo_agencia_01.png) no-repeat;*/
	width:98px;
	height:30px;
	position:absolute;
	margin:160px 0px 0px 5px;
}
.destaque .imagem .icoOver{
	background:none;
}
.destaque .texto {
	float:left;
	width:313px;
	height:129px;
	overflow:hidden;
}
.destaque .chapeu  {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#aaa;
	text-transform:uppercase;
}
.destaque .titulo  {
	display:block;
	font-family:'Ubuntu Condensed', sans-serif;
	font-size:24px;
	color:#0086b1;
	line-height:22px;
}
.destaque .gravata  {
	display:block;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777777;
}
.destaque a:hover .titulo {
	color:#004a70;
}
.destaque .topo, 
.destaque .linkTodos, 
.destaque .dataPublicacao {
	display:none;
}

.destaque .base {
	width:313px;
	height:66px;
	position:absolute;
	bottom:18px;
	right:14px;
}
.destaque .thumbs {
	width:313px;
	height:53px;
}
.destaque .thumb {
	float:left;
	width:70px;
	height:53px;
	margin-right:11px;
	cursor:pointer;
}
.destaque .thumb * {
	cursor:pointer;
}
.destaque .thumb.ultimo {
	margin:0px;
}
.destaque .thumb a img {
	/*float:left;*/
	overflow:hidden;
	border-radius:6px;
	/*background:#FFF url(../img/bg/loader_01.gif) no-repeat center center;*/
	width:70px;
	height:53px;
}
.destaque .thumb .overlay {
	background:#FFF;
	position:absolute;
	width:70px;
	height:53px;
}

.destaque .thumb .overlay img{	
	width:70px;
	height:53px;
}

.destaque .seta {
	width:13px;
	height:13px;
	margin-left:28px;
	background:url('../img/elements/seta-destaque.gif') no-repeat center center;
	z-index:150;
}

.destaque .all{
	font-size:12px;
	font-weight:bold;
	color:#224992;	
	background:url('../img/elements/set-galeria.jpg') no-repeat 109px center;
	width:92px;
	padding:6px 24px 6px 6px;
	margin:6px 0;
	border:solid 1px #e2dcdc;
	display:inline-block;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}

/* SUCESSO E ERRO */
#formSucesso{
	font-family: 'Source Sans Pro', Myriad Pro, Arial, sans-serif;
	font-size:16px;
	background:#FFF;
	color:#2F66CC;
	padding:20px;
	margin:20px 0;
	border:20px solid #FFF;
}

#formErro{
	font-family: 'Source Sans Pro', Myriad Pro, Arial, sans-serif;
	font-size:16px;
	background:#FFF;
	color:#C30;
	padding:20px;
	margin:20px 0;
	border:20px solid #FFF;
}

/* Tooltip Menu */
.tooltipsy{
	font-size:11px;
	text-align:center;
	color:#666560;
	line-height:1.3em;
    padding:2px 10px;
    max-width:250px;
}


/* Lightbox do secovimed - Menu */
.div_principal_secovimed{
	background-color:#F0F0F0;
	color:#FFFFFF;
	height:380px;
	width:520px;
}
.texto_h1_secovimed{
	font-size:18px;
	padding-left:30px;
	padding-top:40px;
	padding-bottom:20px;
	color:#19376E;
}
.p_secovimed{
	padding-left:80px;
	position:relative;
	z-index:2;
}
.input_but_secovimed{
	height: 48px;
	cursor: pointer;
	margin-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	border-radius: 10px;
	margin-left: 18px;
	border: 3px solid #FFFFFF;
	box-shadow: 0px 0px 1em #666;
	-webkit-box-shadow: 0px 0px 1em #666;
	-moz-box-shadow: 0px 0px 1em #666;
	background-color:#3566BF;
	width: 320px;
	text-decoration: none;
	text-transform: none;
	color: #FFFFFF;
	margin-left: 20px;
}
.p_image_secovimed{
	text-align:right;position:absolute;top:225px;right:15px;z-index:1;display:none;
}
.gsc-adBlock{
	display:none !important;
}