/*---------------TABELAS---------------- */
#principal {
	height: 600px;
	width: 1000px;
	text-align: left;
	overflow: auto;
	vertical-align: middle;
}

/* Titulo Principal */
#titulo {
	background-image: url(../imagens/bannerPrincipal.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 126px;
	width: 1000px;
}

#fundoMenu {
	background-image: url(../imagens/fundoMenu.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 30px;
	width: 1000px;
	padding-bottom: 2px;
}

/* ------ FAIXA MENU E RELÓGIO -------- */
#relogio {
	float: left;
	width: 32px;
	height: 28px;
	text-align: center;
	padding-left: 0px;
	padding-top: 0px;
}

#relogioTexto {
	float: left;
	width: 240px;
	text-align: left;
	padding-left: 4px;
	padding-top: 12px;
}

#menu {
	float: right;
	width: 700px;
	text-align: right;
	padding-left: 5px;
	padding-top: 1px;
}


#coluna1Central {
	position: absolute;
	width: 379px;
	left:0px;
	top: 0px;
}
#coluna2Central {
	position: absolute;
	width: 379px;
	left:380px;
	top: 0px;
}

#chamaCentral {
	position: absolute;
	top: 157px;
	left:0px;
	height: 315;
	width: 762px;
}

#destaquesDIV {
	position: absolute;
	top: 450px;
	height: 115;
	width: 1002px;
}

#chamaIntranet {
	float: right;
	height: 20px;
	width: 200px;
	font-size: 9px;
	text-align: right;
}

#rodape2 {
	position: absolute;
	top: 583px;
	height: 30px;
	width: 300px;
	text-align: center;
	left: 700px;
}

#rodape {
	position: absolute;
	top: 584px;
	height: 30px;
	width: 200px;
	text-align: center;
	left: 3px;
}