@charset "utf-8";
/* CSS Estrutura Geral */

/* Centraliza a Pagina*/
#Cap_Cen_Pag{
	width:1000px;
	margin:0 auto;
	text-align:left; /* "remdio" para o hack do IE */
	}

/* Destaque Principal */
#Cap_Cen_Des_Pri{
	width:980px;
	height:190px;
	margin:5px 0;
	}

/* Area Baixo */
#Cap_Cen_Are_Bai{
	width:680px;
	float:left;
	}

	/* Area Baixo - 001 */
	#Cap_Cen_Are_Bai_001{
		width:370px;
		float:left;
		margin-right:5px;
		}

		/* Noticias */
		#Cap_Cen_Are_Bai_Not{
			width:370px;
			height:349px;
			}

		/* Destaque 002 */
		#Cap_Cen_Are_Bai_Des_002{
			width:350px;
			height:68px;
			_height:75px;
			padding:10px;
			_padding:10px 10px 0 10px;
			margin-bottom:10px;
			background:url(../imagens/css/bkg_des.png);
			}
		#Cap_Cen_Are_Bai_Des_004{
			width:350px;
			height:157px;
			_height:157px;
			padding:10px;
			_padding:10px 10px 0 10px;
			margin-bottom:10px;
			background:url(../imagens/css/bkg_des_002.png);
			}
/* Area Baixo - 002 */
	#Cap_Cen_Are_Bai_002{
		width:300px;
		float:left;
		}

		/* Destaque 001 */
		#Cap_Cen_Are_Bai_Des_001{
			width:280px;
			height:157px;
			padding:10px;
			margin-bottom:10px;
			background:url(../imagens/css/bkg_uni.png) center no-repeat;
			}

		/* Destaque 003 */
		#Cap_Cen_Are_Bai_Des_003{
			width:290px;
			height:310px;
			padding-top:10px;
			padding-left:10px;
			margin-bottom:10px;
			background:url(../imagens/css/bkg_vid.png) no-repeat;
			}

		/* Destaque 002 */
		#Cap_Cen_Are_Bai_Des_005{
			width:280px;
			height:65px;
			padding:10px;
			margin-bottom:10px;
			background:url(../imagens/css/bkg_des_003.png) no-repeat;
			}
		#Cap_Cen_Are_Bai_Des_007{
			width:280px;
			height:110px;
			margin-bottom:10px;
		}

/* Titulo */
.Cap_Tit{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#760000;
	font-weight:bold;
	text-decoration:none;
	}
	.Cap_Tit:hover{
		color:#760000;
		font-weight:bold;
		text-decoration:none;
		}
	.Cap_Tit:visited{
		font-weight:bold;
		color:#760000;
		}
.Cap_Tit_002{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#760000;
	font-weight:bold;
	text-decoration:none;
	}
	.Cap_Tit:hover{
		color:#760000;
		font-weight:bold;
		text-decoration:none;
		}
	.Cap_Tit:visited{
		font-weight:bold;
		color:#760000;
		}		
