* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	list-style-type: none;
	text-decoration: none;	
	color: #666;
}

header, hgroup, nav, section, footer, article, aside, figure {
	display: block;	
}

/* --- BACKGROUNDS GERAIS --- */
body {
	background: url(../img/padrao/bg_body.jpg) repeat;	
}

/* --- TOPO --- */
header {
	width: 940px;
	margin: 0 auto;
	padding-top: 100px;
	position: relative;
}

header hgroup h1 {
	text-indent: -9000px;
	width: 185px;
	height: 70px;
	padding: 30px 0 0 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/padrao/bg_logo.png) no-repeat;	
}

header hgroup h1 a {
	display: block;
	width: 150px;
	height: 40px;
	background: url(../img/padrao/logo.png) no-repeat;
}

header hgroup h2 {
	display: none;
}

header #menu {
	position: absolute;
	top: 0;
	right: 0;
}
  
header #menu li {  
	float:left;   
	width:100px;                              
	height:80px;  
	position:relative;
}  

header #menu li a {  
	font-family: "Lucida Sans", Arial, sans-serif;
	color: #FFF;
	font-weight: bold;
	display: block;
	font-size: 90%;
	z-index:20;                 
	position:relative;
	text-align: center;
	padding-top: 45px;
	height: 35px;
}  

header #menu li .hover {  
	background: url(../img/padrao/menu_hover.gif) no-repeat center center;
	position:absolute;    
	width:100px;      
	height:80px;  
	left:0;   
	top:0;    
	z-index:0;        
	display:none;
}     

/* --- CONTEÚDO --- */
#conteudo {
	width: 940px;
	margin: 0 auto;
	padding: 25px 0;
	position: relative;
}

#conteudo article {
	width: 700px;
	float: left;
}

#conteudo article p {	
	margin-bottom: 1em;
}

#conteudo article a {
	color: #c33;
	text-decoration: underline;	
}

#conteudo article a:hover {
	text-decoration: none;	
}

#conteudo article .grid {
	margin: 0 -10px;
	min-height: 0%;
}

/* --- LATERAL --- */
#conteudo aside {
	width: 200px;
	float: right;
}

#conteudo aside img {
	border: 0px solid #fff;	
}

#conteudo aside figure {
	background: url(../img/padrao/bg_separador.png) no-repeat bottom center;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#conteudo aside figure.desbordar {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* --- RODAPÉ --- */
#bg_rodape {
	background: url(../img/padrao/bg_rodape.jpg) repeat-x top center;
}

footer {
	width: 940px;
	height: 154px;
	margin: auto;
	padding-top: 22px;
}

footer * {
	font-family: Verdana, Arial, sans-serif;
	color: #666f7c;
}

footer span {	
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	color: #4c6b99;
	display: block;
	padding-bottom: 15px;
}

footer #localizacao {
	float: left;
	width: 190px;
	padding-right: 50px;	
}

#localizacao address {
	font-style: normal;
	padding-left: 20px;
	font-size: 75%;
}

#localizacao address strong {
	color: #4c6b99;
	font-size: 100%;
	display: block;
	padding-top: 15px;
}

footer #mapadosite {
	float: left;
	width: 415px;	
	padding-right: 60px;
}

footer #mapadosite #menu_mapa {
	padding-left: 20px;
}

#menu_mapa em {
	color: #4c6b99;
	font-style: normal;	
	font-size: 100%;
}

#menu_mapa a {
	font-size: 75%;
}

#menu_mapa em:hover, #menu_mapa a:hover {
	color: #036;
}

footer #redes {
	float: left;
	width: 200px;	
	padding-left: 20px;
	height: 102px;
	background: url(../img/padrao/bg_redes.jpg) no-repeat left 74px;
}

#redes ul {
	padding: 10px 60px 0 40px;
}

#redes ul li {
	float: left;
	margin: 0 5px;
}

#redes ul li a {
	display: block;
	text-indent: -9000px;
	width: 40px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#redes a:hover {
	background-position: left top;
}

#redes .twitter {
	background-image: url(../img/padrao/redes_twitter.png);
}

#redes .blog {
	background-image: url(../img/padrao/redes_blog.png);
}

/* --- CLASSES --- */
.btn {
	background-repeat: no-repeat;
	background-color: #829bbf;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: none;
	font-size: 80%;
	text-decoration: none;
}

.btn:hover {
	background-color: #4c6b99;
}

.floatLeft {
	float: left;
	margin: 0 20px 5px 0;
}

.floatRight {
	float: right;
	margin: 0 0 5px 20px;
}

.alignCenter {
	margin: auto;
	text-align: center;	
	display: block;
}

.img {
	border: 1px solid #d9dfe8;
}

.clear {
	clear: both;
}

.sumir {
	display: none;
}