body {
font-family:Arial, Helvetica, sans-serif; 
font-size:12px;
color:#666666;
line-height:13px;
background-color:#DAE1E9;
}

a:link {
text-decoration: none; 
color:#333333;
}

a:visited {
color:#8DA1B9;
text-decoration: none; 
}

a:hover {
text-decoration: underline; 
color:#333333;
}

.titulo {
font-size:16px;
color:#8CA3BA;
font-weight:bold;
}

.geral { 
width:725px;
height:440px;
background-color: #FFFFFF;
/*para centralizar na tela*/
position:absolute;
top: 50%;
left: 50%;
margin-top: -220px; /*numero negativo com 1/2 do height*/
margin-left: -362px; /*numero negativo com 1/2 do width*/
}

.flash { 
float:left;
}

.rodape { 
clear:both;
height:15px; 
background-color:#48617A;
}

.podcast { 
width:296px; 
height:109px; 
padding-left:13px; 
background:url(../img/bg_podcast.gif); 
background-repeat:repeat-y; 
background-position:left; 
float:left;
}

.txt_podcast { 
width:210px; 
margin-left:67px;
}

.ft_podcast { 
width:67px; 
float:left;
}

.audio_podcast { 
width:67px; 
float:left; 
margin-top:6px;
}

.video { 
width:214px; 
float:left;
}

.txt_video { 
padding-right:17px;
}

.ft_video { 
width:77px; 
float:left;
}

.forum {
	width:180px;
	height:109px;
	float:left;
	background:url(../img/bg_forum.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:22px;
}

