/* CSS Index e Portaria */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5F3F6;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.login {
	position: absolute;
	left: 50%;
	width: 900px;
	height: 47px;
	margin-left: -390px;
	margin-top: 0px;
}
.conteudo {
	position: absolute;
	left: 50%;
	width: 900px;
	height: 300px;
	margin-left: -450px;
	margin-top: 48px;
	float:left;
	background-image: url(img/topo_portaria_grad.jpg);
	background-repeat: no-repeat;
	background-position: 0px 168px;
}
.descricao_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56B9C0;
	text-decoration: none;
}
