#filtro{
	float:left;
	width: 994px;
	height: 55px;
	border: 1px solid #D6D6D6;
	background: #fff;
	margin-top: 19px;
}
#area_filtro{
	float:right;
	padding: 0px;
	margin-top: 0px;
	width: 74%; 
	text-align: center;
}
	#area_filtro a{
		list-style: none;
		text-align: center;
		padding:20px 15px 18px;
		position: relative;
		font-size: 14px;
		color:#999999;
		line-height: 55px;
	}
	#area_filtro a:before{
		content: url(../imagens/seta_filtro_look.png);
		position:absolute;
		bottom: -9px;
		left:0px;
		right:0px;
		margin:auto;
		opacity: 0;
	}
	#area_filtro a:hover:before{
		opacity:1;
	}
	#area_filtro a:hover{
		background:#EC297B;
		color:#fff;
	}

	.area_selected{
		background:#EC297B;
	}
	.area_selected:before{
		opacity:1 !important;
	}
	.area_selected{
		color:#fff !important;
	}
#f_ver_todos{
	float:right;
	font-family: "janeaustennosecret",sans-serif;
	color:#EB2679;
	font-size: 24px;
	line-height: 55px;
	margin-left: 120px;
	margin-right: 20px;
}