/*
################################################################################
                PROCEMPA
                T/IGE - Governo Eletronico
  
                CSS - Cascading Style Sheets Padrao do Projeto ProWeb Livre
                Data de Criacao: 14/06/2005
                Versao 2.0
 
################################################################################
*/
html, body {height:100%;}
body{
 text-align: center; 
 padding:0;
 margin:0;
 background:#E7E7E7;
 font-family:verdana,arial,helvetica,sans-serif;
 font-size: 11px;
 color: #000000;
 overflow-x:hidden;
}
#conteiner{
 margin: auto; 
 width: 780px;
 text-align: left;
 height:100%;
 min-height:100%;
 background:white url(images/corpo_textura.gif) repeat-y left top;
 margin-bottom:-19px;
 color: #000000;
}
html>body #conteiner{height:auto;} 
/*para mozilla e IE*/
/* --- Caixas  --------------------------------------------------*/
#cabecalho {
	top: 0;
	left: 0;
	position: relative;
	width: 100%;
	height: 145px;
	background: #fff;
	background-repeat: no-repeat;

	}
	
#cabecalho img {	
	position:absolute;
	z-index:10;
}

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

#secretaria{
	position:relative;
	width:530px;
	left:250px;
	top:-25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;  

}
#secretaria a {
	font-size: 13px;
	color: #000099;
	text-decoration:none;
}
#secretaria a:active{
text-decoration: underline;
}
#secretaria a:hover{
text-decoration: underline;
} 
#caminho {
	position:relative;
	margin:auto;
	text-indent:0em;
	background-color:white;
	padding:0px 0px 0px 0px;
	height:18px;	
	font-size: 11px;
	z-index:8;	
	border: 0px solid;

	}
	

html>body #caminho {height:20px; text-align: left;}  	/* hack para firefox */	

#aplicativo {
	position:relative;

	/* background:url(images/barra_menu_01.gif) repeat-y left top; */
	padding:5px;

	}
	
	#aplicativo p {
	padding:5px;	
}
#ebarra {
	position:relative;
	top:0px;	
	left:0px;
	text-align:right;
	font-weight: bold;
	color: #fff;  		
	background:url(images/barra_menu_02.gif) no-repeat;
	padding:5px 155px 0px 0px;
	height:26px;	
	font-size: 10px;
 		z-index:9;	
	border: 0px solid;
	}
	
	html>body #ebarra { height:20px; 	top:0px; z-index:13;		}  /*  ajuste firefox  */		
	
	
/* acessibilidade - link a2 */
.a2:active, .a2:link, .a2:visited, .a2:hover { 
	color: #fff; text-decoration: none; 
	font-size:10px; 
	font-weight:bold; 
	}
.a2:hover { text-decoration : underline; }	

#menu {

	position:relative;
	float:left;
	width:150px;
	margin-top:-23px;
	margin-right:9px;
	z-index:22;
}
#atalhos {
	position:relative;
	float:right;	
	width:125px;
	margin-top:-24px;
	margin-right:10px;
	z-index:18;
	font-size: 11px;
	border: 0px solid;
	
}
#atalhos img {border:0px;}
#conteudo {
	position:relative;
	float:left; 	
	width:480px;
	margin-top:8px;
}
/*ajustes-------------------*/
#limpa_rodape{clear:both;height:20px;}/*faz o espaco para o rodape*/
div,p {margin-top:0;}/*limpa a margin-top para mozilla*/
* html>body #conteiner {margin-bottom:0px; height:100%;}/* ajuste para o no IE*/
* html>body #rodape {margin-top:-19px;}/* ajuste para o no IE*/
#rodape {
 margin:auto;
 width:780px;
 clear:both;
 height:19px;
 background-color: white;
 color: #000000;
 border-top: 1px solid black;
 text-align:right;
 font-size: 10px;
 position:relative;
}
#rodape p {padding-right:5px;padding-top:2px;}
/*--------------elementos de apoio------------*/
/*-------conteudo-------*/
#area1{
	position: relative;
	float: left;
	width: 230px;
	margin: 5px 0px 0px 2px;
	background-color: white;
	}
	
#area1 img {
	border:0;
}
#area2{
	position: relative;
	float: right;
	width: 230px;
	margin: 0px 5px 5px 0px;
	background-color: white;
	border:1px solid #89B4CD;	
}
#area3{
	position: relative;
	clear:both;
	width: 475px;
	margin: 10px 0px 5px 0px;
	padding:5px;
	background-color: #CCDBE3;
	font-size:9px;
