@charset "utf-8";
/* CSS Document */

body {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*******************
Configuração do Botão
********************/
a.botao { background:#CCC;
	line-height: 32px;
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	
	height: 32px;
	width: 40px; 
	margin-bottom: 7px;
}
a:hover.botao {
	color: #C00;
}
/*******************
Classes de cada botão
********************/
/*Botão HOME*/
.home {
	background: url(../painel/imagens/home.png) no-repeat 9px 5px;
	text-indent: 32px;
	display: block; 
}
/*Botão EMPRESA*/
.empresa {
	background: url(../painel/imagens/empresa.png) no-repeat 9px 5px;
	text-indent: 32px;
	display: block;
}
/*Botão ESTÁGIO*/
.estagio {
	background: url(../painel/imagens/estagio.png) no-repeat 9px 5px;
	text-indent: 32px;
	display: block;
}
/*Botão EMPREGO*/
.emprego {
	background: url(../painel/imagens/emprego.png) no-repeat 9px 5px;
	text-indent: 32px;
	display: block;
}
/*Botão PARCEIROS*/
.parceiro {
	background: url(../painel/imagens/parceiro.png) no-repeat 9px 5px;
	text-indent: 32px;
	display: block;
}
/*Botão PAINEL*/
.painel {
	background: url(../painel/imagens/acesso.png) no-repeat 9px 5px;
	text-indent: 32px;
	display: block;
}