/*
	#2982E2 => azul
	#DE2C27 => vermelho
*/

.menu-pmc-principal {
	position: relative;
	z-index: 990 !important;
	width: 100%;
	height: 42px;
	margin: 0;
	padding: 0;
	display: block;
	font: 14px/100% Helvetica !important;
	background-color: white;
	/*text-shadow: 0px 1px 1px #999;*/
}
.menu-pmc-principal a {
	display: block;
}
.division {
	float: left;
	width: 220px;
}
.submenu {
	color: #000;
	font-weight: bold;
}
.destaque {
	font-weight: bold;
	font-size: 13px/100%;
}
.li-over {
	border-top: 3px solid #DE2C27 !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
}
.li-out {
	border-top: 3px solid white !important;
	border-left: 1px solid white !important;
}
.li-out-last {
	border-right: 1px solid white !important;
}
.menu-card {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	background-color: inherit;
}
.menu-card ul {
	display: block;
	padding: 0px;
	margin: 0px;
}
.menu-card li {
	display: block;
	list-style-type: none;
}
.menu-card li > a {
	display: block;
	color: #333;
	text-decoration: none;
}
.menu-card li > a:hover {
	text-decoration: underline;
}
.menu-card div:last-child > li {
	display: block;
	border-right: none;
}
.menu-card-container > li {
	position: relative;
	background-color: white;
	display: block;
	float: left;
	width: auto;
	text-align: center;
	color: #333;
	cursor: pointer;
	padding: 10px 0px 10px 0px;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-top: 3px solid white;
	border-bottom: 1px solid white;
}
.menu-card-container > li > a {
	display: block;
	text-decoration: none !important;
	color: inherit;
}
.children-card {
	position: absolute;
	background-color: white;
	display: block;
	font: 12px/100% Helvetica;
	padding: 20px;
	max-width: 100%;
	width: auto;
	left: -999em;
/*	min-width: 350px;
*/	min-height: 80px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 3px solid #DE2C27;
}
.children-card > li {
	display: block;
}
.children-card > li > a {
	display: block;
	text-decoration: none;
	color: #555;
}
.inside-child {
	position: relative;
	display: block;
	width: auto;
	float: left;
}
.inside-child > ul {
	display: block;
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.inside-child li {
	display: block;
	width: 100%;
	padding: 5px;
}
.banner {
	position: relative;
	width: auto;
	max-width: 225px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(239,239,239,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(239,239,239,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(239,239,239,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(239,239,239,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(239,239,239,0.4) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(239,239,239,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66efefef',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.banner > ul {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.banner-left {
	float: left;
	margin-right: 15px !important;
	border-right: 1px dotted #c8c8c8;
}
.banner-right {
	float: right;
	margin-left: 15px !important;
	border-left: 1px dotted #c8c8c8;
}
.banner-title {
	color: #2982E2;
	font-size: 15px/100%;
	font-weight: bold;
	line-height: 25px;
}
.banner-text {
	color: #000;
}
.banner-image {
	text-align: center;
}
.banner-image img {
	max-width: 180px;
	max-height: 180px;
}