@CHARSET "ISO-8859-1";
body{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	margin: auto;
	text-align: center;
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;

	background-color: #000000;
	background: url("fundo rolojogo 2.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.submit{
	font-family: 'Montserrat', sans-serif;
	border:none;
	background-color: #138a74;
	color: #FFFFFF;
	width: 120px;
	height: 30px;
	margin-top: 5px;
}
.submit:HOVER{
	border:none;
	background-color: #80d151;
	color: #FFFFFF;
}

.botoes{
	font-family: 'Montserrat', sans-serif;
	margin:auto;
	margin-top:1%;	
	position:relative;
	width:453px;
	height:auto;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;

}

.botoes .submit{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	height: 150px;
	width: 150px;
	float:left;
	
	margin-left:1px;
	margin-top:1px;
	background-color: #138a74;;
	color: #FFFFFF;
}

.botoes .submit:HOVER{	
	background-color: #80d151;;
	color: #FFFFFF;
}

.botoes .sair{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	height: 50px;
	width: 452px;
	float:left;
	
	margin-left:1px;
	margin-top: 2px;
	border:none;
	background-color: #138a74;;
	color: #FFFFFF;
}

.botoes .sair:HOVER{	
	background-color: #80d151;;
	color: #FFFFFF;
}

.conteudo{
	margin-top:1%;
}

table{
	font-family: 'Montserrat', sans-serif;
	width:650px;
	text-align: center;
	left:auto;
	right: auto;
	top: auto;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: auto;
	border-spacing: 0;
	
	margin:auto;
	position:relative;
	line-height: 24px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	background-color: #FFFFFF;
}

th{	
	color: white;
	background-color: #138a74;}

th, td {padding:10x 10px 10px; text-align:center; }

table th{
	text-align: center;
}

table tr{
	text-align: center;
}

table td{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #138a74;
}

table .sCaixa{
	background-color: #e5e507;
	color: #FFFFFF;
	text-shadow: 0 0 2px #000000;
}
table .sServico{
	background-color: #80d151;
	color: #FFFFFF;
	text-shadow: 0 0 3px #000000;
}


.formulario table{
	margin:auto;
	position:relative;
	width:650px;
	height:auto;
	line-height: 24px;
	font-weight: bold;
	color: #09C;
	text-decoration: none;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
}

.login{
	font-family: 'Montserrat', sans-serif;
	border: none;
	color: #138a74;
	width: 50%;
}

.campo{
	font-family: 'Montserrat', sans-serif;
	border: none;
	color: #138a74;
	width: 50%;
	text-align: right;
}

.valor{
	font-family: 'Montserrat', sans-serif;
	border: none;
	color: #138a74;
	width: 50%;
	text-align: left;
}

.titulo{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	margin-bottom:20px;
	//color: #09C;
	color: #138a74;
	text-shadow: 0 0 2px #80d151;
	font-weight: bold;
}

.data{
	font-family: 'Montserrat', sans-serif;
	margin:auto;
	margin-top:20px;

	width:360px;
	height:auto;
	line-height: 24px;
	font-weight: bold;
	
	color: #138a74;
	text-decoration: none;
	padding:10px;
	border: 1px solid #999;
	border: inset 1px solid #333;
	
	background-color: #FFFFFF;
	
}

