﻿#painel-projeto {
	background:url(../imagens/bg-panel.png) left top no-repeat;
	padding:30px;
	width:240px;
	height:290px;
	float:left;
	overflow:hidden;
	margin-left:300px;
	position:absolute;
	top:0;
}
#bt-minimizar-painel {
	background:url(../imagens/bt-minimizar.png) center center no-repeat;
	width:29px;
	height:29px;
	position:absolute;
	right:0;
	top:0;
}
#bt-abrir-painel {
	background:url(../imagens/bt-minimizar.png) center center no-repeat;
	width:29px;
	height:29px;
	position:absolute;
	left:-29;
	top:0;
}
#showPanel {
	background:url(../imagens/bt-maximizar.png) center center no-repeat;
	position:absolute;
	margin-left:300px;
	float:left;
	display:none;
	width:0px;
	height:29px;
	cursor:pointer;
	left:0;
	top:0;
}


/* formatação conteudo painel */
.titulos-painel {
	font-family:'JosefinSansStdLight', arial, serif;
	font-size:25px;
	font-weight:lighter;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:20px;
	color:#FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.3); /* melhor estetica no chrome */
}
.texto-painel {
	font-family:'ZagRegular';
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
	text-align:justify;
	color:#FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.3); /* melhor estetica no chrome */
}
.texto-painel span {
	background-color:#999;
	padding:3px;
	padding-bottom:1px;
	padding-top:1px;
	display:inline-block;
	line-height:10px;
	color:#686a88;
	text-shadow: 0 0 1px rgba(0,0,0,0.3); /* melhor estetica no chrome */
}