@charset "utf-8";
/* CSS Document */
body{
	background-image: url(../gfx/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#333;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	overflow:auto;
}
img {
	_behavior: url(css/pngfix.htc);
}
a { text-decoration:none}

/*HEADER*/
#header{
	clear:both;
	height:40px;
	margin:auto;
	margin-bottom:30px;
	width:100%;
}
#header #logoHeader{
	float:left;
	margin-left:20px;
	padding-top:14px;
	width:90px;
}
#header #formHeader{
	margin-right:20px;
	padding-top:8px;
	text-align:right;
}
#header #formHeader form{
	display:inline;
	margin:0px;
	padding:0px;
}
#header #formHeader *{
	vertical-align:middle;
}
#header #formHeader #busca{
	background:url(../gfx/header_input.gif) no-repeat left;
	border:none;
	color:#78A6C4;
	font-size:10px;
	padding:6px 0px 6px 25px;
	width:135px;
}

/*LOGO E BANNER*/
#top{
	clear:both;
	margin:auto;
	margin-bottom:20px;
	position:relative;
	width:940px;
}
#top .leaderboard{
	display:block;
	height:90px;
	position:absolute;
	overflow:hidden;
	right:0px;
	width:728px;
	top:0px;
}

/*MENU*/
#menu{
	background-image: url(../gfx/menuBgTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	height:40px;
	margin:auto;
	width:986px;
}
#menu .menuLinks {
	display:block;
	margin:auto;
	width:940px;
}
#menu .menuLinks li {
	display: block;
	float: left;
	margin-right:17px;
}
#menu .menuLinks .last {
	margin-right:0px;
}
#menu .menuLinks li a {
	/*border:1px solid #F00;*/
	color: #666;
	display:block;
	font-weight: bold;
	float:left;
	padding-top:15px;
	text-decoration: none;
}
#menu .menuLinks li .current {
	background-image: url(../gfx/menuOver.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #06C;
}
#menu .menuLinks li a:hover{
	background-image: url(../gfx/menuOverNull.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #06C;
}

/*FAIXA LOGOS*/
#projetos{
	background-color:#001E3B;
	background-image: url(../gfx/bg_projetos.png);
	background-repeat: repeat-x;
	height:140px;
	width:100%;
}
#projetos .projContent{
	background-image: url(../gfx/bg_proj_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height:140px;
	margin:auto;
	overflow:hidden;
	width:940px;
}
#projetos .projContent img{
	margin-top:15px;
	margin-right:60px;
}
#projetos .projContent img.lastProj{
	margin-right:0px;
}

/*CONTEUDO*/
#contentBg{
	background-image: url(../gfx/bgContent.png);
	background-repeat: repeat-y;
	margin:auto;
	position:relative;
	width:986px;
	z-index:2;
}
#contentFooter{
	background-image: url(../gfx/bg_content_footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height:73px;
	margin:auto;
	width:986px;
}
#content {
	margin:auto;
	padding-top:20px;
	width:940px;
}

/*PLAYER HOME*/
#player{
	position:relative;
	height:300px;
	width:460px;
	overflow:hidden;
	margin-bottom:20px;}
#player div.controls{
	position:absolute;
	bottom:0px;
	width:100%;
}
#player .btRight{
	position:absolute;
	right:0px;
}
#player div.destaque{
	margin-bottom:10px;
	width:460px;
	height:260px;
	overflow:hidden;
}
#player div.infos{
	text-align:center;
	font-size:11px;
	color:#999;
	padding:0px 40px 0px 40px;
}
#player div.infos strong{
	font-size:12px;
	color:#155189;	
}

