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

html, body{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	width:100%;
	min-height:100%;
	height:100%;
}

#palco1{
	position:fixed;
	z-index:1;
	width:100%;
	height:110px;
	background-color:#333;
}
#palco_topo{
	position:relative;
	margin:0 auto;
	width:1000px;
	height:110px;
}
#palco_logo{
	position:relative;
	float:left;
	margin:5px 20px 0 20px;
	width:315px;
}
#palco_menu{
	position:relative;
	float:right;
	margin:0 20px;
	width:475px;
	height:110px;
}

#palco_conteudo{
	position:relative;
	width:100%;
	overflow:hidden;
}


#palco2{
	position:relative;
	width:100%;
	height:670px;
	background-color:#333;
	overflow:auto;
	margin-top:100px;
	margin-bottom:-100px;
}

#menuprincipal{
	position:relative;
	width:540px;
	height:110px;
	margin:0;
	padding:0;
	list-style:none;
}
#menuprincipal li{
	float:left;
}
#menuprincipal li a{
	position:relative;
	width:90px;
	height:110px;
	display:block;
	text-align:center;
	line-height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-decoration:none;
	z-index:3;
}
#menuprincipal li a #fundo{
	width:90px;
	height:110px;
	position:absolute;
	z-index:-1;
}
#menuprincipal li a:hover #fundo{
	background:url(../jpgs/selectmenu.jpg) center no-repeat;
}
#palco3{
	width:100%;
	height:5px;
	background-color:#3a89cc;
}

#utilitarios{
	width:330px;
	float:left;
	margin-top:5px;
}


#empresa1{
	position:relative;
	top:100px;
	margin:0 auto;
	width:1000px;
}


#servicos1{
	position:relative;
	top:100px;
	margin:0 auto;
	width:1000px;
}


#consultas1{
	position:relative;
	top:100px;
	margin:0 auto;
	width:1000px;
	height:275px;
}
#consultas2{
	position:relative;
	top:100px;
	margin:0 auto;
	width:1000px;
}
#consultas3{
	position:relative;
	width:660px;
	float:left;
}
#consultas4{
	position:relative;
	width:300px;
	float:right;
	overflow:hidden;
	padding:0 10px;
	border-left:1px dotted #fff;
	margin:5px 0;
}
#consultas4 a{
	float:left;
}


#links1{
	position:relative;
	top:100px;
	margin:0 auto;
	width:1000px;
}


#contato1{
	position:relative;
	top:100px;
	margin:0 auto;
	width:1000px;
}
#contato2{
	position:relative;
	float:left;
	width:450px;
}
#contato3{
	position:relative;
	float:right;
	width:450px;
	height:500px;
}

/*----------------style textos------------------*/

a.classe1:link, .classe1:visited {
	color: #fff;
	text-decoration: none;
}

a.classe1:hover {
	color:#fff;
}

.padrao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: justify;
	margin:0;
}
.padrao2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: left;
	margin:0;
}

.titulos {
	font-family: "Century Gothic";
	font-size: 20px;
	color: #fff;
	margin:0;
	padding:20px 0;
}
.txt_box{
	font-family:Arial, Helvetica, sans-serif;;
	color:#fff;
	font-size: 12px;
	line-height: 14px;
	text-align:left;
}
.img{
	border:solid #FFF 5px;
	width:280px;
	height:45px;
	margin:10px;
	float:left;
}
.style6{
	width:240px;
	height:14px;
	margin-bottom:5px;
	padding:5px;
	border:1px solid #999;
	border-radius:2px;
	color:#fff;
	font-family:"Lao UI";
	font-size:12px;
	
	background:url(../imagens/bkg14.png);
}
.txt03{
	color:#FFF;
	font-family:"Lao UI";
	font-size:12px;
	text-align:center;
}