/* CSS PÁGINAS INTERNAS */
#interna{
	background:#F8F7F2 url(../imagens/bg_interno.jpg) repeat-x;
	float:right;
	width:526px;
	padding:20px;
}
	/* titulos */
	#interna #o_numem{
		background:url(../imagens/titulos/o_numem.jpg) no-repeat;
		width:261px;
		height:36px;
		margin-bottom:15px;
	}	
	#interna #bolsistas{
		background:url(../imagens/titulos/bolsistas.gif) no-repeat;
		width:261px;
		height:28px;
		margin-bottom:15px;
	}
	#interna #linhas_pesquisa{
		background:url(../imagens/titulos/linhas_pesquisa2.gif) no-repeat;
		width:261px;
		height:30px;
		margin-bottom:15px;
	}
	#interna #linhas_pesquisa_projetos{
		background:url(../imagens/titulos/linhas_pesquisa_proj2.gif) no-repeat;
		width:261px;
		height:40px;
		margin-bottom:15px;
	}
	#interna #produtos{
		background:url(../imagens/titulos/produtos.gif) no-repeat;
		width:261px;
		height:20px;
		margin-bottom:15px;
	}
	#interna #convenios{
		background:url(../imagens/titulos/convenios.gif) no-repeat;
		width:261px;
		height:24px;
		margin-bottom:15px;
	}
	#interna #contatos{
		background:url(../imagens/titulos/contatos.gif) no-repeat;
		width:261px;
		height:23px;
		margin-bottom:15px;
	}
	#interna #noticias{
		background:url(../imagens/titulos/noticias2.gif) no-repeat;
		width:261px;
		height:23px;
		margin-bottom:15px;
	}
	#interna #pesquisadores{
		background:url(../imagens/titulos/pesquisadores.gif) no-repeat;
		width:261px;
		height:23px;
		margin-bottom:15px;
	}
	/* fim titulos*/
	
	
	#interna h2{
		font:bold 14px Arial, Helvetica, sans-serif;
		padding:3px 0 5px 0;
		color:#961909;
	}
	#interna h3{
		font:bold 12px Arial, Helvetica, sans-serif;
		padding:3px;
	}
	#interna p{
		padding:3px;
		margin-bottom:5px;
		line-height:17px;
	}
	#interna ul{
		padding-bottom:15px;
	}
	#interna ul li{
		list-style:none;
		padding:4px 4px 10px 4px;
	}
	#interna #listaNivel2{
		padding-left:15px;
		list-style:none;
	}
		#interna #listaNivel2 li.email{
			background:url(../imagens/icons/email.gif) no-repeat bottom left;
			padding:4px 0 0 22px;
		}
		#interna #listaNivel2 li.orientador{
			background:url(../imagens/icons/orientador.gif) no-repeat center left;
			padding:4px 0 0 22px;
		}
		#interna #listaNivel2 li.blog{
			background:url(../imagens/icons/link.gif) no-repeat center left;
			padding:4px 0 0 22px;
		}
		#interna #listaNivel2 li.lattes{
			background:url(../imagens/icons/lattes.gif) no-repeat center left;
			padding:4px 0 0 22px;
		}
		#interna #listaNivel2 li.bolsa{
			background:url(../imagens/icons/bolsa.gif) no-repeat center left;
			padding:4px 0 0 22px;
		}
	
	#interna a.bolsista{
		color:#564949;
		text-decoration:none;
	}
	#interna a:hover.bolsista{
		color:#961909;
		text-decoration:none;
	}
	#interna #tb_video{
		float:right;
		margin-bottom:10px;
		margin-right:20px;
		margin-left:10px;
	}


/*
	CLASSES GERAIS
*/	
.linha_pesq{
	border:1px solid #DEDCD8;
	height:1px;
	width:97%;
	text-align:center;
	margin:13px auto;
}
	
	
