@charset "utf-8";
/* CSS Document */

body {
	background:#000000 url(../img/background.png) repeat;
	font-family:"Arial", sans-serif;
	font-size:12px;
}

img {
	border:none;
	
}



/**** IDS ****/
#wrapper {
	width:800px;
	height:780px;
	margin:auto;
}

	#top_wrapper {
		height:13%;
		background:url(../img/top_wraper.gif) no-repeat;
	}
	
		#top_banner, #top_right {
			height:100%;
		}
		
	
		#top_banner {
			width:63%;
			float:left;
			clear:right;
			background:url(../img/banner.jpg) top right no-repeat;
		}
		
		#top_right {
			width:37%;
			float:right;
			background:url(../img/top_right.gif) no-repeat;
		}
		#top_right a {
			color:#000000;
			font-weight:bold;
			text-decoration:none;
		}
			#top_menu {
				text-align:right;
				height:22%;
			}
			#top_login {
				height:78%;
				text-align:right;
			}
				#login_details {
					font-size:11px;
					padding-top:20px;
					padding-left:75px;
					text-align:left;
				}
			
			
			
			
	#menu_wrapper {
		height:4%;
		background:url(../img/menu_wraper.gif) no-repeat;
		margin-top:-1px;
	}
	
	
	
	
	
	#content_wrapper {
		height:80%;
		background:url(../img/content_wraper.gif) no-repeat;
		margin-top:-2px;
	}
	
		#content_left, #content_right {
			height:100%;
		}
	
		#content_left {
			width:75%;
			float:left;
			clear:right;
			background:url(../img/content_left.gif) no-repeat;
		}
		
			#content, #quick_links {
				width:100%;
			}
			
			
			#content {
				height:75%;
			}			
			
				#content_header {
					height:8%;
					text-align:center;
					margin:auto;
					padding-top:1ex;
				}
				
				#content_text {
					height:55%;
					width:96%;
					margin:auto;
				}
					#texto {
						padding:5px 0 0 10px;
						font-weight:bold;
						color:#666666;
					}
					#texto_ser {
						padding:5px 0 0 10px;
						font-weight:bold;
						color:#666666;
					}
						#texto_ser ul {
							margin-top:5px;
						}
				
				#flash_park {
					height:30%;
				}
			
			
			
			
			#quick_links {
				height:25%;
				
			}
			
				#quick_header {
					height:20%;
					background:url(../img/quick_links.gif) no-repeat;
				}
		
				#quick_text {
					height:69%;
					width:96%;
					margin:auto;
					padding-left:5px;
					font-weight:bold;
				}
					#quick_text a:link, #quick_text a:visited {
						text-decoration:none;
						color:#666666;
					}
					#quick_text a:hover {
						text-decoration:underline;
						color:#E19404;
					}		
		
		#content_right {
			width:25%;
			float:right;
			background:url(../img/content_right.gif) no-repeat;
		}
		
			#noticias, #abc_gest {
				width:95%;
				height:50%;
				margin-left:0.3em;
			}
			
				#noticias_header {
					margin-top:1ex;
					height:11%;
					background:url(../img/not_header.gif) no-repeat;
				}
				#noticias_text {
					height:89%;
					background:url(../img/not_text.gif) no-repeat;
					font-size:12px;
				}
				
					#not_titulo, #not_data, #not_corpo, #not_mais {
						text-align:center;
						font-weight:bold;
					}
				
					#not_titulo {
						background:url(../img/not_tit.gif) no-repeat;
						height:7%;
						color:#FFFFFF;				
						font-size:13px;
						margin-top:-3px;
					}
					#not_data {
						height:7%;
						background:url(../img/not_data.gif) no-repeat;
						color:#E19404;
					}
					#not_corpo {
						height:72%;
						width:90%;
						margin:auto;
						color:#666666;
						/*text-align:justify;*/
					}
						#not_corpo a:link, #not_corpo a:visited, #not_mais a:link, #not_mais a:visited{
							text-decoration:underline;
							color:#000000;
						}
						#not_corpo a:hover, #not_mais a:hover {
							color:#FFFFFF;
							background:#E19404;
							text-decoration:none;
						}
					#not_mais {
						height:10%;
					}
		
		
			#abc_gest {
				padding-top:1ex;
			}
			
				#abc_link {
					height:70%;
				}
				
				#abc_misi {
					height:25%;
				}
		
		
		
	#bottom_wrapper {
		height:4%;
		background:url(../img/bottom_wraper.gif) no-repeat;
		margin:-4px;
	}
	


