@charset "utf-8";
/* CSS Document */

/*-- Menu principal--*/
.menu_item a{
	display:inline;
	width:300px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	float:left;
	text-transform:uppercase;
	color:#9fa5aa;
	padding-left:20px;
	height:56px;
	background:url("../img/participe/bg-title.gif") no-repeat;
}


.threadtitle_h2 {
	width:370px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	float:left;
	text-transform:uppercase;
	color:#9fa5aa;
	padding-left:20px;
	min-height:56px;
	background:url("../img/participe/bg-title.gif") no-repeat;
	margin:0;
}



/*-- Tabela de Contribuições --*/

.tabela_consulta {

}
.tabela_consulta th{
	background:url("../img/participe/dark_pixel.png") repeat scroll 0 0 #F0EDF5;
	border-right: 1px solid #FFFFFF;
	text-align:center;
    font-size: 12px;
    height: 18px;
    line-height: 160%;
    padding: 0 2px 0 6px;
	color:#ffffff;
	font-weight:bold;
}
.tabela_consulta tr{
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background-color:#F9F7FB;
}
.tabela_consulta td{
	border-right: 1px solid #FFFFFF;
}
.tabela_consulta tr.active {
	background-color:#F1EEF6;
}

.date{
	vertical-align: top;
	background: url("../img/participe/date_baloon.png") 0 3px no-repeat;
	background-repeat: no-repeat scroll;
    height: 45px;
    line-height: 14px;
    padding-top:15px;
    text-align: center;
    width: 78px;
    color:#666;
}

.message {
    color: #333;
	vertical-align:top;
	padding-right:5px;
	line-height: 160%;
	padding-left: 8px;
}

.message strong {
	display:block;
	padding:10px 0;
}

.message a {
    color: #333;
	text-decoration:none;
	line-height: 160%;
}

.message a:hover {
	color: #000;
	text-decoration:none;
}

	.message a.read-more {
		display: inline-block;
		
		background-image: url("../img/expander_down.png");
		background-position: 0 0;
		background-repeat: no-repeat;
		background-color:transparent;
		
		height: 16px;
		width: 22px;
		padding:0;
		margin:0;
		overflow: hidden;

		vertical-align: middle;		
		text-indent:-999px;
	}
		.message .read-less a.read-more {
			background-image: url("../img/expander_up.png");
		}
	
	.message a.read-more:hover {
		background-position: -22px 0;
	}

.thread{
}

.thread a{
	width:140px;
	text-align:center;
    color: #333333;
	display:block;
	padding:0 8px;
	margin: 5px 0;
}


/*-- avaliações --*/

.avaliacoes {
	padding-top:6px;
}
.av_tema {
	margin-left:15px;
}
.av_positiva {
	background: url("../img/participe/positive_baloon.png") no-repeat scroll 0 0 transparent;
    float: right;
    font-size: 18px;
    height: 34px;
    padding-right: 13px;
    padding-top: 1px;
    text-align: center;
    width: 50px;
    color:#555555;
}
a .av_positiva {
	color:#666;
}
.av_negativa {
	background: url("../img/participe/negative_baloon.png") no-repeat scroll 0 0 transparent;
    font-size: 18px;
    height: 34px;
    padding-right: 13px;
    padding-top: 1px;
    text-align: center;
    width: 50px;
    float: right;
    color:#555555;
}
a .av_negativa {
	color:#666;
}
.votarLogado {
	height: 49px;
}
.votarDesfazer {
	height: 63px;
}


/*-- coluna da direita --*/
.whitecanvas {
	margin:2px;
	list-style:none;
	width:224px;
	display:inline-block;
	background-color:#fff;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	margin-bottom:10px;
	margin-top:-10px;
	padding:6px 10px;
}

.whitecanvas p{
	margin:0;
}

.threadtitle {
	width:180px;
	float:left;
}


.threadcount {
	width:20px;
	float:right;
	text-align:right;
}

.greycanvas {
	margin:2px;
	list-style:none;
	width:224px;
	display:inline-block;
	background-color:#d8dae9;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	margin-bottom:10px;
	margin-top:-10px;
	padding:6px 10px;
}

.greycanvas p{
	margin:0;
}


.infoexcerpt{
	font-size: 12px;
	display:block;
	line-height:15px;
	margin-bottom:-10px;
}

.readmore-consulta {
	float:right;
	color:#ab0000;
	font-weight:bold;
	margin-top:0px;
	font-size:12px;
	
}


/*-- Compartilhar --*/
.consulta_tools {
    padding:10px 0 10px;
	visibility:hidden;
}

.consulta_toolsLabel {
    height:20px;
    line-height:20px;
    border-left:1px solid #ccc;
    margin-left:10px;
    padding:0 5px 0 10px;
}

.consulta_toolsLabel:first-of-type {
    border:0;
    margin-left:0;
    padding:0;
}

.consulta_toolsBtn {
}

.consulta_toolsInput {
}

.consulta_toolsInput input {
	border: 1px solid #CCCCCC;
    color: #AAAAAA;
    font-family: 'Courier New',Courier,monospace;
    font-size: 11px;
    height: 16px;
    width: 175px;
}
a.ordenar {
	color:#ffffff;
}

a.excluirContribuicao {
    background: none repeat scroll 0 0 #94090D !important;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    padding: 1px 6px;
    text-decoration: none !important;
}
.descricaoTema h3 {
 	color: #555;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
	margin:0;
}
.botaoPaginas {
	margin-top: 19px;
}
.consultaPergunta {
	background-color:#ebf3e6;
	padding:10px;
	
}
/* PERSONALIZADO PARA A CONSULTA ERRADICAÇÃO DA POBREZA 8 */
.cp9 .menu_item {
	width:300px;
	overflow:hidden;
	margin-bottom:10px;
	height:85px;
}
	/*.cp9 .menu_item:nth-child(even) {*/
	.cp9 .menu_item {
		float:left;
		background:url("/participe/consulta_publica/aguas_de_minas_tres/img/tema.jpg") 0 0 no-repeat;
	}
	/*.cp9 .menu_item:nth-child(odd) {*/
	.cp9 .menu_item.par {
		float:right;
		background:url("/participe/consulta_publica/aguas_de_minas_tres/img/tema.jpg") 0 0 no-repeat;
	}
	.cp9 h2.menu_item {
		width:483px;
		text-align:left;
		padding-left:63px;
		background:url("/participe/consulta_publica/aguas_de_minas_tres/img/tema_h2.jpg") 0 0 no-repeat !important;
		
		color:#106a6e;
		font-size:18px;
		font-weight:bold
	}
	
