/* CSS Document */

/******************************************************************* 
	* Estilo responsável em configurar as informações gerais do site
	* importado no arquivo esqueleto.css
	* versão 1.0 - 12/11/2009
*******************************************************************/

/***************************************
				TEXTOS
***************************************/
        
        /*Resumo notícia pelo Google*/
.texto, .gsc-control .gs-snippet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

/*
.texto_homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
*/

.texto_cinza{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636362;
	text-decoration: none;
}

.texto_branco{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
					/* Número da página ativa na pesquisa */
.texto_azul_bold, .gsc-control .gsc-cursor-page .gsc-cursor-page .gsc-cursor-current-page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
				/* Número das páginas não ativas */
.texto_preto, .gsc-control .gsc-cursor-page .gsc-cursor-page  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

.texto_preto_bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.texto_preto_img_principal_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.texto_maiusculo {
	text-transform: uppercase;
}

/**************************************
				LINKS
**************************************/

/*link preto */

.link_preto:visited {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor:hand;
}
.link_preto:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor:hand;
}
.link_preto:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	cursor:hand;
}
.link_preto:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: none;
	cursor:hand;
}

/*link preto BOLD */

.link_preto_bold:visited {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
}
.link_preto_bold:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
}
.link_preto_bold:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
}
.link_preto_bold:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	cursor:hand;
}

/*link preto HOMEPAGE */
						/* Link do site em que pertence o resultado */
.link_preto:visited , .gsc-control .gs-visibleUrl:visited  {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor:hand;
}
.link_preto:link , .gsc-control .gs-visibleUrl:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor:hand;
}
.link_preto:actived , .gsc-control .gs-visibleUrl:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	cursor:hand;
}
.link_preto:hover ,.gsc-control .gs-visibleUrl:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: none;
	cursor:hand;
}

/*link vermelho */

.link_vermelho:visited {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ce1920;
	cursor:hand;
}
.link_vermelho:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ce1920;
	cursor:hand;
}
.link_vermelho:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ce1920;
	cursor:hand;
}
.link_vermelho:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ce1920;
	text-transform: none;
	cursor:hand;
}

/*link Verde */

.link_verde:visited {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f9e01;
	cursor:hand;
}
.link_verde:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	cursor:hand;
}
.link_verde:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f9e01;
	cursor:hand;
}
.link_verde:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f9e01;
	text-transform: none;
	cursor:hand;
}

/*link branco */

.link_branco:visited {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor:hand;
}
.link_branco:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	cursor:hand;
}
.link_branco:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	cursor:hand;
}
.link_branco:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: none;
	cursor:hand;
}

/*link preto TITULO BOLD */

								/*Título notícia pelo Google*/
.link_preto_titulo_bold:visited,.gsc-control .gs-title:visited   {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
}
.link_preto_titulo_bold:link,.gsc-control .gs-title:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
}
.link_preto_titulo_bold:actived, .gsc-control .gs-title:actived {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	cursor:hand;
}
.link_preto_titulo_bold:hover,.gsc-control .gs-title:hover  {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	cursor:hand;
}

/* link azul + BOLD */
						/* Link de "Mais Resultados >>" que aparece após as páginas */
.link_azul_bold:visited,.gsc-control .gsc-trailing-more-results .gsc-trailing-more-results:visited {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	cursor:hand;
}
.link_azul_bold:link,.gsc-control .gsc-trailing-more-results .gsc-trailing-more-results:link {
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	cursor:hand;
}
.link_azul_bold:actived,.gsc-control .gsc-trailing-more-results .gsc-trailing-more-results:actived{
	Text-Decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	cursor:hand;
}
.link_azul_bold:hover,.gsc-control .gsc-trailing-more-results .gsc-trailing-more-results:hover {
	Text-Decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-transform: none;
	font-weight: bold;
	cursor:hand;
}

/**************************************
			TITULOS
**************************************/

.titulo_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003366;
	text-decoration: none;
}

.titulo_secao_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	text-decoration: none;
	border-bottom: 1px dotted #003366;
}

.titulo_secao_verde_claro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #88c322;
	text-decoration: none;
	border-bottom: 1px dotted #88c322;
}

.titulo_secao_verde {
	font-family: Arial, Helvetica, sans-serif;
	color: #1f9e01;
	text-decoration: none;
	margin-bottom: 10px;
	border-bottom: 1px dotted #1f9e01;
	font-size: 25px;
	color:#1f9e01;
	padding-top:10px;
}

.titulo_branco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.titulo_azul_noticia_principal_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	text-decoration: none;
}

.titulo_preto_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.titulo_preto_btns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
						
.titulo_preto_bold_menor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.titulo_Retranca1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Maroon;
	text-decoration: none;
}

.titulo_Retranca2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Blue;
	text-decoration: none;
}

.titulo_Retranca3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Red;
	text-decoration: none;
}

.titulo_Retranca4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Green;
	text-decoration: none;
}

/**************************************
			LEGENDAS
**************************************/

.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}


/**************************************
		Data/ Hora Noticia 
**************************************/

.data_hora_cadastro_noticia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-style:italic;
}
