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

body {	
	background: #3d413c;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	font-size: 14px;
	color: #4e4e4e;
	margin: 0;}
	
h1, h2, h3, h4 {
	color: #1E4A65;
}

.h4_sugestoes a{ color:#893838; }
.h4_sugestoes a:hover{ color:#893838; }

p {
	margin: 0.5em 0; }

div#cont table td{
	padding: 10px;
}
div#wrap {
	text-align: left;
	margin: 0 auto;
	width: 942px; }

div#head{
	z-index: 2;
	position: relative;
}

div#head_bar {
	height: 134px; 
	background: url(../img/head_bar_bg.jpg) bottom repeat-x;
	position: relative;}
	img#page_title {
		float:left;
		margin: 32px 20px;
	}

div#head_shadow{
	background: url(../img/head_shadow.png) top repeat-x;
	height: 7px;
	position: absolute;
	width: 942px;
	z-index: 1;
	_display: none;
}

div#body_wrap{
	z-index: 0;
	/*position: relative*/;
}	
div#body {
	background: #FFFFFF;
	padding-bottom: 30px;
}div#cont{
	zoom: 1;}
	

div#right_col{ 
	float:right;
	width:302px;
	margin:0;
	margin-left: 10px;
	margin-right: 4px;
	padding:0; }
	div#right_col_framed{
		background: url(../img/right.jpg) repeat-y; }
		div#right_frame_top{
			background: #FFF url(../img/right_top.jpg) bottom no-repeat;
			height:9px;}
		div#right_frame_bottom{
			background: #FFF url(../img/right_bottom.jpg) top no-repeat;
			height:16px;}
		
div.banner{
		width: 178px;
		margin: 20px auto 15px;}
	
div#footer {
	background: url(../img/foot_bg.png) #005A7F center top no-repeat;
	clear: both;
	height: 130px;
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.1em;
	color:#bbb;}
	div#footer a {
		color:#bbb;
		text-decoration: none; }
		div#footer a:hover {
			text-decoration: underline; }
	div#bottom_menu {
		width: 550px;
		margin-left: 85px;
		_margin-left: 43px;
		float: left;}
	div.bottom_menu_item {
		margin: 0 17px;
		float: left;}
		div.bottom_menu_item ul, div.bottom_menu_item li {
			margin: 0;
			padding: 0;
			list-style-type: none;}
	div#foot_logo{
		width: 210px;
		float: right; }
		div#foot_logo img{
			vertical-align:middle;
			margin: 10px 20px 0 0;}
		div#foot_logo .logo_title {
			display:block;
			margin-bottom: 7px;}

div#navi {
	float: right;
	margin: 33px 15px 0 0;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 99;
	}
	div#navi a{
		color: #ddd;
		text-decoration: none;}
		div#navi a:hover {
			text-decoration: underline;}
		div#navi li {
			margin: 0;
			padding: 0 4px;
			list-style-type: none;
			border-left: #ddd solid 2px;}
			div#navi li.more {
				margin-right: 3px;
				padding-right: 6px;
				background: url(../img/navi_more.gif) right center no-repeat;}
			div#navi li.first{
				border:none; }
			div#navi ul li ul {
				margin: 0 0 0 -6px;
				_padding-top: 8px;
				border-left: #ddd solid 2px;
				z-index:4;
			}
		div#navi ul {
			text-transform:uppercase;
			color: #ddd;
			margin: 0;
			padding:0;
			font-size: 11px;
			/*font-weight:bold;*/}
			div#navi ul ul li{
				float:none;
				background: none;
				border: none;
				_line-height: 0.5em;
				}

/*dropdown*/
#navi, #navi ul { /* all lists */
	/*padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;*/}
#navi a {
	display: block;
	/*width: 150px;*/}
#navi li { /* all list items */
	float: left;
	/*width: 150px;*/ /* width needed or else Opera goes nuts */}
#navi li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	background: url(../img/navi_bg.png) top repeat-x;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */}
#navi li:hover ul, #navi li.hover ul { /* lists nested under hovered list items */
	left: auto;}

div#search_form{
	position: absolute;
	right: 16px;
	top: 102px;
	height: 19px;
	_height: 18px;
	width:145px;
	background: #FFF;}
	div#search_form .text {
		border: 1px solid #FFF;
		height: 15px;
		font-size: 12px;
		background: #FFF;
		width: 122px;
		_width: 118px;
		_height: 14px;
		color:#666;}
	div#search_form .submit {
		width:20px;
		height: 19px;
		background: url(../img/search_but.jpg);
		border: none;
		position: absolute;
		right: 0;}

div#up{
		background: #68C3D7; 
		color: #FFF;}
		div#up a{
			color: #FFF; }

