@charset "utf-8";

#rodape {
	width: 960px;
	height: 235px;
	background: #5d7e7e;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	height: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #f0f1f3;
}
#rodape p {
	font-size: 12px;
}
#rodape ul {
	list-style:none;
}
#rodape a {
	text-decoration: none;
	color: #FFFFFF;
}
#rodape a:hover {
	text-decoration: underline;
}
#logofooter {
	height: 95px;
	width: 170px;
	text-align: center;
	float: left;
	background-color: #5d7e7e;
	padding:40px 0px 0px 0px;
}
#barra {
	background-color: #f0f1f3;
	height: 135px;
	width: 2px;
	float: left;
}
#menufooter{
	height: 115px;
	width: 220px;
	text-align: left;
	float: left;
	background: #5d7e7e;
	float: left;
	padding-right: 20px;
	padding-left: 8px;
	padding-top: 15px;
}
#textfooter{
	height: 115px;
	width: 300px;
	text-align: justify;
	float: left;
	background: #5d7e7e;
	float: left;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 18px;
}

