/* configuracões gerais*/

	body{

	background-image:url(../imagens/fundo_pagina.png);

	background-position:bottom;

	background-repeat:no-repeat;

	background-color:#d2f4f3;

	}

	

	#geral{

	width:800px;

	margin: 12px auto;

	text-align:left;

	border-right: 1px solid black;

	border-left: 1px solid black;

	font: 14px arial;

	}

	

	a{

	text-decoration: none;

	color: white;

	font-weight: bold;

	}

	

	a:hover{

	text-decoration: underline;

	}

	

	.nulo{

	margin-bottom:-19px;

	font-size:10px;

	margin-right:5px;

	display:none;

	*display: block;

	color: white;

	}

	

	#menu_superior, #menu, #rodape{

	height:43px;

	width:100%;

	border-top: 1px solid black;

	border-bottom: 1px solid black;

	}

	

	/* topo */

	

	#menu ul li, #menu_superior ul li{

	display:inline;

	margin-right:5px;

	}

	

	#menu_superior {

	text-align: right;

	}

	

	#topo #menu_superior a{

	margin-top:-5px;

	}	

	#banner{
	Z-index:300;
	height:300px;
	font-size:0;
	}
	

	

	#banner a{

	display:none;

	}

	

	/* menu */

	

	#menu {

	text-align: center;

	}

	

	#menu .nulo{

	margin-left:10px;

	text-align: left;

	}

	

	

	#corpo{

	width:629px;

	background-color:#e9e8e7;

	float:left;

	text-align:justify;

	color: #505050;

	border-right:1px dotted gray;

	}

	

	#conteudo{

	margin:5px;

	}

	

	#conteudo h2{

	margin-top:2px;

	border-bottom: 1px dotted gray;

	}

	

	#fotos{

	background: url(../imagens/img_layout.jpg) no-repeat;

	width:619px;

	height:209px;

	

	}

	

	#previsao{

	background:#FFFFFF;

	width:170px;

	float: right;

	padding-bottom:5px;

	}

	



	#previsao p{

	margin:2px;

	text-align: justify;

	}

	

	#previsao strong{

	text-align:center;

	width:100%;

	margin:5px 17px 5px 17px;

	}

	



	#previsao iframe, .enunciado{

	margin:5px 6px -5px 10px;

	}

	

	#previsao .enunciado a{

	background: url(../imagens/img.png) no-repeat;

	width:149px;

	height:100px;

	margin-top:-5px;

	font-size:0;

	float: left;

	}



	



	#rodape, #rodape a, #rodape strong{

	color: white;

	font-size: 12px;

	text-align: center;

	clear: both;

	*clear:none; 

	}



	#rodape address{

	margin:4px 2px;

	font-style:normal;

		



	}

	

	#rodape img{

	float: left;

	border: none;

	margin-right:-30px;

	}