/*
------------------------------------------------------------------------
RODAPE
------------------------------------------------------------------------
*/

#footer {
margin: 0px auto;
margin-top: 30px;
padding: 20px 0px 20px 0px;
width: 100%;
background-color: #e5ecf9;
}

#footer p.left {
font-size: 11px;
color: #999999;
float: left;
}

#footer p.center {
width: 500px;
font-size: 11px;
color: #999999;
text-align: center;
margin: auto;

}


#footer p.right {
font-size: 11px;
color: #999999;
float: right;
}

#footer p a, #footer p a:visited {
color: #999999;
font-weight: normal;
text-decoration: none;
border-bottom: 1px solid #dddddd;
}

#footer p a:hover {
color: #000000;
}



/* outros */

#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
	z-index:5
}
#bubble_tooltip .bubble_top{
	background-image: url('../img/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../img/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-top:0px;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../img/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}