/*	
	
	PROCEMPA - empresa de tecnologia da informacao e comunicacao de Porto Alegre
	T/IGE - Internet e Governo Eletronico
	Padrao de estilos para sites desenvolvidos com o gerenciador de conteudos ProWeb.
	data de criacao:	12/03/2004
	data de versao:	25/05/2006
	versao 3.5
	normal		
	
*/


	
/*	documento __________________________________________ */

html, body {
	height:100%;
	text-align: center; 
	padding:0;
	margin:0;
	background-color:#F0F0F4;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
a:link { color: #386699; text-decoration : none; }
a:visited { color : navy; text-decoration : none; }
a:active { text-decoration : none; }
a:hover { text-decoration : underline; }

h1	{
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	} 

h2	{ 
	font-size: 15px; 
	font-weight: bold;		
	color: #000; 
	margin-top: 4px;	
	margin-bottom: 0px;
	} 
	
	html>body h2 { margin-top: 0px;	} /* ajuste firefox */
	
h3	{ 
	font-size: 13px;
	font-weight: bold; 		
	color: #000; 
	/*margin-top: 0px;*/
       margin-top:10px;  	
	margin-bottom: 4px;
  	} 

input, select, textarea {
	font-size: 11px;	
	text-align : left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;	
	margin-bottom: 0px;		
	}

label { 	
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	visibility: hidden; 
	border:1px solid red;
	}
form { 
	position: relative;
	top:-2px;
	margin:0px;
	padding:0px; 
	}

/*	caixas da estrutura ___________________________________ */

#conteiner {
	margin: auto; 
	width: 780px;
	text-align: left;
	height:100%;
	min-height:100%;
	background: white url(images/corpo_textura_ie.gif) repeat-y left top;
	margin-bottom:-20px;
	color: #000000;
	}
	
	html>body #conteiner { height:auto; background: white url(images/corpo_textura.gif) repeat-y left top; } /* ajuste firefox */

#cabecalho {
	position: relative;
	top: 0;
	left: 0;
	width: 780px;
	height: 114px;
	/* background-image: url(images/cab_fundo.jpg); */
	border-bottom: 1px solid #6B6B6B;
	z-index:25;
	}

#pmpa {		
	position:absolute;
	top: 12px;
	left: 45px;	
	z-index:21;
	}

#pmpa_pb {
	position:absolute;
	visibility:hidden;
	width:0;
	height:0;
	}

#metro {		
	position:absolute;
	top: 45px;
	left: 176px;	
	z-index:22;
	}	
	

#rand  {		
	position:relative;
	top: 0;
	left: 0;	
	z-index:1;
	}

#brasao {
	position:absolute;
	width:69px;
	height:83px;
	font-weight:bold;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-image: url(images/brasao.gif);
	background-repeat: no-repeat;
	}		
	
#prefeitura {
	position:absolute;
	left:69px;
	width: 260px;
	height:56px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	background-image: url(images/prefeiturapoa.gif);
	}		
	
#cartola {
	position:absolute;
	top:56px;
	left:69px;	
	width: 260px;
	height: 24px;
	background-image: url(images/cartola.gif);
	}	
		
	
#secretaria {
	position:absolute;
	/*left:170px;*/
        left:248px;  
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	}

	html>body #secretaria { /*left:168px;*/ margin: 58px 0px 0px 0px; } /* ajuste firefox  */
	
#secretaria a { font-size: 13px; color: #ffffff; text-decoration:none; }

#painel  {		
	position:absolute;
	top: 52px;
	left: 425px;	
	width:305px;
	height:50px;
	padding: 1px 0px 0px 5px;	
	background-color: #E4EAF3;
	z-index:23;
	}	
	
	html>body #painel { width:300px; height:49px;}

#alerta {
	display: inline;
	list-style: none;
	}

#alerta li { 
	float: left;
	width:85px;
	height:25px;
	text-align:center;
	padding:0px 0px 0px 0px;
	font-size:9px;
	font-weight:normal;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}
	

#alerta .a { 
	background-color:#317BCA; 
	width:70px;
	height:21px; 
	padding:3px 0px 0px 0px; 
	margin:4px 0px 0px 0px; 
	border-left: 1px solid #000; 
	color:#666666;
	}
	
	html>body #alerta .a { height:16px; width:69px; } /* ajuste firefox  */	
	
