@charset "utf-8";

.link {
	text-decoration: none;
	color: #6D6E70;
	vertical-align: middle;
}

.menu_entrelinha {
	height: 3px;
	width: 70px;
}
/* CSS Document */
body {
	background-color:#E6E5E0;
	margin:0;
}
#geral {
	width: 400px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15%;
}
.logo {
	background-color: #E6E5E0;
	background-repeat: repeat;
	height: 75px;
	width: 70px;
}
.menu_divmenu {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
}
#menu_link {
	font-family: "Trebuchet MS";
	color: #6D6E70;
	background-color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	background-repeat: repeat;
	height: 15px;
	width: 70px;
	cursor: pointer;
	line-height: 15px;
}
#menu_link:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
	background-color: #F5911F;
	background-repeat: repeat;
	text-decoration: none;
	height: 15px;
	width: 70px;
}
