div#preloader{
	display: none;
}

/*************************************************************************/
/** CENTROS **************************************************************/
/*************************************************************************/
div#centros{
	position: relative;
	float: left;
	clear: both;
	width: 880px;
	height: 285px;
	padding: 0 24px 40px 24px;
}

#centros img.titulo,
#centros div{
	position: relative;
	float: left;
	clear: both;
}

#centros img.titulo{
	padding-bottom: 10px;
}

/*************************************************************************/
/** SLIDESHOW ************************************************************/
/*************************************************************************/
#centros div#container_slideshow{
	width: 880px;
	height: 247px;
}

#container_slideshow ul#nav{
	position: absolute;
	width: 256px;
	height: 247px;
	top: 0;
	left: 0;
	z-index: 100;
}

#container_slideshow ul#nav,
#container_slideshow ul#nav li{
	padding: 0;
	margin: 0;
	list-style: none;
	background-image: none;
}

#container_slideshow ul#nav li{
	float: left;
	clear: both;
	width: 256px;
	height: 47px;
	margin-bottom: 3px;
	background-image: url(../imagens/botao_centres_index.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#container_slideshow #nav li.last{
	margin-bottom: 0px;
}

#container_slideshow #nav li.activeSlide{
	background-image: url(../imagens/botao_centres_index_ACTIVE.png);
}

#container_slideshow ul#nav li a{
	display: block;
	width: 256px;
	height: 47px;
}

#container_slideshow div#slideshow{
	position: absolute;
	width: 660px;
	height: 247px;
	top: 0;
	right: 0;
	overflow: hidden;
}

#container_slideshow #slideshow img{
	position: relative;
	float: left;
	clear: both;
	width: 660px;
	height: 247px;
}

/*************************************************************************/
/** COLUNAS **************************************************************/
/*************************************************************************/
div.coluna{
	position: relative;
	float: left;
	clear: none;
	width: 440px;
	padding: 0 0 15px 0;
}

.coluna img.titulo{
	float: left;
	clear: both;
	padding: 0 0 25px 0;
}

div.esquerda{
	padding-left: 24px;
}

.esquerda p.prim_paragrafo{
	font-weight: bold;
}

div.direita{
	width: 430px;
	padding-left: 10px;
}

.direita .item_noticia div.data{
	float: left;
	width: 45px;
	margin: 0 10px 0 0;
	font-weight: normal;
	text-align: center;
	color: #FFF;
}

.direita .item_noticia .data span{
	float: left;
	width: 45px;
	margin: 0 0 1px 0;
	background-color: #6EB7EA;
}

.direita .item_noticia .data span.data_dia{
	height: 35px;
	line-height: 35px;
	font-size: 25px;
}

.direita .item_noticia .data span.data_mes,
.direita .item_noticia .data span.data_ano{
	height: 14px;
	line-height: 14px;
	font-size: 11px;
	text-transform: uppercase;
}

.direita .item_noticia div.corpo{
	float: left;
	width: 375px;
}

.direita .item_noticia span.titulo{
	float: left;
	width: 375px;
	font-weight: bold;
	color: #FFF;
}

.direita .item_noticia p{
	float: left;
	width: 375px;
}


