
/*************************   Corpo Inicial (espaçamentos: 30px, azul: #1D3E67, amarelo: #C69803)   ************************/

#corpoInicio { /* tem IE7 hack */
	width:930px;
	overflow:hidden;
	background-color:#FFF;
	padding:30px;
	clear:both;
	margin:0 auto;
	
	/*
	-moz-border-bottom-radius: 8px;
	-webkit-border-bottom-radius: 8px;
	border-bottom-radius: 8px;
	behavior:url(../inc/border-radius.htc);
	*/
}
	#corpoInicio h1{
		font-family:Arial, Helvetica, sans-serif;
		color:#1D3E67;
		font-size:23px;
		letter-spacing:-1px;
		padding:20px 0 0 70px;
		margin:0;
		display:block;
		height:40px;
	}

	#corpoInicio #ilustracao{
		width:316px;
		height:253px;
		float:left;
	}
	
	#corpoInicio #introducao{
		width: 340px;
		height: 253px;
		float:left;
		margin-left:30px;
		color:#1D3E67;
	}
		
		#corpoInicio #introducao a{
			color:#C69803;
			font-weight:bold;
		}
		
		#corpoInicio #introducao a:hover{
			color:#1D3E67;
			background-color:#FFDF63;
			border:1px solid #FECD12;
			padding:3px;
		}
	
		#corpoInicio #introducao #tamanho24{
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			font-weight:bold;
			letter-spacing:-2px;
		}
		
		#corpoInicio #introducao #tamanho22{
			font-family:Arial, Helvetica, sans-serif;
			font-size:22px;
		}
		
		#corpoInicio #introducao #tamanho12{
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:1.2em;
			text-align:justify;
		}
	
	
	#corpoInicio #arearestrita{
		width:212px;
		height:251px;
		float:left;
		margin-left:30px;
		background: url("../img/corpo_AreaRestrita_bg.jpg") no-repeat center;
		color:#FFF;
		font-size:11px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
	
		#corpoInicio #arearestrita a {
			color:#C69803;	
		}
		
		#corpoInicio #arearestrita p {
			margin:55px 0 15px 20px;	
		}
		
		#corpoInicio #arearestrita label {	
			font-family:Arial, Helvetica, sans-serif;
		}

		#corpoInicio #arearestrita form {
			margin:10px 0 15px 20px;	
		}
	
	
	
	
	
	
	
	
	
	
	#corpoInicio #institucional {
		width: 450px;
		height: 278px; /*height: 238px;*/
		float:left;
		margin-top:30px;
	}
	
		#corpoInicio #institucional h1{
			background: url("../img/corpo_Tit_institucional.jpg") no-repeat center;
		}
	
	
	#corpoInicio #eventos {
		width:450px;
		height: 278px; /*height: 238px;*/
		float:left;
		margin-left:27px;
		margin-top:30px;
	}
	
		#corpoInicio #eventos h1{
			background: url("../img/corpo_Tit_eventos.jpg") no-repeat center;
		}
		
		#corpoInicio #eventos table{
			margin-top:30px;
			margin-left:10px;
		}
		
			#corpoInicio #eventos table tr td {
				color:#1D3E67;
				font-family:Arial, Helvetica, sans-serif;
				font-size:16px;	
			}
			
			#corpoInicio #eventos table tr td a{
				color:#C69803;
			}
			
			#corpoInicio #eventos table tr td a:hover{
				color:#1D3E67;
			}
			
		
	
	
	#corpoInicio #comunicados {
		width:450px;
		height:395px; /* height:365px;*/
		float:left;
		margin-top:30px;
	
	}
	
		#corpoInicio #comunicados h1{
			background: url("../img/corpo_Tit_comunicados.jpg") no-repeat center;
		}
		
		#corpoInicio #comunicados ul{
			margin:0;
			padding:0;
			list-style:none;
			margin-top:30px;
		}
	
			#corpoInicio #comunicados ul li{
				margin:20px 0 0 10px;
				color:#1D3E67;
				font-family:Arial, Helvetica, sans-serif;
				
			}
				
				.data{
					color:#4781C7;
					font-family:Arial, Helvetica, sans-serif;
					font-size:11px;
					
				}
				
				#corpoInicio #comunicados ul li a{
					color:#C69803;
					font-size:16px;
					font-weight:bold;
				}	
				
					#corpoInicio #comunicados ul li a:hover{
						color:#1D3E67;
					}
		
	
	
	#corpoInicio #videos {
		width: 450px;
		height:395px; /* height:365px;*/
		float:left;
		margin-top:30px;
		margin-left:27px;
	}
	
		#corpoInicio #videos h1{
			background: url("../img/corpo_Tit_videos.jpg") no-repeat center;
		}
		
		#corpoInicio #videos ul{
			margin:0;
			padding:0;
			list-style:none;
			margin-top:30px;
		}
			
	
			#corpoInicio #videos ul li{
				margin:0 0 35px 10px;
				height:94px;
			}
			
				#corpoInicio #videos ul li .thumb{ 
					width:118px;
					height:94px;
					float:left;
				}
				
					#corpoInicio #videos ul li .thumb img{ 
						border:transparent;
					}
					
					#corpoInicio #videos ul li .thumb img:hover{ 
						border:4px inherit #C69803;
					}
				
				#corpoInicio #videos ul li .dados{ 
					float:left;
					margin-left:30px;
					height:94px;
					width:290px;
				}
		
					#corpoInicio #videos ul li .dados h2{
						font-family:Arial, Helvetica, sans-serif;
						font-size:16px;
						margin:0;
						color:#1D3E67;
					}
				
					#corpoInicio #videos ul li .dados p{
						font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size:13px;
						color:#1D3E67;
					}
					
					.formatotamanho{
						font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size:11px;
						color:#999999;
					}
					
					#corpoInicio #videos ul li .dados a{
						font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size:12px;
						color:#C69803;
					}
					
					#corpoInicio #videos ul li .dados a:hover{
						color:#1D3E67;
					}
	
	
	#corpoInicio #projetos { /* tem IE7 hack */
		width: 450px;
		height: 380px;
		float:left;
		margin-top:30px;
	}		
	
		#corpoInicio #projetos h1{
			background: url("../img/corpo_Tit_projetos.jpg") no-repeat center;
		}
		
		
	
		#corpoInicio #projetos h1{
			background: url("../img/corpo_Tit_projetos.jpg") no-repeat center;
		}
		
	#corpoInicio #legislacao {
		width: 450px;
		height: 380px;  /* tem IE7 hack */
		float:left;
		margin-top:30px;
		margin-left:27px;
	}		
	
		#corpoInicio #legislacao h1{
			background: url("../img/corpo_Tit_legislacao.jpg") no-repeat center;
		}
		
	
	#corpoInicio #apresentacoes {
		width:450px;
		height:240px; 
		float:left;
		margin-top:30px;
	}		
	
		#corpoInicio #apresentacoes h1{
			background: url("../img/corpo_Tit_apresentacoes.jpg") no-repeat center;
		}
	
	
	
	#corpoInicio #outrosarquivos { 
		width:450px;  
		height:260px; 
		float:left;
		margin-top:30px;
		margin-left:27px;
	}		
	
		#corpoInicio #outrosarquivos h1{
			background: url("../img/corpo_Tit_outrosarquivos.jpg") no-repeat center;
		}
	
