/* CSS Document */

body 
{
	padding-top: 57px;
	background-color: #FFF;
}

.barra
{
	position: fixed;
	top: 58px;
	left: 0;
	width: 280px;
	height: calc(100vh - 58px);
	background-color: #FFF;
	padding: 0;
	margin: 0;
}

.contenido
{
	margin: 0 0 0 280px;;
}

@media (max-width: 575.98px) {
	/*
	.barra
	{
		position: fixed !important;
		top: 49px;
		left: 20px;
		z-index: 1200;
		width: calc(100vw - 40px);
		background-color: #FFF;
	}
	*/
}






