* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body  {
	background-image: url(img/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 13px; /* resetando 1em para 12px */
	color: #323232;
}
hr {
	clear: both;
	display: block;
}
a {
	color: #6B6B6B;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	color: #f00;
}
#bemvindo a:link {
	color: #fff;	}
#bemvindo a:hover {
	color: #f00;
}
p {
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub {
	font-style: italic;
}
h2 {
	text-align: center;
	color: #255794;
	font-weight: normal;
	font-size: 22px;
}
h2.bemvindo {
	text-align: left;
	color: #fff;
}
.manutencaoBlock {
	margin-top: 20px;
	font-size: 33px;
	color: #fff;
	display: block;
	border: 4px solid #2291BD;
	text-align: center;
}
.saiba {
	position: relative;
	top: 20px;
	right: -70px;
}
#bemvindo p {
	color: #fff;
}
#tudo {
	width:778px;
	margin:0 auto;
}
#aplicacao {
	margin-left: 13px;
	background-image: url("img/lado.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding: 15px;
	height: 276px;
	width: 155px;
	float: left;
	display: inline; /*bug das margens duplicadas do ie6*/
}
#bemvindo {
	height: 250px;
	width: 322px;
	padding: 15px;
	float: left;
	display: inline; /*bug das margens duplicadas do ie6*/
	margin-right: 15px;
	margin-left: 15px;
	background-image: url("img/degrade.jpg");
	border: 4px solid #2086AE;
	border-top: none;
}
#cliente {	
	background-image: url("img/lado.jpg");
	height: 276px;
	width: 150px;
	padding: 15px;
	float: left;
	display: inline; /*bug das margens duplicadas do ie6*/
}
#cliente ul li {
	margin-top: 25px;
	padding-left: 15px;
}
#cliente ul li img {
	margin-right: 10px;
}

#copyright {
	clear: both;
	position: relative;
}
#copyright p {
	text-align: center;
}
#copyright p img  {
	position: absolute;
	right: 0;

}
#flash{
	position: absolute;	
	top: 15px;
	right: 10px;
}
#conteudo {
	width: 750px;
/*	background-color: #ff0;*/
	margin: 0 auto;
	margin-top: 5px;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}
