#progresa div.grid_2 {
	margin-bottom: 15px;
	display:inline-block;
	width: 160px;
	text-align: center;
}

#progresa div.grid_2 a{
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #d8e3ea;
	display:inline-block;
	width: 160px;
	text-decoration: none;
}

#progresa div.grid_2 a img{
	border-bottom: solid 5px #e5e7e8;
}

#progresa div.grid_2 a h2{
	color: #007fb3;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 14px 0;
	line-height:17px;
	background: url(/image/image_gallery?uuid=45dd5b5c-5b52-43a9-88d0-b192e1f90f5a&groupId=4615962&t=1458552164982) no-repeat center top;
	margin-top:-5px;
	border: none;
	height:40px;
	margin-bottom: 0;
}

#progresa div.grid_2 a:hover{
	border: solid 1px #0f749d;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #007fb3;
}

#progresa div.grid_2 a:hover h2{
	color: #efefef;
    border-left: solid 3px #efefef;
	border: none;
}