@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'avantGarde';
    src: url('avantgardebkbt-webfont.eot');
    src: url('avantgardebkbt-webfont.eot?#iefix') format('embedded-opentype'),
         url('avantgardebkbt-webfont.woff') format('woff'),
         url('avantgardebkbt-webfont.ttf') format('truetype'),
         url('avantgardebkbt-webfont.svg#avantgarde_bk_btbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/fundo_site.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.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:"avantGarde";
	font-size: 20px;
	font-weight:bold;
	color:#FFF;
}
.textosProgramações {
	font-family:"Arial";
	font-size: 12px;
	color:#FFF;
}
.textosConteudos {
	font-family:"Arial";
	font-size: 12px;
	text-align:justify;
	color:#FFF;
}
.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:#cc3539;
}
.titulosMenus {
	font-family:"avantGarde";
	font-size: 16px;
	color:#FFF;
	margin-left:20px;
}
.titulosMenus2 {
	font-family:"Arial Narrow";
	font-size: 20px;
	color:#FFF;
}
.titulosUtilitarios {
	font-family:"Arial";
	font-size: 12px;
	color:#FFF;
}
.linkUtilitarios {
	font-family:"Arial";
	font-size: 12px;
	color:#FFF;
}
.linkUtilitarios:link {
	text-decoration:none;
}
.linkUtilitarios:hover {
	color:#cc3539;
}
.titulosSejamBemVindos {
	font-family:"Times News Roman";
	font-style:italic;
	font-size: 30px;
	color:#FFF;
}
.linkProgramacoes {
	font-family:"Arial";
	font-size: 12px;
	color:#fff;
	line-height:18px;
}
.linkProgramacoes:link {
	text-decoration:none;
}
.linkProgramacoes:hover {
	color:#ccc;
}