/* 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;}



#menuMultimidia{
	overflow:hidden;
	padding:10px;
	border-bottom:dotted #666 1px;
	text-align:center;
	height: 30px;
}
#menuMultimidia ul li{
	display:inline;

	
}
#menuMultimidia ul li a{
	display:block;
	padding: 6px 0 6px 30px;
	text-decoration:none;
	font-weight:bold;
	float:left;
	
	}
#menuMultimidia ul li.video a{
	background:url(../../imagens/iconeCameraVideo.gif) no-repeat left center ;
	color:#5168b1;
	margin-right:60px;
		
}
#menuMultimidia ul li.radio a{
	background:url(../../imagens/iconeRadio.gif) no-repeat left center ;
	color:#c84567;

}

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

}

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

}



#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 ;
}



