/* picture bottom */

#pictureContainer {
	width:772px;
	height:148px;
	background:#ADAEB2 url(../images/design/imgBottom_Team.jpg) no-repeat; /* bg bottom */
	float:left;
	clear:both;
}

#teamSectionLinks { 
	width:100%;
	text-align:left;
	font-size:12px;
	margin-top:20px;
	margin-bottom:80px;
	float:left;
}
#teamSectionLinks a {
	line-height:20px;
	padding:0px 0px 0px 2px;
	text-decoration:none;
	font-weight:normal;
}
a.teamSection { color:#838382; }
a.teamSection:link { color:#838382; }
a.teamSection:visited { color:#838382; }
a.teamSection:active { color:#F68200; }
a.teamSection:hover { color:#F68200; }

/* LAYERS TEXTS */
#idDevelopers {
	display:block;
	clear:both;
}

#idArchitect,
#idSuperintendant,
#idMarketing,
#idElectro,
#idLegal,
#idAccountant {
	display:none; /* cambiar entre block y none */
	clear:both;
}
#menuUnder { font-size:11px; }
.picturesLeft { margin-bottom:3px; }

/* LAYERS PICTURES LEFT */
#idDevelopersPic {
	padding:0px 0px 25px 0px;
	display:block;
	clear:both;
}
#idElectroPic { display:none }

#idArchitectPic,
#idSuperintendantPic,
#idMarketingPic,
#idLegalPic,
#idAccountantPic {
	padding:0px 0px 25px 0px;
	display:none; /* cambiar entre block y none */
	clear:both;
}