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

img {border:none;}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color:#333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}

/********************************* Estrutura Páginas ***********************************/
#Principal {
	margin: auto;
	padding: 0px;
	width: 858px;
}
#Principal #Header {
	background-image: url(picts/bg_header.jpg);
	height: 360px;
	width: 858px;
}
#Principal #Content {
	background-image: url(picts/bg_content.jpg);
	width: 858px;
}
#Principal #Footer {
	background-image: url(picts/bg_footer.jpg);
	height: 107px;
	width: 858px;
}

/**** FOOTER ***************************/
#Footer_principal {
	background-image: url(picts/bg_footer.jpg);
	height: 107px;
	width: 858px;
	clear: both;
}
#Footer_principal #incl_footer {
	height: 50px;
	width: 580px;
	margin-top: 10px;
	margin-left: 200px;
	position: absolute;
}

/*********** BANNER *************************/
#banner_principal {
	background-image: url(picts/bg_header.jpg);
	height: 360px;
	width: 858px;
	position: absolute;
}
#banner_principal #incl_banner {
	height: 320px;
	width: 800px;
	margin-top: 29px;
	margin-left: 29px;
	clear: both;
	position: absolute;
}
/*********************************Fontes Classes ***************************************/

.tituloItemIndex {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	color: #F00;
	font-family: Verdana, Geneva, sans-serif;
}.textoItemIndex {
	font-size: 10px;
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
}
.classTabelaIndex {
	border: thin dotted #000;
}
.NomeCliente {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036;
}
.textoRodape {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.tabelaClientesIndex {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #F9AB03;
	padding-left: 10px;
	font-weight: bold;
}
.fonte12black {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	padding-right: 6px;
	padding-left: 6px;
}
.tituloServiços {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background-color: #F9AB03;
	padding-right: 10px;
	padding-left: 10px;
}
.textServicos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	padding: 10px;
}
.fonteFaleConosco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #036;
	padding-left: 10px;
}
.ftVermelha {
	color: #F00;
}
