@charset "utf-8";
/* CSS Document */

	@import "noticias_definicoes.css";
	@import "menu.css";
	@import "rodape.css";
	@import "paginacao.css";	

html, body{
	background: #212121;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/imagemfundo.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	width:100%;
	}

#site{
	width:1000px;
	margin:0 auto;
	}
	
	#topo{
		width:1000px;
		height:188px;
		background-image:url(../images/topo.png);
		background-repeat:no-repeat;
		z-index:0;
		}
		.logotipo{
			width:250px;
			height:105px;
			float:left;
			}
		.banner{
			width:750px;
			height:105px;
			float:left;
			}
		.contentbanner{ width:728px; height:90px; margin:8px 0 0 4px; background-image:url(../images/fundo-superbanner.gif); background-repeat:repeat-x; padding:1px;}
		.menu{
			width:983px;
			height:26px;
			float:left;
			padding:17px 0 0 17px;
			}
		.busca{
			width:800px;
			height:30px;
			float:left;
			}
		.redesocial{
			width:195px;
			height:25px;
			float:left;
			padding:5px 0 0 5px;
			}
			
	#conteudo{
		width:1000px;
		float:left;
		background:#e6e7e8;
		}
		.titulointerna { width: 992px; height:50px; float:left; margin:0 0 0 4px;}
		.tituloimagem { width: 992px; height:50px; float:left; margin:0 0 0 0;}
		.titulolinks{ width:992px; height:28px; float:left; margin:4px 0 0 0; background:url(../images/fundo-menu-4itens.png); background-repeat:no-repeat; }

		.ads { width: 130px; height:100%; float:left; margin:18px 0 0 0;}
		.adscontent{ width:100%; height:372px; float:left; }		

	#bottomconteudo{ width:100%; height:7px; float:left; background-image:url(../images/bottom-conteudo.png); background-repeat:no-repeat;}
	
		.destaque{ width:870px; height:100%; float:left; margin:18px 0 0 0;}
		
		.swfplayer{
			width:823px;
			height:372px;
			float:left;
			margin:0 0 10px 19px;
			_margin:0 0 0 16px;
			background-color:#bfbfbf;
			}
		.barraparafuso{
			width:870px;
			height:26px;
			background-image:url(../images/barra-parafuso.jpg);
			background-repeat:no-repeat;
			float:left;
			}
		
		/*Início Blocos*/	
		.blocointeiro{ width:840px; min-height:638px; height:autopx; margin:-1px 0 0 20px; float:left; background-image:url(../images/fundo-destaque.jpg); background-repeat:repeat-x; z-index:20;}
		.dentroblocointeiro { width:830px; min-height:638px; height:autopx; float:left; margin:-2px 0 0 5px; z-index:30; background-color:#e6e7e8;}
		.tituloblocointeiro { width:830px; height:35px; float:left; background-image:url(../images/patern-amarelo-top.jpg); background-repeat:repeat-x;}
		.contentblocointeiro { width:830px; min-height:600px; height:autopx; float:left; background-color:#e6e7e8;}
		.bottomblocointeiro { width:830px; height:7px; float:left; z-index:30;background-image:url(../images/patern-amarelo-bottom.jpg); background-repeat:repeat-x;}
		
		
		/*Fim Blocos*/			
		
		
.blocooutrosnoticia{ width:840px; min-height:638px; height:auto; margin:-1px 0 0 20px; float:left; background-color:#000000; background-image:url(../images/fundo-destaque.jpg); background-repeat:repeat-x; z-index:20;}		
.dentroblocooutrosnoticia { width:830px; min-height:638px; height:auto; margin:-2px 0 0 5px; z-index:30; background-color:#e6e7e8;}
.tituloblocooutrosnoticia { width:830px; height:35px; float:left; background-image:url(../images/patern-amarelo-top.jpg); background-repeat:repeat-x;}
.contentblocooutrosnoticia { width:830px; min-height:600px; height:auto; float:left; background-color:#e6e7e8;}
.contentblocooutrosnoticiapace { position:relative; width:830px; height:10px; float:left; background-color:#e6e7e8;}

.bottomblocooutrosnoticiafundo{ width:840px; height:7px; margin:0 0 0 20px; float:left; background-image:url(../images/fundo-destaque.jpg); background-repeat:repeat-x; z-index:20;}		
.bottomblocooutrosnoticia { position:relative; width:830px; height:7px; float:left; z-index:30;background-image:url(../images/patern-amarelo-bottom.jpg); background-repeat:repeat-x;}		

	#copyright{
		width:100%;
		height:20px;
		float:left;
		text-align:center;
		margin:0;
		padding:10px 0px 40px 0px;
		font-size:10px;
		color:#FFFFFF;
		}