#barra2 {
	width: 100%;
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	background-color: #460E43;
	color: #B4613D;
	height: 50px;
	display: inline-block;
}

@media only screen and (max-device-width: 1100px) {
	#barra2 {
		display: none;	
	}
}

#centralizar.menu {
	height: 100%;
}

#barra2 a {
	color: inherit;
	text-decoration: none;	
}

#barra2 ul {
	float: left;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #B4613D;
	display: table;
	padding-left: 4%;
}

#barra2 ul li {
	font-size: medium;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding: 0 27px;
}

#barra2 ul li:hover {
	color: 	#460E43;
	background-color: #B4613D;
	cursor: pointer;
}

#barra2 ul li ul {
	position: absolute;
	top: 49.9px;
	left: -1px;
	width: 100%;
	z-index: 1;
	padding: 0;
	background-color: #B4613D;
	color: #460E43;
	border-left-style: solid;
	border-left-color: #460E43;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #460E43;
	border-top-width: 1px;
	border-right-style: solid;
	border-right-color: #460E43;
	border-right-width: 1px;
	height: auto;
	display: none;
}

#barra2 ul li ul li ul {
	position: absolute;
	left: 99%;
	top: 0;	
}

#barra2 ul li ul li {
    display: list-item;
    border-bottom-style: solid;
    border-bottom-color: #460E43;
    border-bottom-width: 1px;
    padding: 3px;
    font-size: 9pt;
}

#barra2 ul li ul li:hover {
	background-color: #460E43;
	color: #B4613D;
	cursor: pointer;
}

@media only screen and (max-device-width: 1100px) {
	#barra2 {
		display: none;	
	}
	#menu_mobile a {
		color: inherit;
		text-decoration: none;	
	}
	#menu_mobile {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #460E43;
		z-index: 9999;
		overflow-y: auto;
	}
	#menu_mobile ul {
		float: left;
		width: 90%;
		text-align: center;
		text-transform: uppercase;
		color: #B4613D;
		display: table;
		padding: 0 5%;
		position: relative;
		top: 150px;
	}
	
	#menu_mobile ul li {
		font-size: larger;
		font-weight: bold;
		padding: 30px 5px;
		display: list-item;
		vertical-align: middle;
		border-top: 1px solid #B4613D;
	}

	#menu_mobile ul li:last-child {
		border-bottom: 1px solid #B4613D;
	}
	
	#menu_mobile ul li:hover {
		color: 	#460E43;
		background-color: #B4613D;
		cursor: pointer;
	}
	
	#menu_mobile ul li ul {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: inherit;
		z-index: 9999999;
		padding: inherit;
		background-color: #B4613D;
		color: #460E43;		
		height: auto;
		display: none;
	}
	
	#menu_mobile ul li ul li ul {
		position: absolute;
		left: 0;
		top: 0;	
	}
	
	#menu_mobile ul li ul li {
		display: list-item;
		border-bottom-style: solid;
		border-bottom-color: #460E43;
		border-bottom-width: 1px;
		padding: 3px;
	}
	
	#menu_mobileul li ul li:hover {
		background-color: #460E43;
		color: #B4613D;
		cursor: pointer;
	}
	
	#menu_controles {
		position: relative;
		top: 50px;
		margin: auto;
		width: 60%;	
	}
	
	#menu_controles #voltar, #menu_controles #fechar {
		position: absolute;
		top: 0;
		width: 50px;
		height: 50px;
	}
	
	#menu_controles #voltar:hover, #menu_controles #fechar:hover {
		cursor: pointer;
	}
	
	#menu_controles img {
		height: 50px;
	}
	
	#menu_controles #voltar {
		left: 0;
	}
	
	#menu_controles #fechar {
		right: 0;
	}
}