/*DIRETORIA*/
.textoDiretoria{
	line-height:20px;
}
.textoDiretoria strong{
	color:#999;
}
ul.diretor{
	clear:both;
	margin-right:-20px;
	overflow:hidden;
	width:480px;
}
ul.diretor li{
	background-image: url(../gfx/bg_diretor.png);
	background-repeat: repeat-y;
	background-position: center;
	color:#135185;
	display:block;
	font-size:12px;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	padding:15px 0px 15px 0px;
	position:relative;
	text-align:center;
	width:140px;
}
ul.diretor .dirTop{
	left:0px;
	position:absolute;
	top:0px;
}
ul.diretor .imgDir{
	margin-bottom:5px;
}
ul.diretor .dirBot{
	bottom:0px;
	left:0px;
	position:absolute;
}
ul.diretor small{
	display:block;
	color:#999;
	font-size:11px;
	margin-top:5px;
}
.textoDiretor{
	background-image: url(../gfx/det.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	color:#999;
	margin-bottom:10px;
	padding-bottom:10px;
}
.infoDiretor{
	background-image: url(../gfx/det.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#999;
	display:block;
	*margin-top:10px;
	_margin-top:10px;
	padding-top:10px;
	width:100%;
}

/*INSTITUCIONAL*/
.imgInst{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.textoInst{
	line-height:20px;
	text-align:justify;
}

/*PROJETOS ESPECIAIS*/
.h1Projetos{
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin-bottom:5px;
}
.imgProj{
	margin-bottom:10px;
}
.parceiros{
	width:220px;
	height:62px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.textoProj{
	line-height:20px;
	margin-bottom:20px;
	text-align:justify;
}
.linkFotos{
	color:#666;
	clear:both;
	display:block;
	font-size:11px;
	line-height:15px;
	text-decoration:none;
	padding-top:5px;
	margin-bottom: 20px;
}
.linkFotos strong{
	font-size:14px;
	color:#333;
}
.linkFotos small{
	color:#0B85B7;
}
table.resultCriador{
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
	background-image: url(../gfx/bg_criador_resultado.png);
	background-repeat: repeat-y;
	background-position: center;
}
table.resultCriador tr.fd0 td{
	/*background-color:#FFF;*/
}
table.resultCriador tr.fd1 td{
	/*background-color:#318EC6;*/
}
table.resultCriador td{
	padding:6px;
	border-bottom:1px dotted #1E81DB;
}
table.resultCriador  .td1,
table.resultCriador  .td3{
	color:#9DCAF2;
	padding:6px;
	width:1%;
}
table.resultCriador  .td2{
	color:#FFF;
	padding:6px;
	width:98%;
}
table.resultCriador  .all,
table.resultCriador  .partial{
	background:#FFF;
	border:none;
}
table.resultCriador  .all a{
	color:#145188;
	text-decoration:none;
}
table.resultCriador  .partial{
	color:#999;
	font-size:12px;
}

/*CARTAO FIDELIDADE*/
.h1Cartao{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#999;
	margin-bottom:20px;
	text-transform:uppercase;
}
.textoRegulamento{
	line-height:20px;
	text-align:justify;
}

/*NOTICIAS*/
.filterNot{
	background-color: #F8F8F8;
	border:4px solid #EBEBEB;
	margin-bottom:20px;
	padding:15px;
}
.filterNot #search{
	background-color:#EBEBEB;
	margin:-15px -15px 15px -15px;
	padding:15px;
}
.filterNot #search *{
	vertical-align:middle;
}
.filterNot .inpSearch{
	background-image: url(../gfx/bg_search.png);
	background-repeat: repeat-x;
	background-position: top;
	border:1px solid #CCC;
	font-size:11px;
	padding:4px 3px 4px 5px;
	width:140px;
}
.filterNot span{
	color:#A4A4A4;
	display:block;
	font-size:17px;
	margin-bottom:10px;
}
.filterNot p{
	color:#727272;
	font-size:11px;
	line-height:15px;
	margin:0px;
	padding:0px;
}
.filterNot strong{
	color:#545454;
}
.filterNot a{
	color:#0071BA;
	display:block;
	line-height:20px;
	font-size:12px;
	text-decoration:none;
}
.filterNot a:hover{
	text-decoration:underline;
}
.filterNot em{
	color:#999;
}
.filterNot .dotLine{
	border-bottom:1px dotted #CCC;
	clear:both;
	height:1px;
	line-height:1px;
	margin:10px 0px 10px 0px;
	_margin:0px 0px 10px 0px;
	width:100%;	
}

/*NOTICIAS > DETALHE*/
#detalhe h1{
	color:#135186;
	font-size:22px;
}
#detalhe small{
	background-image: url(../gfx/det.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color:#7E9200;
	display:block;
	font-size:11px;
	padding:5px 0px 5px 0px;
	margin-bottom:15px;
}
#detalhe p{
	line-height:20px;
	text-align:justify;
}
#detalhe cite{
	background-image: url(../gfx/det.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color:#999;
	display:block;
	font-style:normal;
	font-size:12px;
	float:right;
	padding:10px 0px 5px 0px;
	margin-top:15px;
}

/*COTACAO*/
.titCotacao{
	color:#003366;
	font-weight:bold;
	font-size:18px;
}
.textoCotacao{
	line-height:15px;
	text-align:left;
}
.textoComentario{
	line-height:20px;
	text-align:left;
}

/*RESULTADOS*/
.h1Resultados{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#999;
	margin-bottom:10px;
	text-transform:uppercase;
}

