@charset "utf-8";
/* CSS Document */
.bg_semana_cont {
	background-image:url(../imgs/semana_continuo.jpg);
	background-repeat:repeat-y;
	width: 100%;
	height: 100%;
}
/* Box página - home - fim */
.bg_listras {
	background-image: url(../imgs/fundo_cinza.jpg);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.bg_preto {
	background-image:url(../imgs/topoContinuo.jpg);
	background-repeat: repeat-x;
	height: 68px;
	width: 100%;
}
.bg_espaco {
	background-image:url(../imgs/esp_index.jpg);
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
}
.fonte_rodape{
font-family:Verdana;
font-size:11px;
color:#808080;
}
.fonte_padrao{
font-family:Verdana;
font-size:12px;
color:#191919;
}
.fonte_padrão_vermelha{
font-family:Verdana;
font-size:12px;
color:#C00
}
.fonte_link{
font-family:Verdana;
font-size:12px;
color:#a5272d;
}
.fonte_link_rodape{
font-family:Verdana;
font-size:11px;
color:#808080;
font-style:normal;
text-decoration:none;
}
