div#partners{
	position: relative;
	float: left;
	clear: both;
	width: 431px;
	left: -12px;
	background-position: top center;
}

#partners div.topo,
#partners div.fundo,
#network div.topo,
#network div.fundo{
	width: 431px;
	height: 25px;
	background-repeat: no-repeat;
}

#partners div.topo,
#network div.topo{
	background-image: url(../images/bg_coluna_topo.png);
}
#partners div.corpo,
#network div.corpo{
	width: 431px;
	min-height: 100px;
	background-image: url(../images/bg_coluna_corpo.png);
	background-repeat: repeat-y;
}

#partners div.fundo,
#network div.fundo{
	background-image: url(../images/bg_coluna_fundo.png);
}

.coluna .corpo h4{
	width: 386px;
	margin: 0 22px;
	padding: 5px 0 15px 0;
	color: #CCC;
}

.coluna div.item{
	position: relative;
	float: left;
	width: 376px;
	min-height: 30px;
	margin: 0 22px;
	padding: 5px;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	color: #5E5E5E;
	background-image: url(../images/bg_equipa_item.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.coluna div.first{
	border-top: 1px solid #EFEFEF;
}

.coluna div.item div{
	float: left;
	clear: none;
}

.coluna div.item div,
.coluna div.item h3,
.coluna div.item span,
.coluna div.item p{
	width: 376px;
}

.coluna div.item h3{
	margin: 0;
	line-height: 30px;
	font-size: 12px;
}

.coluna div.item span.url{
	display: none;
	position: relative;
	margin: 0;
	font-size: 10px;
	z-index: 10;
}

.coluna div.item span.url a{
	z-index: 10;
}

.coluna div.item img{
	display: none;
}

.coluna div.item p{
	display: none;
	float: left;
	clear: both;
	width: 376px;
	margin: 10px 0 5px 0;
	font-size: 10px;
}

.coluna div.item a.botao{
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 10px;
	right: 6px;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.coluna div.item a.expand{
	background-image: url(../images/botao_expand.png);
}

.coluna div.item a.colapse{
	background-image: url(../images/botao_colapse.png);
}



