@charset "utf-8";
/* CSS Document */


.slide  {
	width: 430px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-image: url(../img/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-top: 40px;
}
.slide .box-imagem {
	display: block;
	height: 280px;
	width: 430px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.slide img {
	height: 280px;
	width: 430px;
}

.slide .legenda {
	padding: 10px;
	width: 430px;
	height: 117px;
}

.slide  .data {
	color: #FFF;
	font-size: 11px;
	font-family: 'calibri';
	margin-bottom: 5px;
	text-transform: uppercase;
}
.slide h2 {
	font-size: 24px;
	font-family: 'alternate';
	text-transform: uppercase;
	line-height: 24px;
	font-weight: normal;
	width:410px;
	margin-bottom:10px;
}
.slide h2 a {
	text-decoration: none;
	color: #222;
}
.slide h2 a:hover {
	text-decoration: underline;
}
.slide h3 {
	font-size: 14px;
	line-height: 14px;
	font-family: 'calibri';
	color: #FFF;
	width:400px;
}
.slide h3 a {
}
.slide h3 a:hover {
}

#nav {
	position: relative;
	z-index: 10;
	margin-right: 10px;
	height: 10px;
}
#nav a {
	width: 16px;
	height: 10px;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../img/nav-off.gif);
	background-repeat: no-repeat;
}
#nav .activeSlide {
	background-image: url(../img/nav-on.gif);
	background-repeat: no-repeat;
}
