/*********************************** Rodapé *****************************************/


.footer{
	width: 100%;

 	background: -webkit-linear-gradient(#333333, black); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#333333, black); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#333333, black); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#333333, black); /* Standard syntax */
	border-bottom: 1px solid #fff;
       font-size:13px;
    float:left;
}

.footer ul{
	list-style: none;
	margin-top: 0;
}

.col1{
	position: relative;
	width: 30%;
	float: left;
	color: #fff;
	padding: 10px;
 
}
.col2{
	position: relative;
	width: 30%;
	float: left;
	color: #fff;
	padding: 10px;
}
.col3{
	position: relative;
	width: 30%;
	float: left;
	color: #fff;
	padding: 10px;
}

.col2 a{
	text-decoration: none;
	color: #fff;
}
	
.col1 h4,
.col2 h4,
.col3 h4{
	margin: 0;
		font-weight: 700;
		background: url(../img/small_bullet.png) no-repeat;
	padding-left: 35px;
}


/*******************************************Final do rodapé ***********************/
.rodape{
	border-top: 1px solid #989898;
	width: 100%;
	position: relative;
  float:left;
	text-align: center;
}
	.rodape a{
		text-decoration: none;
	}
.rodape p{
	font-size: 12px;
	color: #989898;
}


.powered{
	position: relative;
	float: right;
	color: #fff;
}
	.powered a{
		color: #fff;
	}


.copyright{
	position: relative;
	float: left;
	color: #fff;
}


















