@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color:fff;
	color:#000;
}

#tudo{
	width:100%;
	text-align:center;
}
#topo{
	width:100%;
	/*background-image:url(../imagens/layout/topo.jpg);
	background-position: center top;*/
}
#topoInterno{
	height:183px;
}
#conteudo{
	background-image:url(../imagens/layout/linhaFundoEsquerdaConteudo.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:left;
	margin-bottom:5px;
}
#barraNav{
	width:980px;
	height:29px;
	background-image:url(../imagens/layout/fundoBarraNav.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#F37324;
	margin:auto;
}
#barraNavInterno{
	width:497px;
	height:15px;
	padding:7px 0 0 470px;
}
#conteudoInterno{
	width:980px;
	margin:auto;
	background-image:url(../imagens/layout/fundoMenu.gif);
	background-position:left top;
	background-repeat:repeat-y;
	z-index:10;
}

#menu{
	width:188px;
	float:left;
	background-image:url(../imagens/layout/detalheConteudoEsquerda.gif);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:150;
}
#menuInterno{
	padding-top:45px;
	padding-bottom:15px;
	clear:both;
}
#previsao{
	width:165px;
	text-align:center;
	}
#bottons{
	width:165px;
	text-align:center;
	}
#areaDeConteudo{
	width:790px;
	float:right;
	position:relative;
	z-index:0;
}
#rodape{
	width:100%;
	background-image:url(../imagens/layout/fundoRodape.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:left;
}
#rodapeInterno{
	width:980px;
	height:83px;
	margin:auto;
}
#chamada{
	padding: 10px 0 20px 0;
}
#voltar{
	padding: 15px 0 0 0;
}
.clear{
	clear:both;
}

/* basicos */

p {
	margin:8px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:5px 0;
}
.negrito {
	font-weight:bold;
}
.clear {
	clear:both;
}
a:link {
	color: #F37324;
	text-decoration: none;
}
a:visited {
	color: #F37324;
	text-decoration: none;
}
a:hover {
	color: #00743D;
	text-decoration: underline;
}
a:active {
	color: #F37324;
	text-decoration: underline;
}
.destaque16Laranja{
	font-size:16px;
	color: #F37324;
	font-weight:bold;
}
.destaque16Verde{
	font-size:16px;
	color: #00743D;
	font-weight:bold;
}
.destaque16Preto{
	font-size:16px;
	color: #000;
}

.ie6{
	color: #FFF; 
	background-color:red; 
	font-weight: bold;
	margin:0;
	padding:5px 5px;
}

.ie6 a{
	color:#000;
	text-decoration:none;
}

.ie6 a:hover {
	color: #FFF;
	text-decoration: underline;
}

.ie6 a:visited  {
	color: #FFF;
	text-decoration: nome;
}

/* Retira os outlines das tags object */
object {
outline: none;
}