.cp9 .menu_item a {
	background:none;
	width:204px;
	line-height: 21px;
	margin-top:13px;
	
	/*color:#fff;
	font-size:17px;
	text-shadow:1px 1px 2px #666;
	font-weight:bold;*/

	color:#106a6e;
	font-size:18px;
	font-weight:normal;
}
	/*.cp9 .menu_item:nth-child(even) a {*/
	.cp9 .menu_item a {
		 padding-left:63px;
		 margin-left:0;
	}
	/*.cp9 .menu_item:nth-child(odd) a {*/
	.cp9 .menu_item.par a {
		 padding-left:63px;
	}

/* PERSONALIZADO PARA A CONSULTA ERRADICAÇÃO DA POBREZA 8 */
.cp8 .menu_item {
	width:326px;
	height:56px;
	overflow:hidden;
	margin-bottom:10px;
}
	/*.cp8 .menu_item:nth-child(even) {*/
	.cp8 .menu_item {
		float:left;
		background:url("/participe/consulta_publica/ppag_2015/img/tema_l.jpg") 0 0 no-repeat;
	}
	/*.cp8 .menu_item:nth-child(odd) {*/
	.cp8 .menu_item.par {
		float:right;
		background:url("/participe/consulta_publica/ppag_2015/img/tema_r.jpg") 0 0 no-repeat;
	}
	.cp8 h2.menu_item {
		width:483px;
		text-align:left;
		padding-left:47px;
		background:url("/participe/consulta_publica/ppag_2015/img/tema_h2.jpg") 0 0 no-repeat !important;
		
		color:#000;
		font-size:15px;
		font-weight:bold
	}
	
.cp8 .menu_item a {
	background:none;
	width:240px;
	line-height: 17px;
	
	/*color:#fff;
	font-size:17px;
	text-shadow:1px 1px 2px #666;
	font-weight:bold;*/

	color:#000;
	font-size:15px;
	font-weight:normal;
}
	/*.cp8 .menu_item:nth-child(even) a {*/
	.cp8 .menu_item a {
		 padding-left:47px;
		 margin-left:0;
	}
	/*.cp8 .menu_item:nth-child(odd) a {*/
	.cp8 .menu_item.par a {
		 padding-left:47px;
		 margin-left:30px;
	}

/* PERSONALIZADO PARA A CONSULTA MOBILIDADE URBANA 6 */
.cp6 .menu_item a, .cp6 h2.menu_item{
	display:inline;
	width:270px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:18px;
	float:left;
	text-transform:uppercase;
	padding-left:50px;
	min-height:56px;
	man-height:70px;
	background:url("/participe/consulta_publica/mobilidade_urbana/img/faixa-menu-bg.png") no-repeat;
	margin-bottom:10px;
}

.cp6 .tema1 a, .cp6 h2.threadtitle_h2_tema.tema1, .cp6 .tabela_consulta tr.tema1, .cp6 .tabela_consulta tr.tema1 a, .cp6 .whitecanvas.tema1{
	background-color: #d2dfd3;
	color:#608263;
}
.cp6 .tema2 a, .cp6 h2.threadtitle_h2_tema.tema2, .cp6 .tabela_consulta tr.tema2, .cp6 .tabela_consulta tr.tema2 a, .cp6 .whitecanvas.tema2{
	background-color: #c7e0e5;
	color:#4f6a8b;
}
.cp6 .tema3 a, .cp6 h2.threadtitle_h2_tema.tema3, .cp6 .tabela_consulta tr.tema3, .cp6 .tabela_consulta tr.tema3 a, .cp6 .whitecanvas.tema3{
	background-color: #eaeac3;
	color:#868624;
}
.cp6 .tema4 a, .cp6 h2.threadtitle_h2_tema.tema4, .cp6 .tabela_consulta tr.tema4, .cp6 .tabela_consulta tr.tema4 a, .cp6 .whitecanvas.tema4{
	background-color: #e9dab8;
	color:#9b7e3c;
}
.cp6 .tema5 a, .cp6 h2.threadtitle_h2_tema.tema5, .cp6 .tabela_consulta tr.tema5, .cp6 .tabela_consulta tr.tema5 a, .cp6 .whitecanvas.tema5 {
	background-color: #e9ceb8;
	color:#93531f;
}
.cp6 .tema6 a, .cp6 h2.threadtitle_h2_tema.tema6, .cp6 .tabela_consulta tr.tema6, .cp6 .tabela_consulta tr.tema6 a, .cp6 .whitecanvas.tema6{
	background-color: #f0c8c8;
	color:#742a2a;
}
.cp6 .tema7 a, .cp6 h2.threadtitle_h2_tema.tema7, .cp6 .tabela_consulta tr.tema7, .cp6 .tabela_consulta tr.tema7 a, .cp6 .whitecanvas.tema7{
	background-color: #e5cfe8;
	color:#5d1d66;
}
.cp6 .tema8 a, .cp6 h2.threadtitle_h2_tema.tema8, .cp6 .tabela_consulta tr.tema8, .cp6 .tabela_consulta tr.tema8 a, .cp6 .whitecanvas.tema8{
	background-color: #cfe8e5;
	color:#156b61;
}
.cp6 .tema9 a, .cp6 h2.threadtitle_h2_tema.tema9, .cp6 .tabela_consulta tr.tema9, .cp6 .tabela_consulta tr.tema9 a, .cp6 .whitecanvas.tema9{
	background-color: #cfd1e8;
	color:#32387f;
}
.cp6 .tema10 a, .cp6 h2.threadtitle_h2_tema.tema10, .cp6 .tabela_consulta tr.tema10, .cp6 .tabela_consulta tr.tema10 a, .cp6 .whitecanvas.tema10{
	background-color: #cedae8;
	color:#52668e ;
}
.cp6 .par a{
	margin-right:24px;
}
.cp6 h2.threadtitle_h2_tema {
	width:500px;
}
.cp6 h2.threadtitle_h2_contribuicao {
	width:350px;
}

