/*	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: 1em;
}
.grid {
	width: 1206px;
}
/* 6-Col Grid Sizes */
.slot-0,.slot-1,.slot-2,.slot-3,.slot-4,.slot-5 {
	width: 176px;
} /* Sixths */
.slot-0-1,.slot-1-2,.slot-2-3,.slot-3-4,.slot-4-5 {
	width: 382px;
} /* Thirds */
.slot-0-1-2-3,.slot-1-2-3-4,.slot-2-3-4-5 {
	width: 794px;
} /* Two-Thirds */
.slot-0-1-2-3-4,.slot-1-2-3-4-5 {
	width: 1000px;
} /* Five-Sixths */
/* 4-Col Grid Sizes */
.slot-6,.slot-7,.slot-8,.slot-9 {
	width: 279px;
} /* Quarters */
.slot-6-7-8,.slot-7-8-9 {
	width: 897px;
} /* 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: 588px;
} /* Halves */
h2 {
	margin-top: 38px;
	float: right;
}
h1 {
	float: left
}
h1 span {
	display: inline !important;
}
h3 {
	border: 0
}
#menu {
	margin-right: 15px;
}
#menu li {
	padding: 0 0
}
#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;
}
#menu .active em {
	color: #fff;
}
.imagemIso27001 {
	float: right;
	margin: 30px;
	background-image: url(../img/iso27001_2.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 260px;
}
.imagemIso27001_2 {
	display: none
}