#alerta .b { 
	background-color:#21B880; 
	width:85px;
	height:21px; 
	padding:3px 0px 0px 0px; 
	margin:4px 0px 0px 0px; 
	border-left: 1px solid #000; 
	color:#000;
	}

	html>body #alerta .b { height:16px; 	width:82px; } /* ajuste firefox  */	

#alerta .c { 
	background-color:#FFD83B; 
	width:70px;
	height:21px; 
	padding:3px 0px 0px 0px; 
	margin:4px 0px 0px 0px; 
	border-left: 1px solid #000; 	
	color:#000;
	}
	
	html>body #alerta .c { height:16px; 	width:70px;} /* ajuste firefox  */	
	
#alerta .d { 
	background-color:#F03942; 
	width:70px;
	height:21px; 
	padding:3px 0px 0px 0px; 
	margin:4px 0px 0px 0px; 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 
	color:#000;
	}
	
	html>body #alerta .d { height:16px; 	width:65px; } /* ajuste firefox  */	
	
#alerta .e {
	background-color:#F03942; 
	width:70px;
	height:21px; 
	padding:3px 0px 0px 0px; 
	margin:4px 0px 0px 0px; 
	border-left: 1px solid #000; 	
	border-right: 1px solid #000; 
	color:#000;
	}
	
	html>body #alerta .e { height:16px; 	width:70px;} /* ajuste firefox  */	


#caminho {
	position:relative;
	margin:auto;
	top:0px;
	left:0px;
	width:485px;
	text-indent:1em;
	color:#fff; 
	background-color:#F57301;
	padding:8px 0px 0px 0px;
    height:30px;	
	font-size: 11px;
	font-weight: bold; 
	z-index:4;
	}
	
	html>body #caminho { left:0px; height:22px; width:auto; }  /*  ajuste firefox  */

#caminho_ie {height:30px; background-color:#F57301; margin:0; width:430px;} 	

	html>body #caminho_ie { width:484px; border:0px solid; }
 
	
#caminho a:link, #caminho a:visited, #caminho a:active { color:#fff; text-decoration:none;}
#caminho a:hover { color:#fff; text-decoration:underline; }

#data_not {
	font-size: 10px;
	color:#828282;
	font-weight: bold; 
	}

#menu {
	position:relative;
	float:left;
	width:160px;
	margin: 0px 0px 0px 0px; 
	padding:0px 0px 5px 0px;
	z-index:10;
	}
	
	html>body #menu { width:162px; }  /*  ajuste firefox  */	
	
#menu img {  margin: 10px 0px 0px 0px; }	

#conteudo {
	position:relative;
	float:left; 	
	width:478px;
	top: 0px;
	margin:auto;
	padding:0px 0px 0px 0px;
	}

	html>body #conteudo {width:484px;}
	
#texto { width:465px; margin:0px 5px 0px 10px; }
#texto a:link, #texto a:visited, #texto a:active { font-weight: normal; text-decoration:none;}
#texto a:hover {  font-weight: normal;  text-decoration:underline; }

#mapasite { margin:0px 5px 0px 10px; }

#lista { margin:0px 5px 0px 10px; }
#lista a:link, #lista a:visited, #lista a:active { font-weight: normal; text-decoration:none;}
#lista a:hover {  font-weight: normal;  text-decoration:underline; }

#pagina { margin:0px 5px 0px 10px; }
#pagina a:link, #pagina a:visited, #pagina a:active { font-weight: normal; text-decoration:none;}
#pagina a:hover {  font-weight: normal;  text-decoration:underline; }

#atalhos {
	position:relative;	
	float:right;	
	top: 0px;
	left:0;
	width:135px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 11px;
	}

	html>body #atalhos { margin: 0px 0px 0px 0px; top: 0px; width:134px;} /*  ajuste firefox  */

#atalhos img { border:0px; }	
	
#rodape { 
	position:relative;
	margin:auto;
	padding: 2px 0px 0px 50px;
	width:782px;
	clear:both;
	height:20px;
	background-image: url(images/assina_textura.gif);
	color: #000000;
	/* border-top: 1px solid #cdcdd3; */
	text-align:center;
	font-size: 10px;
	}

	html>body #rodape { width:780px; height:19px; }	 /*  ajuste firefox  */
	