/* PERSONALIZADO PARA A CONSULTA ERRADICAÇÃO DA POBREZA 3 */
.cp3 .menu_item a, .cp3 h3.menu_item {	
	float:left;
	margin:3px;
	background:none;
}
.cp3 div.menu_item {
	float:left;
	width:326px;
	margin:3px;
}
.cp3 div.menu_item.tema1 {
	background:url("/participe/consulta_publica/erradicacao_pobreza/img/tm_1.gif") no-repeat #C5C3D8;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp3 div.menu_item.tema2 {
	background:url("/participe/consulta_publica/erradicacao_pobreza/img/tm_2.gif") no-repeat #C5C3D8;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp3 div.menu_item.tema3 {
	background:url("/participe/consulta_publica/erradicacao_pobreza/img/tm_3.gif") no-repeat #C5C3D8;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp3 div.menu_item.tema4 {
	background:url("/participe/consulta_publica/erradicacao_pobreza/img/tm_4.gif") no-repeat #C5C3D8;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp3 div.menu_item.tema5 {
	background:url("/participe/consulta_publica/erradicacao_pobreza/img/tm_5.gif") no-repeat #C5C3D8;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp3 div.menu_item.tema6 {
	background:url("/participe/consulta_publica/erradicacao_pobreza/img/tm_6.gif") no-repeat #C5C3D8;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp3 h2.threadtitle_h2_tema.tema1, .cp3 h2.threadtitle_h2_tema.tema2, .cp3 h2.threadtitle_h2_tema.tema3, .cp3 h2.threadtitle_h2_tema.tema4, .cp3 h2.threadtitle_h2_tema.tema5, .cp3 h2.threadtitle_h2_tema.tema6 {
	float:left;
	height:auto !important;
}
.cp3 h2.threadtitle_h2_contribuicao.threadtitle_h2_tema.tema1, .cp3 h2.threadtitle_h2_contribuicao.tema2, .cp3 h2.threadtitle_h2_contribuicao.tema3, .cp3 h2.threadtitle_h2_contribuicao.tema4, .cp3 h2.threadtitle_h2_contribuicao.tema5, .cp3 h2.threadtitle_h2_contribuicao.tema6 {
	float:left;
	height:auto !important;
}

/* PERSONALIZADO PARA A CONSULTA FORUM DEMOCRÁTICO 1 */
.cp1 .menu_item a, .cp1 h3.menu_item {	
	float:left;
	margin:3px;
	background:none;
	padding:0;
}
.cp1 div.menu_item {
	float:left;
	width:326px;
	margin:3px;
}
.cp1 div.menu_item.tema1 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_1.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema2 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_2.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema3 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_3.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema4 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_4.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema5 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_5.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema6 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_6.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema7 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_7.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema8 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_8.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema9 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_9.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 div.menu_item.tema10 {
	background:url("/participe/consulta_publica/forum_desenvolvimento/img/tm_10.gif") no-repeat;
	text-indent: -9999px;
	height:33px;
	padding:0;
}
.cp1 h2.threadtitle_h2_tema.tema1, .cp1 h2.threadtitle_h2_tema.tema2, .cp1 h2.threadtitle_h2_tema.tema3, .cp1 h2.threadtitle_h2_tema.tema4, .cp1 h2.threadtitle_h2_tema.tema5, .cp1 h2.threadtitle_h2_tema.tema6, .cp1 h2.threadtitle_h2_tema.tema7, .cp1 h2.threadtitle_h2_tema.tema8, .cp1 h2.threadtitle_h2_tema.tema9, .cp1 h2.threadtitle_h2_tema.tema10 {
	float:left;
	height:auto !important;
}
.cp1 h2.threadtitle_h2_contribuicao.threadtitle_h2_tema.tema1, .cp1 h2.threadtitle_h2_contribuicao.tema2, .cp1 h2.threadtitle_h2_contribuicao.tema3, .cp1 h1.threadtitle_h2_contribuicao.tema4, .cp1 h2.threadtitle_h2_contribuicao.tema5, .cp1 h2.threadtitle_h2_contribuicao.tema6, .cp1 h2.threadtitle_h2_contribuicao.tema7, .cp1 h2.threadtitle_h2_contribuicao.tema8, .cp1 h2.threadtitle_h2_contribuicao.tema9, .cp1 h2.threadtitle_h2_contribuicao.tema10 {
	float:left;
	height:auto !important;
}

