/*css para centralizar o site*/
html, body {
width:100%;
height:100%;
padding: 0px;
margin: 0px;
}

#table {
width: 100%;
height: 100%;
position: static;
display: table;
overflow: hidden; /* hack para o IE6 e IE7 */
position: relative; /* hack para o IE6 e IE7 */
}

#cell {
vertical-align: middle;
display: table-cell;
position: static;
top: 50%; /* hack para o IE6 e IE7 */
position: absolute; /* hack para o IE6 e IE7 */
}

#conteudo {
top: -50%;
width: 1000px;
margin: auto;
position: relative;
}
/* ------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#FFFFFF;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.txtcomum {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.txtcomum2 {
	font-size:12px;
	color:#FFFFFF;
	font-weight:nornal;
}

td.titulomenu {
border-bottom-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;
border-top-color:#000000;
border-top-width:1px;
border-top-style:solid;
background-color:#E2E2E2;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
}

.frase {
	font-size:16px;
	color:#8ED8F8;
	font-weight:bold;
}

.clientes{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.titulo_pagina {
	font-size:18px;
	color:#000000;
	/*font-weight:bold;*/
}
.menu_bottom {
	font-size:16px;
	color:#8f8f8f;
	/*font-weight:bold;*/
}

.menu {
	font-family: Arial Narrow, Helvetica, sans-serif;
	 color:#8ED8F8;
	 font-size:18px
	/*font-weight:bold;*/
}

.titulo_pagina1 {
	 color:#6796CF;
	 font-size:20px
	/*font-weight:bold;*/
}

.titulo_conteudo1 {
	 color:#6796CF;
	 font-size:18px
	/*font-weight:bold;*/
}

.espaco{
	color:#018FF5;
}

.rodape {
	font-size:14px;
	/*color:#8ED8F8;*/
	color:#FFFFFF;
	font-weight:nornal;
}

.form{
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	background-color:transparent;
}

.form2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	border:0px;
	background-color:transparent;
}

.bkg_form{
	background:url(../images/img_faleconosco_bkg_form.jpg);
	background-position:bottom left;
}


/* links */
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { color:#EEEEEE; }
a:active { text-decoration:none; }