/* CSS Document */

html
{
	height: 100%;
}
body
{
	color: #5E5E5E;
	font: 1.0em Tahoma,Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(img/bg_tgk.gif) repeat-x;
	min-height: 100%;
	position: relative;
}
* html body
{
	height: 100%;
}

input, textarea, select
{
	font: normal 1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
h1, h2, h3
{
	font-weight: normal;
	color: #212121;
}
h1
{
	letter-spacing: -1px;
	font-size: 2.0em;
	font-weight: bold;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.2em;
}
a
{
	color: #000;
	text-decoration: none;	
}
a:hover
{
	text-decoration: underline;
}

.bordaImagem
{
	border: solid 3px #eccc9b;
}

/* Ocultos */
#divMenu, #divMenuTool4Web, #content-esq, .clsBtn , .clsAddThis
{
    display: none;
}

/*COTACAO*/
#cotacao
{
     float:right;
     display: block;
     font-family: Tahoma,arial;
     font-weight:bold;
     font-size:13px;
     width: 300px;
}

#divHeaderSuperior
{
	display: block;
	float: left;
	height: 92px; 
}

#divLogo
{
	display: block;
	float: left;
	width: 350px;
}

#divHeaderEsq
{
	width: 390px;
	display: block;
	float: right;
}


/*TELEFONE*/
#telefone
{
     float:right;
     font-family: Tahoma,arial;
     font-weight:bold;
     font-size:13px;
     width: 300px;
     display: block;
}

/*bannerLogo*/
.bannerLogo
{
     border:none;
}

/*faixa footer*/
.faixaFooter
{
    height:30px;
    color: #fff;
    text-align:center;
    font-size: 11px;
}

.faixaFooter a
{
    color: #fff;
    text-decoration:none;
    padding-top: 10px;
    display: block;
}


/*Bloco de conteudo*/
.arquivosBloco
{
	display: block;
}
.imgsBloco
{
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.imgsBloco_centralizado
{
	text-align: center;
}
.legendaImgBloco
{
	padding: 3px;
	font-size: 0.8em;
	background-color: #000;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.blocoConteudo
{
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
}

.blocoConteudo a
{
	text-decoration: underline;
}


/*blocoItem*/
.blocoItem h3
{
	border: solid 0px #666;
	border-bottom-width: 0px;
	color: #000;
	font-weight: 500;
}

.blocoItem, .listaContainer
{
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;
	margin-bottom: 20px;
}

.listaContainer:hover
{
	background-color: #eee;
}

.dataImpressao
{
    font-size: 0.8em;
    font-style: italic;
}
