img,a {
    border: 0;
}

#activo {
    visibility: visible;
}


#off {
    visibility: hidden;
}


#facebook_div {
    width: 295px;
    height: 405px;
    overflow: hidden;
}


#twitter_div {
    width: 246px;
    height: 353px;
    overflow: hidden;
}


#google_plus_div {
    width: 325px;
	height:117px;
    overflow: hidden;
}

#facebook_left {
    z-index: 10005;
    border: 2px solid #3c95d9;
    background-color: #fff;
    width: 295px;
    height: 405px;
    position: fixed;
    left: -300px;
}


#facebook_left img {
    position: absolute;
    top: -2px;
    right: -27px;
    cursor:pointer;
}


#facebook_left iframe {
    border: 0px solid #3c95d9;
    overflow: hidden;
    position: static;
    height: 266px;
    right: -2px;
    top: -3px;
}

#facebook_right {
    z-index: 10005;
    border: 2px solid #3c95d9;
    background-color: #fff;
    width: 295px;
    height: 405px;
    position: fixed;
    right: -300px;
}


#facebook_right img {
    position: absolute;
    top: -2px;
    left: -27px;
	cursor:pointer;
}


#facebook_right iframe {
    border: 0px solid #3c95d9;
    overflow: hidden;
    position: static;
    height: 266px;
    left: -2px;
    top: -3px;
}


#twitter_left {
    z-index: 10004;
    border: 2px solid #6CC5FF;
    background-color: #6CC5FF;
    width: 246px;
    height: 353px;
    position: fixed;
    left: -250px;
}


#twitter_left_img {
    position: absolute;
    top: -2px;
    right: -27px;
    border: 0;
	cursor:pointer;
}

#twitter_right {
    z-index: 10004;
    border: 2px solid #6CC5FF;
    background-color: #6CC5FF;
    width: 246px;
    height: 353px;
    position: fixed;
    right: -250px;
}


#twitter_right_img {
    position: absolute;
    top: -2px;
    left: -27px;
    border: 0;
	cursor:pointer;
}

#google_plus_left {
    z-index: 10003;
    background-color: blue;
    border: 2px solid blue;
    border-top: 2px solid blue;
    border-bottom: 2px solid blue;
    border-right: 2px solid blue;
    border-left: 2px solid blue;
    width: 325px;
	height:117px;
    position: fixed;
    left: -330px;
}


#google_plus_left_img {
    position: absolute;
    top: -2px;
    right: -28px;
    border: 0;
	cursor:pointer;
}

#google_plus_right {
    z-index: 10003;
    background-color: blue;
    border: 2px solid blue;
    border-top: 2px solid blue;
    border-bottom: 2px solid blue;
    border-right: 2px solid blue;
    border-left: 2px solid blue;
    width: 325px;
	height:117px;
    position: fixed;
    right: -330px;
}

#google_plus_right_img {
    position: absolute;
    top: -2px;
    left: -28px;
    border: 0;
	cursor:pointer;
}