
a#pesquisa-de-mercado, #flexx-tracker, #ola-pedido, #dashboards-nestle, #hprModulo1, #hprModulo2, #hprModulo3, #hprModulo4, #hprModulo5, #hprModulo6, #hprModulo7, #hprModulo8, #hprModulo9, #hprModulo10, #hprModulo11 {
	background: #a0a0a0;
	color: #fff;
	font-family: Sans-serif;
	font-size: 20px;
	height: 51px;
	width: 240px;
	line-height: 60px;
	margin: 0px 0px 0px 95px;
	text-align: center;
	border: 0;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

a#hprModulo1n, #hprModulo2n, #hprModulo3n, #hprModulo4n, #hprModulo5n {
	background: #a0a0a0;
	color: #fff;
	font-family: Sans-serif;
	font-size: 20px;
	height: 116px;
	width: 220px;
	line-height: 60px;
	margin: 0px 0px 0px 95px;
	text-align: center;
	border: 0;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
}

a#pesquisa-de-mercado:hover { background:#00bedf; }
a#hprModulo1:hover { background:#00bedf; }
a#flexx-tracker:hover { background:#ffd400; }
a#hprModulo2:hover { background:#ffd400; }
a#ola-pedido:hover { background:#e70d38; }
a#hprModulo3:hover { background:#0098C6; }
a#dashboards-nestle:hover { background:#153252; }
a#hprModulo4:hover { background:#153252; }
a#hprModulo5:hover { background:#29B24C; }
a#hprModulo6:hover { background:#E1E1E1; }
a#hprModulo7:hover { background:#FFBF13; }
a#hprModulo8:hover { background: #00BFA5; }
a#hprModulo9:hover { background: #00BFA5; }
a#hprModulo10:hover { background: #ffd400; }
a#hprModulo11:hover {
	background: #153252;
}

a#hprModulo1n:hover {	background: #00bedf;}
a#hprModulo2n:hover {	background: #ffd400;}
a#hprModulo3n:hover {	background: #0098C6;}
a#hprModulo4n:hover {	background: #153252;}
a#hprModulo5n:hover {	background: #29B24C;}

img {
	display: inline-block;
	position: absolute;
	display: table-cell;
}

.botoes {
	margin-top: 13em;
	position: relative;
	left: 50%;
	width: 480px;
	margin-left: -240px;
	border: 1px solid #dbdbdb;
	padding: 5em;
	border-radius: 10px;
}

.botoesPagInicial {
	margin-top: 13em;
	position: relative;
	left: 50%;
	width: 580px;
    height: 500px;
	margin-left: -300px;
	border: 1px solid #dbdbdb;
	padding: 5em;
	border-radius: 10px;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;

}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-top:2.1em;
	padding-bottom:100px; /* Height of the footer element */
}


#footer {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	max-height: 100px;
}

p.usuario-logado-funcionalidades {
	font-size:0.7em;
	text-transform: uppercase;
	display: inline;
	padding-top:20px;
	color:#969696;
	position:absolute;
	margin-top: -2em;
    display: inline;
    }

a#sair-funcionalidades {
	text-decoration: underline;
	font-style: italic;
	font-size: 0.7em;
	display: inline;
	padding-top:20px;
	color:#969696;
	position:absolute;
	margin-top:-2em;
	margin-left:11.5em;
	display: inline;
}

#sair-funcionalidades:hover {
	font-weight: bold;
}


.usuario {
	margin-left:1em;
	margin-top: 1em;
	width:100%;
	position: absolute;
	border: blue;
}

@media (max-width: 390px) {
.botoes {
	margin-top:4em;
	border:none;
}

a#pesquisa-de-mercado:active {
    background:#00bedf;
}
a#hprModulo1:active {
    background:#00bedf;
}

a#flexx-tracker:active {
    background:#ffd400;
}
a#hprModulo2:active {
    background:#ffd400;
}

a#ola-pedido:active {
    background:#e70d38;
}
a#hprModulo3:active {
    background:#e70d38;
}

}