@charset "UTF-8";
* {
	border:none;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.5em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image:url(../layout/backgeral.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	background-color:#F0F0F0;
	
}

a:link {
	color: #999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #333;
	border-bottom:none;
}
a:active {
	text-decoration: none;
	color: #333;
	border-bottom:none;
}
/* construcao */
#contentor {
	display:block;
	position: absolute;
	width:540px;
	left:50%;
	margin-left:-270px;
	top:0px;
}
#logo {
	position: absolute;
	width:540px;
	height:100px;
	top:30px;
	background-image:url(../layout/logo.jpg);
	background-repeat:no-repeat;
}
#intro {
	position:absolute;
	background-color:#000;
	top:140px;
	width:520px;
	height:120px;
	padding:10px;
	
	color:#FFF;
	font-size:10px;
}

#intro .destaque {
	font-size:16px;
	text-transform:uppercase;
}
#balao {
	position: absolute;
	top:280px;
}
#areas {
	position:absolute;
	top:300px;
	display:inline;
}
	#areas .destaque {
		font-size:14px;
		text-transform:uppercase;
		font-weight:bold;
	}
	#areas .inactivo {
		font-size:14px;
		text-transform:uppercase;
		color: #999;
	}
	#areas .txtinactivo {
		color: #999;
	}
	
		#areas img {
			border:1px solid #FFF;
		}
		#assembleia img:hover {
			border:1px solid #666;
		}
		#legislativas img:hover {
			border:1px solid #666;
		}

	
		#assembleia {
			position:relative;
			width:160px;
			float:left;
			left:0px;
		}
		#legislativas {
			position:relative;
			width:120px;
			float:left;
			left:20px;
		}
		#europa {
			position:relative;
			width:160px;
			float:left;
			left:30px;
		}
		#autarquias {
			position:relative;
			width:160px;
			float:left;
			left:60px;
		}
#footer {
	position: absolute;
	top:640px;
	border-top:1px solid #FFF;
}
#footer p {
	color:#666;
	font-size:0.8em;
}