#rodape p { padding-right:5px; padding-top:2px; }	
	html>body #rodape p { padding-right:5px; padding-top:2px; margin:0;}		 /*  ajuste firefox  */

#limpa_rodape { clear:both; height:20px; }	/*  faz o espaco para o rodape  */


/*	caixas do conteudo ______________________________ */

#data {
	text-align:center;
	font-size:1em;
	font-weight:bold;
	padding: 2px 0px 0px 0px;
	margin: 0px
	}


#area1 {
	position: relative;
	top:0px;
	float: left;
	width: 284px;
	height:438px;
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;
	background: #F5C49A url(images/mapa_poa.gif);
	border-left: 10px solid #F57301;
	/* border-right: 10px solid #F5C49A;*/
	z-index:3;

	}
	
	html>body #area1 {margin: 0px 0px 0px 0px; width: 274px; top:0px; }  /* ajuste firefox */
	
#area2 {
	position: relative;
	top:0px;
	float: right;
	width: 185px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 0px 0px;
	font-size: 1.5em;
	font-weight: bold;
	border:0px solid red;

	}

	html>body #area2 { margin: 0px 6px 10px 0px; padding: 8px 0px 0px 0px; top:0px; }	  /* ajuste firefox */

#area3 {
	position: relative;
	float: left;
	width: 271px;
	/*margin: 0px 0px 10px 10px;*/
	top:0px;
	margin:0;
	/*background-color: #EEEEF2;    background-color: DFDFDF;*/
	
	}
	
	html>body #area3 {  	width: 271px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }  /* ajuste firefox */	
	
#area4 {
	position: relative;
	left:0px;
	clear:both;
	width:170px;
	height:200px;
	margin: 0px 0px 0px 0px;

	}		
	
.box4 {
	position: relative; 
	float: right;
	width:185px;
	height:150px;
	margin:auto;
	padding:0;
	z-index:2;
	border:0px solid blue;
	}
	
	html>body .box4 { margin:0px 6px 6px 0px;}  /* ajuste firefox */	
	
.box4 img { 
	position: relative; 
	margin: 0px 0px 0px 0px; 
	padding: 0;
	border:1px solid black; 
	width:182px; 
	height:150px;
	}	

	html>body .box4 img { top:0; padding:0; }	 /* ajuste firefox */	

.box4 p { top:0; padding:0; margin:0;}	 /* ajuste firefox */	
		
#noticias {
	position:relative;
	float:right;	
	/*width:210px;*/
	width:180px;
	height:200px;
	/*margin: 0px 0px 10px 0px;*/
	margin: 0px 5px 0px 0px;
	background:#fff;
	left:0px;

	}

	html>body #noticias { margin:0px 10px 0px 0px; width:182px; }

#noticias p { padding: 5px 0px 5px 0px; border-bottom: 1px solid #D3D2DC; margin:0; font-weight:bold;}
#noticias a:link, a:visited, a:active { color: #000; text-decoration:none; }
#noticias a:hover { color: #000; text-decoration:underline; }


#barra {
	position:relative;
	background: url(images/barras.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	width:240px;
	height: 20px;
	color: gray;
	padding: 1px 0px 1px 5px;
	margin: 0px 0px 10px 0px;
	}

	html>body #barra { width:230px;}  /*  ajuste firefox  */


/*	caixas dos atalhos ______________________________ */

#acessibilidade_t {
	position:relative;
	top:1px;	
	height:32px;
	background-image: url(images/acessibilidade.gif);		
	font-weight:bold;
	margin: 2px 0px 0px 0px;
	padding: 4px 0px 4px 5px;
	color:#000099;
	font-size:10px;	
	text-indent:1.8em;
	z-index:3;
	}

	html>body #acessibilidade_t { top:0px; height:28px; padding: 4px 0px 0px 5px; }
	
#acessibilidade	{
	position:relative;
	top: 0px;
    left:0px; 
 	width:100%;
	text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 0px 0px;
    height:30px;
	background-color: #f57301;
	z-index:24;
	}
	
	html>body #acessibilidade {width:auto; height: 27px; padding: 3px 0px 0px 0px; margin: 0px 0px 9px 0px;} /*  ajuste firefox  */
	
