#destacados {
	width: 800px;
	float: left;
}

#destacados td {
	width: 200px;
	height: 200px;
	text-align: center;
}

#destacados ul {
	list-style-type: none;
}

#destacados a {
	color: #cc0000;
}

#destacados p {
	font-size: 14px;
	color: #333;
}

.precio {
	font-weight: bold;
}

#pagination {
	float: right;
	margin: 10px;
	color: #333;
}

#pagination a {
	color: #333;
}