.linkItem
{
	width:160px;
	height: 168px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	
	line-height:15px;
}

.linkItem .titulo
{
	font-family: verdana;
	font-size:0.6em;
	color: #5079AD;
}
.linkItem .subTitulo
{
	font-family: verdana;
	font-size:0.55em;
	color: #5A5A5A;
/*	border: 1px solid gray;*/
}

.linkItem .titulo a
{
	text-decoration:none;
	color: #5079AD;
}
.linkItem .titulo a:hover
{
	text-decoration:underline;
	color: #5079AD;
}