@charset "UTF-8";
/* CSS Document */
#body {
	font: 100% Geneva, Arial, Helvetica, sans-serif, Anna
	background:#666666;
	margin: 0; /* é boa prática a zero a margem eo espaçamento elemento do corpo de dar conta da diversidade browser defaults*/
	padding: 0;
	text-align: center; /* centers este o recipiente no IE 5 * browsers. O texto é então definido para a esquerda alinhada por defeito no seletor # container */
}
#geral{
	position:absolute;
	left:20px;
	top:10 px;
	width:800px;
	height:720px;
	background-color:#E1FFF7; 
}
#geral_info{
	position:absolute;
	left:10px;
	top:100 px;
	width:800px;
	height:620px;	
}
#header{
	position:absolute;
	top: 0px;
	left: 0px;
	width:800px;
	height: 80px;
	margin:0 auto;
}#menu{
	position:absolute;
	margin:0 auto;
	background-color:#005436;
	width:800px;
	top: 81px;
	left: 0px;
	height: 26px;
}
#frame{
	position:absolute;
	margin-left:10px;
	top:125px;
	width:780px;
	height:490px;
	border-color:#000000;
	border-width:1px;
	border-style: none;	
}
#info{
	position:absolute;
	left:0px;
	top:101px;
	width:800px;
	height:490px;
	border-style: none;
	background-color: #B1FFC9;
}
#fot1{
	position:absolute;
	margin-left: 0px;
	top:626px;
	background-color:none;
	width: 180px;
	height:50px;
	left: 10px;
}
#fot2{
	position:absolute;
	margin-left: 200px;
	top:626px;
	background-color:none;
	width: 180px;
	height:50px;
	left: 220;
}
#fot3{
	position:absolute;
	margin-left: 400px;
	top:626px;
	background-color:none;
	width: 180px;
	height:50px;
	left: 7px;
}
#fot4{
	position:absolute;
	margin-left:600px;
	top:626px;
	background-color:none;
	width: 180px;
	height:50px;
	left: 6px;
}
#footer{
	position:absolute;
	top:686px;
	left:0;
	width:800px;
	height:30px;
	background-color:#DCF9D5;
}
#mainCenter {
	height:100%;
}
#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;	
}
#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;	
}
#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}
#th{ font-family:Geneva, Arial, Helvetica, sans-serif, Anna;
color:#7F7F7F; font-size:14px; font-weight:700; background-color:#BFFFEC;
}
#td{
font-family:Geneva, Arial, Helvetica, sans-serif, Anna; padding-left:10px; padding-right:10px;}
