* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
html {
	margin-top: 0 !important;
}
body {
	text-align: center;
	min-height: 100%;
	background: url('../images/ifrs.jpg') no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-khtml-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	min-width: 768px;
}

.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
}

.logout {
	margin-right: 10px;
}

.nav-tabs {
	margin-top: 10px;
}

.titulo sup {
	font-size: 0.3em;
	top: -1.5em;
}

.form-group {
	text-align: left;
}

.table {
	margin-top: 20px;
}

#cmbPesquisa {
	border-radius: 0;
    border-right: medium none;
    width: 100px;
}

#tabLayoutFrente h3{
	border-bottom: 0.5px solid #CCCCCC;
}

.btn-pesquisa{
	border-radius: 0;
	border-left: 0;
}

.content {
	margin-top: 60px;
	min-height: 500px;
}

.content p {
	text-align: justify;
}

footer {
	position: relative;
	bottom: 0;
}