#conteudo div{
	float: left;
	clear: none;
}

/*****************************************/
/** GERAL ********************************/
/*****************************************/
#conteudo div#texto{
	width: 529px;
	margin: 0;
	padding: 0;
}

#texto h1{
	width: 509px;
}

#texto p{
	float: left;
	clear: both;
	width: 509px;
}

#texto ul,
#texto ul li{
	clear: both;
	width: 489px;
}

/*****************************************/
/** INICIATIVA ***************************/
/*****************************************/
#accoes li{
	font-weight: bold;
}

#accoes p{
	font-weight: normal;
}

/*****************************************/
/** ACTIVIDADES **************************/
/*****************************************/
.actividades li{
	font-weight: bold;
}

.actividades li.normal{
	font-weight: normal;
}

.actividades p{
	font-weight: normal;
}

.actividades ul{
	margin: 10px 0 0 0;
}

.actividades ul li{
	font-weight: normal;
	background-position: 0px 6px;
}

/*****************************************/
/** FICHEIROS ****************************/
/*****************************************/
div.apresentacaofx{
	float: left;
	clear: both;
	width: 529px;
	height: 26px;
	line-height: 26px;
}

div.apresentacaofx{
	border-top: 1px solid #E6E8EA;
}

.apresentacaofx span.apresentacaofx_descr{
	float: left;
}

.apresentacaofx span.apresentacaofx_icon{
	float: right;
	padding: 5px 4px 0 0;
}

.apresentacaofx a:link,
.apresentacaofx a:active,
.apresentacaofx a:visited{
	color: #000;
}

.apresentacaofx a:hover{
    color: #F5535B;
}