/*RESULTADOS > ASCN*/
table.resultASCN{
	border-collapse:collapse;
	margin-bottom:20px;
	width:100%;
}
table.resultASCN tr th{
	padding:10px;
	text-align:left;
}
table.resultASCN tr.fd0 td{
	background-color:#FFF;
}
table.resultASCN tr.fd1 td{
	background-color:#E6EBF0;
}
table.resultASCN td{
	padding:10px;	
}

/*INSCRICOES*/
p.textoInscricao{
	line-height:20px;
	text-align:justify;
}
small.inBlue{
	font-size:11px;
	line-height:11px;
	color:#0B85B7;
}
.inputTextTitle {
	color:#18323F;
	font-size:11px;
	line-height:20px;
}
.inputText {
	_margin:0px -40px 0px 0px;
	width:100%;
	_width:99%;
	height:17px;
	overflow:hidden;
	background:#404040;
	border:1px solid #000;
	color:#CCCCCC;
	font-size:11px;
	padding-top:3px;
}
.inTable { margin-left:-5px; padding-right:3px;}
table.tableInscricao th,
table.tableInscricao td {
	background-color:#ACC7E6;
	height:28px;
	line-height:28px;
	padding-left:5px;
	border:2px solid #fff;
}
table.tableInscricao .noBg { 
	background:none; 
	height:22px; 
	line-height:0px;
}
table.tableInscricao .tableInscricaoGrey { background:#ccc;}
.inRed { 
	color:#CC0000;
	font-size:12px;
}

/*FOTOS*/
ul.galleryThumbs{
	height:auto;
	*margin-bottom:20px;
	_margin-bottom:0px;
	margin-right:-20px;
	overflow:hidden;
	width:320px;
}
ul.galleryThumbs li{
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	width:140px;
}
ul.galleryOthers{
	height:auto;
	margin-right:-20px;
	overflow:hidden;
	width:960px;
}
ul.galleryOthers li{
	color:#135187;
	display:block;
	float:left;
	height:190px;
	line-height:15px;
	margin-right:20px;
	width:220px;
}
ul.galleryOthers li a{
	margin-bottom:5px;
}
ul.galleryOthers li small{
	color:#999;
	display:block;
	font-size:12px;
	margin-top:5px;
}

/*CONTATO*/
.mapa{
	position:relative;
	border:2px solid #333;
}
.textAreaMensagens {
	width:100%;
	background:#404040;
	border:1px solid #000;
	height:129px;
	overflow:hidden;
	color:#ccc;
}
/*VIDEOS*/
.videoArea{
	float:left;
	margin:0px 20px 0px 0px;
	position:relative;
	height:384px;
	width:640px;
}
.comentVideo {
	border:solid 4px #E9E9E9;
	width:250px;
	height:355px;
	float:left;
	padding:10px;
	position:relative;
}
.comentVideo h3 {
	color:#666;
	font-size:16px;
}
.comentVideo span {
	color:#666;
	font-size:11px;
	display:block;
}
.comentVideo small {
	color:#990;
	font-size:11px;
}
.comentVideo p{
	margin-top:5px;
	line-height:15px;
	font-size:13px;
	text-align:justify;
}
.projetosVideos {
	float:right;
	position:relative;
}
.outrosVideos {}
.outrosVideos li {
	float:left;
	margin:0px 13px 15px 0px;
	position:relative;
	overflow:hidden;
	height:98px;
	width:300px;
}
.outrosVideos li.last { margin-right:0px !important;}
.outrosVideos li a {
	color:#666;
	font-size:11px;
	line-height:18px;
}
.outrosVideos li big {
	border:2px solid  #010101;
	padding:2px;
	display:block;
	float:left;
	margin-right:15px;
	position:relative;
}
.outrosVideos li big img{
	display:block;
}
.outrosVideos li span {
	color:#135185;
	font-size:13px;
	font-weight:bold;
	display:block;
	line-height:14px;
}
.outrosVideos li small {
	color:#990;
	display:block;
}
.outrosVideos li a:hover{
	color:#2586DE;
}
/*LISTAGEM 01*/
ul.listOne{
	position:relative;
	margin-bottom:20px;
}
ul.listOne li{
	border-bottom:1px dotted #CCC;
	display:block;
	height:1%;
	line-height:15px;
	margin-bottom:7px;
	padding-bottom:7px;
	position:relative;
	width:100%;
}
ul.listOne li a{
	display:block;
	color:#333;
	text-decoration:none;
	margin-left:50px;
}
ul.listOne li a:hover{
	color:#06F;
}
ul.listOne li a small{
	font-size:11px;
	color:#999;
	_margin-left:4px;
}
ul.listOne div.dateList{
	background-color: #0075B4;
	background-image: url(../gfx/date_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color:#FFF;
	float:left;
	font-size:12px;
	height:20px;
	line-height:20px;
	text-align:center;
	width:40px;
}
ul.listOne li.first{
	border:none;
}
ul.listOne li.first a{
	color:#0E4578;
	background:#EEFF8A;
	font-size:18px;
	margin:0px;
	padding:3px;
}
ul.listOne li.first small{
	color:#0E4578;
	background:#EEFF8A;
	font-size:11px;
	padding:3px
}

/*LISTAGEM 02*/
ul.listTwo{
	position:relative;
	margin-bottom:20px;
}
ul.listTwo li{
	border-bottom:1px dotted #CCC;
	display:block;
	height:1%;
	font-size:11px;
	line-height:15px;
	margin-bottom:8px;
	padding-bottom:8px;
	position:relative;
	width:100%;	
}
ul.listTwo img.infoAgenda{
	cursor:pointer;
	margin-top:5px;
	float:right;
}
ul.listTwo li strong{
	color:#333;
	font-size:12px;
}
ul.listTwo li small{
	color:#0B85B7;
}
ul.listTwo li div {
	background-color:#F4F8FB;
	color:#666;
	font-size:14px;
	padding:10px;
	margin:10px 0px 10px 0px;
}
ul.listTwo li div img{
	float:right!important;
	margin:0px 0px 20px 20px!important;
}

/*LISTAGEM 03*/
ul.listThree{
	position:relative;
	font-size:12px;
	color:#0B85B7;
	margin-bottom:20px;
}
ul.listThree li{
	border-bottom:1px dotted #CCC;
	display:block;
	height:1%;
	line-height:15px;
	margin-bottom:10px;
	padding-bottom:5px;
	position:relative;
	width:100%;
}
ul.listThree li span{
	color:#333;
	font-size:14px;
}
ul.listThree li a{
	margin-left:20px;
	text-decoration:none;
}
ul.listThree li small{
	display:block;
	color:#999;
}

/*LISTAGEM 04*/
ul.listFour{
	position:relative;
}
ul.listFour li{
	border-bottom:1px dotted #CCC;
	display:block;
	height:1%;
	line-height:15px;
	margin-bottom:10px;
	padding-bottom:10px;
	position:relative;
	width:100%;
}
ul.listFour li a {
	text-decoration:none;
	color:#999;
	font-size:12px;
}
ul.listFour li a:hover{
	color:#06F;
}
ul.listFour li a img{
	float:left;
	margin-right:10px;
}
ul.listFour li a span{
	color:#135186;
	font-size:17px;
}
ul.listFour li a small{
	color:#7E9200;
	display:block;
	font-size:11px;
}

/*LISTAGEM 05*/
ul.listFive{
	position:relative;
}
ul.listFive li{
	display:block;
	height:1%;
	line-height:15px;
	margin-bottom:10px;
	position:relative;
	width:100%;
}
ul.listFive li a {
	text-decoration:none;
	color:#999;
	font-size:16px;
}
ul.listFive li a:hover{
	color:#06F;
}
ul.listFive li a small{
	background:none!important;
	color:#0E4578!important;
	display:block;
	font-size:11px;
	margin:0px!important;
	padding:0px!important;
}

/*LISTAGEM 06*/
ul.listSix{
	position:relative;
	margin-bottom:20px;
}
ul.listSix li{
	border-bottom:1px dotted #CCC;
	display:block;
	height:1%;
	line-height:15px;
	margin-bottom:7px;
	padding-bottom:7px;
	position:relative;
	width:100%;
}
ul.listSix li a {
	color:#333;
	margin-left:10px;
	text-decoration:none;
}
ul.listSix li a.current {
	color:#7E9200;
}
ul.listSix li a:hover{
	color:#06F;
}

/*PAGINACAO*/
.pagination {
	clear:both;
	_height:30px;
	margin-bottom:20px;
	text-align:center;
	width:100%;
}
.pagination *{
	vertical-align:middle;
}
.pagination a{
	color:#999;
	margin:0px 3px 0px 3px;
	text-decoration:none;
}
.pagination a:hover{
	color:#135186;
	text-decoration:underline;
}
.pagination a.current{
	color:#135186;
	cursor:default;
	font-size:18px;
	text-decoration:none;
}

/*LEILOES*/
div.pubLeilao{
	width:140px;
	height:100px;
	overflow:hidden;
	margin-bottom:20px;
}

/*CLIMA TEMPO*/
ul.climaTempo{
	margin:0px;
	padding:0px;
}
ul.climaTempo li{
	color:#999;
	display:block;
	font-size:12px;
	width:100%;
	height:70px;
}
ul.climaTempo li strong{
	clear:both;
	color:#333;
	font-size:14px;
	display:block;
	margin-bottom:10px;
}
ul.climaTempo li img{
	float:right;
	margin-top:-5px;
}
ul.climaTempo span.alta{
	color:#F00;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	display:block;
	float:left;
	padding-left:12px;
	margin-right:8px;
	background-image: url(../gfx/ico_arrow_heat.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.climaTempo span.baixa{
	color:#09C;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	display:block;
	float:left;
	padding-left:12px;
	background-image: url(../gfx/ico_arrow_cold.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
ul.climaTempo li.fonteClima{
	font-size:10px;
	height:auto;
}
ul.climaTempo li.fonteClima a{
	color:#00CCFF;
	text-decoration:none;
}

/*PUBLICIDADE*/
#publicidade{
	margin:auto;
	margin-bottom:-45px;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	width:960px;
	margin-right:-20px;
}
#publicidade .banner{
	display:block;
	float:left;
	height:90px;
	margin-right:20px;
	overflow:hidden;
	width:140px;
}

/*RODAPE*/
#footerBg{
	background-image: url(../gfx/bg_footer.png);
	background-repeat: repeat-x;
	background-position: bottom;	
	height:140px;
	margin-top:-71px;
	position:relative;
	z-index:1;
}
#footer{
	bottom:0px;
	height:43px;
	margin:auto;
	margin-top:-63px;
	position:relative;
	width:940px;
	z-index:3;
}
#footer .logoFooter{
	display:block;
	float:left;
	margin-right:15px;
}
#footer .logoFooter2{
	margin-top:10px;
}
#footer ul.footerMenu li{
	display:block;
	float:left;
	padding-left:5px;
	margin-right:5px;
	border-left: 1px solid #999;
}
#footer  ul.footerMenu li.first{
	border:none;
	padding:0px;
}
#footer ul.footerMenu li a{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#footer ul.footerMenu li a:hover,
#footer ul.footerMenu li a.current{
	color:#FFF;
}
#footer .dothCom{
	display:block;
	float:right;
	margin-top:15px;
}