#procura {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 8px;
	}
	
	html>body #procura { padding:3px 0px 0px 0px; 	margin: 0px 0px 0px 10px;}  /*  ajuste firefox  */	

#campo { 
	width: 104px; 
	height:19px; 
	padding: 1px 0px 0px 0px;
	border: 1px solid #4C6781; 
	background-color: #f5c49a; 
	}
	
#busca { margin: 1px 0px 0px 1px; }

	html>body #busca { top:-1px; margin: 0px 0px 0px 0px; }  /*  ajuste firefox  */		

#mapa {
	height:16px;
	background-color:#a7a7cc;
	font-weight:bold;
	margin: 8px 0px 0px 8px;
	padding: 2px 0px 3px 5px;
	}
	
	html>body #mapa { margin: 7px 0px 0px 10px; padding: 2px 0px 0px 5px; }  /*  ajuste firefox  */
	
#mapa a { color: #000; text-decoration:none; }

#servicos_t {
	height:16px;
	background-color:#a7a7cc;
	font-weight:bold;
	margin: 11px 0px 0px 8px;
	padding: 2px 0px 3px 5px;
	}
	
	html>body #servicos_t { margin: 8px 0px 0px 10px; padding: 2px 0px 0px 5px; }  /*  ajuste firefox  */	
	
#servicos_t a { color: #000; text-decoration:none; }

#servicos {
	background-color:#CCE2E0;
	margin: 0px 0px 0px 8px;
	font-size:0.8em;
	color: #003366;	
	}
#servicos p { padding: 0px 5px 5px 3px; margin:0; }
#servicos a { color: #003366; text-decoration:none; }

#contatos1 {
	height:16px;
	background-color:#F79640;
	font-weight:bold;
	color: #000;
	margin: 11px 0px 0px 8px;
	padding: 2px 0px 3px 5px;
	}
	
	html>body #contatos1 { margin: 8px 0px 0px 10px; padding: 2px 0px 0px 5px; }  /*  ajuste firefox  */	
	
#contatos2 {

	background-color:#F7D3B5;
	margin: 0px 0px 0px 8px;	
	padding: 3px 3px 5px 3px;
	font-size:0.8em;
	}
	
#banners img {  }



/*	classes gerais __________________________________ */


/* acessibilidade - escondendo o menu para cegos */

span.accesskey {
	text-decoration:none;
	}
.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
	}

