* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 11px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, Geneva, sans-serif;
	color: #919190;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 240px;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content-main {
	padding: 30px 0 0 310px;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 960px;
	margin: -100px auto 0;
	height: 10px;
}

.destaque{
	width:100%;
	height:18px;
	background:#d2e9d4;	
	padding:5px 5px 5px 15px;
}
.titulo{
	width:100%;
	height:18px;
	background:#b3b2b2;	
	padding:5px 5px 5px 15px;
}
.titulo h3{
	color:white;
}

.docs{
	clear:both;
	border-bottom:1px solid #919190;
	color:#4a80ae;
	padding-left:5px;
	min-height:25px;
}

.til{
	cursor:pointer;
	width:402px;
	height:18px;
	background:#5686b3;	
	padding:0 0 0 10px;
	color:white;
	margin-bottom:2px;

}

.mais{
	color:#5686b3;
	background: url('imagens/mais.png') no-repeat right center;
	padding-left:50px;
	width:80px;
	height:18px;
	float:right;
}
.menos{
	color:#5686b3;
	background: url('imagens/fechar.png') no-repeat right center;
	padding-left:50px;
	width:80px;
	height:18px;
	float:right;
}
	
.det{
	background:#e1effa;
	padding: 10px 0 0 10px;
	min-height:145px;
	display:none;
	margin-top:-2px;
	}

.det img{float:right;margin-top:-10px;width:100px;}

.news{
	width:100%;
	height:auto;
	padding:10px 0 0 10px;
	}
.new{
	padding:10px 0 0 0;
	}
.news a{
	/*padding: 0 0 10px 10px;*/
	margin-bottom:5px;
	color:inherit;
	text-decoration:none}
.news a:hover{text-decoration:underline;}

	
.contents{
	padding:15px 0 0 15px;
}

.hr{color:#e8e8e8;}

h3{
	color:#554f9b;
	font-weight:bold;
	}
	
h4{
	color:#919190;
	}
	
.org{
	width:150px;
	height:18px;
	background-color:#bad7f4;
	color:#3f7dad;
	padding-left:10px;
	text-transform:uppercase;
	}
	
.seta{
	background: url('css/seta.png') no-repeat left center;
	height:25px;
	width:100px;
	}

