@charset "UTF-8";

body
	{		
		background-image: url(../imagens/bg_site01.jpg);
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		padding: 0;
		font: 12px Arial, Helvetica, sans-serif;
		color: #666666;
	}

h1 
	{
	margin-top: 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #701c18;
	}
	
h2 
	{
	margin-top: 0;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
hr
	{
		border-bottom: 0;
		border-top: 1px #666666 solid;
		border-left: 0;
		border-right: 0;
		
	}
	
table
	{
		border-collapse: collapse;
	}

a img
	   {
	   border: 0;
	   }

a:link {
	color: #666666;
	text-decoration: none;
	
	 }

a:visited {
	color: #666666;
	text-decoration: none;
	 }
	 
a:hover {
	color: #701c18;
	 }
	 
input, textarea, select{
font-family:verdana;
font-size:11px;
color: #701c18;
}

.pagina
	{
	position: relative;
	left: 50%;
    width: 770px;
    margin: 0 0 0 -385px;
	}
	
.topo
	{
	position: relative;
    width: 770px;
	height: 133px;
	}

.botoes
	{
	position: relative;
    width: 770px;
	height: 18px;
	}
	
.botoes1
	{
	position: relative;
    float: left;
	width: 561px;
	height: 18px;
	}

.botoes2
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/pacini03_1.jpg) no-repeat;
	width: 108px;
	height: 18px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.botoes2 a 
	{
	width: 108px;
	height: 18px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.botoes2 img 
	{
	width: 108px; 
	height: 18px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.botoes2 a:hover img
	{
	visibility:hidden;
	}

.botoes3
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/pacini04_1.jpg) no-repeat;
	width: 101px;
	height: 18px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.botoes3 a 
	{
	width: 101px;
	height: 18px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.botoes3 img 
	{
	width: 101px; 
	height: 18px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.botoes3 a:hover img
	{
	visibility:hidden;
	}
	
.branco
	{
	position: relative;
	width: 770px;
	height: 36px;
	}

.menu1 {
	width:107px; 
	height:31px; 
	position:relative;
	float: left; 
	background: url(../imagens/bot_quem.jpg) no-repeat;
	z-index:100;
	
	}

/* Responsável por remover as margens, padding e bullets de todas as listas */

.menu1 ul {
	padding:0; 
	margin:0; 
	list-style-type:none;
	}
.menu1 ul ul {
	width:107px;
	}

/* Float para tornar a lista horizontal e positipn relative para controlar as posições dos submenus */

.menu1 li {
	float:left; 
	width:107px;
	margin: 0;
	position:relative;
	}

/* Estilos aplicados aos links de primeiro nível */

.menu1 a, .menu1 a:visited {
	display:block; 
	font-size:9px; 
	text-decoration:none;
	color: #FFF; 
	width:107px; 
	height:31px; 
	border:1px solid #999; 
	border-width:0; 
	line-height:29px;
	
	}
	
.menu1 a:hover
	{
	background: url(../imagens/bot_quem01.jpg) no-repeat;
	}

/* Esconder os sub níveis e dar-lhes uma posição absoluta para que eles ocupem nenhum espaço */

.menu1 ul ul {
	visibility:hidden; 
	position:absolute;
	padding-left: 11px;
	height:0; 
	top:31px; 
	left:0; 
	width:65px; 
	}


/* Estilo para a tabela, necessário para que funcione no Internet Explorer */

.menu1 table {
	position:absolute; 
	top:0;
	left:0; 
	border-collapse:collapse;
	}

/* Estilo para o segundo nível de links */

.menu1 ul ul a, .menu1 ul ul a:visited {
	background:white; 
	color:#999; 
	height:auto; 
	line-height:1em; 
	padding:7px; 
	width:100px; 
	border-width:0 1px 1px 1px;
	}


/* Estilo para o hover dos links */

.menu1 ul ul a:hover{
	color:#FFF; 
	background:#701c18;
	}


/* Torna o segundo nível do menu visível quando passar o mouse sob o primeiro nível do menu ou link */

.menu1 ul li:hover ul, .menu1 ul a:hover ul{visibility:visible; }

.menu2
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/bot_noticias01.jpg) no-repeat;
	width: 68px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.menu2 a 
	{
	width: 68px;
	height: 31px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.menu2 img 
	{
	width: 68px; 
	height: 31px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.menu2 a:hover img
	{
	visibility:hidden;
	}
	
.menu3 {
	width:67px; 
	height:31px; 
	position:relative;
	float: left; 
	background: url(../imagens/bot_servicos.jpg) no-repeat;
	z-index:100;
	
	}

/* Responsável por remover as margens, padding e bullets de todas as listas */

.menu3 ul {
	padding:0; 
	margin:0; 
	list-style-type:none;
	}
.menu3 ul ul {
	width:67px;
	}

/* Float para tornar a lista horizontal e positipn relative para controlar as posições dos submenus */

.menu3 li {
	float:left; 
	width:67px;
	margin: 0;
	position:relative;
	}

/* Estilos aplicados aos links de primeiro nível */

.menu3 a, .menu3 a:visited {
	display:block; 
	font-size:9px; 
	text-decoration:none;
	color: #FFF; 
	width:65px; 
	height:31px; 
	border:1px solid #999; 
	border-width:0; 
	line-height:29px;
	
	}
	
.menu3 a:hover
	{
	background: url(../imagens/bot_servicos01.jpg) no-repeat;
	}

/* Esconder os sub níveis e dar-lhes uma posição absoluta para que eles ocupem nenhum espaço */

.menu3 ul ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	top:31px; 
	left:0; 
	width:65px; 
	}


/* Estilo para a tabela, necessário para que funcione no Internet Explorer */

.menu3 table {
	position:absolute; 
	top:0;
	left:0; 
	border-collapse:collapse;
	}

/* Estilo para o segundo nível de links */

.menu3 ul ul a, .menu3 ul ul a:visited {
	background:white; 
	color:#999; 
	height:auto; 
	line-height:1em; 
	padding:7px; 
	width:150px; 
	border-width:0 1px 1px 1px;
	}


/* Estilo para o hover dos links */

.menu3 ul ul a:hover{
	color:#FFF; 
	background:#701c18;
	}


/* Torna o segundo nível do menu visível quando passar o mouse sob o primeiro nível do menu ou link */

.menu3 ul li:hover ul, .menu3 ul a:hover ul{visibility:visible; }

	
	
.menu4
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/bot_corpo01.jpg) no-repeat;
	width: 98px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.menu4 a 
	{
	width: 98px;
	height: 31px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.menu4 img 
	{
	width: 98px; 
	height: 31px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.menu4 a:hover img
	{
	visibility:hidden;
	}
	
.menu5
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/bot_convenios01.jpg) no-repeat;
	width: 78px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.menu5 a 
	{
	width: 78px;
	height: 31px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.menu5 img 
	{
	width: 78px; 
	height: 31px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.menu5 a:hover img
	{
	visibility:hidden;
	}
	
.menu6
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/bot_pacini01.jpg) no-repeat;
	width: 84px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.menu6 a 
	{
	width: 84px;
	height: 31px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.menu6 img 
	{
	width: 84px; 
	height: 31px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.menu6 a:hover img
	{
	visibility:hidden;
	}
	
.menu7
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/bot_dicas01.jpg) no-repeat;
	width: 122px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.menu7 a 
	{
	width: 122px;
	height: 31px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.menu7 img 
	{
	width: 122px; 
	height: 31px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.menu7 a:hover img
	{
	visibility:hidden;
	}
	
.menu8
	{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../imagens/bot_perguntas01.jpg) no-repeat;
	width: 146px;
	height: 31px;
	overflow:hidden;/* for ie to hide extra height*/	
	}
	
.menu8 a 
	{
	width: 146px;
	height: 31px;
	display: block;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
	}
			
.menu8 img 
	{
	width: 146px; 
	height: 31px; 
	border: 0; 
	}
			
* html a:hover {visibility:visible}

.menu8 a:hover img
	{
	visibility:hidden;
	}
	
.flash
	{
	position: relative;
	clear: both;
	text-align: left;
	width: 770px;
	height: 205px;
	padding: 0;
	margin: 0;
	z-index: 2;
	}

.branco1
	{
	position: relative;
	clear:both;
	width: 770px;
	height: 25px;
	}

.colunasTopo
	{
	position: relative;
	background: url(../imagens/pacini18.png);
	width: 770px;
	height: 77px;
	padding: 0px;
	}

.colunasTopo1
	{
	position: relative;
	float: left;
	width: 165px;
	height: 37px;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.colunasTopo2
	{
	position: relative;
	float: left;
	width: 280px;
	height: 37px;
	margin-left: 14px;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.colunasTopo3
	{
	position: relative;
	float: left;
	width: 165px;
	height: 37px;
	margin-left: 14px;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.colunasTexto
	{
	position: relative;
	clear: both;
	background: url(../imagens/pacini19.png);
	width: 770px;
	padding: 0;
	}

.colunasTexto1
	{
	position: relative;
	float: left;
	width: 165px;
	padding-top: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.colunasTexto2
	{
	position: relative;
	float: left;
	width: 280px;
	margin-left: 14px;
	padding-top: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.colunasTexto3
	{
	position: relative;
	float: left;
	width: 165px;
	margin-left: 14px;
	padding-top: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.gambiarra
	{
	position: relative;
	clear: both;
	width: 770px;
	height: 1px;
	padding: 0;
	}
	
.colunasBase
	{
	position: relative;
	clear: both;
	background: url(../imagens/pacini20.png);
	width: 770px;
	height: 42px;
	padding: 0;
	}
	
.colunas1Topo
	{
	position: relative;
	background: url(../imagens/pacini15.png);
	width: 770px;
	height: 43px;
	padding: 0px;
	}
	
.fonte
	{
	position: relative;
	padding-right: 15px;
	padding-top: 15px;
	}
	
.colunas1Texto
	{
	position: relative;
	clear: both;
	background: url(../imagens/pacini16.jpg);
	width: 770px;
	padding: 0;
	}

.colunas1Texto1
	{
	position: relative;
	float: left;
	width: 165px;
	padding-top: 0;
	padding-left: 22px;
	padding-right: 22px;
	}
	
.colunas1Texto2
	{
	position: relative;
	float: left;
	width: 503px;
	margin-left: 14px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
.colunas1Base
	{
	position: relative;
	clear: both;
	background: url(../imagens/pacini17.jpg);
	width: 770px;
	height: 42px;
	padding: 0;
	}

.titulo
	{
	text-align: left;
	}
	
.foto
	{
	position: relative;
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 15px;
	}

.conteudo
	{
	text-align: left;
	}
	
.submenu
	{		
	margin: 0px;
	padding-top: 8px;
	padding-left: 18px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	line-height: 30px;
	list-style-type:square;
	}
	
.lista
	{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: decimal;
	}
	
.colunaFale
	{
	position: relative;
	float: left;
	width: 165px;
	padding-top: 0;
	padding-left: 22px;
	padding-right: 22px;
	font: 12px Arial, Helvetica, sans-serif;
	}
	
.endereco
	{
	position: relative;
	float: left;
    margin: 0;
	padding-top: 7px;
	padding-bottom: 15px;
	padding-left: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.brazuca
	{
	position: relative;
	float: right;
    width: 120px;
    margin: 0;
	padding-top: 7px;
	padding-bottom: 15px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	}

.brazuca a:link {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	 }

.brazuca a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	 }
	 
.brazuca a:hover {
	color: #666666;
	font-weight: bold;
	 }

.busca
	{
	position: relative;
	float: left;
	width: 130px;
	height: 20px;
	
	}
	
.ok
	{
	position: relative;
	float: left;
	padding: 0;
	margin-left: 5px;
	width: 29px;
	height: 20px;
	}

.objLI
	{
		padding-bottom: 10px;
		list-style-image: url(../imagens/bullet.gif);
		margin-left: 15px;
	}