/*
CSS da capa do site
*/

#destaque {
	position:relative;
	margin-bottom:12px;
	height:281px;
	width:498px;
	margin-top:25px;
}
#destaque .titulo-destaque {
	background: transparent url('../../imgs/bgs/bg_destaque.jpg') no-repeat scroll center top;
	height:54px;
	width:498px;
	bottom:0;
	right:0;
	position:absolute;
	z-index:9;
}

#destaque .titulo-destaque a { 
	display:none;
	color:#fff;
	font-size:13px;
	padding:11px 0 0 15px;
	width:420px;
}

#destaque .imagem-destaque {
	height:262px;
	width:504px;

}
#nav{
	position:absolute;
	bottom:5px;
	z-index:15;
	right:10px;
}
#nav .prev,#nav .next {
	cursor:pointer;
	float:left;
}
#nav .prev{
	position:absolute;
	right:23px;
}
.selecionada {
	display:block !important;
}
.banner{
	margin-bottom:9px;
}