/* CSS Document */
hr{
	margin-top:5px;
	height:1px;
	background:url(../../imagens/pontilhado.gif) repeat-x top #FFFFFF;
}


a { text-decoration:none;
}

a:hover{ text-decoration:underline;
}

h2{
	font-size:12px;
	font-weight:bold;
}

h2 span{
color:#FF0000;
}
h2 a {
	color: #036;
}

h2 span.azul{color:#5168b1;}
h2 span.pink{color:#c84567;}
h2 span.cinza{ color:#666666;}



#menuProjeto{
	overflow:hidden;
	padding:10px;
	border-bottom:dotted #666 1px;
	text-align:center;
	height: 290px;
}

#menuProjeto ul li{
	display:inline;
}

#menuProjeto ul li a{
	display:block;
	padding: 6px 0 6px 30px;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

#menuProjeto ul li.video a{
	background:url(../../imagens/iconeCameraVideo.gif) no-repeat left center ;
	color:#5168b1;
	margin-right:60px;
}

#menuProjeto ul li.radio a{
	background:url(../../imagens/iconeRadio.gif) no-repeat left center ;
	color:#c84567;
}

#menuProjeto ul li.projetos a{
	background:url(../../imagens/icoAtuacao.gif) no-repeat left center ;
	color:#5168b1;
	height:21px;
	margin-right:36px;
}


#menuProjeto ul li.propAutoria a{
	background:url(../../imagens/icoAtuacaoP.gif) no-repeat left center ;
	color:#c84567;
	height:20px;
	padding-left:33px;
}


#menuProjeto ul li.pronunciamentos a{
	background:url(../../imagens/icoMicrofone.gif) no-repeat left center ;
	color:#5168b1;
	height:21px;
	padding-left:35px;
}

#menuProjeto ul li.grupo a{
	background:url(../../imagens/icoGrupo.gif) no-repeat left center ;
	color:#c84567;
	height:21px;
	padding-left:35px;
}


#menuProjeto ul li.atuacao a{
	background:url(../../imagens/icoAtuacao.gif) no-repeat left center ;
	color:#c84567;
	height:21px;
	padding-left:33px;
}

#menuProjeto ul li.frente a{
	background:url(../../imagens/setona_menor.gif) no-repeat left center ;
	color:#5168b1;
	height:21px;
	padding-left:20px;
	margin-left: 50px;
}



#menu{


}

.containerItensProjetos{
	font-size:10px;
	line-height:normal;
	overflow:hidden;
	border-bottom:dotted #666 1px;
	margin-bottom:-2px;
}

.containerItens{
	margin-top:10px;
	font-size:12px;
	line-height:normal;
	border-bottom:dotted #666 1px;
	overflow:hidden;
}
.iconeItem{
	float:left;
	width:40px;
		
}
.iconeItem img{
	margin: 5px 20px 10px 5px;
	display:block;
	height:auto;
}
.textoItem{
	margin: 10px 0 20px 50px ;
}