border:1px solid #89B4CD;	
}

	html>body #area3 { 	width: 465px;  }

/*--- ESTILOS ANIMA INTRODUÇÃO ---*/

.pular_intro {position:relative; margin: 5 0 0 0;}

.parceiros{position: relative; margin:12 0 0 0;}

html>body .parceiros{position: relative; margin:12 0 0 0;}


/*--- FIM ESTILOS ANIMA INTRODUÇÃO ---*/

#noticias{
	position:relative;
	float:right;	
	width:230px;
	min-height: 155px;
	font-size: 11px;
	background:#f8f8f8;
	padding: 0px 2px 0px 2px;
	margin:0px 5px 5px 0px;
}
.barra{
	background: url(images/barras.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 13px;
	height: 20px;
	color: gray;
	padding: 1px 2px 1px;
	margin-bottom: 5px;
	
}
.mais {
	font-size: 9px;
	text-align: right;	
	
}
/*----------coluna de atalhos---------*/
#mapa
{
height:18px;
background-color:#0082AE;
font-weight:bold;
margin:4px 0px 4px 0px;
padding:2px;
}
#mapa a{
color: #ffffff;
text-decoration:none;
}
#servicos
{
background-color:#CCE2E0;
margin-top:4px;
margin-bottom:6px;
}
#servicos p {padding: 3px 3px 5px 3px;}
#contatos1 
{
height:18px;
background-color:#0082AE;
font-weight:bold;
margin-top:4px;
padding-bottom:1px;
color: #ffffff;
font-weight:bold;
}
#contatos2 {background-color:#B7E2F1;
padding: 3px 3px 5px 3px;}
#banners {margin-top:22px; text-align:center;}
#banners img {margin-top: 3px;}
/*----------rodape---------*/
.assina_pro
{
	font-size: 11px;
	font-weight: bold;
	color: #006666;
}
/*-----Outros elementos links e tags--------*/
a:link  
{
	color: #386699;
	text-decoration : none;
}

a:visited  
{ 
	color : navy;
	text-decoration : none; 
}

a:active  
{ 
	text-decoration : none; 
}

a:hover  
{ 
	text-decoration : underline;

}

/* link linguas */

.lingua:link  {
	color: #000000;
	font-size: 9px;	
}

.lingua:visited { 
	color: #000000;
	font-size: 9px;	
}

.lingua:active  { 
	color: #000000;
	font-size: 9px;		
}

.lingua:hover { 
	color: #000000;
	font-size: 9px;		
}

.mapa_n1:link  
{
	color: #113d66;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
}

.mapa_n1:visited  
{ 
	color: #113d66;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
}

.mapa_n1:active  
{ 
	color: #113d66;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;	
}

.mapa_n1:hover  
{ 
	color: #113d66;	
	text-decoration : underline;
	font-size: 11px;
	font-weight: bold;		 
}
.mapa_n2:link  
{
	color: #3a75b0;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
}

.mapa_n2:visited  
{ 
	color: #3a75b0;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
}

.mapa_n2:active  
{ 
	color: #3a75b0;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;	
}

.mapa_n2:hover  
{ 
	color: #3a75b0;	
	text-decoration : underline;
	font-size: 11px;
	font-weight: bold;		 
}

/* link mapa nível 03  */

.mapa_n3:link  
{
	color: #859eb8;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
}

.mapa_n3:visited  
{ 
	color: #859eb8;	
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;		
}

.mapa_n3:active  
{ 
   	color: #859eb8;
	text-decoration : none; 
	font-size: 11px;
	font-weight: bold;	
}

.mapa_n3:hover  
{ 
	color: #859eb8;	
	text-decoration : underline;
	font-size: 11px;
	font-weight: bold;		 
}

/*  mapa geral  */

.mapa_n1
{ 
	color: #113d66;	
	font-size: 11px;
	font-weight: bold;		 
}
.mapa_n2
{ 
	color: #3a75b0;	
	font-size: 11px;
	font-weight: bold;		 
}
.mapa_n3
{ 
	color: #859eb8;	
	font-size: 11px;
	font-weight: bold;		 
}
.linksec:link  
{
	font-size: 11px;
	color: #ffffff;	
}

