@charset "utf-8";
/* CSS Estrutura Geral */

/* Espaco do Conteudo*/
#Ger_Est_Con{
	padding-left:10px;
	}

/* Espaco do Titulo */
#Ger_Est_Tit{
	margin-bottom:20px;	
	}

/* Limpar Div */
#Limpar_Div{
	clear:left;
	}

/* Rodape Endereco */
#Ger_Est_Rod{
	text-align:center;
	}

/* Rodape Copyright*/
#Ger_Est_Rod_Cop{
	text-align:center;
	}

/* Retira os outlines das tags object */
object {
	outline: none;
	}
a {
	outline: none;
	}
	
/* Nome Click */
.Ger_Est_Cli{
	color:#cedc27;
	}
	
/* Parceiros e Associados - Titulo */
.Ger_Est_Par_Ass_Tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#666;
	}
	
/* Assinatura - Titulo */
.Ger_Est_Ass_Tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:19px;
	font-weight:bold;
	color:#222;
	}
	
/* Rodape - Endereco */
.Ger_Est_Rod{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

/* Rodape - Copyright */
.Ger_Est_Rod_Cop{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727a08;
	}

/* Links */
/* Fonte Link Copy */
.Ger_Est_Cop{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#727a08;
	text-decoration:none;
	}
	.Ger_Est_Cop:hover{
		color:#727a08;
		text-decoration:underline;
		}
	.Ger_Est_Cop:visited{
		color:#727a08;
		}

/* Fonte Rodape da Pagina */
.Ger_Est_Dad_Rod_Lin{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#222;
	text-decoration:none;
	}
	.Ger_Est_Dad_Rod_Lin:hover{
		color:#222;
		text-decoration:underline;
		}
	.Ger_Est_Dad_Rod_Lin:visited{
		color:#222;
		}

/* Chamadas */
.Ger_Cha{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#cde705;
	text-decoration:none;
	}
	.Ger_Cha:hover{
		color:#cde705;
		text-decoration:none;
		}
	.Ger_Cha:visited{
		color:#cde705;
		text-decoration:none;
		}

