@charset "utf-8";
/* CSS Portifolio */

/* Texto Descritivo */
#Por_Ind_Tex_Des{
	width:100%;
	margin-bottom:20px;
}

/* Texto Descritivo */
.Por_Ind_Tex_Des{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
}

/* Area Geral  */
#Por_Ind_Are_Ger{
	width:525px;
	margin-bottom:20px;
	display:block;
}

/* Texto Descritivo */
.Por_Ind_Tip{
	width:100%;
	margin-bottom:20px;
	font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
}

/* Area Individual  */
.Por_Ind_Are_Ind{
	float: left;
	width:128px;
	height:128px;
}

	.Por_Ind_Are_Ind a{
		width:115px;
		height: 115px;
		border: 1px solid #ffe500;
		display: block;
		overflow: hidden;
		position: relative;
		background:#ffe500
	}
	
	/* Imagens */
	.Por_Ind_Are_Ind img{
		width:115px;
		height:115px;
		position: absolute;
		z-index: 5
	}

/* Area Individual  */
.Por_Ind_Are_Ind a span.Por_Ind_Are_Ind_Nom{
	width:105px;
	top: 92px;
	left: 3px;
	position: absolute;
	z-index:0;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
	line-height: 1em;
	color: #000 !important;
}

.Por_Ind_Lin{
	text-decoration:none;
}

/* Area Geral - Botao  */
#Por_Ind_Bot_Are_Ger{
	height:42px;
	margin:30px 0 20px 350px;
}

/* Area Individual  */
.Por_Ind_Bot_Are_Ind{
	width:169px;
	height:35px;
	padding:10px 0 0 0;
	float:left;
	text-align:center;
	background:url(../imagens/css/bkg_bot.png) no-repeat;
}

/* Assinatura Site - Link */
.Por_Ind_Bot_Men{
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
	text-decoration:none;
	cursor:pointer;
	}
	.Por_Ind_Bot_Men:hover{
		color:#000;
		}
