@charset "utf-8";
/* CSS Document */

.linha {
	list-style: none;
}
.linha li {
	display: inline-block; 
	width: 120px; 
	height: 100px; 
	text-align: center;	
	border-radius: 10px; 
	padding: 10px; 
}
.linha li a {
	text-decoration: none; 
	color: #333; 
	width: 100%; 
	height: 100%; 
	display:block;
}
.linha li:hover {
	background: #EEE;
}
.linha li a:hover {
	color: #000;
}
.linha li a img {
	border: none;
}