.barra_brasil {
	background-color: #00500f;
	background-image: url("../imagens/barra_brasil2011b_fundo_esq.gif");
	background-repeat: repeat-x;
	background-position: top;
}

body {
	background-image: url("../imagens/background_campus.jpg");
	background-color: #E0E0E0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
    overflow-x: hidden;
	margin: 0;
}

#topoTesteira {
	background-image: url("../imagens/fundo_topo_testeira.gif");
	background-repeat: repeat-x;
	background-position: top;
}
#topoTesteira .mais_acessados{
	width:98%;
}

#fundoRodape {
	background-color:#999999;
	background-image: url("../imagens/fundo_rodape.gif");
	background-repeat: repeat-x;
	background-position: top;
}

#compartilhar{
	height:30px;
	margin-left:10px;/*5px*/
	margin-top:8px;/*3px*/
	display: inline-block;
	
}
#compartilhar .google{
	float:right;
	margin-left:8px;
	width:70px;
	overflow:hidden;
}
#compartilhar .twitter{
	float:right;
	margin-left:8px;
	width:95px;
	overflow:hidden;
}
#compartilhar .facebook{
	float:right;
}