/* CSS Document */

*{
	font-family:Verdana, Geneva, sans-serif;
}

html, body, form{
	margin:0;
	padding:0;
}
html{
	background:#012f4a url(../img/bg_body.jpg) repeat-x scroll left top;	
}

body{
	background:url(../img/bg_top.jpg) repeat-x scroll left top;
}

div.bg_footer{
	height:185px;
	background:url(../img/bg_footer.png) repeat-x scroll left top;
}

.flLeft{
	float:left;
	display:block;
}

.flRight{
	float:right;
	display:block;
}

.clear{
	clear:both;
	height:0;
}

.noM{
	margin:0;
}

.destaque{
	color:#0494e5;
}

a img{
	border:none;
}

a{
	font-size:10pt;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

a:hover{
	color:#007DC3;
	text-decoration:underline;
}

a.select{
	color:#F4911E;
}



div.main,
div.bg_footer div.footer{
	width:920px;
	margin:0 auto;
}

/*********************************** TOP ************************************/

	div.main div.top{
		height:110px;
		margin-bottom:48px;
	}
		div.main div.top img.logo{
			margin:22px 0 0 5px;
			height:71px;
			width:235px;
			background:url(../img/logo.png) no-repeat scroll left top;
			_background:url(../img/logo.jpg) no-repeat scroll left top;
		}
		
		div.main div.top ul.menu{
			list-style:none;
			margin:0;
			padding:0;
		}
			div.top ul.menu li{
				float:left;
				display:block;
				border-left:dashed 1px #013C5F;
				padding:75px 10px 0;
			}
			
			div.top ul.menu li.last{
				border-right:dashed 1px #013C5F;
			}
			
				
			div.top ul.menu li img{
				height:16px;
			}
			div.top ul.menu li a img{
				background-attachment:scroll;
				background-image:url(../img/bg_menu.png);
				_background-image:url(../img/bg_menu.gif);
				background-repeat:no-repeat;
			}
			
			div.top ul.menu li a img.home{			width:34px; background-position:left top;}
			div.top ul.menu li a img.conheçaPlan{	width:90px; background-position:-34px top;}
			div.top ul.menu li a img.campanha{		width:76px; background-position:-124px top;}
			div.top ul.menu li a img.participe{		width:56px; background-position:-200px top;}
			div.top ul.menu li a img.parceiros{		width:57px; background-position:-256px top;}
			
			div.top ul.menu li.select a img.home{		background-position:left -16px;}
			div.top ul.menu li.select a img.conheçaPlan{background-position:-34px -16px;}
			div.top ul.menu li.select a img.campanha{	background-position:-124px -16px;}
			div.top ul.menu li.select a img.participe{	background-position:-200px -16px;}
			div.top ul.menu li.select a img.parceiros{	background-position:-256px -16px;}
			
			div.top ul.menu li a:hover img.home{		background-position:left -32px;}
			div.top ul.menu li a:hover img.conheçaPlan{	background-position:-34px -32px;}
			div.top ul.menu li a:hover img.campanha{	background-position:-124px -32px;}
			div.top ul.menu li a:hover img.participe{	background-position:-200px -32px;}
			div.top ul.menu li a:hover img.parceiros{	background-position:-256px -32px;}
/*********************************** TOP ************************************/


/*********************************** SHARED ************************************/
		
		div.main div.content div.shared{
			margin-top:10px;
		}
		
			div.main div.content div.shared ul{
				list-style:none;
				margin:20px 0;
				_margin:0;
				padding:0;
			}
			
				div.main div.content div.shared ul li{
					float:left;
					display:block;
					margin-right:18px;
				}
				
					div.main div.content div.shared ul li h3{
						color:#199EE9;
						font-size:17px;
						margin:0;
						width:235px;
					}

/*********************************** SHARED ************************************/

/*********************************** FOOTER ************************************/

div.bg_footer div.footer{
	padding-top:18px;
}

	div.bg_footer div.footer img.logo{
		margin:20px 12px;
	}
	
	div.bg_footer div.footer ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	
		div.bg_footer div.footer ul li{
			display:block;
			float:left;
			border-right:dashed 1px #004B75;
			padding:23px 16px 0;
		}
		
			div.bg_footer div.footer ul li a{
				font-size:9px;
			}
		
		div.bg_footer div.footer ul li.copyright{
			font-size:9px;
			border:none;
			color:#FFF;
		}
		
		div.bg_footer div.footer ul li.linkPlan{
			border:none;
			padding-top:40px;
			_padding-top:22px;
		}


/*********************************** FOOTER ************************************/


#btnEnviar, #btnEnviar2{
	width:99px;
	height:25px;
	background:url(../img/btn_enviar.png) no-repeat scroll left top;
	text-indent:-999;
	border:none;
	padding:0;
	font-size:0;
	line-height:0;
	display:block;			
}

div.main div.content div.cadastrese div.compartilhe{
	margin:14px 0 0 44px;
}

div.main div.content div.cadastrese div.compartilhe a{
	margin-left:10px; !important
}