@charset "utf-8";
/* CSS Portifolio */

/* Texto Descritivo */
#Por_Lis_Tex_Des{
	width:100%;
	margin-bottom:20px;
}

/* Texto Descritivo */
.Por_Lis_Tex_Des{
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
	}

/* Area Geral  */
#Por_Lis_Are_Ger{
	width:100%;
	margin-bottom:20px;
}

/* Texto Descritivo */
.Por_Lis_Cli{
	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;
	margin: 0 0 5px 0;
}
	.Por_Ind_Are_Ind:first-child{
		margin:0 0 10px 0;
	}

	.Por_Ind_Are_Ind a{
		width:115px;
		height: 115px;
		border: 3px 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:115px;
	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_Lis_Lin{
	text-decoration:none;
}