*{
	padding:0px;
	margin:0px;
	}
body{
	background:url(../imagens/bg_background.png) repeat-x center top;
	}	
#menu{
	}
#menu ul{
	list-style:none;
	}
#menu ul li{
	display:inline;
	float:left;
	}
#menu ul li a{
	text-decoration:none;
	cursor:pointer;
	float:left;
	color:#fff;
	}
#menu ul li a:hover{
	color:#57A695;
	}	
.menuMarcado a{
	color:#57A695 !important; 
	}	
/*Carrousel 1 */
.image_carousel{
	width:422px;
	padding:-50px 0 5px 0px;
	position: relative;
	margin:0px 0px;
	float:left;
}
.image_carousel img {
	background-color: transparent;
	display: block;
	float: left;
	padding-left:0px;
}
a.prev, a.next {
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 85px;
	
}
a.prev {			left: -22px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px;  }
a.prev.disabled {	background-position: 0 -100px !important;   }
a.next {			right: -22px;
					background-position: -50px 0;  }
a.next:hover {		background-position: -50px -50px;  }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
	
}
.pagination {
	text-align:center;
	padding-left:400px;
	padding-top:30px;
	padding-bottom:20px;
	float:left;
}
.pagination a {
	float:left;
	background:url(../imagens/bg_bol_out.png) no-repeat transparent;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a:hover{
	background:url(../imagens/bg_bol.png) no-repeat transparent;
	}
.pagination a.selected {
	background-position: -25px -100px;
	background:url(../imagens/bg_bol.png) no-repeat transparent;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
	float:left;
}		
#saiba_e{
	}
#saiba_e ul{
	list-style:none;
	}
#saiba_e ul li{
	display:inline;
	}	
#saiba_e ul li a{
	text-decoration:none;
	color:#448572;
	cursor:pointer;
	}
#saiba_e ul li a:hover{
	color:#DE6715;
	}	









