/* CSS Document */

#conteudo{
	width:630px;
}

#conteudo h3{
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:16px;
}

#conteudo ul{
	overflow:auto;
	margin-bottom:50px;
	border-top:1px dotted #000;
}

#conteudo ul li{
	width:150px;
	height:165px;
	float:left;
	padding:29px;
	border-bottom:1px dotted #000;
	cursor:pointer;
}

#conteudo ul li.centro{
	border-left:1px dotted #000;
	border-right:1px dotted #000;
}

#conteudo ul li p{
	margin-bottom:0;
	text-align:center;
}
