.box-default {
	position:relative;
}

.box-menu {
	position:relative;
}

.box-menu, .box-submenu {
	background-color:#346666;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}

.box-menu .menu-item, .box-submenu .submenu-item {
	font-size:14px;
	font-weight:bold;
	height:38px;
	line-height:38px;
	padding-left:10px;
	padding-right:10px;
	vertical-align:middle;
}

.box-menu .item-home, .box-menu .item-mobile {
	line-height:normal;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	position:absolute;
	right:13px;
	top:0px;
}

.box-menu .item-home img {
	background-image:url(imgs/ic_home.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	margin-top:9px;
	width:21px;
}

.box-menu .item-home:hover img {
	background-position:-21px top;
}

.box-menu .item-mobile {
	padding:0px;
	right:13px;
	text-align:center;
	width:31px;
}

.box-menu .item-mobile img {
	background-image:url(imgs/ic_menu_mobile.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:20px;
	margin-top:9px;
	width:21px;
}

.box-submenu {
	background-color:#fff;
	min-height:38px;
}

.box-menu .item-menu.selected, .box-menu .item-menu:hover, .box-submenu.active {
	background-color:#7490c4;
}

.box-logo {
	background-color:#fff;
	height:99px;
	padding-bottom:10px;
	text-align:center;
}

.box-logo img {
	margin-top:-10px;
}

.box-rodape {
	background-color:#fff;
	font-size:11px;
	height:70px;
	text-align:center;
	text-transform:uppercase;
}

.box-rodape * {
	color:#9ecdce;
}

.box-rodape a:hover {
	color:#0ecbcd;
	text-decoration:underline;
}

.box-rodape .text {
	padding-top:35px;
}





/* desktop */
/*@media only screen and (max-device-width:600px) and (orientation : portrait), only screen and (max-device-height:600px) and (orientation : landscape) {*/
@media only screen and (min-device-width:600px) and (orientation : portrait), only screen and (min-device-height:600px) and (orientation : landscape) {
	.box-menu .item-menu, .box-submenu .item-submenu {
		display:inline-block;
	}

	.box-default {
		padding-bottom:90px;
	}

	.desktop {
		display:block;
	}

	.box-rodape {
		bottom:0%;
		left:0px;
		position:absolute;
		width:100%;
	}

	.mobile {
		display:none !important;
	}
}

/* mobile */
/*@media only screen and (min-device-width:600px) and (orientation : portrait), only screen and (min-device-height:600px) and (orientation : landscape) {*/
@media only screen and (max-device-width:600px) and (orientation : portrait), only screen and (max-device-height:600px) and (orientation : landscape) {
	.box-default {
		overflow-x:hidden;
		padding-bottom:20px;
	}
	
	.box-menu {
		min-height:38px;
	}

	.box-menu .item-menu {
		display:none;
	}

	.box-logo {
		height:auto;
	}

	.box-logo img {
		margin-top:5px;
	}

	.desktop {
		display:none !important;
	}

	.mobile {
		display:block;
	}
}