.linksec:visited  { 
	font-size: 11px;
	color: #ffffff;
}

.linksec:active  { 
	font-size: 11px;
	color: #ffffff;	
}

.linksec:hover  { 
        font-size: 11px;
	color: #ffffff;		
}

.link_box:link  
{
	color: #000000;
	font-size: 9px;	
}

.link_box:visited  
{ 
	color: #000000;
	font-size: 9px;	
}

.link_box:active  
{ 
	color: #000000;
	font-size: 9px;		
}

.link_box:hover  
{ 
	color: #000000;
	font-size: 9px;		
}
h1
{
	font-size: 17px;
	font-weight: bold;
	color: #0099CC;
	margin-bottom: 15px;
	} 

h2
{ 
	font-size: 15px; 
	font-weight: bold;		
	color: #0099CC; 
	margin-top: 4px;	
	margin-bottom: 4px;
} 
h3
{ 
	font-size: 13px;
	font-weight: bold; 		
	color: #0099CC; 
	margin-top: 0px;	
	margin-bottom: 4px;
  	} 

/* ---------------------------------------------------------------------------- */
/* formulários */
input, select, textarea 
{
	font-size: 11px;	
	text-align : left;
	margin-left: 0px;
	margin-right: 2px;
	margin-top: 0px;	
	margin-bottom: 0px;		
}
/*----------tpl1245---------*/
#lista{
width: 100%;
position:relative;
}
#pagina{
position: relative;
text-align: center;

}
#texto{
width: 100%;
position: relative; 
}


td{
	font-size: 11px;	
}



/* CSS do Slideshow */



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

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

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		width:780px;
		height:145px;	/* Image height */
		left:0px;
		top:0px;
		z-index:2;
	
	}
	
	/*  menu  */
	
	ul#menucss,
ul#menucss ul {
	margin: 0;
	padding: 0;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #597a96;
	font-size: 100%;
	height: 15px;
	background: url(images/fundo_menu.gif) center;	
	}

ul#menucss li {
	position: relative;
	list-style: none;
    background: url(images/fundo_menu.gif) center;
	}

ul#menucss li li {
    background: url(images/fundo_menu.gif) center;
	}

ul#menucss li:hover {
    background: url(images/fundo_menu.gif) center;
	}

ul#menucss li li:hover {
    background: url(images/fundo_menu.gif) center;
	}

ul#menucss li a {
	font: arial;
	font-size: 7pt;
	display: block;
	text-decoration: none;
	color: 000000;
	padding: 6px;
	border: 1px solid;
	border-color: 597a96;
	border-bottom: 0;
	}

#menucss LI LI A {
	COLOR: ffffff;
		padding: 6px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#menucss li { float: left; height: 1%; }
* html ul#menucss li a { height: 18px; }
/* End */

ul#menucss ul {
	position: absolute;
	display: none;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	}
li{min-height: 13px;} /*  formata a altura da caixa de submenu  */	
ul#menucss li ul li a { padding: 7px 2px 5px 5px; min-height: 13px;} /* Sub Menu Styles */

ul#menucss li:hover ul ul,
ul#menucss li:hover ul ul ul,
ul#menucss li.over ul ul,
ul#menucss li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#menucss li:hover ul,
ul#menucss li li:hover ul,
ul#menucss li li li:hover ul,
ul#menucss li.over ul,
ul#menucss li li.over ul,
ul#menucss li li li.over ul { display: block; } /* The magic */

ul#menucss li.pai { background: #FFD080 url(images/fundo_menu.gif) center; }

ul#menucss li li.pai { background: #597a96 url(images/fundo_menu.gif) center; }

ul#menucss li:hover,
ul#menucss li.over { background-color: 597a96; }

ul#menucss li li:hover,
ul#menucss li li.over { background-color: FFD080; }

ul#menucss li a:hover { color: ffffff; }

ul#menucss li li a:hover { color: 000000; }
	


#flash {
	position: relative;
	width:auto; height:auto;

}


/*#banners_flash {position:absolute; top:223px; left:13;}*/


#banner_home { width:125px; height:80px;position:absolute; top:235px; left:13;}

#banner_texto {background-color:#ff0000;color:#ffffff; padding: 5 5 5 5;text-align:center; font-size:1em; border:1px solid #ffffff; width:114px; height:67px;}
