html{
	background-image: url(img/back.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.divsob{
	background-color: rgba(255,255,204,0.6);
	width:auto; 
	height: auto; 
	margin: auto;
    border: 1px;
}

.divlbt{
	background-color: rgba(255,255,204,0.6);
	width:1000px; 
	height: 750px; 
	margin: 0 auto;
    border: 1px;
}

.divlbt2{
	background-color: rgba(255,255,204,0.6);
	width:auto; 
	height: auto; 
	margin: auto;
    border: 1px;
}

p{
	text-align: justify;
	margin-top: 1%;
	margin-left: auto;
	margin-right:auto;
}

.indisponivel{
	color: blue;
}