a
{
	/* Fonte */
	text-decoration: none;
	color: black;
}

a:hover
{	
	/* Fonte */
	text-decoration: underline;
}

#pagina
{
	/* Fonte */
	font-family: Verdana;

	/* Posicionamento */
	/* Para permitir que os elementos que contém sejam posicionados absolutamente dentro dele */
	position: relative;
	top: 10px;
	float: left;
	
	/* Tamanho */
	width: 930px;
	
	/* Margem e preenchimento */
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
	

}

#pagina *
{
	/* Fonte */
	font-family: Verdana;
}

#pagina ul.semMarcador li
{
	list-style-type: none;
	list-style-position: outside;
}


#textoInformativo,
#textoGlossario,
#textoNoticia,
#textoRede
{
	/* Fonte */
	font-family: Arial;
	font-size: 0.9em;

	/* Tamanho */
	width: 670px;
	
	/* Posicionamento */
	float: left;
	clear: right;
	
	/* Margem e preenchimento */
	margin-left: 30px;
}

#textoInformativo *,
#textoGlossario *,
#textoNoticia *,
#textoRede *
{
	/* Fonte */
	font-family: Arial;
}


#textoInformativo h1,
#textoGlossario h1,
#textoNoticia h1,
#textoRede h1
{
	/* Fonte */
	font-weight: bold; 
	font-size: 1em;
	
	/* Margem e preenchimento */
	margin-top: 0.5em;
	margin-bottom: 1em;
	
	/* Posicionamento */
	float: left;
}

#textoInformativo h2,
#textoGlossario h2,
#textoNoticia h2,
#textoRede h2
{
	/* Fonte */
	font-size: 0.9em;
	font-weight: bold;
	
	/* Margem e preenchimento */
	margin-top: 1em;
	margin-bottom: 0.1em;
	
	/* Posicionamento */
	clear: both;
}

#textoInformativo h2.faq
{
	/* Margem e preenchimento */
	margin-top: 1em;
	margin-bottom: 0.6em;
	padding-top: 1em;
	
	/* Bordas */
	border-top-color: rgb(127,127,127);
	border-top-style: solid;
	border-top-width: 0.15em;
	
}

#textoInformativo h3
{
	/* Fonte */
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	
	/* Margem e preenchimento */
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	
	/* Posicionamento */
	clear: both;
	
}

#textoInformativo a,
#textoGlossario a,
#textoNoticia a,
#textoRede a
{
	/* Fonte */
	color: blue;
}

#textoInformativo p,
#textoInformativo ul,
#textoInformativo dl,
#textoGlossario p,
#textoGlossario dl,
#textoNoticia p,
#textoNoticia ul,
#textoRede p,
#textoRede ul
{
	/* Fonte */
	font-size: 0.85em;
	text-align: justify;
}

#textoInformativo p,
#textoNoticia p,
#textoRede p
{
	/* Margem e preenchimento */
	margin-bottom: 1em;	
	
	/*  Posicionamento */
	clear: both;
}

#textoInformativo ul,
#textoNoticia ul,
#textoRede ul
{
	/* Margem e preenchimento */
	margin-bottom: 1em;	

	/*  Posicionamento */
	clear: both;
}

#textoInformativo ul li,
#textoGlossario ul li,
#textoNoticia ul li,
#textoRede ul li
{
	/* Marcador */
	list-style-type: disc;
	list-style-position: inside;
}

#textoGlossario dt
{
	/* Fonte */
	font-weight: bold;
	
	/* Margem e preenchimento */
	margin-top: 1em;
}

#textoInformativo .conteudo,
#textoGlossario .conteudo,
#textoNoticia .conteudo,
#textoRede .conteudo
{
	/* Posicionamento */
	clear: both;
}

#textoInformativo .conteudo table
{
	/* Fonte */
	font-size: 0.85em;

	/* Bordas */
	border-collapse: collapse;
	
	/* Margem e preenchimento */ 
	margin-left: auto;
	margin-right: auto;	
}

