*,body {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

div.clearfix {
	clear: both;
}

body {
	width: 100%;
	margin: 0 auto;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #000;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

div#topo {
	width: 100%;
	background-color: #fff;
	padding: 2% 0;
}

img#menu_closed {
	width: 48px;
	cursor: pointer;
	margin: 0.5% 0 0 5%;
	display: inline-block;
	float: left;
}

a#link_logo {
	float: left;
	display: inline-block;
	margin: 1% 0 0 2%;
}

img#logo {
	width: 130px;
}

div#menu_top {
	float: right;
	width: 60%;
	text-align: right;
}

a.menu_top {
	display: inline-block;
	height: 60px;
    line-height: 68px;
	padding: 0 5%;
	color: #9E9E9E;
    font-weight: 700;
    font-size: 14px;
	text-transform: uppercase;
	border-bottom: 4px solid transparent;
}

a.menu_top:hover {
	border-bottom: 4px solid #64DD17;
}

div#menu_nav {
	width: 300px;
	background-color: #558B2F;
	display: block;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	margin-left: -300px;
	padding-bottom: 5%;
}

div#header_menu_nav {
	display: block;
	width: 100%;
	background-color: #33691E;
}

div#menu_opened {
	width: 100%;
	text-align: right;
}

img#menu_opened {
	width: 48px;
	cursor: pointer;
	margin-top: 0.5%;
}

div#user {
	width: 100%;
	padding-bottom: 30px;
}

img#user_img {
	margin: 0 0 0 20px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

p#email_user {
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	color: #fff;
	margin: 5px 0 0 20px;
}

nav#nav {
	width: 100%;
}

a.menu-todas,
a.menu {
	width: 90%;
	display: block;
	padding-left: 10%;
	font-size: 14px;
    font-weight: 400;
    line-height: 20px;
	color: #fff;
	margin: 5% 0;
	text-transform: uppercase;
}

div#pesq {
	width: 100%;
	position: relative;
	margin: 2% 0;
}

input#pesq {
	display: inline-block;
	width: 70%;
	margin: 0 0 0 10%;
	font-size: 16px;
	color: #9E9E9E;
    font-weight: 400;
	padding: 5px 2px;
}

button#pesq_btn {
	background-color: #558B2F;
	border: none;
}

img#pesq {
	width: 35px;
	display: inline-block;
	margin: 0;
	position: absolute;
	top: 0;
	right: 2px;
	z-index: 10;
}

div#idiomas {
	float: right;
	width: 200px;
	margin: 1% 0 0 0;
}