/* CSS Document */

* {	margin: 0; padding: 0;}

/* Alinha site no topo */
body{ margin: 0 auto; text-align:center;}

/*alinhar a site ao centro*/
.centro {margin: 0 auto; text-align: center;}
/*menu*/
.menu { font-family:verdana; font-size:9px; color:#666666; text-align:center; }
.menu a{ font-family:verdana; font-size:9px; color:#666666; text-decoration:none;}
.menu a:hover{ font-family:verdana; font-size:9px; color:#666666; text-decoration:underline;}
.menu ul{ list-style-type:none; background:url(imagens/fundos/bg_menu.jpg) repeat-y;}
.menu li{ width:120px;}
.menu_verm { font-family:verdana; font-size:9px; color:#FF0000; text-align:center; }
.menu_verm a { font-family:verdana; font-size:9px; color:#FF0000; text-align:center; text-decoration:none; }
.menu_verm  a:hover{ font-family:verdana; font-size:9px; color:#FF0000; text-align:center; text-decoration:underline; }


/* Fundo conteudo da index */
.bg_conteudo{
	background-image:url(imagens/img_fundo_conteudo_index.jpg); background-repeat:no-repeat; background-position:bottom; width:547px; height:149px; }
/* Fundo Data Hora */
.bg_data_hora{background-image:url(imagens/data_hora.jpg); background-repeat:no-repeat; width:124px; height:104px; background-position:left;}
/* Fundo News Lateral */
.bg_news_lateral{ background-image:url(imagens/bg_news.jpg); background-repeat:no-repeat; width:114px; height:178px; background-position:right;}
/* Fundo enquete */
.bg_enquete_topo{background-image:url(imagens/topo_enquete.jpg); background-repeat:no-repeat; width:118px; height:21px;}
.bg_enquete_meio{ background-image:url(imagens/meio_enquete.jpg); background-repeat:repeat-y; width:118px; height:5px;}
.bg_enquete_fim{background-image:url(imagens/fim_enquete.jpg); background-repeat:no-repeat; width:118px; height:20px;}
/* Fundo internas e index */
.bg_noticias_meio{background-image:url(imagens/img_meio_noticias.jpg); background-position:left; background-repeat:repeat-y;	width:546px; height:4px;}

.texto_news { font-family: verdana;	font-size: 9px;	color: #666666; padding:0 5px 0 5px; }
#rss a{text-decoration:none; color:#1B6B6F;}
#rss a:hover{text-decoration:underline; color:#1B6B6F;}



/* Fundo rodape */
.bg_rodape{
	background-image:url(imagens/bg_rodape.jpg);
	background-repeat:no-repeat;
	width:778px;
	height:48px;
}

/* Texto Azul Musgo Contato */
.texto_azul_contato {
	font-family: verdana;
	font-size: 10px;
	color: #003333;
	font-weight: bold;
}


/* Texto Verde Titulo */
.texto_verde_titulo {
	font-family: verdana;
	font-size: 12px;
	color: #Ff9f00;
	font-weight: bold;
}

/* Texto Verde Enquete */
.texto_verde_enquete {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;  /* #006666*/
	font-weight: bold;
}

/* Texto Verde Titulo */
.texto_verde_forte_titulo {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff; /*#006666*/
	font-weight: bold;
}

/* Texto Cinza Titulo */
.texto_cinza_titulo {
	font-family: verdana;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
}

/*texto cinza*/
.texto_cinza {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}

.texto_cinza a {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

.texto_cinza a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

.texto_cinza_lateral {
	font-family: verdana;
	font-size: 9px;
	color: #666666;
}


/*texto vermelho*/
.texto_vermelho {
	font-family: verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

/*texto vermelho*/
.texto_vermelho_internas {
	font-family: verdana;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

/*texto vermelho titulo*/
.texto_vermelho_titulo_interna {
	font-family: verdana;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}

/*Texto hora e data*/
.texto_hora_data {
	font-family: verdana;
	font-size: 13px;
	color: #666666; /* #DB261F*/
	font-weight: bold;
	text-align:left;
	width:auto;
}

.texto_enquete {
	font-family: verdana;
	font-size: 9px;
	color: #ffffff; /*#666633*/
	text-align:center;
	font-weight: bold;
	width:auto;
}

.texto_vermelho a {
	font-family: verdana;
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.texto_vermelho a:hover {
	font-family: verdana;
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}


.texto_cinza_rodape {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
	font-weight:bold;
}