﻿/*
 * GLOBAL
 */
*{
	color:#000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
html{
	background:transparent url(../img/fundo_html2.jpg) no-repeat center bottom;
}
body{
	background:transparent url(../img/fundo_body.jpg) no-repeat center top;	
}
#topo, #conteudo, #enderecos, #rodape{
	width:790px;
	margin:0 auto;
}
#conteudo, #enderecos, #rodape{
	height:1%;
	padding-left:50px;
	display:table;
}
/*
 * TAGS
 */
ul li{
	list-style:none;
}
ol li{
	list-style:inside decimal;
}
a{
	text-decoration:none;
	color:#A43A08;
	margin:5px 0;
}
img{
	border:0 none;
}
p{
	margin-bottom:10px;
}
h2{
	font-size:1em;
	color:#000;
	background:transparent url(../img/fundo_h2.jpg) no-repeat left center;
	padding-left:15px;
	clear:both;
}
h3{
	font-size:1em;
	color:#000;
	margin:10px 0;
}
h4{
	margin:10px 0;
}
fieldset{
	border:0 none;
}
address{
	font-style:normal;
}
/*
 * TOPO
 */
#topo{
	height:350px;
}
#flash_topo{
	width:780px;
	height:350px;
	}
/*
 * ESQUERDA
 */
#esquerda{
	width:182px;
	margin-right:10px;
	float:left;
}
#menu{
	border-top:1px solid #DEDEDE;
	margin:10px 0 50px 0;
}
#menu li{
	border-bottom:1px solid #DEDEDE;
	height:25px;
}
#menu li a{
	color:#000;
	padding:5px 0 0 20px;
	display:block;
}
#menu a:hover{
	color:#A43A08;
	background:transparent url(../img/fundo_menu.jpg) no-repeat right center;
	display:block;
}
#menu a:hover, #menu a:visited{
	display:block;
	height:20px;
}
/*
 * CENTRAL
 */
#fundo{
	background:transparent url(../img/fundo_conteudo.jpg) no-repeat center bottom;
	margin-bottom:7px;
}
#central{
	width:550px;
	float:left;
}
#central *{
	margin-left:15px;
	line-height:150%;
}
#central h2{
	margin:0 0 15px 0;
}
#central a{
	margin-bottom:10px;
	display:block;
}
#central a:hover{
	text-decoration:underline;
}
#central img{
	/*background:transparent url(../img/fundo_img.jpg) no-repeat center center;*/
	padding:5px;
	float:left;
	margin:0 10px 10px 10px;
}
#central img.img_maior{
	background:transparent url(../img/fundo_img_maior.jpg) no-repeat left center;
	padding:5px 4px;
}
#central ul{
	margin:0 0 10px 0;
}
#central ul li{
	background:transparent url(../img/listas.jpg) no-repeat left 7px;
	padding-left:10px;
	margin-bottom:5px;
}
#central .bt{
	background:transparent url(../img/fundo_bt.jpg) no-repeat left top;
	width:100px;
	height:22px;
	border:0 none;
	float:right;
	font-family:Tahoma, Arial, Helvetica;
	font-weight:bold;
	color:#000;
}
#flash_historia{
	margin:30px 0 0 0;
	display:table;
	float:right;
}
#flash_40anos{
	float:left;
	display:table;
	margin:30px 0 0 15px;
}
/*
 * ENDEREÇOS
 */
#enderecos{
	clear:both;
}
#enderecos *{
	color:#666;
}
#enderecos p{
	margin:5px 0;
}
#enderecos address{
	font-style:normal;
}
#enderecos h2{
	color:#000;
	margin-bottom:10px;
}
#enderecos h3{
	text-transform:uppercase;
	margin-bottom:20px;
	color:#000;
}
#enderecos a:hover{
	text-decoration:underline;
}
#enderecos #poa, #enderecos #sp, #enderecos #outras{
	width:250px;
	float:left;
	margin:0 0 10px 20px;
}
#enderecos #sp{
	margin-left:80px;
}
#enderecos #outras{
	width:500px;
	clear:both;
	margin-bottom:0;
}
/*
 * RODAPE
 */
#rodape{
	background: transparent url(../img/logo_rodape.jpg) no-repeat left 35px;
	width:682px;
	padding-left:88px;
	height:65px;
	clear:both;
}
#rodape address{
	color:#000;
	font-style:normal;
	font-weight:bold;
	background:transparent url(../img/fundo_h2.jpg) no-repeat left 42px;
	width:500px;
	float:left;
	padding:40px 0 0 15px;
}
#rodape a{
	background:transparent url(../img/logo_info.jpg) no-repeat left top;
	width:51px;
	height:18px;
	text-indent:-20000px;
	float:right;
	margin-top:40px;
}

/*CLASSES*/
.teste{
	clear:both;
}
.right{
	float:right;
}
.left{
	float:left;
}
.borda{
	margin-bottom:20px;
	padding-bottom:20px;
}
.norte, .sul, .leste{
	width:100px;
	height:22px;
	float:left;
}
.norte{
	background:transparent url(../img/bt_norte.jpg) no-repeat left top;
	margin-left:50px;
}
.sul{
	background:transparent url(../img/bt_sul.jpg) no-repeat left top;
}
.leste{
	background:transparent url(../img/bt_leste.jpg) no-repeat left top;
}
