.container-fluid {
	margin: 0 0;
}

.fondoContenedor {
	background-color: #f5f5f5;
}

body.modal-open .datepicker {
    z-index: 1200 !important;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.8);
}