@charset "utf-8";
/* RODAPÉ */

#Rodape {
	width:100%; 
	display:table;
	height:auto; 
	margin-top:20px;
	background:#344356;
	text-align:center;
	}
	
.Rodape {
	margin:0 auto;
	width:920px;
	}	

#Rodape p {
	color:#e8e7e7;
	text-align:center;
	font-size:11px;
	}

#Rodape h2 {
	color:#e8e7e7;
	margin:5px 0;
	}

#Rodape ul {
	float:left; 
	padding-left:25px;
	width:157px;
	margin:0 0px;
	min-height:170px;
	}

#Rodape li, #Rodape h2 {
	text-align:left;
	}

#Rodape li a {
	color:#e8e7e7;
	font-size:11px;
	}

#Rodape li a:hover {
	color:#FC0;
	text-decoration:underline;
	}	
	
.Rodape_Ouvidoria {
	width:100%;
	height:50px;
	display:block;
	background:url(../Imagens/Backgrounds/Bg_Rodape_Ouvidoria.png) repeat-x;}
	
.Rodape_BtnOuvidoria a {
	float:left;
	height:29px; 
	width:257px;
	display:block; 
	cursor:pointer; 
	margin-top:2px;
	background:url(../Imagens/Rodape/Btn_Ouvidoria.png) no-repeat;
	}

.Rodape_BtnOuvidoria a:hover {
	float:left; 
	background:url(../Imagens/Rodape/Btn_OuvidoriaHover.png) no-repeat;
	}

.Rodape_BtnTwitter a, .Rodape_BtnTwitter a:hover {
	margin:9px;
	width:16px;
	height:16px; 
	float:right;	
	}
	
.Rodape_BtnTwitter a{
	background:url(../Imagens/Rodape/Btn_Twitter.png) no-repeat;
	}
	
.Rodape_BtnTwitter a:hover{
	background:url(../Imagens/Rodape/Btn_TwitterHover.png) no-repeat;
	}	