@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px}
body{
	background-image: url(Img/BG_1.jpg);
	background-color: #EDF1F2;
	background-repeat: repeat-x;
}
a.link:link {
color:#FF0000;
text-decoration:none;
}
a.link:visited {
color:#999999;
text-decoration:none;
}
a.link:hover {
color:#000000;
text-decoration:underline;
}
a.link:active {
color:#00FF00;
text-decoration:underline;
background-color:#000000;
}
a.tooltip:link {
	color:#0083B7;
	text-decoration:none;
	font-weight: bold;
}
a.tooltip:visited{
	color:#0083B7;
	text-decoration:none;
	font-weight: bold;
}
a.tooltip:hover {
	background:#ffffff;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
} /* background-color e necessario para o IE6 */
a.tooltip span {display:none; padding:2px 3px; margin-left:8px;} 
a.tooltip:hover span{
	display:inline;
	position:absolute;
	color:#FFF;
	background-color: #999;
	line-height:27px;
}
.texto-destaque1{
	font-size: 12px;
	font-weight: bold;
	color: #8F8F8F;
	font-family: Arial, Helvetica, sans-serif;
}
.texto1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}
.texto-calendario{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	text-align: center;
	line-height: 30px;
}
.texto-test{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
#conteudo{
	width:950px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topo{
	height:70px;
	width:950px;
	margin-top:60px;
}
#topo-1{
	height:70px;
	width:445px;
	float:left;
}
#topo-2{
	height:70px;
	width:256px;
	float:right;
}
#corpo{
	height:795px;
	width:950px;
	background-color: #FFF;
	margin-top:40px;
}
#destaque{
	height:323px;
	width:950px;
}
#destaque-menu{
	height:30px;
	width:950px;
	background-image: url(Img/bg_menu.png);
}
#destaque-painel{
	height:280px;
	width:590px;
	float:right;
	background-color:#FFF;
	margin-top: 13px;
	margin-right: 13px;
}
#destaque-radio{
	height:280px;
	width:310px;
	float:left;
	margin-top: 13px;
	margin-left:13px;
}
#meio{
	height:450px;
	width:950px;
	margin-top:17px;
}
#meio-news{
	height:450px;
	width:590px;
	float:right;
	margin-right: 13px;
	text-align: left;
	background-image: url(Img/bg_news.png);
	background-repeat: no-repeat;
}
#meio-news1{
	height:50px;
	width:575px;
	text-align: left;
	margin-top: 13px;
	margin-left: 5px;
}
#meio-news2{
	text-align: left;
	height: 50px;
	width: 580px;
	margin-top: 20px;
	margin-left: 5px;
}
#meio-agenda{
	height:380px;
	width:305px;
	float:right;
	text-align: left;
	background-image: url(Img/bg_AGENDA.png);
	background-repeat: no-repeat;
	padding-top: 67px;
	margin-right: 25px;
}
#meio-fts{
	height:68px;
	width:580px;
	margin-left:5px;
	text-align: left;
	margin-top: 13px;
}
#meio-artigos{
	float: left;
	height: 120px;
	width: 290px;
	margin-top: 5px;
}
#meio-artigo2{
	height:60px;
	width: 275px;
	margin-top: 13px;
	margin-left: 5px;
}
#meio-test{
	float: right;
	height: 120px;
	width: 295px;
	background-image: url(Img/bg_testemunho.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#meio-test2{
	height:70px;
	width: 220px;
	margin-top:30px;
	margin-left:43px;
}
#meio-oracao{
	height: 80px;
	width: 300px;
	margin-left: 4px;
}
#meio-oracao2{
	height: 80px;
	width: 300px;
	margin-left: 4px;
	margin-top: 5px;
}
#fim{
	width:950px;
	height:100px;
	text-align:center;
	background-image: url(Img/bg_fim.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