/*COMUNS*/
.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10,.grid-11{
	float:left;
	margin-right:20px;
}
.grid-2{width:140px;}
.grid-3{width:220px;}
.grid-4{width:300px;}
.grid-5{width:380px;}
.grid-6{width:460px;}
.grid-7{width:540px;}
.grid-8{width:620px;}
.grid-9{width:700px;}
.grid-10{width:780px;}
.omega{
	margin-right:0px;
}
.clear{
	clear:both;
	display:block;	
	height:1px;
	font-size:1px;
	line-height:1px;
	width:100%;
}
.borda{
	border:3px double #000;	
	float: left;
	overflow: hidden;
}

.borda img{
	margin:-3px;
}
.embed{
	border:1px solid #000;
	height:58px;
	left:0px;
	position:absolute;
	top:0px;
	width:218px;
}
.embed div{
	border:1px solid #fff;
	height:56px;
	left:0px;
	position:absolute;
	top:0px;
	width:216px;
}
.back{
	display:block;
	margin-top:20px;
}
.arrowTitulos{
	float:left;
	position:relative;
	margin-right:0px;
	_margin-right:5px;
	margin-left:-40px;
}
.btMais{
	margin-bottom:21px;
}
.spacer20{
	clear:both;
	display:block;	
	font-size:1px;
	height:1px;
	line-height:1px;
	width:100%;
	margin-bottom:20px;
}
.spacer10{
	clear:both;
	display:block;	
	font-size:1px;
	height:1px;
	line-height:1px;
	width:100%;
	margin-bottom:10px;
}
.bottom20{
	display:block;
	margin-bottom:20px;
}
.center{
	text-align:center!important;
}
.adsense{
	background-color: #F8F8F8;
	border:4px solid #EBEBEB;
	color:#999;
	text-align:center;
}
.noRegisters{
	margin-bottom:100px;
}
.noRegisters *{
	vertical-align:middle;
}
.noRegisters big{
	color:#E6E6E6;
	display:block;
	font-size:50px;
	line-height:50px;
	margin-bottom:20px;
}
.noRegisters small{
	color:#A1BF46;
	display:block;
	font-size:14px;
	margin-bottom:20px;
}
.noRegisters a{
	color:#999;	
}

#videoHome h3 a{
	color:#333;
	text-decoration:none;
}
#videoHome h3 a:hover{
	color:#06F;
}