body {
	margin: 0px;
	padding: 0px;
    font-size: 62.5%;
    line-height: 1.5;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
    background-color: #600000;
	color: #a0a090;
	*/
	overscroll-behavior: contain;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: blue;
  text-decoration: none;
}

hr{
	background-color: #eee;
    border: 0 none;
    color: #eee;
    height: 1px;
}
@media only screen and (max-width: 960px) {	
	#corpo{
		position: absolute;
		margin: 0px;
		padding: 0px;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		font-size: 2.5em;
		/*background-color: #600000;*/
		display: none;
	}
}

@media only screen and (min-width: 961px) {	
	#corpo{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 740px;
		height: 100%;
		font-size: 2.5em;
		/*background-color: #600000;*/
		display: none;
	}

}

.page{
	padding: 0.6em;
	height: calc(100% - 5.9em);
	overflow: auto;
	/*margin: 0.5em;*/
	z-index: 95;
	display: none;
	/*background-color: black;*/
}
#ifrm{
	height: calc(100% - 5.9em);
	border: none;
	overflow: auto;
	/*margin: 0.5em;*/
	z-index: 95;
	display: none;
}
#banner{
	width: 100%;
	height: 4em;
	z-index: 100;
}
#barra{
	height: 1.8em;
	background-color: #C0C0C0;
	color: black;
	z-index: 100;
}
#titulo{
	font-size: 0.8em;
	font-weight: bold;
	color: #600000;
}
.fncIcon{
	display: none;
}
#categ{
	padding: 0.5em;
	/*height: calc(100% - 6.8em);*/
	overflow: auto;
	/*margin: 0.5em;*/
	z-index: 95;
}
#quadro{
	padding: 0.5em;
	height: calc(100% - 6.8em);
	overflow: auto;
	/*margin: 0.5em;*/
	z-index: 95;
}
.ctgItem{
	padding: 0.5em;
	font-size: 0.75em;
	font-weight: bold;
}
.itmPreco{
	padding-top: 0.1em;
	font-size: 0.7em;
}
.detalhe{
	padding-left: 0.9em;
	font-size: 0.6em;
}
.dTitulo{
	font-weight: bold;
	color: #FF4000;
}
.destab{
	font-size: 0.6em;
	color: gray;
}
.subtitulo{
	font-size: 0.6em;
	color: yellow;
}
#quant{
	padding: 0em 0.3em 0em 0.3em;
	font-weight: bold;
}
#preco{
	font-weight: bold;
}
.btn{
	cursor: pointer;
}
#itmConf{
	padding: 0em 0.4em 0em 0.4em;
	border-radius: 0.2em;
	text-align: center;
	font-weight: bold;
	background-color: green;
	color:  #600000;
	cursor: pointer;
}
#itmExcl{
	padding: 0em 0.4em 0em 0.4em;
	border-radius: 0.2em;
	text-align: center;
	font-weight: bold;
	background-color: #000;
	color:  #600000;
	cursor: pointer;
}
#adics div{
	text-align: right;
	font-size: 0.7em;
	margin: 0.7em 0em 0.3em 0em;
}
#obs{
	margin-top: 0.6em;
	font-size: 1.1em;
}
#cesta{
	background-color: white;
	color: black;
}
#pgto{
	background-color: white;
	color: black;
}
.rodape{ 
	position: absolute; 
	bottom: 0px; 
	font-size: 0.7em;
} 
.btnImg{
	vertical-align: middle;
}
.btn{
	padding: 0.4em;
	border-radius: 0.25em;
	cursor: pointer;
}
.lstcst{
	font-size: 0.7em;
}
.cstobs{
	font-size: 0.85em;
}
.limg{
	width: 3em;
	height: 3em;
	object-fit: cover;
	float: right;
}
#tblFunc .dCell{
	padding-right: 0.5em;
}

.dPdd .dCell{
	padding-right: 0.5em;
}