@charset "utf-8";
/* CSS Document */

.fondo {
	background-color: #FFFFFF;
	background-image: url(fdo.jpg);
	background-repeat:  repeat-x;
	background-position: top;
}
/* Wrap */
.twitter_tab {
	display:block;
	position:fixed;
	width:39px;
	height:179px;
	background:transparent url(	img/Twitter-dattatecblog.png) top right repeat-x;
	margin-top:125px;
	right:0px;
}

.facebook_tab {
	display:block;
	position:fixed;
	width:38px;
	height:117px;
	background:transparent url(img/Facebook-dattatecblog.png) top right repeat-x;
	margin-top:325px;
	right:0px;
}
