.no-sidebar{
	margin-left: 0px !important;
}

.footer{
	clear:both;
	margin: 0 auto;
	padding: 2px 1%;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #414141;
	border: 1px solid #414141;
	font-size: 80%;
}

/*Bug con el sidebar y el primer row*/
.container-fluid div.row:first-child {
	float: left;
	padding-bottom: 10px;
	width: 100%;
}

.content{
	min-height: 500px;
}