/* Rodapé */

#mapa_site {
	position: relative;
	float: left;
	padding: 4% 0;
	background-color: #460E43;
	width: 100%;
}

#mapa_site a {
	color: inherit;
	text-decoration: inherit;
	-moz-opacity: 1.0;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#mapa_site ul {
	float: left;
	text-align: left;
	text-transform: uppercase;
	display: table;
	padding-left: 4%;
	list-style-type: disc;
	list-style-position: inside;
}

#mapa_site ul li {
	font-size: small;
	font-weight: bold;
	padding: 10px 30px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	color: #e5afe3;
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
}

#mapa_site ul li:hover {
	color: 	#e5afe3;
	cursor: default;
}

#mapa_site ul li ul {
	position: relative;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0;
}

#mapa_site ul li ul li ul {
	position: absolute;
	left: 99%;
	top: 0;	
}

#mapa_site ul li ul li {
	display: list-item;
	padding: 3px;
	color: #FBF4D6;
	border: 0;
}

#mapa_site ul li ul li:hover {
	color: #e5afe3;
	cursor: pointer;
}

/* Patrocinadores */

#barra_patrocinios {
	background-color: #fefadf;
	padding: 4% 0;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	float: left
}
	
#barra_patrocinios img {
	width: 72%;
	display: block;
	margin: auto;
}

#mapa_site_link_petrobras, #mapa_site_link_riofilme {
	position: absolute;
	top: 20%;
	height: 18%;
}

#mapa_site_link_petrobras {
	left: 18%;
	width: 13.2%;
}

#mapa_site_link_riofilme {
	width: 10%;
	left: 31.2%;
}