div.details{
	background: #68c3d7;
	color: #FFF;}
div.details_sugestoes{
	background: #d30048;
	color: #FFF;}
span.assunto {
	font-size:0.85em;
	color: #FFF;
	font-weight: bold; 
	text-transform: uppercase;
	margin-left: 10px;
	float: left;
	display: block;
	width: 100px;}
span.date {
	font-size:0.7em;
	font-weight:bold;
	text-transform: uppercase; }
	
div.noticia {
	margin-bottom: 10px;
	padding-top: 8px;
	border-top: 1px dashed #999; }
	div.noticia h4 {
		color: #1e4a65;
		font-size: 1.3em;
		line-height: 1em;
		margin: 0.5em 0; }

span.block_head {
	display:block;
	background:#1e4965;
	padding: 3px 0 0;
	margin-bottom: 20px;}
	span.block_head h3{
		margin: 0;
		display:inline;
		background: white;
		text-transform:uppercase;
		font-size: 0.9em;
		line-height: 1.2em;
		padding: 1px 4px 0 4px;}

span.breadcrumb {
	text-decoration:none;}
	span.breadcrumb a {
		text-decoration:none;
		text-transform: none;
		padding-right: 10px;}
	span.breadcrumb a.active{
		text-decoration: underline;
		text-transform:uppercase; }
		span.breadcrumb a:hover {
			text-decoration: underline;}


div.pagination {
	margin-top: 30px;
	font-size: 0.8em; 
	color: #666;
	text-align: center;}
	div.pagination span {
		margin: 0 1px; }
		div.pagination span.active{
			text-decoration: underline; 
			font-weight: bold; }
		div.pagination span.numero {
			margin: 0; }
		div.pagination span.count {
			margin-right: 20px; }
	div.pagination a{
		text-decoration: none;
		color: #666;}
		div.pagination a:hover {
			text-decoration: underline; }

div.switch {
	background: #FFF url(../img/blue_bar.gif) bottom repeat-x;
	height: 55px;
	margin-bottom: 20px;}
	div.switch a {
		display:block;
		float: left;
		width: 50%;
		background-color: #ff7134;
		text-align: center;
		line-height: 25px;
		text-decoration:none;
		text-transform:uppercase;
		color: #fff;
		font-weight: bold;}
		div.switch a.active {
			background-color: #FFF; 
			color: #666;
			border-top: 1px solid #999;
			text-decoration:underline;}
		div.switch a:hover {
			text-decoration:underline; }

div.segundo_col div.noticia {
	line-height: 1.2em;
	margin: 5px 0;
	padding-top:5px;}
	div.segundo_col div.noticia p{
		font-size: 0.9em; }
	div.segundo_col span.assunto {
		margin-right: 10px;
		text-align: right;
		float: right;
		margin-left: 0;
		display: inline;
		font-size: 0.7em;
		width: auto;
		color: #006;}
		div.segundo_col span.assunto a{
			color:#006;}
	div.segundo_col span.date {
		display: block;
		float: left;
		color: #999;}
	div.segundo_col div.noticia_cont {
		clear: both;
		font-size:0.9em;}
	div.segundo_col div.details {
		margin-bottom: 8px;
		background: none;}
		
div .ver_todos{ padding:10px; }
div .ver_todos a{ color:#1e4a65; font-size:12px; text-decoration:none; } 		
div .ver_todos a:hover{ text-decoration:underline; } 		
		
.right {
	float: right;
	margin: 5px 0 10px 20px; }
.left {
	float: left;
	margin: 5px 20px 10px 0; }

.underline {
	text-decoration:underline;
}

.hidden{
	display:none;
}
	
span.maislink {
	display: block; 
	text-align: right;
	font-size: 0.8em;}
span.voltarlink { 
	display: block; 
	text-align: left;
	font-size: 0.8em;}
span.maislink_sugestao{	
	display: block; 
	text-align: right;
	font-size: 0.8em;
	margin-right:10px;
	margin-top:5px;
} 
span.maislink_sugestao a{	
	color:#893838;
	text-decoration:none;
} 
span.maislink_sugestao a:hover{	
	color:#893838;
	text-decoration:underline;
} 
div.mais_noticias {
   text-align: center;
   margin: 5px 0 15px;
}

span.assunto a {
	color: #FFF;
	text-decoration: none;
} span.assunto a:hover {
	text-decoration: underline; }

div#up {
	padding: 5px 20px; 
	margin-bottom: 30px;}

body#tinymce {
	background-color:#FFF;
	text-align: left;
}

img.news_img_small {
	height: 100px; 
	float: left;
	margin: 4px 7px 3px 0;}
	
img.camera-icon {
	margin-left: 5px; 
}
