@charset "utf-8";
/* CSS Document */
body {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font: 12px Arial, Helvetica, sans-serif;
	text-align:justify;
	background-color: #000000;
	background-image: url('imagens/design/bg-site.jpg');
	background-repeat: no-repeat;
	background-position: center top;

/* TAGS REDEFINIDAS*/
}
hr {
	border: 1px solid #D9E3F4;
}
h1 {
	font-size: 20px;
	color: #006699;
	padding-left: 50px;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	color: #333333;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #41855A;
	text-align: left;
	}
/* LINKS */
a {
	color: #44a1d0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* ID'S */
#rodape {
	background-color: #e5e2c0;
	padding: 10px;
	height: 80px;
}
#wrapper {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#titpagina {
	background-image: url(imagens/design/bg-tit-pagina.gif);
	height: 68px;
	width: 700px;
}
#conteudointernas {
	width: 700px;
	float: left;
}
/* GERAL */
.textopadrao1 {
	color: #999999;
}

.titulotabelas {
	font-size: 14px;
	font-weight: bold;
	color: #6666FF;
}

.textomenor {
	font-size: 11px;
}
.margemFotoNoticia {
	background-color: #FFFFFF;
	margin-right:10px;
	margin-bottom:10px;
}
#navbarbaixo {
	background-color: #D9E3F4;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C4D3EE;
	border-right-color: #C4D3EE;
	border-bottom-color: #C4D3EE;
	border-left-color: #C4D3EE;
}
.numeroItensManual {
	font-family: Tahoma, Arial;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #E7ECF8;
	border: 1px solid #C8C8C8;
}
.linkRodape {
	font-size: 11px;
	font-weight: normal;
	color: #423F1C;
	text-decoration:none;
}
.linkRodape a, linkRodape a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #423F1C;
	text-decoration:none;
}
.linkRodape a: hover{
	font-size: 11px;
	font-weight: normal;
	color: #423F1C;
	text-decoration:underline;
	
}
.destaqueInfomativo {
	font-size: 14px;
	font-weight: bold;
	color: #37966D;
	letter-spacing: 0px;
}
.destaqueInfomativo a, destaqueInformativo a: visited{
	font-size: 14px;
	font-weight: bold;
	color: #37966D;
	letter-spacing: 0px;
}
.destaqueInfomativo a: hover{
	font-size: 14px;
	color: #37966D;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration:underline;
}