/* link secretaria */
.linksec a { font-size: 11px; color: #ffffff; text-decoration : none; }

/* + noticias */
.mais {
	position:relative;
	font-size: 9px;
	text-align: right;	
	margin-bottom:5px;
	padding-top:0;
	}
		
/* link mapa do site - nivel 01*/	
.mapa_n1:link, .mapa_n1:visited, .mapa_n1:active, .mapa_n1:hover {
	color: #113d66;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
	}
.mapa_n1:hover { text-decoration : underline; }
	
/* link mapa do site - nivel 02*/		
.mapa_n2:link, .mapa_n2:visited, .mapa_n2:active, .mapa_n2:hover {
	color: #3a75b0;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
	}
.mapa_n2:hover { text-decoration : underline; }

/* link mapa do site - nivel 03*/	
.mapa_n3:link, .mapa_n3:visited, .mapa_n3:active, .mapa_n3:hover {
	color: #859eb8;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
	}
.mapa_n3:hover { text-decoration : underline; }


/* acessibilidade assinatura */
.as { margin:0px 0px 0px 0px; }

	html>body .as { margin: -6px 0px 0px 0px; } /* ajuste firefox */

/* acessibilidade */	
.contraste { margin: 10px 0px 0px 0px; }

	html>body .contraste { margin: 4px 0px 0px 0px; } /* ajuste firefox */

/* acessibilidade */	
.sem_imagens { 
	text-align:left; 
	margin: 10px 0px 0px 0px; 
	font-size:10px; 
	padding:0;
	}
	
	html>body .sem_imagens { margin: 14px 0px 0px 0px; padding:0; } /* ajuste firefox */	

/* acessibilidade */	
.padrao {
	position:relative;
	text-align:center;
	width:12px;	
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #abdeaf;
	color:#000;
	font-size:1.2em;
	border: 1px solid black;	 
	}

/* acessibilidade */		
.preto {
	position:relative;
	text-align:center;
	width:22px;	
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 2px 0px;
	background-color: #000;
	color:#fff;
	font-size:18px;	
	}
	
	html>body .preto {  padding: 0px 4px 2px 4px; word-spacing: 30px; }
	
/* acessibilidade - link a1 */

.a1:active, .a1:link, .a1:visited, .a1:hover { 
	text-decoration: none; 
	color: #000; 
	font-weight:bold; 
	}
.a1:hover { text-decoration : underline; }

/* acessibilidade - link a2 */
.a2:active, .a2:link, .a2:visited, .a2:hover { 
	color: #000; 
	text-decoration: none; 
	font-size:14px; 
	font-weight:bold; 
	}
.a2:hover { text-decoration : underline; }

/* acessibilidade - link a3 */
.a3:active, .a3:link, .a3:visited, .a3:hover { 
	color: #000;  
	text-decoration: none; 
	font-size:18px; 
	font-weight:bold; 
	}
.a3:hover { text-decoration : underline; }

/* acessibilidade - link a4 */
.a4:active, .a4:link, .a4:visited, .a4:hover { 
	color: #000;  
	text-decoration: none; 
	font-size:22px; 
	font-weight:bold; 
	}
.a4:hover { text-decoration : underline; } 


/* acessibilidade - link padrao */
.padrao:active, .padrao:link, .padrao:visited, .padrao:hover { 
	text-decoration: none; 
	color: #000; 
	font-weight:bold; 
	}
.padrao:hover { text-decoration : underline; }

/* acessibilidade - link marinho */
.marinho:active, .marinho:link, .marinho:visited { 
	text-decoration: none; 
	color: #ffff00; 
	font-weight:bold; 
	}
.marinho:hover { text-decoration : underline; font-weight:bold; }

/* acessibilidade - link preto */
.preto:active, .preto:link, .preto:visited { 
	text-decoration: none; 
	color: #fff; 
	font-weight:bold; 
	}
.preto:hover { text-decoration : underline; font-weight:bold; }

/* acessibilidade - link branco */
.branco:active, .branco:link, .branco:visited { 
	text-decoration: none; 
	color: #000; 
	font-weight:bold; 
	}
.branco:hover { text-decoration : underline; font-weight:bold; }

/* acessibilidade - link "ajuda" */
.aj:active, .aj:link, .aj:visited { text-decoration: none; color: #BB2121; font-weight:bold; }
.aj:hover { text-decoration : underline; font-weight:bold; }
.aj { background-image: url(images/seta_acessibilidade.gif); background-repeat: no-repeat; padding: 0px 0px 0px 6px; }	

	html>body .aj {background-image: url(images/seta_acessibilidade.gif); background-repeat: no-repeat; padding: 0px 0px 0px 6px;}	
	
/* link box */
.link_box a { font-size: 9px; color: #000000; text-decoration : none; }

/* assinatura PROCEMPA */
.assina_pro {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	}	

/* CSS do Slideshow */



	#contentContainer{
		position:absolute;	/* Don't remove this line */
		left:0px;
		top:0px;
		width:210px;
		padding:0px;
		
	}
	

	#imageSlideshowHolder{
		position:absolute;	/* Don't remove this line */
		margin:0;
		width:210px;	/* Image width */
		height:189px;	/* Image height */
		top:0px;
		left:0px;
		z-index:1;
	}
	

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		width:210px;
		height:189px;	/* Image height */
		left:0px;
		top:0px;
		z-index:2;
	
	}
	
	/*  previsão do tempo _____________________*/
	
	.tempo{
		color:#ff0000;
		font-weight:bold;
		text-align:center;
		font-size:11px;		
		padding: 5px 0px 3px 0px;
		margin:0px 58px 5px 56px;
		border-bottom:1px solid red;
		}
	
	.max{
		color:#ff0000;
		font-weight:bold;
		font-size:10px;
		margin:0;
		}	
		
	.min {
		color:#0066cc;
		font-weight:bold;
		font-size:10px;
		margin:0;
		}
			

	.temp {
		text-align:center;
		color:#0066cc;
		font-weight:bold;
		font-size:11px;
		margin-top: 7px;
		border:0px solid black;
		}
			
	.agora {
		color:#000;
		font-weight:bold;
		font-size:10px;
		margin:0;
		}
		
	/*.fundo_tempo{
		filter:alpha(opacity=55);
		-moz-opacity:.55;
		opacity:.55;
  		z-index:2;		
		} */

