@charset "utf-8";
/* CSS Document */
<!-- INÍCIO

* {
	margin: 0; 
	padding: 0;	
}

body {
	background-color: #B8CDDA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
	text-align: center
}
h3 {
	font-size: 18px;
}
h4 {
	text-align: center;
	font-size: 24px;
}

#login_gerenciador {
	width: 120px;
	height:32px;
	font-weight:bold;
	line-height: 20px;
	background-image: url("../imagens/bg_bot_login_gerenciador.png");
	position:fixed;
	text-align:center;
	right:-10px;
	z-index:100;
}
a.link_gb {
	color:#FFF;
	text-decoration:none;
}
a:hover.link_gb {
	color:#FF0;
	text-decoration:underline;
}
#bg_topo_div {
	width: 100%;
	height:199px;
	background-image: url("../imagens/bg_topo.png");
	z-index:3;
}

#barra_menu_div {
	width: 982px;
	height: 38px;
	background-image: url("../imagens/bg_barra_menu.png");
	text-align: center;
}
#cant_esq_barra_menu_div {
	width: 11px;
	height: 38px;
	background-image: url("../imagens/cant_esq_barra_menu.png");
	FLOAT: left;
}
#corpo_barra_menu_div {
	width: 960px;
	height: 38px;
	background-image: url("../imagens/bg_barra_menu.png");
	FLOAT: left;
	
}
#cant_dir_barra_menu_div {
	width: 11px;
	height: 38px;
	background-image: url("../imagens/cant_dir_barra_menu.png");
	FLOAT: right;
}
#menu {
	width: 636px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	FLOAT: left;
}
#menu a{
	text-decoration:none;
	color:#FFF;
	font-size: 14px;
	font-weight:bold;
}
#menu a:hover{
	text-decoration:underline;
	color:#FFF;
	font-size: 14px;
	font-weight:bold;
}
#busca {
	width: 324px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	FLOAT: left;
}
#chave_busca{
	background:#F00;
	color: #fff; 
	font-size: 11pt;
	FONT-WEIGHT: bold;
	border: 2px solid #fff;
	height: 20px;
	width: 218px;
	line-height: 20px;
}
#bot_busca {
	background: #039;
	color: #fff; 
	font-size: 11pt;
	FONT-WEIGHT: bold;
	border: 2px solid #fff;
	height: 24px;
	width: 32px;
	cursor: pointer;
	line-height: 18px;
}
#corpo_div {
	width: 982px;
	height: auto;
	margin: 0 auto;
	margin-top: -199px;
	z-index: 2;	
}
#topo_div {
	width: 982px;
	height: 134px;
	background-image: url("../imagens/img_topo.png");
	text-align: center;
	z-index: 4;
}
#prev_tempo_div {
	width: 430px;
	height: 133px;
	text-align: left;
	FLOAT:right;
}
#prev_tempo_div_texto {
	margin-top: 20px;
	width: 292px;
	height: 133px;
	text-align: left;
	FLOAT:left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
}
#span_tmp_max{
	color: #F00;
	font-weight:bold;
	font-size: 20px;
}
#span_tmp_min{
	color: #FFF;
	font-weight:bold;
	font-size: 20px;
}
#prev_tempo_div_img {
	width: 138px;
	height: 133px;
	text-align: left;
	FLOAT:right;
}
#img_tempo{
	margin-top: 4px;
}
#body_centro_div {
	background-color: #fff;
	border-left: #FFF solid 2px;
	border-right: #FFF solid 2px;
	border-bottom:#FFF solid 2px;
	z-index: 2;
	
}
#menu_div {
	width: 180px;
	height: auto;
	background-color: #fff;	
	text-align: center;
	FLOAT: left;
	z-index: 5;
}
#centro_div {
	width: 614px;
	height: auto;	
	margin-left: 2px;
	FLOAT: left;
	z-index: 7;
}
#lateral_div {
	width: 180px;
	height: auto;	
	background-color: #fff;	
	text-align: center;
	FLOAT: right;
	z-index: 6;
}
#rodape_div {
	background-color: #E2E9EB;
	background-image: url("../imagens/bg_rodape.png");
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;	
	width: auto;
	height: 80px;
	CLEAR: both;
	text-align: center;
}
#paisagem_div {
	/*background-image: url("../imagens/bg_barra_rodape.png");*/
	width: auto;
	height: 50px;
	text-align: center;
}
#right {
	text-align:right;
}
--> FIM GERAL
--> FIM
