@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f6f6f6;
	font-family: Arial, Helvetica, sans-serif;
}
#base_cd_rom #caixaTXT #texto #textocorrido {
	font-size: 12px;
}



#base_cd_rom  {
	height: 737px;
	width: 963px;
	background-image: url(../conteudo/images/background.jpg);
	position: absolute;
	margin-top: -368px;
	margin-left: -481px;
	left: 50%;
	top: 50%;
	border: 1px solid #FFFFFF;
}
#base_cd_rom #imagem_area {
	text-align: right;
}

#base_cd_rom #logoPEM {
	width: 242px;
	position: absolute;
	z-index: 2;
	top: 0px;
}
#base_cd_rom #caixaTXT {
	width: 551px;
	background-image: url(../conteudo/images/caixa_texto.png);
	position: absolute;
	z-index: 100;
	right: 101px;
	padding-top: 20px;
	padding-left: 25px;
	background-repeat: no-repeat;
	/*overflow: auto;*/
	height: 425px;
	top: 248px;
}
#base_cd_rom #caixaTXT #texto {
	overflow: auto;
	height: 400px;
	margin-right: 8px;
	padding-right: 10px;
}
#base_cd_rom #caixaTXT #texto #textocorrido a {
	color: #CC3332;
	text-decoration: none;
}
#base_cd_rom #caixaTXT #texto #textocorrido a:hover {
	text-decoration: underline;
}



#base_cd_rom #navegacao {
	width: 260px;
	position: absolute;
	top: 260px;
	height: 475px;
	overflow: hidden;
	left: 17px;
}
#base_cd_rom #ferramentas {
	position: absolute;
	width: 550px;
	bottom: 30px;
	left: 300px;
	text-align: center;
	font-size: 10px;
	color: #CC3332;
}
#base_cd_rom #logoCMS {
	position: absolute;
	width: 71px;
	right: 20px;
	bottom: 55px;
}
#base_cd_rom #ferramentas a {
	color: #CC3332;
	text-decoration: none;
}
#base_cd_rom #ferramentas a:hover {
	text-decoration: underline;

}
#central {
	height: 500px;
	width: 500px;
	margin-top: -250px;
	margin-left: -250px;
	top: 50%;
	left: 50%;
	position: absolute;
	text-align: center;
	background-color: #aad8f0;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#central a {
	color: #CC3332;
	text-decoration: none;
}
#central a:hover {
	text-decoration: underline;
}
