@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	background:#fff;
}
body {
	height:100%;
	background:#fff;
	
}
#hnlBody {
	width: 1000px;
	margin: auto;
	height: 150px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 9pt;
	color: #666666;
}
#hnlBut {
	top: 80px;
	margin-top:0px;
	margin-left:0px;
}
#hnlBut a {
	border:0;
	outline:0;
}
#hnlTit {
	font-family: Helvetica;
	font-size: 14px;
	width: 325px;
	padding-top:3px;
	margin-top:20px;
	margin-left:0px;
	position:relative;
	float:left;
}


html>body #hnlTit {
	margin-left:5px;
}

.hnlBox {
	width: 155px;
	height: 170px;
	position: relative;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(../imagens/foto_header_fundo.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	border: solid 1px #E2E2E2;
	border-radius: 0px 0px 5px 5px; 
	margin-left: 10px;
}
	
.hnlBox span{
	font-family: Helvetica;
	font-size: 9px;
	font-weight:bold;
	color: #484848;
}
.hnlBoxList {
	font-family: Helvetica;
	font-size: 9px;
	text-align: left;
	color: #666666;
	list-style-image: url(../imagens/li_bullet.gif);
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 5px;
}
.hnlBoxList li {
	margin-bottom: 5px; 
}
.hnlBoxList p {
	font-family: Helvetica;
	font-size: 10px;
	font-weight:bold;
	color: #C81128;
	text-align: right;
	margin-right: 10px; 
	padding-bottom: 10px; 
}
.hnlBox a {
	color:#d3232d;
	text-decoration:none;
}
.hnlBox a:hover {
	color:#d3232d;
	text-decoration:underline;
}
.hnlBoxD {
	float: right; 
	padding-top: 20px;
}
.hnlBoxGeral {
	float: left; 
	margin-left: 55px;
	margin-bottom: 20px;
}
a.but01 { /*    Botão 01 usado para a ação principal da página, preferencialmente somente 1 por tela.    */
	display:block;
	font-size:11px;
	text-decoration:none;
	background: url(../imagens/but01a.png) no-repeat scroll top left;
	padding:0 0 0 7px;
	float:left;
	color:#fff;
	margin: 0 5px ;
	font-weight:bold;	
	line-height:88px;
	height:16px;
	overflow:hidden;
}
a.but01 span {  /* span de dentro do botão, para usar a técnica de cortina de backgrounds */
	height:16px;
	background: transparent url(../imagens/but01b.png) no-repeat scroll top right;
	color:#fff;
	line-height:18px;
	padding:2px 7px 0 0;
}
a.but01:hover { /* Estado Roll Over do botão */
	background-position: 0 -16px;
	text-decoration:none;
}
a.but01:hover span {
	background-position: 100% -16px;
}
a.but01:active { /* Estado Pressed do botão */
	background-position: 0 -32px;
	outline:none;
}
a.but01:active span {
	background-position: 100% -32px;
	padding-top: 3px;
	line-height:19px;
	color:#f5e4e5;
}
.clearFloat {           /* Esta classe deve ser colocada em um div ou break (<br>) e deve ser o ultiom elemento antes de fechar um div que deve conter totalmente seus elementos internos com float */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
#floatingHead {
	background:url(../imagens/floating_head.jpg);
	width:58px;
	height:40px;
	background-repeat:no-repeat;
	background-position:top center;
	position:absolute;
	left:579px;
	top:26px;
}

.headerlog {
position: absolute;
margin-top: 200px;	
font-family: Tahoma;
font-size: 18px;
color: #ffffff
}