
/*////////////////////////////////////////////

~ SOCIAL

////////////////////////////////////////////*/
#social{
	list-style-type:none;
	margin:20px 0 0 0;
	clear:both;
	
	display:block;
	height:36px;
}
#social li{
	margin:0;
	float:left;
	display: inline;
	cursor:pointer;

	list-style-type:none;
	font-size:15px;
	padding:15px 0;
	font-family:'Helvetica';
}
#social li a{
	text-shadow:2px 2px 2px #ccc;
	color:#666;
	padding-left:110px;
	display:block;
	text-decoration:none;
}
#social li:hover{
	color:#000;
	text-decoration:underline;
}

.twitter { width: 180px; height: 12px; background: url('../images/twitter.png') no-repeat; background-position: 0 -42px; }
.twitter:hover { background-position: 0 0; }

.yt { width: 180px; height: 12px; background: url('../images/youtube.png') no-repeat; background-position: 0 -42px; }
.yt:hover { background-position: 0 0; }

.flickr { width: 220px; height: 12px; background: url('../images/flickr.png') no-repeat; background-position: 0 -42px; }
.flickr:hover { background-position: 0 0; }

.slideshare { width: 213px; height: 12px; background: url('../images/slideshare.png') no-repeat; background-position: 0 -42px; }
.slideshare:hover { background-position: 0 0; }

.rss { width: 204px; height: 12px; background: url('../images/rss.png') no-repeat; background-position: 0 -42px; }
.rss:hover { background-position: 0 0; }


/*////////////////////////////////////////////

~ Footer

////////////////////////////////////////////*/

#site_map{
background-image:url(../images/bg-rodape.png);
background-repeat:no-repeat;
background-position:bottom;
padding: 0;
margin: 0;
margin: 0px auto 0px;
height: 240px;
clear: both;
padding: 0px;
text-shadow:2px 2px 2px #ccc;

}

#index #site_map{
margin: 0 auto 0px !important;

}

#site_map li{
padding: 0;
margin: 6px 0 0px 0;
list-style: none;
font-size: 11px;
line-height: 1.5em;
}

#site_map li.last{
padding: 0;
margin: 0;
}

#site_map h5{
padding: 0;
margin: 0 0 3px 0;
font-size: 12px;
}

h3.site_map_title{
padding: 0 0 0 17px !important;
line-height: 3em;
margin: 0px 0px 0px 5px;
font-size: 14px !important;
text-align: left !important;

font-style: normal;
font-family: Helvetica, Arial, Verdana, sans-serif;
background: url(../images/long_heading.png) no-repeat;
}

#site_map div{
	float: left;
	width: 130px;
	padding: 55px 70px 0 10px;
}

#site_map div.last{
	padding: 55px 0 0 0px !important;
	line-height: 1.9em;
	margin: 0;
	width: 320px;
	font-size:12px;
	text-align:right;
}



#site_map div.first{
margin-left: 20px;
}


#site_map a{
text-decoration: none;
color: #555;
.margin-left: -16px;
}

#site_map a:hover{
text-decoration: underline;
color: #000;
}