@import 'main.css';

a {
	text-decoration: none;
	color: #cc7f2c;
}

a:hover {
	text-decoration: underline;
}

#content {
	overflow: visible;
}

.title {
	display: block;
	color: #cc7f2c;
	font-weight: bold;
	font-size: 14px;

}

#img_home {
	background: url(../img/bg_home_img.gif) bottom no-repeat;
	width: 405px;
	height: 320px;
	position: absolute;
	top: -15px;
	right: -81px;
}

#destaques_home {
	list-style: none;
	margin: 30px 0 0 50px;
	
}

#destaques_home li {
	list-style-image: url(../img/bg_bullet.gif);
	padding-bottom: 10px;
}