#norte{
	position:relative;
	background: url(images/fundo_cx_tempera_zn.gif);	
	background-repeat: no-repeat;
	left:130px;
	top:27px;
	text-align:left;
	width:85px;
	height:32px;
	padding:2px 0px 0px 0px;
	margin:0;
	border:0px solid black;
	}

	html>body #norte{ text-align:left; width:80px; height:30px; padding:1px 2px 0px 3px; margin:0px; left:130px; top:27px; }

#norte .agora { padding:10px 0px 0px 0px; margin:0;}


#centro{
	position:relative;
	background: url(images/fundo_cx_tempera_mv.gif);	
	background-repeat: no-repeat;
	left:50px;
	top:56px;
	text-align:left;
	width:85px;
	height:32px;
	padding:2px 0px 0px 0px;
	margin:0;
	border:0px solid;
	}
	
	html>body #centro{ text-align:left; width:80px; height:30px; padding:1px 2px 0px 3px; margin:0px; left:50px; top:54px;}	
	
#centro .agora { padding:10px 0px 0px 0px; margin:0;}

#oeste{
	position:relative;
	background: url(images/fundo_cx_tempera_md.gif);	
	background-repeat: no-repeat;
	left:48px;
	top:84px;
	text-align:left;
	width:85px;
	height:32px;
	padding:2px 0px 0px 0px;
	margin:0;
	}

	html>body #oeste{ text-align:left; width:80px; height:30px; padding:1px 2px 0px 3px; margin:0px; left:48px; top:80px;}	
	
#oeste .agora { padding:10px 0px 0px 0px; margin:0;}	

#leste{
	position:relative;
	background: url(images/fundo_cx_tempera_lb.gif);	
	background-repeat: no-repeat;
	left:150px;
	top:111px;
	text-align:left;
	width:85px;
	height:32px;
	padding:2px 0px 0px 0px;
	margin:0;
	}

	html>body #leste{ text-align:left; width:80px; height:30px; padding:1px 2px 0px 3px; margin:0px; 	left:150px;	top:105px;}	
	
#leste .agora { padding:10px 0px 0px 0px; margin:0;}	
	
#sul{
	position:relative;
	background: url(images/fundo_cx_tempera_a.gif);	
	background-repeat: no-repeat;
	left:105px;
	top:170px;
	text-align:left;
	width:85px;
	height:32px;
	padding:2px 0px 0px 0px;
	margin:0;
	}

	html>body #sul{ text-align:left; width:80px; height:30px; padding:1px 2px 0px 3px; margin:0px; 	left:105px; top:162px;}

#sul .agora { padding:10px 0px 0px 0px; margin:0;}



/* divs regiões previsão do tempo */

#norteP{
	position:relative;
	background: url(images/fundo_cx_tempo_zn.gif);	
	background-repeat: no-repeat;
	left:120px;
	top:27px;
	text-align:left;
	width:110px;
	height:40px;
	padding:2px 0px 0px 0px;
	margin:0;

	}

	html>body #norteP{ text-align:left; width:120px; height:30px; padding:2px 2px 0px 3px; margin:0; left:120px; top:27px;}

#norteP .agora { padding:10px 0px 0px 0px; margin:0;}


#centroP{
	position:relative;
	background: url(images/fundo_cx_tempo_mv.gif);	
	background-repeat: no-repeat;
	left:30px;
	top:48px;
	text-align:left;
	width:110px;
	height:40px;
	padding:2px 0px 0px 0px;
	margin:0;
	border:0px solid;
	}
	
	html>body #centroP{ text-align:left; width:120px; height:30px; padding:2px 2px 0px 3px; margin:5px; left:30px; top:48px;}	
	
#centroP .agora { padding:10px 0px 0px 0px; margin:0;}

