/* CSS Index e Portaria */
body {
	font-family: Arial;
	font-size:12px;
	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: 780px;
	height: 47px;
	margin-left: -390px;
	margin-top: 0px;
}
div {
	padding: 0px;
	margin:0px;
}
textarea {
	width: 100%;
}
.conteudo {
	position: relative;
	left: 50%;
	margin-top:29%;
	top:-242px;
	width: 667px;
	height: 483;
	margin-left: -333px;
	float:left
}
#rodape {
    position: absolute;
    bottom: 0;
	left: 50%;
	width:780px;
	margin-left: -390px;
	height:48px;
	margin-bottom:-1px;
	background-color:#FFFFFF;
	border-top:solid 1px #94B5D8;
	border-left:solid 1px #94B5D8;
	border-right:solid 1px #94B5D8;
}

#menu_index ul {
   padding:0px;
   margin:10px;
   float: left;
   width: 760px;
   background-color:#FFFFFF;
   list-style:none;
}

#menu_index ul li { display: inline; }

#menu_index ul li a {
	padding: 2px 10px;
	float:left;
	/* visual do link */
    background-color:#FFFFFF;
	color: #333;
	text-decoration: none;
	border-bottom:3px solid #FFFFFF;
	font-weight: bold;
	text-align:center;
}

#menu_index ul li a:hover {
   background-color:#FFFFFF;
   color: #6D6D6D;
   border-bottom:3px solid #3C587B;
}