/* GERAL */

a {
	cursor: pointer;
}

ul {
	list-style-type: disc;
}

li {
	margin-left: 15px;
	padding-left: 10px;
	list-style: disc;
	list-style-type: disc;
}

/* CONTEÚDO */

li.center {
	padding: 0px; 
	margin: 0px;
	border-bottom: 1px solid; 
	padding-top: 5px; 
	padding-bottom: 5px;
	display: table;
	width: 100%;
	list-style: none;
	list-style-type: none;
}

li.box {
	padding: 0px; 
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

.destaque {
	text-align: center;
	width: 24.9%;
	float: left;
	height: 165px;
	border: none;
}

.form { 
	float: left;
	padding-bottom: 5px;
	text-align: left;
}

.space {
	height: 10px;
	font-size: 0px;
}