* {
	margin: 0px;
	padding: 0px;
}
html, body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:1em;
  background-color: #f4f4f4;
}
#lTotal {
	width: 100%;
	text-align: center;
}
#lMaxima {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index:2;
	text-align: left;
}
#header {
	height: 120px;
	width: 760px;
	overflow: hidden;
}
#conteudo {
  background-color: #000000;
  margin-top: 31px;

}
.quadroIcone {
	width: 185px;
	height: 75px;
	position: absolute;
	background-color: #000000;
	text-align: center;
	z-index:800;
}
.quadro_titulo {
  left: 190px;
  background: url(../imagens/conteudo02.jpg) no-repeat right;
  height: 75px;
  width: 570px;
  position: absolute;
  overflow: hidden;
  z-index:801;
  margin: 0;
}
.quadro_interno {
  width: 100%;
  background: url(../imagens/blank.png) repeat;
  text-align: center;
  z-index:802;
  height: 120%;
  margin-top: -8px;
}
#quadro_conteudo {
  position: relative;
  display: block;
  width: 100%;
  top: 80px;
  background-color: #FFFFFF;
  z-index:803;
}
#quadro_conteudo p {
  line-height: 1.2em;
}
.margem_conteudo {
	margin: 10px;
}
.div_50 {
	float: left;
	width: 48%;
}
.submenu{
  float:left;
  width:150px;
  background-color: #f4f4f4;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.submenu a:link, .submenu a:visited, .submenu a:active{
	color:#000066;
	text-decoration:none;	
	line-height: 1.5 em;
    font-weight:bold;
    display:block;
    padding:10px;
}
.submenu a:hover{
	color:red;
	text-decoration:underline;
    background-color:#FFFFFF;
    display:block;
}
.conteudo_se{
  float:left;
  width:550px;
  margin-left:10px;
}
.conteudo_se h3{margin-top:0px;}
.conteudo_se th{
	font-size: 0.6em;
    text-align:center;
    padding:2px;
    border:#999999 solid 1px;
}
.conteudo_se td{
	font-size: 0.6em;
    text-align:center;
    padding:2px;
    border:#999999 solid 1px;
}
#rodape {
  background: #000000;
  z-index: 1005;
  margin: 85px 0 0 0;
  padding: 0;
}


#rodape  address {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.7em;
	font-style: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
