#topo-page.associados {
	background: url('/public/img/layout/default/topos/associados.png') no-repeat center center ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
}



#corpo .asso {
	position: relative;
	text-align: left;
	padding: 100px 0;
	font-size: 12px;
	color: #000;
	line-height: 160%;
}
	#corpo .asso h1 {
		text-align: center;
		font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
		padding: 0 0 5px 0;
	}
	#corpo .asso h2 {
		color: #5c5c5c;
		text-align: center;
	}


	#corpo .asso ul {
		position: relative;
		width: 100%;
		padding: 20px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
		#corpo .asso ul li {
			display: block;
			width: auto;
			text-align: center;
			margin: 40px 40px;
		}
			#corpo .asso ul li a img {
				display: block;
				width: 150px;
				height: 150px;
			}


.piframe {
	padding:0px;
	display: none;
}
	.piframe img {
		display: block;
		width: 220px;
		height: 220px;
		float: left;
		padding: 0 20px 0 0;
	}
	.piframe h3 {
		font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
		font-size: 20px;
		color: #0979bf;
		padding: 20px 0 5px 0;
		text-transform: uppercase;
	}
	.piframe h4 {
		color: #5c5c5c;
		padding: 0 0 20px 0;
		line-height: 160%;
		font-size: 12px;
	}
	.piframe h5 {
		color: #5c5c5c;
		padding: 0 0 20px 0;
		line-height: 160%;
		font-size: 12px;
	}

	.piframe a {
		color: #0979bf;
		padding: 5px 0 2px 0;
		font-size: 14px;
		font-family: 'SepexCeFont02', Arial, Tahoma, sans-serif;
	}

	.piframe a.black {
		color: #000;
	}

	.piframe a.insta {
		font-size: 12px;
		font-family: 'SepexCeFont01', Arial, Tahoma, sans-serif;
		color: #000;
		display: inline-block;
		background: url('/public/img/layout/default/icones/ainsta.png') no-repeat left 8px;
		background-size:12px;
		padding: 5px 0 2px 20px;
		min-width: 150px;
	}

	.piframe a.face {
		font-size: 12px;
		font-family: 'SepexCeFont01', Arial, Tahoma, sans-serif;
		color: #000;
		display: inline-block;
		background: url('/public/img/layout/default/icones/aface.png') no-repeat left 8px;
		background-size:12px;
		padding: 5px 0 5px 20px;
		min-width: 150px;
	}












