/* --- SOCIAL --- */
div#barra_social {
	position:fixed;
	bottom: 5px;
	right:5px;
	width:32px;
}
div#barra_social a {
	display:block;
	margin:3px 0px;
	width:32px;
	height:32px;
	border:0px;
	z-index:2010;
	border: 1px solid #FFF;
}
div#barra_social a.facebook_page {
	background:url('../../images/icone_social/facebook.png') no-repeat center center;
}
div#barra_social a.twitter_page {
	background:url('../../images/twitter.html') no-repeat center center;
}
div#barra_social a.google_plus_page {
	background:url('../../images/google.html') no-repeat center center;
}
div#barra_social a.youtube_page {
	background:url('../../images/youtube.html') no-repeat center center;
}


/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
div#barra_social {

}
}
@media only screen and (min-width : 601px) {
div#barra_social {
	position:fixed;
	bottom: 5px;
	right:5px;
	width:32px;
}
}