html { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

body {
	background:url(../images/fundo.jpg) bottom center;
}


h1 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
}

h3 {
	width:80px;
	margin-top:10px;
	margin-right:20px;
	background:url(../images/rodape.jpg) bottom center #000;
	padding:4px 10px;
	font-size:18px;
	color:#FFF;
	border-bottom:3px #8b8b8b solid;
}

#cemporcentotop {
	width:100%;
	height:300px;
	margin-bottom:300px;
	background:#000;
}

#interna #cemporcentotop {
  height:100px;
  margin-bottom:10px;
}

#interna #conteudo {
  margin-bottom:30px;
}

#topo {
	width:960px;
	margin:0 auto;
	padding:10px;
	position:relative;
}

#logo {
	float:left;
	margin-right:30px;
}

#menu {
	float:right;
	height:40px;
	margin-top:15px;
	border-right:2px solid #FFF;
}


#menu li {
	float:left;
	font-size:22px;
	line-height:40px;
	text-align:center;
	color:#FFF;
	border-left:2px solid #FFF;
	cursor:pointer;
  position:relative;
  z-index:105;
}


#menu li a {
	color:#FFF;
  padding:0 20px 0 20px;
	text-decoration:none;
}


#menu li a:hover {
  color:#000;
  background:#FFF;
}

#menu li ul {
  position:absolute;
  background:#000;
  top:40px;
  left:-2px;
	border-left:none !important;
}

#menu li ul li {
  padding:0;
  width:8em !important;
  text-align:left;
}

#menu li ul li a {
  padding:0 1em;
	width:7em;
}

/*****************
  HACKS IECA 
*****************/

* html #menu {
	height:27px;
}

* html #menu li {
	line-height:27px;
}

* html #menu li ul {
  top:27px !important;
}

* + html/*/ * /**/ #menu {
	height:27px;
}

* + html/*/ * /**/ #menu li {
	line-height:27px;
}

* + html/*/ * /**/ #menu li ul {
  top:27px !important;
}


/******************* FIM CSS MENU *******************/

#conteudo {
	margin:0 auto 10px auto;
	width:920px;
	padding:20px;
}

#conteudo p {
	padding:15px;
	font-weight:bold;
	text-align:justify;
	font-size:16px;
	color:#000;
	background:url(../images/fundocorpo.png);
}

#cemporcentobottom {
	width:100%;
	height:70px;
	background:#000 url(../images/rodape.jpg);
	border-top:5px solid #8B8B8B !important; 
}


#rodape {
	width:960px;
	height:58px;
	padding-top:12px;
	background:none;
	margin:0 auto;
}

#rodape p {
	font-size:12px;
	color:#FFF;
}

#rodape p a {
	color:#6e6e6e;
}

.desenvolvido {
	float:right;
	margin-top:35px
}
