@charset "utf-8";
/* CSS Document */
a:link {
	color: #336c81;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336c81;
}
a:hover {
	text-decoration: underline;
	color: #336c81;
}
a:active {
	text-decoration: none;
	color: #336c81;
}
body {
	background:url(../imgs/bg-body.gif) repeat-y center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336b81;
	}
#wrap {
	width:100%;
	height:auto;
	overflow:hidden;
	}
#page {
	width:980px;
	height:auto;
	margin:0 auto;
	}
#main {
	width:980px;
	height:auto;
	overflow:hidden;
	}
.logoName {
	background:url(../imgs/logo-name.gif) no-repeat;
	width:86px;
	height:219px;
	float:left;
	display:block;
	text-indent:-9999px;
	}
.colunnLeft {
	background:url(../imgs/bg-colunnleft.gif) no-repeat right top;
	width:200px;
	height:auto;
	min-height:400px;
	float:left;
	overflow:hidden;
	padding:20px 0 0 0;
	}
ul {
	width:180px;
	height:auto;
	overflow:hidden;
	margin:0 0 0 8px;
	}
ul li {
	background:url(../imgs/bg-li-nav.gif) no-repeat 0 18px;
	width:172px;
	height:auto;
	overflow:hidden;
	border-bottom:1px dotted #336c81;
	padding:0 0 5px 8px;
	}
ul li h3 {
	font-weight:bold;
	line-height:15px;
	display:block;
	padding:10px 0 5px 0;
	cursor:pointer;
	}
ul li ul {
	background:#f7f7f7 url(../imgs/bg-ul-sub.gif) repeat-x;
	width:172px;
	height:auto;
	overflow:hidden;
	padding:8px 0;
	margin:0;
	display:none;
	}
ul li ul.active {
	display:block;
	}
ul li ul li {
	background:url(../imgs/bg-li-sub.png) no-repeat 3px 13px;
	padding:0 0 0 5px !important;
	border:none !important;
	width:160px;
	display:block;	
	padding:5px 0 8px 0;
	overflow:hidden;
	}
ul li ul li:hover {
	background:#336b81 url(../imgs/bg-li-sub.png) no-repeat 3px 12px;
	}
ul li ul li a {
	display:block;
	float:left;
	margin:5px 0 5px 5px;
	}
ul li ul li:hover a {
	color:#FFF;
	text-decoration:none;
	}
.colunnRight {
	width:670px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0 0 0 20px;
	padding:20px 0 0 0;
	}
.colunnRight h2 {
	font-size:32px;
	color:#336c81;
	font-weight:bold;
	display:block;
	}
.colunnRight .content {
	width:650px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:10px 0 0 0;
	}
.destaque {
	width:637px;
	height:auto;
	border:1px solid #336c81;
	overflow:hidden;
	position:relative;
	}



.content .btnAcesse {
	background:url(../imgs/btn-acesse.gif) no-repeat;
	width:100px;
	height:30px;
	text-align:center;
	text-decoration:none;
	padding:2px 0 0 0;
	display:block;
	font-weight:bold;
	font-size:20px;
	color:#FFF;
	float:right;
	margin:10px 10px 0 0;
	}
.content .btnAcesse:hover {
	background:url(../imgs/btn-acesse.gif) no-repeat 0 -32px;
	}
.content .infor {
	background:#e7e7e7;
	width:250px;
	height:auto;
	float:left;
	margin:10px 0 0 0;
	padding:10px;
	}
.content .infor p {
	font-size:12px;
	font-weight:bold;
	color:#336b81;
	display:block;
	margin:0 0 10px 0;
	}
.content .infor strong {
	color:#092e3c;
	margin:0 5px 0 0;
	font-size:15px;
	font-weight:bold;
	}