a{text-decoration:none;color:green;}
html,
body {margin:0px; height:100%;}

.texto{font-family: courier, "courier new", monospace;font-size: 19px;font-variant: small-caps;text-align: justify; color:#000000; width:650px; margin:auto;}
.formulario{margin:auto; margin-top:35px; background-color:#eee; width:480px; border-radius:5px; padding:0px; border-width: medium;box-shadow:0 4px 8px 0 ;  border-style: solid; border-color:#DCDCDC;}
.login{margin:auto; margin-top:35px; background-color:#FFFFFF; width:480px; height:500px; border-radius:5px; padding:5px; border-width: medium;  border-style: solid; border-color:#DCDCDC; /*text-align: center;*/}
.painel{background-color:transparent; width:100%;max-width: 1500px; height:350px; float:left; margin:0px; margin: auto}
.menulateral{ height:500px;}
.ativo{ width:400px ; height:50px; background-color:red; }
/**after{ content: ' ';  display: block;  width: 100%;  height: 2px;  margin-top: 10px;
  background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
  background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%); 
}**/

.rodape{
  width: 100%;
 height: 100px;
 border-radius: 5px;
 background-color: #B275D1;
 text-align: center;
 line-height: 50px;
 font-family: Verdana, sans-serif;

}
.headerBox{
 width: 100%;
 height: 50px;
 border-radius: 5px;
 background-color: red;
 text-align: center;
 line-height: 50px;
 font-family: Verdana, sans-serif;
 font-weight: 550;
 font-size: 25px;
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-image: linear-gradient( to top,#fdfdfd ,#eaeaea);
  margin-bottom: 10px;
 
}

/*   outro menu */
  /*+++++++++++++++++++++++++++++ MOBILE+++++++++++++++++++++++++++++++++++++*/
  @media only screen and (max-width:600px){
    .digitaProduto{
      height: 80px;
      padding:20px 00px 0px 20px;
    }
	.gridLateralEsquerda{
       height: 290px;
	}
	.gridCentral{
		height: 350px;
	}
.formulario{
		width:360px;
		margin:0;
		margin-top:5px;
		}
.btnPainel{
	width:100%;
 max-width: 100%;
	margin:0;
		}
.btnImg{
	padding-top:5px;
	width:50px;
	margin:auto;
}
.btnGrande{
  width: 80px;
  height:90px;
}