html, body { height: 100%; }

body {
	margin: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #81afd9;
	background-color: #004990;
}
#home {
	margin-bottom:20px;
	position:absolute;
	margin-left:-326px;
	left:50%;
	width: 652px;
		min-height: 100%;
}
* html #home {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}
#menu_top {
	padding-top: 3px;
	width: 654px;
}
#flash {
	margin-top: 10px;
	width: 652px;
	height: 180px;
}
#conteudo {
	margin-top: 10px;
	width: 662px;
}
#bottom {
	width: 100%;
	height: 24px;
	background-image: url(../_images/bg_rodape.gif);
}
#bottom #copyright {
	padding-top: 7px;
	margin-left: 114px;
}
#rodape {
	width:100%;
	background:url(../_images/rodape.gif) no-repeat top;
	padding:12px 0px 12px 0px;
	text-align:center;
	clear:both;
	position:absolute;
	bottom:0;
 margin-top:10px;
}
/*#rodape {
	width:100%;
	background:url(../_images/rodape.gif) no-repeat top;
	padding:12px 0px 12px 0px;
	text-align:center;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}*/
#rodape, #rodape a { color:#006699; }
/* home, soluções */
#home #solucoes {
	float: left;
	width: 335px;
	padding-left:5px;
}
#home #solucoes #coll {
	float: left;
	width: 49%;
}
#home #solucoes #colr {
	float: right;
	width: 49%;
}
#home #solucoes #thumb { margin-top: 12px;  }
#home #solucoes #text {
	margin-top: 6px;
	width: 95%;
	font: normal 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #5e96cc;
}
#home #solucoes #text a, #home #solucoes #text a:visited { color: #88bff3; }
#thumb img { border:4px solid #004990;display:block; }
#thumb img:hover { border:4px solid #fff; }
.home_noticias {
	width:270px;
	height:150px;
	margin:0px;
	padding-right:10px;
	margin-bottom:20px;
}
/* titulos */
#tit_img { margin-bottom: 12px; }
#tit_img2 { margin-bottom: 24px; }
/* home, noticias */
#home #noticias {
	margin-top: 40px;
	float: right;
	width: 318px;
}
#home #noticias #line {
	margin-left: 4px;
	float: left;
	width: 1px;
	height: 200px;
	background-color: #1a5c9b;
}
#home #noticias #right {
	float: right;
	width: 294px;
}
#home #noticias #right b {
	font-weight: normal;
	color: #5085b5;
}
#home #noticias #right p { text-align:justify; }
#home #noticias a { color: #81afd9; }
/* links */
a, a:visited {
	color: #aed1f0;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
.branco { color:#fff }
.verde { color:#cadb2a; }
.titulo {
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}
/* images */
img { border: 0; }
#interna { }
#interna #menu_interno { margin-top: 20px; }
#interna #menu_interno #links ul {
	height:5px;
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style:none;
}
#interna #menu_interno #links ul li {
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
}
#interna #menu_interno #links a {
	margin-right: 20px;
	color:#FFFFFF;
}
#interna #menu_interno #line {
	height: 1px;
	background-color: #1a5c9b;
}
.subtitulo {
	margin-top: 20px;
	margin-bottom: 20px;
	color:#cadb2a;
	font-size:18px;
}
#interna #texto { }
#interna #texto-servicos {
	width: 400px;
	float: left;
}
#interna #image-solucoes {
	width: 200px;
	float: right;
	margin-right:15px;
}
#interna #image-solucoes #legenda {
	margin-top: 8px;
	margin-left: 5px;
	width: 50%;
	font-size: 9px;
}
#interna #image-solucoes #legenda #nome {
	width: 49%;
	float: left;
	color: #2d70b1;
}
#interna #image-solucoes #legenda #descricao {
	width: 49%;
	float: right;
}
#interna #image-solucoes #box {
	float:right;
	position:relative;
	margin-top:-50px;
}
#interna #image-solucoes #blank { margin-top: 120px; }

#texto-clientes ul { padding:0px; margin-left:0px; margin-bottom:30px;}
#texto-clientes ul li {list-style:none; float:left; width:200px; padding:2px; margin-right:5px;}

#interna #texto-clientes {
	width: 100%;
	float: left;
}
#interna #image-clientes {
	width: 340px;
	float: right;
}
#interna #image-clientes #thumbs { }
#interna #image-clientes #thumbs #col1 {
	width: 49%;
	float: left;
}
#interna #image-clientes #thumbs #col2 {
	width: 49%;
	float: right;
}
#interna #image-clientes #thumbs #legenda {
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 9px;
	color: #497fb4;
}
#interna #texto-contato {
	width: 330px;
	float: left;
}
#interna #endereco-contato {
	width: 280px;
	float: right;
	color: #497fb4;
}
.blt_back {
	margin-right: 4px;
	font-size: 9px;
}
.br_clear { clear: both; }
#texto-contato input, #texto-contato textarea {
	padding: 2px;
	margin:4px 0px 4px 0px;
	border: solid 1px #497fb4;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #598fc3;
	background-color: #044d95;
	float:right;
}
/* form, contato */
#texto-contato .nome {
	margin-left: 10px;
	width: 248px;
}
#texto-contato .email {
	margin-left: 9px;
	width: 248px;
}
#texto-contato .assunto {
	margin-left: 4px;
	width: 239px;
}
#texto-contato .msg { width: 301px; }
#texto-contato .bt_enviar {
	width: auto;
	border: 0;
}
label {
	width:60px;
	display:block;
	float:left;
	padding:4px 0px 4px 0px;
	text-align:right;
}
.spacer{clear:both;}
/*//////////////////////////////////////////////
PROPRIEDADES PARA AUTOAJUSTE
///////////////////////////////////////////////*/
.handcursor {
	cursor:pointer;
	font-size:12px;
	padding:3px;
}
.switchgroup1 { display:block; }
