@charset "iso-8859-1";
#topo{
	width:990px;
	height:173px;
	float:left;
	clear:both;
}
	#logomarca{
		float:left;
	}
	#versiculo{
		width:266px;
		height:90px;
		padding:30px 45px 0 45px;
		color:#4C2D00;
		background:url(../_img/bg_versiculo.png) no-repeat;
		float:right;
		text-align:right;
	}
	/* menu */
	#menu{
		width:200px;
		height:986px;
		float:left;
		margin:0 10px 0 0;
	}
		.titulo{
			width:100%;
			height:25px;
			float:left;
			clear:both;
			color:#CE7302;
			background:#F5EA76;
		}
			.titulo img{
				float:left;
			}
			.titulo div{
				padding:5px;
				font-weight:bold;
				font-size:14px;
				float:left;
			}
			.titulo form{
				width:auto;
				height:20px;
				padding:5px 0 0 0;
				font-size:12px;
				font-weight:normal;
				float:right;
				text-align:right;
				margin:0 20px 0 0;
			}
				.titulo form select, .titulo form input{
					padding:0 5px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:11px;
					border:1px solid #003;
					background:#FFF;
				}
			
		.menu_ul{
			width:200px;
			float:left;
			clear:both;
			list-style:none;
			margin:0 0 10px 0;
		}
		.menu_ul li{
			width:200px;
			float:left;
			clear:both;
			margin:0;
			border-top:1px solid #FFF;
			font-size:12px;
		}
		.menu_ul li a {
			width:180px;
			height:13px;
			padding:6px 10px 6px 10px;
			float:left;
			clear:both;
			color:#000;
			background:#EFEFEF;
			text-decoration:none;
		}
		.menu_ul li a:hover {
			color:#000;
			background-color:#E6E6E6;
		}
		/* Fix IE. Hide from IE Mac \*/
		* html .menu_ul  ul li {float:left; height:1%;}
		* html .menu_ul  ul li a {height: 1%;}
		/* End */
		
		.menu_ministerios{
			width:180px;
			padding:10px;
			float:left;
			clear:both;
			color:#000;
			background:#EFEFEF;
			margin:1px 0 10px 0;
		}
		.menu_newsletter{
			width:180px;
			height:95px;
			padding:10px;
			float:left;
			clear:both;
			color:#000;
			background:#EFEFEF;
			margin:1px 0 10px 0;
		}
		.menu_enquete{
			width:180px;
			height:270px;
			padding:10px;
			float:left;
			clear:both;
			color:#000;
			background:#EFEFEF;
			margin:1px 0 10px 0;
		}
		
	/* include */
	#include{
		width:578px;
		height:986px;
		float:left;
	}
	
	/* col direita */
	#col_direita{
		width:191px;
		height:986px;
		float:left;
		margin:0 0 0 10px;
	}
		#home_bt_tv{
			float:left;
			clear:both;
			margin:0 0 11px 0;
		}
		#home_bt_radio{
			float:left;
			clear:both;
			margin:0 0 10px 0;
		}
		/* home publicidade */
		#home_publicidade{
			width:150px;
			height:661px;
			padding:9px 21px 9px 20px;
			background-color:#EFEFEF;
			float:left;
			clear:both;
			margin:1px 0 0 0;
		}
			#home_publicidade li{
				width:150px;
				height:78px;
				float:left;
				clear:both;
				margin:0 0 6px 0;
			}
	
#copyright{
	width:100%;
	height:59px;
	padding:210px 0 0 0;
	margin:-150px 0 0 0;
	background:url(../_img/bg_copyright.jpg) repeat-x;
	color:#4C2E00;
	font-size:12px;
	position:relative;
	z-index:0;
	float:left;
	clear:both;
}
	#copyright a{
		color:#4C2E00;
	}
