/* CSS Document */
	#logo-home {
		float: left;
		/*margin-top: 5px;25*/
		margin-top: 37px;
		}
		
* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #b8b7aa;
	font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: none;
	}

a {
	text-decoration: none;
	color:#363636;
	}
	a:hover {
		text-decoration: underline;
		}

ul li{
	list-style: none;
	}
	
p{text-align: justify;}
p.todas-noticias{
	text-align: center;
	margin-top: 7px;
	text-decoration:underline
	}					
		
.wrapper {
	width: 750px;
	margin: 0 auto;	
	}
	
	#all{
		margin: 0 auto;			
		}		

.sizefix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	}	

.clear {
	clear: both;
	}

#header {
	width: 100%;
	height: 185px;
	background: url(../img/bg_header.gif) repeat-x top;
	}
	#header .wrapper {
		padding-top: 9px;
	}
	
	#header p#frase {
		font-weight: bold;
		color: #fff;
		text-align: right;
		}
	
	#header img.logo {
		float: left;
		/*margin-top: 5px;25*/
		margin-top: 37px;
		}
	
	#header #login {
		float: right;
		/*width: 450px;*/
		margin-top: 20px;
		}
		#header #login p#tit-formulario {
			text-indent: -9999em;
			background: url(../img/area_restrita.gif) no-repeat;
			margin-bottom: 10px;
			height: 15px;
			}
			
			

		
		#header #login .field {
			float: left;
			width: 160px;
			margin-right: 5px;
			}
			#header #login .field label {
				color: #828282;
				padding: 2px 5px 0 0;
				text-align: right;
				}
			
			#header #login .field input {
				width: 110px;
				border: 1px solid #d0d0d0;
				padding: 3px;
				font: 11px "Tahoma", Verdana, Arial, Helvetica, sans-serif;
				text-align: left;
				color: #525252;
				}
			
			#header #login p.submit {
				float: left;
				}
			
			#header #login p.forgot {
				font-size: 9px;
				/*float: right;*/
				padding-top: 5px;
				clear: both;
				text-align: right;
				}
				#header #login p.forgot a {
					color: #828282;
					}
	
	#header #menu {
		clear: both;
		width: 750px;
		margin: 10px auto 0;
		}
		#header #menu ul#menu-principal {
			background: url(../img/bg_list_top.gif) repeat-x bottom;
			height: 31px;
			padding-left: 30px;
			}
			#header #menu ul#menu-principal li {
				float: left;
				list-style: none;
				background: url(../img/bg_list_top2.gif) no-repeat right bottom;
				cursor: pointer;
				}
				#header #menu ul#menu-principal li a {
					display: block;
					padding: 10px 11px 0 8px;
					height: 21px;
					float: left;
					}
					
				#header #menu ul#menu-principal li a:hover, #header #menu ul#menu-principal li.last a:hover {
					background: #358ad0;
					}
				
				#header #menu ul#menu-principal li a {
					color: #fff;
					}
					#header #menu ul#menu-principal li a:hover {
						text-decoration: none;
						}
				
				#header #menu ul#menu-principal li.last {
					background: none;
					}
		
		#header #menu #submenu {
			background: url(../img/bg_sublist_top.gif) repeat-x;
			height: 24px;
			padding-left: 30px;
			-moz-border-radius-bottomleft: 10px;
			}
			
			#header #menu #submenu ul {
				display: none;
				overflow: hidden;
			}		
			

			#header #menu #submenu ul.ibgt {
				margin-left:45px;
			}			
			#header #menu #submenu ul.associe-se {
				margin-left:84px;
			}						
			#header #menu #submenu ul.area-para-associados {
				margin-left:160px;
			}						
			#header #menu #submenu ul.patrocinadores {
				margin-left:330px;
			}			
			#header #menu #submenu ul.noticias {
				margin-left:429px;
			}			
			#header #menu #submenu ul.publicacoes {
				margin-left:524px;
			}			
			#header #menu #submenu ul.contato {
				margin-left:505px;
			}			
			
			
				#header #menu #submenu ul li {
					padding: 5px 9px 0;
					float: left;
				}
					#header #menu #submenu ul li a {
						color: #fff;
					}

#content {
	overflow: hidden;
	padding: 10px 0;
	background-color: #d8d7cd;
	position: relative;
	}
	#content .wrapper {
		overflow: hidden;
		min-height: 654px;		
		}

#footer {
	clear: both;
	background-color: #b8b7aa;
	height: 100px;
	padding-top: 30px;
	color: #48382c;
	}
	#footer p {
		margin-bottom: 20px;
		}
		
		
	.apoiadores{
		background: url(../img/bg-column-right.gif) no-repeat;
		width: 188px;
		height: 654px;
		/*float: left;*/
		/*position:absolute;
		top: 0;
		right: 0;*/
		margin-left: 15px;
		margin-right: auto;
		}
		.apoiadores ul{
			list-style: none;
			overflow: hidden;
			margin: 65px 0 0 14px;
			}	
			.apoiadores ul li{
				margin: 9px 0;
				}
		
		
		
		
		