.aui .cn-mesa {
	background-color: #c6d4e1;
    font-weight: normal;
	color: #333333;
	h2 {
	    text-transform: uppercase;
	    text-shadow: none;
	    text-align: left;
	    font-size: 2.3em;
	    font-weight: normal;
	    line-height: 0.5em;
	    padding: 25px 0px 0px 20px;
	    margin-bottom: 30px;
	}
	
	.cn-mesa-quadro {
	    line-height: normal;
	    
		.cn-cargo {
			padding-top: 10px;
			font-size: 1.1em;
		}
		
		.cn-cargo.cn-mesa-presidente {
	    	font-weight: bold;
		}
		
		.cn-parlamentar {
		    font-size: 1.1em;
		    line-height: 22px;
		    padding-top: 5px;
		}
			
		a, a:hover, a:visited, a:focus {
			color: #333;
		}
		
		img {
			/* desabilitado width para não distorcer proporção das fotos... */
			/*  width: 114px; */
		    height: 143px;
		    border: solid 1px #333333;
		}
	}

	ul.cn-mesa-parlamentares {
		list-style: none;
		margin: 0 !important;
		text-align: center;
		li {
			display: inline-block;
			margin-right: 15px;
			margin-bottom: 10px;
			width: 141px;
			vertical-align: top;
		}
	}
}