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

#Home{
position:relative;
width:880px;
height:100%;
}

	#ModuloEsquerdo, #ModuloDireito{
	position:relative;
	width:386px;
	height:auto;
	}

	#ModuloEsquerdo{
	float:left;
	margin:0 42px 0 33px;
	}
	
		#ModuloInstit{
		position:relative;
		width:386px;
		min-height:100%;
		overflow:hidden;
		margin:30px 0 0 0;
		}
		
			#ModuloInstit-barra{
			width:386px;
			height:4px;
			background:#d4a246;
			}
			
			#ModuloInstit-titulo{
			font-size:18px;
			color:#d4a246;
			line-height:200%;
			font-weight:bold;
			}
			
			#ModuloInstit-destaque{
			width:384px;
			height:260px;
			border:1px solid #d4a246;
			margin:10px 0 0 0;
			}
	
			#ModuloInstit-facegrupo{
			width:384px;
			height:auto;
			margin:30px 0 0 0;
			}
	#ModuloDireito{
	float:left;
	margin:0 33px 0 0;
	}
	
		#ModuloNote{
		position:relative;
		width:386px;
		min-height:100%;
	    overflow:hidden;
		margin:30px 0 0 0;
		}
		
			#ModuloInstit-barra{
			width:386px;
			height:4px;
			background:#d4a246;
			}
			
			#ModuloInstit-titulo{
			font-size:18px;
			color:#d4a246;
			line-height:200%;
			font-weight:bold;
			}
			
			#ModuloInstit-noticias{
			position:relative;
			width:386px;
			min-height:100%;
			overflow:hidden;
			margin:10px 0 0 0;
			padding:0 0 10px 0;
			border-bottom:1px dashed #d4a246;
			}
			
			.ModuloInstit-noticia-final{
			border-bottom:none !important;
			}
			
				#Noticias-titulo-data{
				width:70px;
				color:#d4a246;
				float:left;
				padding:0;
				}
				
				#Noticias-corpo{
				width:311px;
				height:auto;
				line-height:150%;
				float:left;
				color:#999999;
				margin:0 0 0 5px;
				text-align:justify;
				font-size:11px;
				}
				
				.Noticias_titulo{
				font-weight:bold;
				color:#d4a246;
				}

		#ModuleArtigos, .ModulosArtigos-artigos{
		width:386px;
		height:auto;
		color:#d4a246;
		text-align:justify;
		}
		
			.ModulosArtigos-corpo{
			color:#999999;
			}
		
			.ModulosArtigos-artigos{
			padding:10px 0 10px 0;
			border-bottom:1px dashed #d4a246;
			font-weight:bold;
			text-indent:25px;
			}
			
			#Artigos-envie{
			float:right;
			color:#d4a246;
			font-weight:bold;
			margin:10px 0 0 0;
			}
