@charset "utf-8";

/* CONFIGURAÇÃO PRIMÁRIOAS */
* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	line-height:inherit;
	outline:none;
}
html, body {height:100%}
img{margin:0; padding:0; _behavior:url(iepngfix.htc);}

body {
	background:url(../img/bg_site.png) repeat-x center top #080f1f;	
	color:#FFF;
	font:11px Arial, Helvetica, sans-serif;
}

/* CONFIGURAÇÃO DA DIV GLOBAL */
#global {
	width:980px;
	height:auto !important;
	margin:0 auto;
	text-align:center;
}

#content {
	width:980px;
	background:#FFF;
	color:#000;
	text-align:left;
}

#logomarca{
	margin:120px 0 0 150px;
	text-align:center;
}

#acessos{
	width:980px;
	height:200px;
	margin:0 auto;
	margin-top:10px;
}

#rodape_geral {
	display:table;
	width:100%;
}
	.wrap_rodape_banner {
		width:980px;
		height:145px;
		margin:0 auto;
		text-align:center;
	}
	.wrap_rodape {
		width:980px;
		margin:0 auto;
		margin-bottom:10px;
		text-align:center;
	}


/* PUBLICIDADE NO TOPO */
#publicidade_topo{
	width:980px;
	height:90px;
	margin-bottom:10px;
}
	.publicidade_topo_banner{
		width:740px;
		float:left;
		text-align:center;
	}
	.publicidade_topo_adsense{
		width:180px;
		float:left;
		text-align:left;
		margin:0 auto;
	}

/* PARTE DO CONTEUDO */
#content h1{
	width:980px;
	height:20px;
	text-align:left;
	color:#000;
	background:#edede3;
	font:bold 14px Helvetica, sans-serif;
}
#internas{
	width:960px;
	background:#fff;
	display:table;
	margin:10px;
	height:auto;
	font:12px Arial, Helvetica, sans-serif;
}

	#internas_home{
		width:835px;
		margin:4px;
		float:left;
		height:auto;
		font:12px Arial, Helvetica, sans-serif;
	}
	
		.exibiAnuncio{
			width:98%; 
			height:auto; 
			display:table;
			margin:5px 0 5px 0;
		}
		h2{
			width:99%; 
			height:20px;
			text-align:left;
			color:#000;
			background:#edede3;
			font:bold 14px Helvetica, sans-serif;
			margin-bottom:5px;
		}
		
		
	#internas_home_publicidade{
		width:125px;
		margin:5px;
		float:right;
		height:auto;
	}




/* CONFIG DA BARRA DE ANUNCIO ------------------------------------------------------------------------------- */
ul.anuncios {
	width:100%-150px;
	margin:20px 0;
	height:40px;
	padding:5px 0 5px 150px;
	border-bottom:1px solid #c4cfd7;
	border-top:1px solid #c4cfd7;
	background:url(../img/bg_anuncios_seta.jpg) no-repeat left center;
}

ul.anuncios li {
	height:25px;
	float:left;
	display:inline;
	margin:5px 0 0 20px;
	padding:7px 20px 0 0;
	border-right:1px solid #c4cfd7;
	font:bold 14px Arial, Helvetica, sans-serif;
}

/* PARTICULARES -------------------------------------------------------------------------------------------- */
#particulares {
	width:100px;
	float:left;
	margin-bottom:5px;
}
#particularesSelect {
	width:600px;
	float:left;
	margin-bottom:5px;
}
.inputParticulares {
	border:solid 1px #999999;
	width:300px;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
.botoes {
	margin-top:5px;
}

/* IFRAMES -------------------------------------------------------------------------------------------- */
.iframes {
	width:820px;
	height:auto;
	display:table;
	margin-bottom:5px;
}
.scriptsIframes{
	width:820px;
	height:95px;
	display:table;
}



/* INDEX SEREIA - PUBLICIDADE ------------------------------------------------------------------------- */
#index_sereia{
	width:980px;
	height:90px;
	margin:0 auto;
	margin-top:10px;
	background:#CC6600;
	font:16px tahoma;
	text-align:center;
	
}

/* MENU ------------------------------------------------------------------------- */
.menu{
	height:50px;
}
.menu_wrap{
	width:980px;
	height:50px;
	margin:0 auto;
}

.nav {
	width:980px;
	position:absolute;
	top:150px;
	padding:10px 0;
}

.nav ul {
	margin:0 auto;
	position:relative;
}

.nav li {
	list-style:none;
	float:left;
	background:url(../img/nav.png) right no-repeat;
	padding:10px 10px 10px 0;
	margin:0 10px 0 0;
	font-size:16px;
	font-weight:bold;
}

.nav li.final {
	background:none;
}

.nav li a {
	color:#DB2D02;
}

.nav li a span {
	display:none;
}

.nav li.active a {
	color:#fff;
}

.nav li a:hover span {
	display:block;
	position:absolute;
	top:20px;
	right:0;
	color:#fff;
}

.nav li a:hover {
	color:#fff;
	text-decoration:none;
}





