/* ASSOCCIADOS */
h2.tit_associados_femama {
	background: url('/img/tit/associados_femama.png') 5px 0 no-repeat;
	height: 26px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 5px;
}
p.txt {
	margin-left: 5px;
}

div.mes_estado {
	display: table;
	margin-top: 15px;
}
div.mes_estado div.mes {
	float: left;
	width: 230px;
}
div.mes_estado div.estado {
	float: left;
	width: 260px;
}
div.mes_estado div.estado select {
	border: 1px solid #a52e52;
	background-color: #fadbda;
	font: normal 11px Arial;
	color: #a3566d;
	width: 160px;
}

/* LISTA ASSOCIADOS */
ul.associados {
}

ul.associados li {
	background-color: #c34a72;
	padding: 15px 0 15px 18px;
	margin-top: 6px;
}
ul.associados li p {
	font-size: 11px;
	line-height: 18px;
	color: #fadbda;
}
ul.associados li a {
	text-decoration: underline;
	color: #fadbda;
}


/* paginação */
div.paginacao {
	width: 321px !important;
	padding: 10px 0 0 170px
}