@charset "iso-8859-1";
/* CSS Document */

#slideshow {
	left: 10px;
	height: 203px;
	width: 424px;
	position: absolute;
	top: 0px;
}
body {
	margin: 15px;
	padding: 0px;
}
ul {
	padding: 0px;
	margin: 0px;
}
#nav {
	width: 200px;
	height: 202px;
	position: absolute;
	left: 445px;
	top: 0px;
}
#nav li {
	float: left;
	list-style: none;
	width: 100%;
}
#nav a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #07669a;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	letter-spacing: -1px;
}
#nav a:hover {
	text-decoration: underline;

}
.descr-destaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(imagens/bg.png);
	background-repeat: repeat;
	position: absolute;
	top: 166px;
	font-weight: bold;
	height: 38px;
	width: 419px;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}
.fotinha-destaque {
	float: left;
	margin-right: 5px;
}
#nav a.activeSlide {
	color: #FFF;
	background-color: #BFD273;
}
#nav a:focus { outline: none; }
#nav img { border: none; display: block }
#destaque {
}