#oesteP{
	position:relative;
	background: url(images/fundo_cx_tempo_md.gif);	
	background-repeat: no-repeat;
	left:30px;
	top:68px;
	text-align:left;
	width:110px;
	height:40px;
	padding:2px 0px 0px 0px;
	margin:0;
	}

	html>body #oesteP{ text-align:left; width:120px; height:30px; padding:2px 2px 0px 3px; margin:5px; left:30px;	top:68px;}	
	
#oesteP .agora { padding:10px 0px 0px 0px; margin:0;}	

#lesteP{
	position:relative;
	background: url(images/fundo_cx_tempo_lb.gif);	
	background-repeat: no-repeat;
	left:120px;
	top:87px;
	text-align:left;
	width:110px;
	height:40px;
	padding:2px 0px 0px 0px;
	margin:0;
	}

	html>body #lesteP{ text-align:left; width:120px; height:30px; padding:2px 2px 0px 3px; margin:5px; left:120px; top:87px;}	
	
#lesteP .agora { padding:10px 0px 0px 0px; margin:0;}	
	
#sulP{
	position:relative;
	background: url(images/fundo_cx_tempo_a.gif);	
	background-repeat: no-repeat;
	left:80px;
	top:138px;
	text-align:left;
	width:110px;
	height:40px;
	padding:2px 0px 0px 0px;
	margin:0;
	}

	html>body #sulP{ text-align:left; width:120px; height:30px; padding:2px 2px 0px 3px; margin:0; 	left:80px; top:138px;}

#sulP .agora { padding:10px 0px 0px 0px; margin:0;}



/* acaba divs regiões previsão do tempo*/



#intervalo { 	position:relative; top:160px; text-align:center; font-style:italic; font-size:10px; }
	html>body #intervalo { top:195px; }

#cidade{
	position:relative;
	background-color:#F57301;
	text-align:center;
	top:0px;
	left:0px;
	width:485px;
	height:80px;
	padding:5px 10px 0px 10px;
	margin:auto;
	}
	
	html>body #cidade { top:0; left:0; padding:5px 0px 0px 0px; margin:0; width:485px; clear:both;}
	
#cidade h5 { color:#fff; font-weight:bold; font-size:11px; padding:0px 0px 0px 0px; margin:0;}	
#cidade img { position:relative; border: 0px solid; padding:0px; margin:0px 0px 0px 30px; text-align:center; top:-3px; }	
#cidade span { padding:0px; margin:0px 25px 0px 0px;}	

.dataprev { color:#000; font-weight:bold; font-size:10px; padding:0px 0px 6px 0px;  margin:0; }

#hoje {
	position:relative;
	float:left;
		background: url(images/fundo_termometro.gif);
	background-color:#EEEEF2;
	text-align:center;
	width:148px;
	height:60px;
	padding:5px 0px 0px 0px;
	margin:5px 10px 0px 0px;
	}	
	
html>body #hoje{ text-align:center; width:144px; height:60px; padding:5px 0px 0px 3px; margin:5px 10px 0px 10px; }	

#amanha {
	position:relative;
	float:left;
		background: url(images/fundo_termometro.gif);
	background-color:#EEEEF2;
	text-align:center;
	width:148px;
	height:60px;
	padding:5px 0px 0px 0px;
	margin:5px 10px 0px 0px;
	}		
	
html>body #amanha{ text-align:center; width:148px; height:60px; padding:5px 0px 0px 3px; margin:5px 0px 0px 0px; }		
	
#depois {
	position:relative;
	float:right;
		background: url(images/fundo_termometro.gif);
	background-color:#EEEEF2;
	text-align:center;
	width:148px;
	height:60px;
	padding:5px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	}		
	
html>body #depois{ text-align:center; width:144px; height:60px; padding:5px 0px 0px 3px; margin:5px 10px 0px 3px; }		

/*  alertas OVER _______________________*/

  a.dcontexto{
  position:relative; 
  font-size:10px; 
  padding:0;
  color:#000;
  text-decoration:none;
  cursor:pointer; 
  z-index:24;
  }
  a.dcontexto:hover{
  background: #317BCA;
  text-decoration:none;
  z-index:25; 
  }
  a.dcontexto span{display: none}
  a.dcontexto:hover span{ 
  display:block;
  position:absolute;
  width:90px; 
  top:2em;
  text-align:justify;
  left:0;
  padding:5px 10px;
  border:1px solid #999;
  background:#DBDAE3; 
  color:#000;
  font-weight:normal;
  }

