@charset "iso-8859-1";
/* CSS Document */

#featured { 
	width: 455px !important;
	height: 154px !important;
	margin: 0;
}
div.orbit-wrapper {
    width: 455px !important;
    height: 154px !important;
    top: 25px;    
	margin: 0 auto;
}
.orbit-bullets {
	position: relative;
	float: right;
	left: -190px;
	top: -10px;
	*top: 7px;
}
.orbit-bullets li {
	background: url(../img/banner_noticias/bolinha_cinza.png) no-repeat;
}
.orbit-bullets li.active {
	background: url(../img/banner_noticias/bolinha_vermelha.png) no-repeat;
}
div.timer {
	display: none;
}

/* Area de Destaques - Banners e Noticias */
#destaques{
	height: 266px;
	width: 960px;
	margin: 0 auto;
	bottom:0px;
}
.destaqueBannerNoticias {
	float: left;
    position: relative;
	padding-top: 25px;
	width: 455px;
}
/* Versao mais larga, de tela inteira */
#destaques.bannerNoticiasLargo {
	height: 326px;
}
.destaqueBannerNoticiasLargo {
	width: 962px;
	margin-bottom: 60px;
}
.destaqueBannerNoticiasLargo #featured { 
	width: 962px !important;
	height: 193px !important;
	margin: 0;
}
.destaqueBannerNoticiasLargo div.orbit-wrapper {
    width: 962px !important;
    height: 193px !important;
    top: 25px;    
	margin: 0 auto;
}
.destaqueBannerNoticiasLargo .orbit-bullets {
	left: -10px;
	top: -10px;
	*top: 7px;
}

/* Classe criada para não exibir a área de banner na aba Consorcio (01/04/2014) */
.destaquesBannerConsorcio {
	visibility: hidden;
}

/* Banner Noticias */
.bannerNoticias {
	width: 320px;
	height: 170px;
	position: relative;
	float: left;
	margin: 0 0 0 110px;
    padding-top: 48px;
}
.bannerNoticiasTitulo{
    font-family: Arial;
    font-size:20px;
    color:#CC092F;
    position: relative;
}
.bannerNoticiasTituloNegrito{
    font-weight:bold;
}
.bannerNoticiasCorpo{
    position: relative;
    top:25px;
}
.aspasNoticias {
	position: absolute;	
	right: 3px;
	z-index: 1;
}
.molduraNoticias {
	position: absolute;	
    top: 108px;
    
/*
	top: 203px;
	top: 200px\9;
*/
}
.bannerNoticias p {
	color: #4D4E53;
	font-family: 'Arial';
	font-size: 20px;
	margin: 50px 0 20px 0;
}
.bannerNoticias li {
	color: #726F6F;
	font-family: 'Arial';
	font-size: 15px;
	width: 310px !important;
}
/* Banner Notícias da home Area Geral*/
.bannerNoticias.homeAreaGeral {
	margin:0;
	padding-top:0;
}
.bannerNoticias.homeAreaGeral .bannerNoticiasTitulo {
	color: #4D4E53;
	margin: 20px 0;
	
	*margin-top: 0;
}
.bannerNoticias.homeAreaGeral .bannerNoticiasCorpo {
	top: 0px;
	left: 3px;
}
.bannerNoticias.homeAreaGeral .molduraNoticias {
	left: -6px;
}


#noticiasDestaque {
	margin: 0;
	padding: 20px 10px 0 10px;
	position: relative;
}
#noticiasDestaque .leiaMais {
	float: right;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #726F6F;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 60px;
	left: 230px;
}

/* Estilo da área de notícias da aba Consórcio (01/04/2014) */
#noticiasDestaqueConsorcio {
	margin: 0;
	padding: 20px 10px 0 10px;
	position: relative;
}
#noticiasDestaqueConsorcio .leiaMais {
	float: right;
	padding: 0 10px 0 0;
	text-decoration: none;
	color: #726F6F;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: 60px;
	left: 230px;
}