@import 'base.css';

#page {
	background: url(../img/bg.jpg) no-repeat;
	width: 850px;
	height: 850px;
	margin: 0 auto;
	position: relative;
}

#agenda {
	background: url(../img/bg_agenda.gif) no-repeat;
	width: 284px;
	height: 310px;
	position: absolute;
	top: 209px;
	left: 250px;
	padding-top: 9px;
}

#agenda ul {
	padding: 51px 0 5px 25px;
	list-style-image: url(../img/bullet.gif);
}

#agenda ul li {
	padding: 0 10px 10px 0;
}

#agenda ul li a {
	font-weight: bold;
}

#agenda em {
	font-weight: normal;
	font-size: 10px;
}

#destaque_01 {
	background: url(../img/bg_entrevista.gif) no-repeat;
	width: 285px;
	height: 310px;
	position: absolute;
	top: 527px;
	right: 20px;
}

#destaque_01 ul {
	padding: 60px 0 5px 25px;
	list-style-image: url(../img/bullet.gif);
}

#destaque_01 ul li {
	padding: 0 10px 10px 0;
}

#destaque_01 ul li a {
	font-weight: bold;
}

#destaque_01 em {
	font-weight: normal;
	font-size: 10px;
}

#video_flash {
	position: absolute;
	top: 538px;
	left: 250px;
	width:284px;
	height:212px;
	text-align:left;
	overflow:hidden;
}

#news {
	background: url(../img/bg_news.gif) no-repeat;
	width: 285px;
	height: 310px;
	position: absolute;
	top: 209px;
	right: 20px;
	overflow: hidden;
}

#news ul {
	margin: 55px 0 0 25px;
	list-style-image: url(../img/bullet.gif);
}

#news ul li {
	padding: 0 10px 10px 0;
}

#news ul li a {
	font-weight: bold;
}

#news em {
	font-weight: normal;
	font-size: 10px;
}

#miolo #patrocinadores {
	margin: 0;
	background: url(../img/bg_patrocinadores.gif) no-repeat;
	width: 580px;
	height: 78px;
	position: absolute;
	bottom: 13px;
	left: 250px;
}

#miolo #patrocinadores img {
	padding: 10px 0 0 63px;
}

#miolo #patrocinadores #parceiro {
	float: none;
	position: absolute;
	bottom: 13px;
	right: 25px;
}

.link_ver_todos {
	background:url(../img/bullet.gif) no-repeat 245px 4px;
	display:block;
	width:243px;
	color:#598527;
	text-align:right;
	font-weight:bold;
	margin-left:10px;
	padding-right:12px;
}

.link_ver_todos:hover {
	text-decoration:underline;
}