/* formulario_____________________________________________ */	
.obs {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 1px;
	width:420px;
	height:35px;
	background-color: #fff;
	border: 1px solid #999999;	
	font-family: verdana,arial;
	}	
	
/* formulario */	
.enviar {
	position:relative;
	left:280px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:48px;
	height:25px;
	background-color: #E7E7E7;
	border: 1px solid #999999;		
	}		
	
/* formulario */	
.box {
	margin: 0px 0px 30px 0px;
	padding: 10px;
	background-color: #D8E8DC;
	border: 1px solid #999999;	
	}
	
/* formulario */		
.questao {
	position:relative;
	margin: 30px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
    background-color:#E8E8E8;
	}

/* formulario */		
.regua {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid orange;	
	font-size:10px;
	text-align:center;
	height:10px;
	}	

/* formulario */		
.radio {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px hidden;	
	font-size:10px;
	text-align:center;
	height:10px;
	}	

.rotulo1 {
	position:absolute;

	margin-bottom: 20px;
	padding: 0px;
	font-size:10px;
	}	
	
.rotulo2 {
	position:absolute;

	margin-bottom: 20px;
	padding: 0px;
	font-size:10px;
	}	
			
	html>body .rotulo2 { left: 384px; } /* ajuste firefox */	
	
.rotulo3 {
	position:absolute;

	width: 100px;	
	margin-bottom: 20px;
	padding: 0px;
	font-size:10px;
	}	

	html>body .rotulo3 { left: 574px; } /* ajuste firefox */


.r1 {
	position:absolute;
	top:2px;
	left: 120px;
	width: 330px;
	padding: 0px;
	text-align:right;
	}	
	html>body .r1 { top:3px; }
	
.r2 {
	position:absolute;
	top:2px;	
	width: 40px;	
        left: 517px;
	padding: 0px;
      	text-align:right;
	}			

	html>body .r2 { top:3px; }	
	
.r3 {
	position:absolute;
	top:2px;
        left: 120px;
	width: 330px;
	padding: 0px;
	text-align:right;
	}	
	html>body .r1 { top:3px; }
	
 
	  
/* estilo aba ______________________________________*/

#abbas{
	position: relative;
	float: left;
	width: 284px;
	margin-left:0px;
	background-color:#fff;
	border-left: 10px solid #F57301;
	height:30px;
	padding:0px 0px 0px 5px;
	
	z-index:9;
	
	}
	
	html>body #abbas { width: 254px; height:29px; }
	
#abbas hr {
	position:relative;
	top:4px;
	border-width: 0;
	height: 1px;
	border-top: 1px solid #ABAA9B;
	z-index:9;
}

	html>body #abbas hr { top:10px;}


#abba_01 a:active, a:link, a:visited, a:hover {
	color:#000; text-decoration:none; font-weight:bold;
	}

	
#abba_01 {
	position:relative;
	top:6px;
	text-align:center;
	font-size:11px;		
	/*background: url(images/btabas.gif);*/
	background-repeat: repeat-y;
	background-color:#fffee7;	
	width:80px;
	height:25px;
	margin-left:0px;
	padding: 4px 5px 5px 5px;
	display: inline;	
	z-index:21;
	border:1px solid #ABAA9B;
	border-bottom:0px solid #fffee7;
	
}

	html>body #abba_01 { top:12px; }

#abba_02 a:active, a:link, a:visited, a:hover {
	color:#000; text-decoration:none; font-weight:bold;
	}

#abba_02 {
	position:relative;
	top:5px;
	text-align:center;
	font-size:11px;		
	/*background: url(images/btabas.gif); */
	background-repeat: repeat-y;
	background-color:#d7d5b2;
	width:100px;
	height:25px;
	margin-left:0px;
	padding: 4px 5px 5px 5px;
	display: inline;	
	z-index:10;	
	border:1px solid #ABAA9B;
	border-bottom:0px solid #fffee7;
		
	
}

	html>body #abba_02 { top:11px; width:100px;}




#previsao {
    display: block;
}

#agora {
    display: none;
}

