@charset "utf-8";
/* CSS Document */
div.mae {
	position: absolute;
	visibility: hidden;
	z-index: 2;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
}
.contato{
	position:fixed;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	width:400px;
	height:270px;
	z-index:3;
	left: 50%;
	margin-left: -203px;
	top: 50%;
	margin-top: -138px;

}
.pedidos{
	position:fixed;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	width:400px;
	height:270px;
	z-index:3;
	left: 50%;
	margin-left: -203px;
	top: 50%;
	margin-top: -138px;

}
.programacao{
	position:fixed;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	width:600px;
	height:350px;
	z-index:3;
	left: 50%;
	margin-left: -303px;
	top: 50%;
	margin-top: -178px;

}
.muralderecados{
	position:fixed;
	background-color: #FFFFFF;
	border: 3px solid #CCCCCC;
	width:600px;
	height:350px;
	z-index:3;
	left: 50%;
	margin-left: -303px;
	top: 50%;
	margin-top: -178px;

}
.transp{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #000000;
	-moz-opacity: 0.65;
	-khtml-opaciy: 0.65;
	opacity: 0.65;
	filter: alpha(opacity=65);
	z-index: 1;
}

