html, body{
	padding:0px;
	margin:0px;
	background-color:#FFF;
	font-family: 'PT Sans', sans-serif;
}
header{
	width:100%;
	height:10%;
	background:#300;
	position:fixed;
	z-index:3;
	top:0;
}
	header img{
		height:50%;
		margin:25px 10px;	
	}
.toten{
	width:100%;
	height:90%;
	z-index:9999;
	position:fixed;
	top:10%;
	left:0;
}
	.toten h2{
		text-align: center;
		font-weight:normal;
		margin:0 0 50px 0;
		color: #300;
		font-size:30px;
	}
.selecionar-unidade-bg{
	width:100%;
	height:90%;
	z-index:9999;
	position:fixed;
	top:10%;
	left:0;
}
	.selecionar-unidade-submit{
		width:100%;
		height:100px;
		margin:30px 0;
		border: none;
		border-radius: 5px;
		font-size: 24px;
		font-weight: 500;	
		background: #F90;
		color: white;
		margin:0px;
		text-transform:uppercase;
	}

.conteudo1{
	width:40%;
	margin:0 30% 30px;
	border:1px solid #FFF;
}
	.toten-submit{
		width:100%;
		height:100px;
		margin:30px 0;
		border: none;
		border-radius: 5px;
		font-size: 24px;
		font-weight: 500;	
		background: #F90;
		color: white;
		margin:0px;
		text-transform:uppercase;
	}
	.toten-input{
		width:100%;
		height:100%;
		margin:30px 0;
		font-size: 16px;
		font-weight: 500;	
		text-align:center;
		outline:none;
		border:none;
		background:none;
		text-transform:uppercase;
	}
	
.impressao{
	width:100%;
	height:100%;
}
	.impressao table{
		width:100%;
		height:100%;
		text-align:center;
	}
	.impressao p{
		margin:0px;
		font-size:14px;
		text-align:center;
		text-transform:uppercase;
	}
	.impressao h1{
		margin:0px;
		font-size:48px;
		text-align:center;
		text-transform:uppercase;
	}
/*GUICHE*/
.left{
	width:70%;
	height:90%;
	position:fixed;
	z-index:1;
	top:10%;
}
.right{
	width:30%;
	height:90%;	
	position:fixed;
	z-index:2;
	top:10%;
	right:0;
	background:#900;	
}
	.right table{
		width:100%;
		height:100%;
		border:none;
	}
	.right p{
		text-align:center;
		color:#FFF;
		margin:0px;
	}	
	.right h1{
		text-align:center;
		color:#F90;
		margin:0px;
		font-size:48px;		
	}	
	.right h2{
		text-align:center;
		color:#F90;
		margin:0px;
	}	
	.senha,
	.local{
		width:100%;
		height:auto;
		padding:30px 0;
		border-bottom:1px solid #FFF;
	}
	.local{
		border-bottom:none;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	.selecionar-unidade-bg h1{
		text-align: center;
	}
	.selecionar-unidade-bg p{
		text-align: center;
	}
.selecionar-unidade-select{
	width:90%;
	height:40px;
	margin:0 5%;
	border:1px solid #999;
	outline:none;
	text-transform:uppercase;
}


.conteudoc{
	width:100%;
	margin:-30px 0 30px;
}

.conteudo3{
	width:30%;
	padding:0 1.66%;
	margin:0 0 30px 0;
	border:none;
	float:left;
}
*/