/*	SimpleGrid - a fork of CSSGrid by Crowd Favorite (https://github.com/crowdfavorite/css-grid)
 *	http://simplegrid.info
 *	by Conor Muirhead (http://conor.cc) of Early LLC (http://earlymade.com)	
 *  License: http://creativecommons.org/licenses/MIT/	*/
/* Containers */
body {
	font-size: 100%;
}
.grid {
	width: 966px;
}
/* Slots Setup */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5,.slot-0-1,.slot-0-1-2,.slot-0-1-2-3,.slot-0-1-2-3-4,.slot-0-1-2-3-4-5,.slot-1-2,.slot-1-2-3,.slot-1-2-3-4,.slot-1-2-3-4-5,.slot-2-3,.slot-2-3-4,.slot-2-3-4-5,.slot-3-4,.slot-3-4-5,.slot-4-5,.slot-6,.slot-7,.slot-8,.slot-9,.slot-6-7,.slot-6-7-8,.slot-6-7-8-9,.slot-7-8,.slot-7-8-9,.slot-8-9
	{
	display: inline;
	float: left;
	margin-left: 30px;
}
/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5 {
	width: 136px;
} /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5 {
	width: 302px;
} /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5 {
	width: 634px;
} /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5 {
	width: 800px;
} /* Five-Sixths */
/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9 {
	width: 219px;
} /* Quarters */
.slot-6-7-8,.slot-7-8-9 {
	width: 717px;
} /* Three-Quarters */
/* 6-Col/4-Col Shared Grid Sizes */
.slot-0-1-2,.slot-1-2-3,.slot-2-3-4,.slot-3-4-5,.slot-6-7,.slot-7-8,.slot-8-9
	{
	width: 468px;
} /* Halves */
h2 {
	margin-top: 38px;
	float: right;
}
h1 {
	float: left
}
h1 span {
	display: inline !important;
}
h3 {
	border: 0
}
#menu {
	margin-right: 5px;
}
#menu li {
}
#menu .active {
	background-color: #e2e2e2;
	background-image: url(../img/seta.png);
	background-repeat: no-repeat;
	background-position: right;
}
#menu li a {
	font-size: 0.85em;
	padding-right: 35px;
	padding-top: 13px;
	text-decoration: none;
	display: block;
}
#menu li em {
	font-size: 2.2em;
	display: block;
	float: left;
	text-align: center;
	color: #e2e2e2;
	width: 40px;
	line-height: 50px;
}
#menu .active em {
	color: #fff;
}
.imagemIso27001 {
	float: right;
	margin: 20px;
	background-image: url(../img/iso27001_2.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 260px;
}
.imagemIso27001_2 {
	display: none
}