* {
 margin: 0;
 padding: 0;
 list-style: none;
} 

html {
 scrollbar-arrow-color: #26657f;       /* cor das setas */
 scrollbar-face-color: #000000;          /* cor do seletor */
 scrollbar-base-color: #000000;          /* parte da cor do fundo */
 scrollbar-3dlight-color: #000000;       /* cor esquerda externa do seletor e caixa das setas */
 scrollbar-darkshadow-color: #000000;    /* cor direita externa do seletor e caixa das setas */
 scrollbar-highlight-color: #000000;     /* cor esquerda interna do seletor e caixa das setas e parte da cor do fundo*/
 scrollbar-shadow-color: #000000;        /* cor direita interna do seletor e caixa das setas*/
}

body {
 background: #000000 url('../imagens/fundo.jpg') no-repeat fixed center center; 
}

body.body-radio {
 background-image: url(); 
}

img{
 border: none;
}

.clear {
 clear: both;
}

.oculto {
 display: none; 
}

.centralizado {
 text-align: center; 
}

/* posicionamento dimensoes fundo */

#home {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 700px;
 height: 440px;
 background-color: white;                      /* AQUI */
 margin-top: -223px;
 margin-left: -353px;
 border: 3px solid #000000;                       /* AQUI - adicionado novembro 2007  */
}

#topo {
 clear: both;
 margin-top: 20px;
 margin-left: 27px;
 width: 646px;
 height: 60px;
}

#logo {
 float: left;
 width: 515px;
 height: 60px;
 overflow: hidden;
}

#banner {
 float: right;
 width: 120px;
 height: 60px;
 overflow: hidden;
}

#menu {
 margin-top: 7px;
 margin-left: 27px; 
 width: 646px;
 height: 23px;
 background-color: white;                           /* AQUI */  
/* background: white url('../imagens/barra_menu.gif') no-repeat*/  
 overflow: hidden;
}

#centro {
 clear: both;
 margin-top: 7px;
 margin-left: 27px;
 width: 646px;
 height: 281px;
}

#direita,
#direita-flyer {
 float: right;
 width: 370px;
 height: 275px;
 border: solid 2px #000000;                   /* AQUI */
}

#rodape {
 clear: both;
 margin-top: 7px;
 margin-left: 27px;
 width: 646px;
 height: 24px;
 background-color: white;                           /* AQUI */
/* background: white; url('../imagens/barra_rodape.gif') no-repeat  */
 overflow: hidden;
}

/* Logo */

#logo img {
 border: 0;
 width: 515px;
 height: 60px;
}

/* Banner */

#banner img {
 border: 0;
 width: 120px;
 height: 60px;
}

/* Menu - trocado por imagem na quarta troca de layout */

#menu,
#menu a {
 color: white;
 font-weight: bold;
 font-family: verdana, monospace;
 font-size: 12px;
 letter-spacing: 2px;
}

.listamenu {
 padding: 4px;
 text-align: center;
 display: none;
}

.listamenu li {
 display: inline;
 word-spacing: 2px;
}


/* Noticia */

#noticia,
#noticia a {
 color: #000000;                                   /* AQUI */
 font-family: arial, verdana, sans-serif;
 font-size: 12px;
}

.data, 
.retranca {
 font-weight: bold;
 color: #000000;                                /* AQUI - data: lista e noticia - retranca: noticia*/
}

.chamada {
 margin-top: 5px;
 color: #26657f;                      /* AQUI */
}

.noticia a {
	color: #000000;                                /* AQUI */
}


/* Radio */

#radio {
	clear: both;
	padding: 1px 10px;
	height: 27px;
	background-color: #000000;                     /* AQUI */
	text-align: center;
	border-top: 3px solid #7E7E7E;                 /* AQUI - nunca muda */
	overflow: hidden;
}

#radio img {
 border: 0;
}

/* Conteudo */

.texto {
	color: #000000;                      /* AQUI */
}

#conteudo {
	width: 340px;
	height: 255px;
	overflow: auto;
	padding: 10px 15px;
	font-family:  arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;                                    /* AQUI */
	background-color: white;                      /* AQUI */
}

#conteudo p {
	text-align: left;
	margin-bottom: 15px;
	color: #000000;                      /* AQUI */
}

div#titulo,
div.titulo {
	display: block;
	font-family: verdana, monospace;
	font-weight: bold;
	text-align: center;
	border-bottom: solid 2px #000000;             /* AQUI */
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #000000;                               /* AQUI */
}

/* Rodape - substituido por imagem na quarta troca de layout */

#rodape img {
 border: 0;
}

#paroutudo {
 float: right;
 display: none;
}