#textoInformativo .conteudo table td, 
#textoInformativo .conteudo table th
{
	/* Bordas */
	border-style: solid;
	border-width: 0.1em;
	border-color: rgb(204,204,204);
	
	/* Margem e preenchimento */
	padding: 0.2em 0.5em 0.2em 0.5em;
	
}

#textoInformativo .conteudo table th
{
	/* Fonte */
	color: rgb(0,102,51);
	font-size: 1.1em;
	font-weight: bold;
	
	/* Background */
	background-color: rgb(215,215,219);	
}

#textoRede .conteudo .destaque
{
	/* Posicionamento */
	float: left;
	

	/* Tamanho */
	width: 214px;
	height: 175px;
	
	/* Margem e Preenchimento */
	margin: 2em 0.6%;
	
	/* Background */
	background-image: url(/rede/destaque-fundo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	/* border: 1px solid green; */
}

#textoRede .conteudo .destaque h2
{
	/* Background */
	background-image: url(/rede/destaque-cabecalho.gif);
	background-repeat: no-repeat;
	
	/* Tamanho */
	width: 209px;
	height: 18px;
	
	/* Margem e Preenchimento */
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	
	/* Fonte */
	text-transform: uppercase;
	color: #666666;
	font-size: 75%;
}

#textoRede .conteudo .destaque div
{
	/* Margem e Preenchimento */
	padding: 10px;
	
	/* border: 1px solid orange; */
}

#textoRede .conteudo .destaque p,
#textoRede .conteudo .destaque ul
{
	/* Fonte */
	line-height : 1.3;
	font-size: 75%;
	text-align: left;
	
	/* Posicionamento */
	display: inline;
	clear: none;
	
	/* border: 1px solid blue; */
}

#textoRede .conteudo .destaque p,
#textoRede .conteudo .destaque ul,
#textoRede .conteudo .destaque a
{
	color: #333333;
}

#textoRede .conteudo .destaque ul li
{
	list-style-position: outside;
	margin-left: 1em;
}

#textoRede .conteudo .destaque img
{
	/* Posicionamento */
	float: right;
	
	/* Margem e Preenchimento */
	margin: 0 0 3px 3px;
	
	/* border: 1px solid red; */
}

#textoRede .conteudo .destaque a:hover
{
	text-decoration: underline;
}



#textoGlossario .fonte
{
	/* Fonte */
	font-size: 0.85em;
	font-style: italic;
	
	/* Posicionamento */
	display: block;
	clear: both;
}

#textoInformativo .sublinhado,
#textoGlossario .sublinhado,
#textoNoticia .sublinhado,
#textoRede .sublinhado
{
	/* Fonte */
	text-decoration: underline;
}

#acoes
{
	/* Posicionamento */
	float: right;
}

#acoes span
{
	/* Fonte */
	font-size: 0.75em;
}

#acoes span:hover
{
	/* Fonte */
	text-decoration: underline;
	cursor: pointer;
	
}


#areas .area
{
	/* Posicionamento */
	float: left;
	
	/* Tamanho */
	width: 45%;
	
	/* Margem e Preenchimento */
	margin: 0.5em 1%;
	padding: 0.5em 1%;
	_margin: 0.5em 0.5%;
	_padding: 0.5em 0.5%;
	
	
	/* Fonte */
	font-size: 90%;
}

#areas .area img
{
	float: left;
}

#areas h2
{
	/* Posicionamento */
	float: left;
	clear: none;
	
	/* Tamanho */
	width: 75%;
	
	/* Margem e Preenchimento */
	margin-top: 0;
	margin-left: 3%;
	margin-bottom: 0.5em;
	_margin-left: 1.5%;
	
	/* Fonte */
	text-transform: uppercase;	
	color: #333333;
}

#areas .area ul
{
	/* Posicionamento */
	float: left;
	clear: none;
	
	/* Tamanho */
	width: 75%;
	
	/* Margem e Preenchimento */
	margin-left: 3%;
	_margin-left: 1.5%;
	
	/* Fonte */
	text-align: left;
}

#areas .clear
{
	clear: left;
}

#barraInferior
{
	/* Background */
	background-color: rgb(0,102,51);

	/* Tamanho */
	width: 980px;
	height: 19px;
	
	/* Posicionamento */
	float: left;
}
