@charset "utf-8";
/* CSS Document */

.imagemTopo {
	background-image:url(imagens/topo_site.png);
	background-position:center;
	background-repeat:no-repeat;
}
.fundoMenuPrincipal {
	background-image:url(imagens/fundo_menu_principal.jpg);
	background-repeat:no-repeat;
}
.fundoMeio {
	background-image:url(imagens/fundo_meio2.jpg);
}
.fundosMenus {
	background-image:url(imagens/fundos_menus.png);
	background-repeat:no-repeat;
}
.fundoProgramacoes {
	background-image:url(imagens/fundo_prog.png);
	background-repeat:no-repeat;
}
.divisoriaLinks {
	border-bottom: 1px double #E5E5E5;
}
.titulosProgramações {
	font-family:"Arial";
	font-size: 20px;
	font-weight:bold;
	color:#EBEBEB;
}
.textosProgramações {
	font-family:"Arial";
	font-size: 12px;
	color:#FFF;
}
.textosConteudos {
	font-family:"Arial";
	font-size: 12px;
	text-align:justify;
	color:#000;
}
.textosRodape1 {
	font-family:"Arial";
	font-size: 10px;
	color:#999;
}
.textosRodape2 {
	font-family:"Arial";
	font-size: 12px;
	color:#ccc;
}
.textosBotaoSaibaMais {
	font-family:"Arial";
	font-size: 12px;
	color:#900;
}
.textosBotaoSaibaMais:link {
	text-decoration:none;
}
.textosBotaoSaibaMais:hover {
	font-family:"Arial";
	font-size: 12px;
	color:#F00;
}
.titulosMenus {
	font-family:"avantGarde Bk BT";
	font-size: 16px;
	color:#FFF;
}
.titulosMenus2 {
	font-family:"Arial Narrow";
	font-size: 20px;
	color:#000;
}
.titulosUtilitarios {
	font-family:"Arial";
	font-size: 12px;
	color:#333;
}
.linkUtilitarios {
	font-family:"Arial";
	font-size: 12px;
	color:#333;
}
.linkUtilitarios:link {
	text-decoration:none;
}
.linkUtilitarios:hover {
	color:#900;
}
.titulosSejamBemVindos {
	font-family:"Times News Roman";
	font-style:italic;
	font-size: 30px;
	color:#333;
}

a.links01:link, .links01:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
a.links01:hover {
	text-decoration:none;
	color:#999;
}