﻿body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg_site.jpg);
	background-position: left top;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	background-repeat: no-repeat;
}

html
{
	overflow-x:hidden;
	overflow-y:scroll;
}

/*
home
---------------------------------------------
Estilos usados na home do site.
*/
.home_data
{
	font-size: 11px;
	color: gray;
}

.home_titulo 
{
	font-size: 12px;
}

.home_texto 
{
	font-size: 11px;
	color: black;
}

.home_link_leiamais
{
	font-size: 11px;
	color: Orange;
	text-decoration: underline;
}

.home_link_leiamais:hover
{
	color: #784407;
	text-decoration: none;
}

.home_link_vejamais
{
	font-size: 12px;
	color: Orange;
	text-decoration: none;
}

.home_link_vejamais:hover
{
	color: #784407;
}
.home_SemInformacao
{
	font-size: 14px;
	color: Orange;
	text-decoration: none;
}

/*
menu
---------------------------------------------
Estilo usado no menu principal.
*/
.menu
{
	font-size: 13px;
	color: #784407;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}

.menu:hover
{
	color: #ffffff;
}

/*
submenu
---------------------------------------------
Estilo usado no sub-menu das páginas internas.
*/
.submenu
{
	font-size: 12px;
	color: #784407;
	text-decoration: none;
}

.submenu:hover
{
	color: #fe6905;
}

/*
links
---------------------------------------------
Estilo usado nos links em geral.
*/

.link
{
	color: Orange;
	text-decoration: none;	
}

.link:hover
{
	color: #784407;	
}

/*
titulo
---------------------------------------------
Estilo usado nos títulos de seções.
*/
.titulo
{
	font-size: 28px;
	color: #784407;
}

.titulo_interno
{
	font-size: 11px;
	color: #784407;
}

/*
subtitulo
---------------------------------------------
Estilo usado nos sub-títulos de seções.
*/
.subtitulo
{
	font-size: 28px;
	color: #f0a321;
}

.subtitulo_interno
{
	font-size: 11px;
	color: #f0a321;
}

/* noticias */

/*
texto
---------------------------------------------
Estilo usado nos textos de seções.
*/
.texto
{
	font-size: 13px;
	color: #666666;
}

.texto_titulo
{
	font-size: 18px;
	font-weight: bold;
}

.texto_subtitulo
{
	font-size: 16px;
	font-weight: bold;
}

/*
Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
*/
* html img/**/
{
	filter: expression(this.alphaxLoaded ? "" : (this.src.substr(this.src.length-4)==".png" ? ((!this.complete) ? "" : this.runtimeStyle.filter= ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+(this.src="blank.png").substr(0,0)): this.runtimeStyle.filter=""));
}
