@charset "utf-8";
/* CSS Document */


.centralizar {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: block;
}
.direita{
	float: right;
	margin-right: 10px;
	margin-left: 10px
		margin-top: 10px;
}
.esquerda{
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	display: block;
	margin-top: 10px;
}
.botaoesquerda{
	float: left;
	display: block;
}
.botaodireita{
	float: right;
	display: block;
}

#esquerda{
	margin-right: 10px;
	margin-left: 50px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;

}
#centro{
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;

}
#direita{
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	float: left;
}	
body{
	background-color: #006000;
	color: #FFF;
	
}


#menu{
	height: 40px;
	float: left;
	background:#FF0;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#todalinhamenu{
	width: 100%;
	height: 40px;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FF0;
}
#menuadm{
	height: 40px;
	float: left;
	border: 2px solid;
	clear:both;
}







#PosMenu{
	margin-top:3px;
}
.BarraMenu a {
	font-family:Arial;
	font-size:15px;
	color:#000;
	text-decoration:none;
	padding:10px;
}
.BarraMenu a:hover{
	color:#fff;
	background:#01a19a;
	text-decoration:none;
}




#topo{
	height: 150px;
	color: #FFF;
}
#simbolo{
	height: 140px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
}
#titulo{
	height: 80px;
	margin-left: 10px;
	margin-top: 40px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
}

#titulo a {
	color: #FFFFFF;
	text-decoration:none
	
}
#titulo a:visited {
	color: #FFFFFF;
	text-decoration:none
}

.linktitulo a{
	text-decoration:none;
}
.linktitulo a:hover{
	color:#FFF;
	text-decoration:none;
}
.botao{
	width:80px;
}
#botoes{
	width:280px;
	height:30px;
}
#telalogin{
	margin-right: 10px;
	margin-left: 50px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;

}