/* CSS Document */

#submenu ul{
	padding-left:40px;
}

#submenu li{
	margin:0px 8px;
}

#conteudo h1{
	margin-bottom:30px;
}

#conteudo h2{
	clear:both;
	font-size:12px;
	margin-top:15px;
}

#conteudo ul.equipe{
	height:100%;
	padding-bottom:15px;
	border-bottom:1px dotted;
}

li.integrante_esq,
li.integrante_dir{
	display:block;
	width:275px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}

li.integrante_esq{
	margin-right:50px;
}

.nome{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#006699;
}

.cargo{
	text-transform:uppercase;
}

.descricao{
	display:block;
	width:auto;
	height:auto;
	margin-top:10px;
}

ul:after,
li:after,
span.descricao:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;
}
