@charset "utf-8";
/* CSS Document */


body{
	background-color:#00a651;
	font-size:11px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:10x;
	background-image:url(../img/bg_002.png);
	background-repeat:repeat-x;
	}
	
hr {
      color: #fff;
      background-color: #f00;
      border:solid 1px;
    }

a{
	color:#9F0;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}
	
#geral{
	height:800px;
	width:990px;
	margin:auto;
	background-image:url(../img/bg_001.jpg);
	background-repeat:no-repeat;}

#top{
	height:105px;
	width:100%;
	background-color:#FFF;
	}
	
#logo{
	height:105px;
	width:240px;
	float:left;
	border-right:solid 2px; 
	border-right-color:#00a651;
	display:inline;
	overflow:hidden;}

#menu{
	height:105px;
	width:477px;
	float:left;
	padding-left:20px;
	padding-top:5px;
	display:inline;
	overflow:hidden;
}
	
#sub{
	height:20px;
	width:300px;
	margin-bottom:25px;
	margin-left:470px;
	background-image:url(../img/bg_sub.png);
	text-decoration:none;
	}

#col_esq{
	height:500px;
	width:270px;
	float:left;
	display:inline;
	}
	
	#col_esq_eventos{
		width:270px;
		height:270px;
		border-right:dotted 1px; 
		border-right-color:#FFF;
		text-align:justify;
		}

#col_dir{
	height:500px;
	width:750px;
}
#col_dir2{
	height:620px;
	width:750px;
}
#col_dir_midia{
	height:620px;
	width:750px;
}

#midia{
	width:530px;
	border-bottom:dotted 1px;
	border-top:dotted 1px;
	margin-left:25px;
	}
	
#linha_p{
	width:530px;
	margin-left:25px;
	height:370px;
	}

#col_pro_one{
	width:265px;
	border-right:dotted 1px #363;
	float:left;
	height:350px;
	display:inline;
	overflow:hidden;}
	
#col_pro_two{
	width:220px;
	float:right;
	height:350px;}

#rodape{
	width:990px;
	height:60px;
	margin-top:3px;
	color:#FFF;
	text-decoration:none;}
a.rodape{
	color:#FFF;
	text-decoration:none;}
	
a.rodape{
	color:#FFF;
	text-decoration:none;
	}
	
a.rodape:hover{
	text-decoration:underline;
	}
	

	#flash_lancamento {
	width:200px;
	height:115px;
	z-index:1;
	float:right;
	margin-right:50px;
	display:inline;
}

.campo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fff;
	border:1px solid;
	border-color:#FFF;
	color:#999;
	padding:4px;
}

.bt {
padding-left:65px;
padding-bottom:7px;
cursor:pointer;
background-image:url(../img/btn_enviar.jpg);
}

.btun{

background-color:#FFF;
border: solid 1px #FFF;
padding:3px;
color:#999;

}