@charset "utf-8";
/* CSS Portifolio - Menu Tipo */

/* Area Geral  */
#Por_Men_Tip_Are_Ger{
	width:100%;
	height:42px;
	margin:0 0 20px 0;
}

/* Area Individual  */
.Por_Men_Tip_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_Men_Tip_Men{
	font:bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#555;
	text-decoration:none;
	cursor:pointer;
	}
	.Por_Men_Tip_Men:hover{
		color:#000;
		
		}
