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

* {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	
}

body {
	background:url(../img/background.jpg);
}
#estrutura_principal {
	width: 912px;
	height: 501px;
	margin: 15px auto;
	background-image:url(../img/estrutura_princ_fund.jpg);
	
}

#menu_top {
	width:100%;
	height: 45px;
	margin-top: 20px;

}

#destaque {
	width:522px;
	height: 350px;
	margin: 9px 380px ;
	position: absolute;
	
}
#informe {
	width:271px;
	height: 219px;
	margin: 140px 90px ;
	background:url(../img/fundo_informes.jpg);
	position: absolute;
	z-index:1;
	
}
#menu_dest {
	width:523px;
	height: 110px;
	margin: 370px 380px ;
	position: absolute;
	z-index:1;
	
}
#informe_3 {
	width:269px;
	height: 338px;
	margin: 140px 90px ;
	background:url(../img/fundo_informes2.jpg);
	position: absolute;
	z-index:1;
	
}
#informe_2 {
	width:523px;
	height: 155px;
	margin: 335px 380px ;
	background:#fff;
	position: absolute;
	z-index:1;
	
}


#screen {
		position: absolute;
		left: 0px;
		height: 100%;
		top: 0px;
		width: 100%;
		overflow: auto;
		background: #fff;
		color: #666;
	}

	.content {
		position:relative;
		font-size: 0.8em;
		font-family: verdana;
		color: #666;
		padding: 1em;
		height: 100%;
	}
	a {
		text-decoration: none;
		color:#ff8000;
	}
	a:hover	{
		text-decoration: none;
		background:#99CC00;
		color:#ffffff;
	}
	a:visited {
		text-decoration: none;
		color:#ff8000;
	}
	a:visited:hover {
		text-decoration: none;
		background:#99CC00;
		color:#ffffff;
	}
	.cds_scrollbar {
		position: absolute;
		background: #99CC00 ;
		right: 0px;
		cursor: pointer;
	}
	.cds_scrollbar_over {
		background: #aaa;
	}
	.cds_scrollbar_pushed {
		background: #fff;
	}
	.cds_track {
		position: absolute;
		background: #DADADA;
		right: -1px;
		top: 0px;
		height: 100%;
		cursor: pointer;
	}
	.cds_up {
		position: absolute;
		background: #688A00 ;
		right: 0px;
		top: 0px;
		cursor: pointer;
	}
	.cds_down {
		position: absolute;
		background: #688A00 ;
		right: 0px;
		bottom: 0px;
		cursor: pointer;
	}
#lista_audio {

}
.audio {

}
#estrutura_principal #destaque #screen .content h2 table {
	text-align: right;
}

