@charset "utf-8";
/* CSS Document */

/**************Estilos para todas as paginas********************************/

img { border: none;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-image: url(picts/bg.jpg);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}

/*****************  Estrutura Básica **************************************/
#Principal {
	margin: auto;
	padding: 0px;
	width: 840px;
}
#Principal #Banner {
	background-image: url(picts/bg_banner.jpg);
	clear: both;
	height: 440px;
	width: 840px;
}
#Principal #Banner #inBanner {
	height: 400px;
	width: 800px;
	margin-top: 20px;
	margin-left: 20px;
	position: absolute;
}
#Principal #Content {
	background-image: url(picts/bg_content.jpg);
	width: 840px;
}
#Principal #Rodape {
	background-image: url(picts/bg_footer.jpg);
	height: 108px;
	width: 840px;
	clear: both;
}
#Principal #Rodape #inRodape {
	color: #FFF;
	width: 500px;
	margin-left: 220px;
	margin-top: 8px;
	height: 75px;
	position: absolute;
}

/************************** Classes **************************************/
.footer1 {
	font-size: 14px;
	color: #FFF;
}
.footer2 {
	font-size: 12px;
	color: #FFF;
}
.jundmais {
	font-size: 9px;
	color: #FFF;
}
.txtEngecom {
	font-size: 12px;
	color: #000;
	padding-right: 12px;
	padding-left: 12px;
}


.txtIndex {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	padding-right: 20px;
	padding-left: 20px;
}
