body {
	margin: 0px;
	background-image: url(../images/estrutura/background.gif);
	background-repeat: repeat-x;
	background-color: #d0d4d5;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #807e7e;
}
form {
	margin: 0px;
}
#wrapper {
	width:915px;
	margin-left: auto;
	margin-right: auto;
	display:table/*FAZ QUE A DIV ACABE JUNTO COM O CONTEÚDO*/
}
#logo_frente {
	height: 100px;
	text-align: left;
}
#search {
	text-align: right;
	height: 26px;
	margin: 12px 0px 11px 0px;
}
#content {
	background-color: #f7f7f7;
	margin-bottom: 2px;
}
#footer {
	background-image: url(../images/estrutura/footer.gif);
	width: 100%;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
	clear: both;/*FAZ QUE NÃO SEJA INFLUENCIADO PELO FLOAT*/
	text-align: center;
}
#content #destaque {
	height: 172px;
	margin-bottom: 10px;
	padding-top: 5px;
}
.lateral {
	width: 170px;
	padding: 0px 13px 0px 13px;
	float: left;
}
.bemvindo{
	font-size: 17px;
	font-weight: bold;
	color: #556155;
}
.bemvindo02 {
	font-size: 13px;
	font-weight: bold;
}
.menu {
	font-size: 11px;
	color: #6f716f;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	color: #489348;
	text-decoration: underline;
}
.boxesName {
	background-color: #20a353;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.boxlaterais {
	background-color: #FFFFFF;
}
.listalink li{
	background-image: url(../images/estrutura/listalink_bg.gif);
	background-repeat: repeat-x;
	margin: 0px 5px;
	height: 14px;
}
.listalink li a{
	background-image: url(../images/estrutura/listalink_a.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #807e7e;
}
.listalinksLInolink {
	background-color: #c1d4c2;
}
.listalinkExclusive li{
	background-image: url(../images/estrutura/listalinkExclusive_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 5px;
	height: 25px;
}
.listalinkExclusive li a{
	background-image: url(../images/estrutura/listalink_a.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #807e7e;
}
.listalinkExclusive2 li{
	background-image: url(../images/estrutura/listalinkExclusive_bg2.gif);
	background-repeat: repeat-x;
	margin: 0px 5px;
	height: 36px;
}
.listalinkExclusive2 li a{
	background-image: url(../images/estrutura/listalink_a.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #807e7e;
}
#infos {
	width: 523px;
	float: left;
	text-align: left;
	margin-bottom: 5px;
}
#infos td{
	vertical-align:top;
	text-align:justify;
}
#infos ul {
	list-style:square; 
	margin-left: 20px
}
#infos ol {
	list-style:decimal; 
	margin-left: 20px
}
.NotCaption{
	color: #556155;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.separador {
	background-image:url(../images/home/separador.gif);
}
a {
	color: #807e7e;
	font-weight: bold;
	
}
.comentarios {
	width:400px; 
	margin-left:60px; 
	border-top:#1b7421 thin solid; 
	background-color:#d9e3da; 
	padding: 5px
}
.NotObserv{
	color: #556155;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.colorObserv {
	background-color: #EDEDED;
}