.colunaMenu{
	background: #1D2327;
	height: 100vh;
	padding: 0 0 0 0 !important;
}

.colunaConteudo{
	background: #F0F0F1;
	height: 100vh;
	
}

.linha1{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.colunaMenu ul{
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
}

.colunaMenu ul li{
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;	
}

.colunaMenu ul li a{
	width: 100%;
	float: left;
	height: auto;
	margin: 0 0 0 0;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	display: block;
	font-size: 12px;
	color: #ffffff;	
}

.colunaMenu ul li a:hover{
	background: #2C3338;
}

.tituloPagina{
	border-bottom: solid 1px #dedede;
    padding-bottom: 5px;
}

.btnCadastrarCategoria{
	margin-top: 20px;
}