.cabecalho{
	-moz-border-radius:15px 15px 0px 0px;
	-webkit-border-radius:15px 15px 0px 0px;
	border-radius:15px 15px 0px 0px;
	background:#999; 
	margin-bottom:10px;
}

.centralizar{
	text-align:center;	
}

h1.esconder{
	 display:block;
	 margin-left:25px;
	 width:230px;
	 height:111px;
	 text-indent:-99999px;
	 background-image: url('../imagens/logo.png');
	 background-repeat: no-repeat;
	 background-size:230px 111px;
}

p.paragrafo{
	text-align:justify;
}

.topo20{
	margin-top:20px;
}

.topo10{
	margin-top:10px;
}

.topo5{
	margin-top:5px;
}

.metade{
	width:50%;
}

.inteiro{
	 width:100%;
}

.cadastro{
	-webkit-box-shadow:0px 0px 17px 0px rgba(50,50,50,0.75);
	-moz-box-shadow:0px 0px 17px 0px rgba(50,50,50,0.75);
	box-shadow:0px 0px 17px 0px rgba(50,50,50,0.75); 
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	 border-top-left-radius:5px;
	-moz-border-radius-topright:25px;
	-webkit-border-top-right-radius:25px;
	border-top-right-radius:25px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:34px;
	-webkit-border-bottom-left-radius:34px;
	border-bottom-left-radius:34px;
	margin-bottom:10px;
	padding:10px;
}

.rodape{
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	background:#999;
	border-top:solid 1px #888;
}

.divisao{
	padding:15px;
	border-top:solid 1px #888;
}

#menu_cliente{
	width:200px;
	height:40px;
	text-align:center;
	background:#C8EA65;
	margin:8px auto;
	-moz-border-radius:30px 10px 30px 10px;
	-webkit-border-radius: 30px 10px 30px 10px;
	border-radius:30px 10px 30px 10px;
	box-shadow: -1px 0px 2em #C8EA65;
	-webkit-box-shadow: -1px 0px 2em #C8EA65;
	-moz-box-shadow: -1px 0px 2em #C8EA65;
}

#menu_cliente a{
	text-decoration:none;
}

#menu_esquerda{
	width:126px;
	height:38px;
	background:#C8EA65;
	-moz-border-radius:30px 0 0 10px;
	-webkit-border-radius: 30px 0 0 10px;
	border-radius:30px 0 0 10px;
	border:solid 1px #8AAD1A;
}

#menu_esquerda:hover{
	background:#8AAD1A;
	box-shadow: -1px 0px 3em #C8EA65;
	-webkit-box-shadow: -1px 0px 3em #C8EA65;
	-moz-box-shadow: -1px 0px 3em #C8EA65;
	color:white;
}

#menu_esquerda h5{
	color:#AEC124;
	font-size:16px;
}

#menu_direita{
	width:70px;
	height:38px;
	background:#C8EA65;
	-moz-border-radius:0 10px 30px 0;
	-webkit-border-radius: 0 10px 30px 0;
	border-radius:0 10px 30px 0;
	border:solid 1px #8AAD1A;
}

#menu_direita:hover{
	background:#8AAD1A;
	box-shadow: -1px 0px 3em #C8EA65;
	-webkit-box-shadow: -1px 0px 3em #C8EA65;
	-moz-box-shadow: -1px 0px 3em #C8EA65;	
	color:white;
}

#menu_direita h5{
	color:#AEC124;
	font-size:16px;
}

.limpa{
	clear:both;
}

.espaco4{
	margin:4px;
	padding:4px;
}

.produtos{
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}

.unidades{
	height:310px;
}

.abaixo10{
	margin-bottom:10px;
}

.abaixo0{
	margin-bottom:0px;
	padding-bottom:0px;	
}

.foto{
	height: 140px;
}

.fonte11{
	font-size:11px;
	margin-top:0px;
	padding-top:0px;
}

#status{
	color:#FB812D;
	font-size:16p;
	text-align:center;
	width:100%;
	height:100px;
	position:fixed;
	top:0;
	right:0%;
	left:0%;
	background:white;
	display: none;
	box-shadow: -1px 0px 2em #C8EA65;
	-webkit-box-shadow: -1px 0px 2em #C8EA65;
	-moz-box-shadow: -1px 0px 2em #C8EA65;
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	z-index:999;
}

#comprou{
	width:100%;
	height:100%;
	text-align:center;
	line-height:100px;
	font-size:15px;
}

.visivel {display: block;}

.arredondadas{
	box-shadow: -1px 0px 2em #666;
	-webkit-box-shadow: -1px 0px 2em #666;
	-moz-box-shadow: -1px 0px 2em #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color:#eeeeee;
	margin:5px;
	padding:0px;
	height:150px;
}