@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
    padding: 0;
	border: 0;
	font-size: 11pt;
	color: #2b383f;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
}

html {

	background: #FFFFFF;
	overflow: hidden;
}

/* links */

a:link, a:visited {
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #555;
}
h1 { font-size: 24pt ; color: #333; }
h2 { font-size: 20pt; font-weight: normal; }
h3 { font-size: 1.8em; font-weight: bold; letter-spacing: -0.5px; }
h4 { font-size: 1.5em; }

/* header */
#header {
	
  height: 100px;
  width: 100%;
  background: #ffffff;
  position: relative;
  margin: 0 auto;
}

#header #logo img { height: 90px; float: left; margin: 5px 10px; }
#header #logo-text {
	
	margin-left: 15px;
	float: left;
}

#nav {
	
	width: 100%;
	height: 32px;
	margin: auto;
	background: #3189bd; 
}

#nav .publicacao {
	
	line-height: 32px;
	color: #FFF;
	float: left;
}

#nav a {
	
	line-height: 32px;
	color: #FFF;
	float: right;
	padding: 0px 8px;
	border-left: solid 1px #FFFFFF;
}

#nav a:hover { background: #4e4e4e; }

#corpo {

	width: 100%;
	margin: auto;
}

.nav {

	width: 290px;
	float: left;
	padding: 5px;
	background: #f8f8f8;
	position: relative;
}

.nav p, .nav strong { font-size: 9pt; }

.footer {
	
	width: 290px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 15px;
	text-align: center;
}

.footer img { width: 80px; }

#conteudo {
	
	float: left;
	padding: 0;
}

