@charset "utf-8";
/* CSS Document */

body{
	/*background-image:url(../images/fundo_topo.png); background-repeat:repeat-x; */
	margin:0; border:0; padding:0;
	/*background-color: #eeeeee; */
	font-family:"Helvetica";
}

#apresentacao{
	margin:0 20px 0 20px ; border:0; padding:0;
	width:950px;
	background-color: #eeeeee; 
	font-family:"Helvetica";
}

#geral{
	width:950px;
	margin:0 auto;
	/*background-color: #eeeeee; */
	/*background-image:url('../images/bg/b5.jpg');*/
	height: auto;
	min-height: 100%;
}

#login{
	width:950px;
	margin:0 auto;
	background-color: #eeeeee; 
	height: auto;
	min-height: 100%;
}

#topo{

	width:950px;
	height:139px;
	float:left;
}

#logo{
	width:960px; 
	margin:30px 0px 35px 0px;
	z-index:10;
}

#MenuTopo{
	width:960px; 
	margin:10px 0px 0px 0px;
	z-index:10;
}


#conteudo{ 
/*	background-color:#eeeeee;*/
	width:950px;
	float:left;
	margin:0px 0px 30px 0px;
}


#rodape{ 
/*	background-image:url(../images/fundo_rodape.jpg); background-repeat:repeat-x; */
	width:100%;
	height:70px;
	float:left;
	position: relative;
	bottom: 0;
	margin-top:-70px;
	clear: both;

}

#fonteRodape{
	font-size:14px;
	color:#FFFFFF;
	padding:10px 20px 0px 20px;
	float:left;
	text-align:center;
	font-weight: bold;
}

#logoRodape{
	text-align:right;
	margin:0px 20px 0px 0px;
	z-index:10;
}




/*  Buttons */
.button1 {
	padding:3px 3px 3px 40px;
	text-decoration:none;
	font-family: Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}

	.button1:hover {
		color:#4ca8e2;
/*		color:#f09922; */
	}

	

#botao1{
clear:both;
height:31px;
background:#666666 url(images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
cursor: pointer;
}

a{
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
	color:navy;
	text-decoration:none;
}