/* PERSONALIZADO PARA A CONSULTA REFORMA POLÍTICA 2 */
.cp2 .menu_item a, .cp2 h3.menu_item {	
	float:left;
	margin:3px;
	background:none;
	padding:0;
}
.cp2 div.menu_item {
	float:left;
	width:326px;
	margin:3px;
}
.cp2 div.menu_item.tema11 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_1.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema12 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_2.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema13 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_3.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema14 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_4.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema15 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_5.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema16 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_6.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema17 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_7.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema18 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_8.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema19 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_9.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 div.menu_item.tema20 {
	background:url("/participe/consulta_publica/reforma_politica/img/tm_10.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp2 h2.threadtitle_h2_tema.tema11, .cp2 h2.threadtitle_h2_tema.tema12, .cp2 h2.threadtitle_h2_tema.tema13, .cp2 h2.threadtitle_h2_tema.tema14, .cp2 h2.threadtitle_h2_tema.tema15, .cp2 h2.threadtitle_h2_tema.tema16, .cp2 h2.threadtitle_h2_tema.tema17, .cp2 h2.threadtitle_h2_tema.tema18, .cp2 h2.threadtitle_h2_tema.tema19, .cp2 h2.threadtitle_h2_tema.tema20 {
	float:left;
	height:auto !important;
}
.cp2 h2.threadtitle_h2_contribuicao.threadtitle_h2_tema.tema11, .cp2 h2.threadtitle_h2_contribuicao.tema12, .cp2 h2.threadtitle_h2_contribuicao.tema13, .cp2 h1.threadtitle_h2_contribuicao.tema14, .cp2 h2.threadtitle_h2_contribuicao.tema15, .cp2 h2.threadtitle_h2_contribuicao.tema16, .cp2 h2.threadtitle_h2_contribuicao.tema17, .cp2 h2.threadtitle_h2_contribuicao.tema18, .cp2 h2.threadtitle_h2_contribuicao.tema19, .cp2 h2.threadtitle_h2_contribuicao.tema20 {
	float:left;
	height:auto !important;
}

/* PERSONALIZADO PARA A CONSULTA IPSEMG */
.cp10 .menu_item a, .cp10 h3.menu_item {	
	float:left;
	background:none;
	color:#ab0000;
}
.cp10 div.menu_item {
	float:left;
	width:664px;
}
.cp10 div.menu_item.tema1 {
	background:url("/participe/consulta_publica/ipsemg/img/tema1.gif") no-repeat;
	height:40px;
	padding:36px 0 0 50px;
}
.cp10 div.menu_item.tema2 {
	background:url("/participe/consulta_publica/ipsemg/img/tema2.gif") no-repeat;
	height:40px;
	padding:36px 0 0 50px;
}
.cp10 div.menu_item.tema3 {
	background:url("/participe/consulta_publica/ipsemg/img/tema3.gif") no-repeat;
	height:40px;
	padding:36px 0 0 50px;
}
.cp10 h2.menu_item{
    color: #eb0000;
    font-size: 18px;
    padding:36px 0 0 70px !important;
    text-align: left;
    width: 480px;
	height:40px !important;
	float:left;
	
}
.cp10 h2.menu_item.tema1{
    background:url("/participe/consulta_publica/ipsemg/img/tema1.gif") no-repeat;
	
}
.cp10 h2.menu_item.tema2{
    background:url("/participe/consulta_publica/ipsemg/img/tema2.gif") no-repeat;
	
}
.cp10 h2.menu_item.tema3{
    background:url("/participe/consulta_publica/ipsemg/img/tema3.gif") no-repeat;
	
}

.cp10 .botaoPaginas {
    margin-top: 37px;
}


/* PERSONALIZADO PARA A CONSULTA PLANO ESTADUAL DA EDUCAÇÃO 11 */
.cp11 .menu_item {
	height:56px;
	width:300px;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:20px;
}
	/*.cp11 .menu_item:nth-child(even) {*/
	.cp11 .menu_item {
		float:right;
		background:url("/participe/consulta_publica/plano_estadual_educacao/img/tema.jpg") 100% 0 no-repeat;
	}
	/*.cp11 .menu_item:nth-child(odd) {*/
	.cp11 .menu_item.par {
		float:left;
		background:url("/participe/consulta_publica/plano_estadual_educacao/img/tema.jpg") 100% 0 no-repeat;
	}
	.cp11 h2.menu_item {
		width:480px;
		margin-bottom: 20px !important;
		/*
		Serao calculados no JS
		height:56px !important;
		padding-top:14px !important;
		*/
		text-align:left;
		padding-left:63px;
		background:url("/participe/consulta_publica/plano_estadual_educacao/img/tema_h2.jpg") 0 0 no-repeat !important;
		
		color:#106a6e;
		font-size:16px;
		font-weight:bold
	}
	
.cp11 .menu_item a {
	background:none;
	width:204px;
	margin-top:11px;
	
	/*color:#fff;
	font-size:17px;
	text-shadow:1px 1px 2px #666;
	font-weight:bold;*/

	color:#106a6e;
	font-size:13px;
	font-weight:normal;
}


	/*.cp11 .menu_item:nth-child(even) a {*/
	.cp11 .menu_item a {
		 padding-left:63px;
		 margin-left:0;
	}
	/*.cp11 .menu_item:nth-child(odd) a {*/
	.cp11 .menu_item.par a {
		 padding-left:63px;
	}
	
	.cp11 .threadtitle_h2_tema {
	float:left !important;	
	}
	
.cp11 .menu_itemPrefixo {
	display:none;
	}

.cp11 .menu_itemMesofixo {
	display:none;
	}
	
.cp11 .menu_itemSufixo {
	}


/* PERSONALIZADO PARA A CONSULTA PLANO ESTADUAL DA CULTURA 12 */

.cp12 .menu_item{
	overflow:hidden;
	margin-top:10px;
	float:left;
}
	

.cp12 .menu_item a{
	width:268px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
	background:url("/participe/consulta_publica/plano_estadual_cultura/img/faixa-menu-bg.png");
	margin-left:0;
	height:47px;
	padding-top:17px;
	margin-top:0;
	
}

.cp12 h2.menu_item{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
	background:url("/participe/consulta_publica/plano_estadual_cultura/img/faixa-menu-bg.png");
	height:51px;
	padding-top:14px;
	margin-top:0px;
	
}





/* 1º Grupo: 3 Temas - 1 a 3 */

.cp12 .tema1 a, .cp12 h2.threadtitle_h2_tema.tema1{
	background-color: #6a88c8;
	color:#6a88c8;
	
}
.cp12 .tabela_consulta tr.tema1, .cp12 .tabela_consulta tr.tema1 a, .cp12 .whitecanvas.tema1, .cp12 .whitecanvas.tema1 a{
	background-color: #d4ddf2;
	color:#6a88c8;
}

.cp12 .tema2 a, .cp12 h2.threadtitle_h2_tema.tema2{
	background-color: #6a88c8;
	color:#6a88c8;
}
.cp12 .tabela_consulta tr.tema2, .cp12 .tabela_consulta tr.tema2 a, .cp12 .whitecanvas.tema2, .cp12 .whitecanvas.tema2 a{
	background-color: #d4ddf2;
	color:#6a88c8;
}
.cp12 .tema3 a, .cp12 h2.threadtitle_h2_tema.tema3{
	background-color: #6a88c8;
	color:#6a88c8;
}
.cp12 .tabela_consulta tr.tema3, .cp12 .tabela_consulta tr.tema3 a, .cp12 .whitecanvas.tema3, .cp12 .whitecanvas.tema3 a{
	background-color: #d4ddf2;
	color:#6a88c8;
}

/* 2º Grupo: 9 Temas - 4 a 12 */


.cp12 .tema4 a, .cp12 h2.threadtitle_h2_tema.tema4{
	background-color: #cd1521;
	color:#cd1521;
}
.cp12 .tabela_consulta tr.tema4, .cp12 .tabela_consulta tr.tema4 a, .cp12 .whitecanvas.tema4, .cp12 .whitecanvas.tema4 a{
	background-color: #ffc0c4;
	color:#cd1521;
}


.cp12 .tema5 a, .cp12 h2.threadtitle_h2_tema.tema5{
	background-color: #cd1521;
	color:#cd1521;
}
.cp12 .tabela_consulta tr.tema5, .cp12 .tabela_consulta tr.tema5 a, .cp12 .whitecanvas.tema5, .cp12 .whitecanvas.tema5 a{
	background-color: #ffc0c4;
	color:#cd1521;
}
 
 
.cp12 .tema6 a, .cp12 h2.threadtitle_h2_tema.tema6{
	background-color: #cd1521;
	color:#cd1521;
}

.cp12 .tabela_consulta tr.tema6, .cp12 .tabela_consulta tr.tema6 a, .cp12 .whitecanvas.tema6, .cp12 .whitecanvas.tema6 a{
	background-color: #ffc0c4;
	color:#cd1521;
}


.cp12 .tema7 a, .cp12 h2.threadtitle_h2_tema.tema7{ 
	background-color: #cd1521;
	color:#cd1521;
}
.cp12 .tabela_consulta tr.tema7, .cp12 .tabela_consulta tr.tema7 a, .cp12 .whitecanvas.tema7, .cp12 .whitecanvas.tema7 a{
	background-color: #ffc0c4;
	color:#cd1521;
}

.cp12 .tema8 a, .cp12 h2.threadtitle_h2_tema.tema8{
	background-color: #cd1521;
	color:#cd1521;
}
.cp12 .tabela_consulta tr.tema8, .cp12 .tabela_consulta tr.tema8 a, .cp12 .whitecanvas.tema8, .cp12 .whitecanvas.tema8 a{
	background-color: #ffc0c4;
	color:#cd1521;
}

.cp12 .tema9 a, .cp12 h2.threadtitle_h2_tema.tema9{
	background-color: #cd1521;
	color:#cd1521;
}
.cp12 .tabela_consulta tr.tema9, .cp12 .tabela_consulta tr.tema9 a, .cp12 .whitecanvas.tema9, .cp12 .whitecanvas.tema9 a{
	background-color: #ffc0c4;
	color:#cd1521;
}

.cp12 .tema10 a, .cp12 h2.threadtitle_h2_tema.tema10{
	background-color: #cd1521;
	color:#cd1521 ;
}


.cp12 .tabela_consulta tr.tema10, .cp12 .tabela_consulta tr.tema10 a, .cp12 .whitecanvas.tema10, .cp12 .whitecanvas.tema10 a{
	background-color: #ffc0c4;
	color:#cd1521 ;
}

.cp12 .tema11 a, .cp12 h2.threadtitle_h2_tema.tema11{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp12 .tabela_consulta tr.tema11, .cp12 .tabela_consulta tr.tema11 a, .cp12 .whitecanvas.tema11, .cp12 .whitecanvas.tema11 a{
	background-color: #ffc0c4;
	color:#cd1521 ;
}

.cp12 .tema12 a, .cp12 h2.threadtitle_h2_tema.tema12{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp12 .tabela_consulta tr.tema12, .cp12 .tabela_consulta tr.tema12 a, .cp12 .whitecanvas.tema12, .cp12 .whitecanvas.tema12 a{
	background-color: #ffc0c4;
	color:#cd1521 ;
}





.cp12 .par a{
	margin-right:24px;
}
.cp12 h2.threadtitle_h2_tema {
	width:500px;
}
.cp12 h2.threadtitle_h2_contribuicao {
	width:350px;
}



/* PERSONALIZADO PARA A CONSULTA FÓRUM TÉCNICO DE STARTUPS */
.cp13 .menu_item a, .cp13 h3.menu_item {	
	float:left;
	margin:3px;
	background:none;
	padding:0;
}
.cp13 div.menu_item {
	float:left;
	width:326px;
	margin:3px;
}
.cp13 div.menu_item.tema1, .cp13 h2.tema1 {
	background:url("/participe/consulta_publica/forum_startups/img/tm01.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema2, .cp13 h2.tema2 {
	background:url("/participe/consulta_publica/forum_startups/img/tm02.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema3, .cp13 h2.tema3 {
	background:url("/participe/consulta_publica/forum_startups/img/tm03.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema4, .cp13 h2.tema4 {
	background:url("/participe/consulta_publica/forum_startups/img/tm04.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema5, .cp13 h2.tema5 {
	background:url("/participe/consulta_publica/forum_startups/img/tm05.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema6, .cp13 h2.tema6 {
	background:url("/participe/consulta_publica/forum_startups/img/tm06.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema7, .cp13 h2.tema7 {
	background:url("/participe/consulta_publica/forum_startups/img/tm07.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema8, .cp13 h2.tema8 {
	background:url("/participe/consulta_publica/forum_startups/img/tm08.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema9, .cp13 h2.tema9 {
	background:url("/participe/consulta_publica/forum_startups/img/tm09.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 div.menu_item.tema10, .cp13 h2.tema10 {
	background:url("/participe/consulta_publica/forum_startups/img/tm10.gif") no-repeat;
	text-indent: -9999px;
	height:50px;
	padding:0;
}
.cp13 h2.threadtitle_h2_tema.tema1, .cp13 h2.threadtitle_h2_tema.tema2, .cp13 h2.threadtitle_h2_tema.tema3, .cp13 h2.threadtitle_h2_tema.tema4, .cp13 h2.threadtitle_h2_tema.tema5, .cp13 h2.threadtitle_h2_tema.tema6, .cp13 h2.threadtitle_h2_tema.tema7, .cp13 h2.threadtitle_h2_tema.tema8, .cp13 h2.threadtitle_h2_tema.tema9, .cp13 h2.threadtitle_h2_tema.tema10 {
	float:left;
	height:50px !important;
	width:540px;
}
.cp13 h2.threadtitle_h2_contribuicao.threadtitle_h2_tema.tema1, .cp13 h2.threadtitle_h2_contribuicao.tema2, .cp13 h2.threadtitle_h2_contribuicao.tema3, .cp13 h1.threadtitle_h2_contribuicao.tema4, .cp13 h2.threadtitle_h2_contribuicao.tema5, .cp13 h2.threadtitle_h2_contribuicao.tema6, .cp13 h2.threadtitle_h2_contribuicao.tema7, .cp13 h2.threadtitle_h2_contribuicao.tema8, .cp13 h2.threadtitle_h2_contribuicao.tema9, .cp13 h2.threadtitle_h2_contribuicao.tema10 {
	float:left;
	height:50px !important;
	width:540px;
}

/* PERSONALIZADO PARA A CONSULTA FÓRUM TÉCNICO SEMEANDO LETRAS */

.cp14 .menu_item{
	overflow:hidden;
	margin-top:10px;
	float:left;
}
	

.cp14 .menu_item a{
	width:268px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
	background:url("/participe/consulta_publica/forum-tecnico-semeando-letras/img/faixa-menu-bg.png");
	margin-left:0;
	height:47px;
	padding-top:17px;
	margin-top:0;
	
}

.cp14 h2.menu_item{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
	background:url("/participe/consulta_publica/forum-tecnico-semeando-letras/img/faixa-menu-bg.png");
	height:51px;
	padding-top:14px;
	margin-top:0px;
	
}





/* 1º Grupo - Verde : 5 Temas - 1 a 5 */

.cp14 .tema1 a, .cp14 h2.threadtitle_h2_tema.tema1{
	background-color: #6e882a;
	color:#6e882a;
	
}
.cp14 .tabela_consulta tr.tema1, .cp14 .tabela_consulta tr.tema1 a, .cp14 .whitecanvas.tema1, .cp14 .whitecanvas.tema1 a{
	background-color: #dde8c0;
	color:#6e882a;
}

.cp14 .tema2 a, .cp14 h2.threadtitle_h2_tema.tema2{
	background-color: #6e882a;
	color:#6e882a;
}
.cp14 .tabela_consulta tr.tema2, .cp14 .tabela_consulta tr.tema2 a, .cp14 .whitecanvas.tema2, .cp14 .whitecanvas.tema2 a{
	background-color: #dde8c0;
	color:#6e882a;
}
.cp14 .tema3 a, .cp14 h2.threadtitle_h2_tema.tema3{
	background-color: #6e882a;
	color:#6e882a;
}
.cp14 .tabela_consulta tr.tema3, .cp14 .tabela_consulta tr.tema3 a, .cp14 .whitecanvas.tema3, .cp14 .whitecanvas.tema3 a{
	background-color: #dde8c0;
	color:#6e882a;
}

.cp14 .tema4 a, .cp14 h2.threadtitle_h2_tema.tema4{
	background-color: #6e882a;
	color:#6e882a;
}
.cp14 .tabela_consulta tr.tema4, .cp14 .tabela_consulta tr.tema4 a, .cp14 .whitecanvas.tema4, .cp14 .whitecanvas.tema4 a{
	background-color: #dde8c0;
	color:#6e882a;
}


.cp14 .tema5 a, .cp14 h2.threadtitle_h2_tema.tema5{
	background-color: #6e882a;
	color:#6e882a;
}
.cp14 .tabela_consulta tr.tema5, .cp14 .tabela_consulta tr.tema5 a, .cp14 .whitecanvas.tema5, .cp14 .whitecanvas.tema5 a{
	background-color: #dde8c0;
	color:#6e882a;
}
 
 

/* 2º Grupo - Azul : 2 Temas - 6 e 7 */



.cp14 .tema6 a, .cp14 h2.threadtitle_h2_tema.tema6{
	background-color: #2b5686;
	color:#2b5686;
}

.cp14 .tabela_consulta tr.tema6, .cp14 .tabela_consulta tr.tema6 a, .cp14 .whitecanvas.tema6, .cp14 .whitecanvas.tema6 a{
	background-color: #c0d3e8;
	color:#2b5686;
}


.cp14 .tema7 a, .cp14 h2.threadtitle_h2_tema.tema7{ 
	background-color: #2b5686;
	color:#2b5686;
}
.cp14 .tabela_consulta tr.tema7, .cp14 .tabela_consulta tr.tema7 a, .cp14 .whitecanvas.tema7, .cp14 .whitecanvas.tema7 a{
	background-color: #c0d3e8;
	color:#2b5686;
}


/* 3º Grupo - Vermelho: 3 Temas - 8 a  10 */
.cp14 .tema8 a, .cp14 h2.threadtitle_h2_tema.tema8{
	background-color: #5f5f5f;
	color:#5f5f5f;
}
.cp14 .tabela_consulta tr.tema8, .cp14 .tabela_consulta tr.tema8 a, .cp14 .whitecanvas.tema8, .cp14 .whitecanvas.tema8 a{
	background-color: #d8d8d8;
	color:#5f5f5f;
}

.cp14 .tema9 a, .cp14 h2.threadtitle_h2_tema.tema9{
	background-color: #5f5f5f;
	color:#5f5f5f;
}
.cp14 .tabela_consulta tr.tema9, .cp14 .tabela_consulta tr.tema9 a, .cp14 .whitecanvas.tema9, .cp14 .whitecanvas.tema9 a{
	background-color: #d8d8d8;
	color:#5f5f5f;
}

.cp14 .tema10 a, .cp14 h2.threadtitle_h2_tema.tema10{
	background-color: #5f5f5f;
	color:#5f5f5f ;
}


.cp14 .tabela_consulta tr.tema10, .cp14 .tabela_consulta tr.tema10 a, .cp14 .whitecanvas.tema10, .cp14 .whitecanvas.tema10 a{
	background-color: #d8d8d8;
	color:#5f5f5f ;
}


/* 4º Grupo - Azul: 6 Temas - 11 a  16 */

.cp14 .tema11 a, .cp14 h2.threadtitle_h2_tema.tema11{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp14 .tabela_consulta tr.tema11, .cp14 .tabela_consulta tr.tema11 a, .cp14 .whitecanvas.tema11, .cp14 .whitecanvas.tema11 a{
	background-color: #f3c4c7;
	color:#cd1521 ;
}

.cp14 .tema12 a, .cp14 h2.threadtitle_h2_tema.tema12{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp14 .tabela_consulta tr.tema12, .cp14 .tabela_consulta tr.tema12 a, .cp14 .whitecanvas.tema12, .cp14 .whitecanvas.tema12 a{
	background-color: #f3c4c7;
	color:#cd1521 ;
}


.cp14 .tema13 a, .cp14 h2.threadtitle_h2_tema.tema13{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp14 .tabela_consulta tr.tema13, .cp14 .tabela_consulta tr.tema13 a, .cp14 .whitecanvas.tema13, .cp14 .whitecanvas.tema13 a{
	background-color: #f3c4c7;
	color:#cd1521 ;
}

.cp14 .tema14 a, .cp14 h2.threadtitle_h2_tema.tema14{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp14 .tabela_consulta tr.tema14, .cp14 .tabela_consulta tr.tema14 a, .cp14 .whitecanvas.tema14, .cp14 .whitecanvas.tema14 a{
	background-color: #f3c4c7;
	color:#cd1521 ;
}


.cp14 .tema15 a, .cp14 h2.threadtitle_h2_tema.tema15{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp14 .tabela_consulta tr.tema15, .cp14 .tabela_consulta tr.tema15 a, .cp14 .whitecanvas.tema15, .cp14 .whitecanvas.tema15 a{
	background-color: #f3c4c7;
	color:#cd1521 ;
}



.cp14 .tema16 a, .cp14 h2.threadtitle_h2_tema.tema16{
	background-color: #cd1521;
	color:#cd1521 ;
}
.cp14 .tabela_consulta tr.tema16, .cp14 .tabela_consulta tr.tema16 a, .cp14 .whitecanvas.tema16, .cp14 .whitecanvas.tema16 a{
	background-color: #f3c4c7;
	color:#cd1521 ;
}




.cp14 .par a{
	margin-right:24px;
}
.cp14 h2.threadtitle_h2_tema {
	width:500px;
}
.cp14 h2.threadtitle_h2_contribuicao {
	width:350px;
}


/* PERSONALIZADO PARA A CONSULTA PLANO ESTADUAL DA POPULAÇÃO DE RUA 15 */

.cp15 .menu_item{
	overflow:hidden;
	margin-top:10px;
	float:left;
}
	

.cp15 .menu_item a{
	width:268px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
	background:url("/participe/consulta_publica/forum-populacao-de-rua/img/faixa-menu-bg.png");
	margin-left:0;
	height:47px;
	padding-top:17px;
	margin-top:0;
	
}

.cp15 h2.menu_item{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	text-transform:uppercase;
	padding-left:50px;
	background:url("/participe/consulta_publica/forum-populacao-de-rua/img/faixa-menu-bg.png");
	height:51px;
	padding-top:14px;
	margin-top:0px;
	
}





/* 1º Grupo: 2 Temas - 1 E 2 */

.cp15 .tema1 a, .cp15 h2.threadtitle_h2_tema.tema1{
	background-color: #424242;
	color:#424242;
	
}
.cp15 .tabela_consulta tr.tema1, .cp15 .tabela_consulta tr.tema1 a, .cp15 .whitecanvas.tema1, .cp15 .whitecanvas.tema1 a{
	background-color: #CCCCCC;
	color:#424242;
}

.cp15 .tema2 a, .cp15 h2.threadtitle_h2_tema.tema2{
	background-color: #424242;
	color:#424242;
}
.cp15 .tabela_consulta tr.tema2, .cp15 .tabela_consulta tr.tema2 a, .cp15 .whitecanvas.tema2, .cp15 .whitecanvas.tema2 a{
	background-color: #CCCCCC;
	color:#424242;
}


/* 2º Grupo: 9 Temas - 3 a 8 */

.cp15 .tema3 a, .cp15 h2.threadtitle_h2_tema.tema3{
	background-color: #bf0064;
	color:#bf0064;
}
.cp15 .tabela_consulta tr.tema3, .cp15 .tabela_consulta tr.tema3 a, .cp15 .whitecanvas.tema3, .cp15 .whitecanvas.tema3 a{
	background-color: #facfe5;
	color:#bf0064;
}

.cp15 .tema4 a, .cp15 h2.threadtitle_h2_tema.tema4{
	background-color: #bf0064;
	color:#bf0064;
}
.cp15 .tabela_consulta tr.tema4, .cp15 .tabela_consulta tr.tema4 a, .cp15 .whitecanvas.tema4, .cp15 .whitecanvas.tema4 a{
	background-color: #facfe5;
	color:#bf0064;
}


.cp15 .tema5 a, .cp15 h2.threadtitle_h2_tema.tema5{
	background-color: #bf0064;
	color:#bf0064;
}
.cp15 .tabela_consulta tr.tema5, .cp15 .tabela_consulta tr.tema5 a, .cp15 .whitecanvas.tema5, .cp15 .whitecanvas.tema5 a{
	background-color: #facfe5;
	color:#bf0064;
}
 
 
.cp15 .tema6 a, .cp15 h2.threadtitle_h2_tema.tema6{
	background-color: #bf0064;
	color:#bf0064;
}

.cp15 .tabela_consulta tr.tema6, .cp15 .tabela_consulta tr.tema6 a, .cp15 .whitecanvas.tema6, .cp15 .whitecanvas.tema6 a{
	background-color: #facfe5;
	color:#bf0064;
}


.cp15 .tema7 a, .cp15 h2.threadtitle_h2_tema.tema7{ 
	background-color: #bf0064;
	color:#bf0064;
}
.cp15 .tabela_consulta tr.tema7, .cp15 .tabela_consulta tr.tema7 a, .cp15 .whitecanvas.tema7, .cp15 .whitecanvas.tema7 a{
	background-color: #facfe5;
	color:#bf0064;
}

.cp15 .tema8 a, .cp15 h2.threadtitle_h2_tema.tema8{
	background-color: #bf0064;
	color:#bf0064;
}
.cp15 .tabela_consulta tr.tema8, .cp15 .tabela_consulta tr.tema8 a, .cp15 .whitecanvas.tema8, .cp15 .whitecanvas.tema8 a{
	background-color: #facfe5;
	color:#bf0064;
}

.cp15 .par a{
	margin-right:24px;
}
.cp15 h2.threadtitle_h2_tema {
	width:500px;
}
.cp15 h2.threadtitle_h2_contribuicao {
	width:350px;
}






/* PERSONALIZADO PARA A CONSULTA PPAG - Revisão para 2021 */
.cp16 .menu_item {
	width:326px;
	height:56px;
	overflow:hidden;
	margin-bottom:10px;
}
	/*.cp16 .menu_item:nth-child(even) {*/
	.cp16 .menu_item {
		float:left;
		background:url("/participe/consulta_publica/ppag2021/img/tema_l.jpg") 0 0 no-repeat;
	}
	/*.cp16 .menu_item:nth-child(odd) {*/
	.cp16 .menu_item.par {
		float:right;
		background:url("/participe/consulta_publica/ppag2021/img/tema_r.jpg") 0 0 no-repeat;
	}
	.cp16 h2.menu_item {
		width:483px;
		text-align:left;
		padding-left:77px;
		padding-top:20px;
		background:url("/participe/consulta_publica/ppag2021/img/tema_h2.jpg") 0 0 no-repeat !important;
		
		color:#000;
		font-size:15px;
		font-weight:bold
	}
	
.cp16 .menu_item a {
	background:none;
	width:240px;
	line-height: 17px;
	
	/*color:#fff;
	font-size:17px;
	text-shadow:1px 1px 2px #666;
	font-weight:bold;*/

	color:#000;
	font-size:15px;
	font-weight:normal;
}
	/*.cp16 .menu_item:nth-child(even) a {*/
	.cp16 .menu_item a {
		 padding-left:30px;
		 padding-top:15px;
		 margin-left:0;
	}
	/*.cp16 .menu_item:nth-child(odd) a {*/
	.cp16 .menu_item.par a {
		 padding-left:15px;
		 margin-left:30px;
	}
	
	
	
	
	/* PERSONALIZADO PARA A CONSULTA PPAG - Revisão para 2022 */
.cp17 .menu_item {
	width:326px;
	height:56px;
	overflow:hidden;
	margin-bottom:10px;
}
	/*.cp17 .menu_item:nth-child(even) {*/
	.cp17 .menu_item {
		float:right;
		background:url("/participe/consulta_publica/ppag2022/img/tema_r.jpg") 0 0 no-repeat;
	}
	/*.cp17 .menu_item:nth-child(odd) {*/
	.cp17 .menu_item.par {
		float:left;
		background:url("/participe/consulta_publica/ppag2022/img/tema_l.jpg") 0 0 no-repeat;
	}
	.cp17 h2.menu_item {
		width:483px;
		text-align:left;
		padding-left:77px;
		padding-top:20px;
		background:url("/participe/consulta_publica/ppag2022/img/tema_h2.jpg") 0 0 no-repeat !important;
		
		color:#000;
		font-size:15px;
		font-weight:bold
	}
	
.cp17 .menu_item a {
	background:none;
	width:240px;
	line-height: 17px;
	
	/*color:#fff;
	font-size:17px;
	text-shadow:1px 1px 2px #666;
	font-weight:bold;*/

	color:#000;
	font-size:15px;
	font-weight:normal;
}
	/*.cp17 .menu_item:nth-child(even) a {*/
	.cp17 .menu_item a {
		 padding-left:45px;
		 padding-top:15px;
		 margin-left:0;
	}
	/*.cp17 .menu_item:nth-child(odd) a {*/
	.cp17 .menu_item.par a {
		 padding-left:15px;
		 margin-left:15px;
	}

	
	/* PERSONALIZADO PARA A CONSULTA PPAG - Revisão para 2023 */
.cp18 .menu_item {
	width:326px;
	height:56px;
	overflow:hidden;
	margin-bottom:10px;
}
	/*.cp18 .menu_item:nth-child(even) {*/
	.cp18 .menu_item {
		float:right;
		background:url("/participe/consulta_publica/ppag2023/img/tema_r.jpg") 0 0 no-repeat;
	}
	/*.cp18 .menu_item:nth-child(odd) {*/
	.cp18 .menu_item.par {
		float:left;
		background:url("/participe/consulta_publica/ppag2023/img/tema_l.jpg") 0 0 no-repeat;
	}
	.cp18 h2.menu_item {
		width:483px;
		text-align:left;
		padding-left:77px;
		padding-top:20px;
		background:url("/participe/consulta_publica/ppag2023/img/tema_h2.jpg") 0 0 no-repeat !important;
		
		color:#000;
		font-size:15px;
		font-weight:bold
	}
	
.cp18 .menu_item a {
	background:none;
	width:240px;
	line-height: 17px;
	
	/*color:#fff;
	font-size:17px;
	text-shadow:1px 1px 2px #666;
	font-weight:bold;*/

	color:#000;
	font-size:15px;
	font-weight:normal;
}
	/*.cp18 .menu_item:nth-child(even) a {*/
	.cp18 .menu_item a {
		 padding-left:45px;
		 padding-top:15px;
		 margin-left:0;
	}
	/*.cp18 .menu_item:nth-child(odd) a {*/
	.cp18 .menu_item.par a {
		 padding-left:15px;
		 margin-left:15px;
	}


