
.conteudo header
{
	height:57px;
	line-height:58px;
	text-align:center;
	margin-bottom:40px;
	background-repeat:repeat-x;
	border-top:1px solid #b1c6ac;
	border-bottom:1px solid #b1c6ac;
	background-image:url(../../../imgs/associadas/sociedades-afiliadas/bg-header.jpg);
}

.conteudo header a
{
	color:#fff;
	height:35px;
	font-size:20px;
	padding:6px 10px;
	border-radius:2px;
	background-color:#1b676b;
	text-transform:uppercase;
	behavior:url(library/plugins/css3pie/PIE.php);
	font-family:"condBold", Arial, Helvetica, sans-serif;
}

.conteudo header a:hover
{
	color:#fff;
	background-color:#0abfbc;
}

/* = section
------------------------------------------------------------------------------------------------------- */

.conteudo section
{
	margin-bottom:30px;
	padding-bottom:40px;
	border-bottom:1px solid #e7eee6;
}

.conteudo section ul
{
	float:left;
	width:465px;
}

.conteudo section>ul:first-child
{
	margin-right:40px;
}

.conteudo section li
{
	margin:10px 0;
	font-size:14px;
	letter-spacing:-0.2px;
}

.noBorder
{
	border:none !important;
}