.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body{
	background: #A3CFE4 url(../img/fundo_site.jpg) repeat-x;
	font-family: arial;
	font-size: 13px;
	color: #444;
}

h3{
	color: #228;
	letter-spacing: 1.5px;
	word-spacing: 6px;
	font-size: 18px;
}

.janela{
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

.janela_top{
	background: url(../img/round_top.png) no-repeat;
	height: 15px;
	line-height: 15px;
}

.janela_bottom{
	background: url(../img/round_bottom.png) no-repeat;
	height: 15px;
	line-height: 15px;
}

.janela_middle{
	background: url(../img/round_middle.png) repeat-y;
}

.conteudo{
	width: 100%;
}

.conteudo .top img{
	float:left;
	margin-left: 36px;
	margin-top: 16px;
}

.conteudo .top h1{
	float: left;
	margin: 24px;
	font-size: 28px;
	text-align: center;
}

a
img
{
	border: none;
}

a{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.links{
	text-align: center;
}

.links a{
	margin: 24px;
}

.conteudo{
	width: 100%;
}

.conteudo .top{
	margin-bottom: 24px;
	text-align: center;
}

.conteudo .middle{
	width: 100%;
}

.conteudo .middle .texto{
	padding: 24px;
	
}

.conteudo .bottom .rodape{
	text-align: center;
	font-size: 10px;
}

.center500{
	position: relative;
	width: 500px;
	left: -250px;
	margin-left: 50%;	
}

.menu{
	margin-bottom: 20px;
	width: 100%;
}
.menu ul {
	list-style: none;
	padding: 0px;
}
.menu ul li{
	float: left;
	margin-right: 32px;
	text-align: center;
}

.mensagem{
	background: #AFA url(../img/msg.png) no-repeat left center;
}

.erro{
	background: #FBB url(../img/erro.png) no-repeat left center;
}

.mensagem,
.erro{
	width: 95%;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

.mensagem div,
.erro div{
	margin-left: 60px;
	position: relative;
	padding: 16px;
}

.lb{
	display: block;
	margin-top:12px;
}

.notas .header td{
	background: #444;
	color:white;
}

.notas td{
	font-size: 12px;
	background: #EEE;
	border-bottom: 2px solid white;
	padding-right:10px;
}

.notas .total td{
	background: #FFF;
	border-top: 1px solid black;
	font-size: 14px;
}
.notas td.linha_cor{
	background: #CDCDCD !important;
}
