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

html,body{
	margin:0px;
}
#principal{
	position:absolute;
	width:1000px;
	height:610px;
	top:0px;
	left:50%;
	margin-left:-500px;
}
#principal #topo{
	position:absolute;
	width:1000px;
	height:370px;
}
#principal #conteudo{
	position:absolute;
	width: 1000px;
	height: 214px;
	top: 370px;
	left: 0px;
	background-image:url(../images/bg_conteudo_ini.jpg);
	background-repeat:no-repeat;
}
#principal #rodape{
	position:absolute;
	width: 1000px;
	height:26px;
	top: 584px;
	background-image:url(../images/bg_rodape.jpg);
	background-repeat:no-repeat;
}
#principal #rodape p{
	margin:0px;
}
#rodape p span{
	display:none;
}
#principal p{
 	color: #000;
}
#principal #rodape p.tel,#interna #rodape p.tel{
	width:282px;
	height:17px;
	margin-top: 3px;
	margin-left: 18px;
	background-image:url(../images/telefone.jpg);
}
#principal #conteudo div.logistica{
	position:absolute;
	width: 187px;
	height: 214px;
	padding-left: 13px;
	padding-right: 120px;
	background-image:url(../images/ft_logistica.gif);
	background-repeat:no-repeat;
	background-position:right 15px;
}
#principal #conteudo div.planejamento{
	position:absolute;
	width: 187px;
	height: 214px;
	padding-left: 13px;
	padding-right: 120px;
	margin-left: 335px;
	background-image:url(../images/ft_planejamento.gif);
	background-repeat:no-repeat;
	background-position:right 15px;
}
#principal #conteudo div.consulta{
	position:absolute;
	width: 287px;
	height: 214px;
	padding-left: 13px;
	padding-right: 5px;
	margin-left: 680px;
}
h1,p{
	margin:0px;
	padding:0px;
}
form label, p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    color: #666;
	line-height: 140%;
    display: block;
}
table tr td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
    color: #666;
}
#principal form label{
 	color: #000;
}
h1 span{
	display:none;
}
#principal #conteudo h1{
	margin-top: 15px;
	margin-bottom:10px;
}
#principal #conteudo h1.logistica{
	width:165px;
	height:24px;
	background-image:url(../images/tit_logistica.gif);
	background-repeat:no-repeat;
}
#principal #conteudo h1.consulta{
	width:131px;
	height:24px;
	background-image:url(../images/tit_consulta.gif);
	background-repeat:no-repeat;
}
#principal #conteudo h1.planejamento{
	width:182px;
	height:45px;
	background-image:url(../images/tit_planejamento.gif);
	background-repeat:no-repeat;
}
p.mais{
    margin-top: 12px;
}
p.mais a{
 	background-image:url(../images/bullet.gif);
    background-repeat:no-repeat;
    padding-left: 12px;
    color: #000;
}
p a:active,p a:link{
	color: #000000;
}
p a:hover{
	color:#D01F18;
}
p a:visited{
	color:#666;
}
form{
	margin:0px;
}
#fConsulta{
	margin-top: 8px;
}
.btn{
	margin-left: 47px;
	margin-top: 8px;
	border:none;
}
input{
	border:1px solid #CCC;
}
img{
	border:0px;
}
a.rcpd{
	position:absolute;
	right:5px;
	bottom:10px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#impressao{
	position:absolute;
	width:770px;
	height:440px;
	left:50%;
	margin-left:-385px;
	margin-top: 50px;
	text-align:center;
}
#impressao img{
	margin-bottom:30px;
}