#tab {
	width:40px;
	height:50px;
	position:fixed;
	right:0px;
	bottom:25px;
	display:block;
	cursor:pointer;
	background-color:#232526;
	border-radius: 10px 0 0 10px;
	padding: 5px 0 5px 5px;	
	opacity: 0.92;
	filter:  alpha(opacity=92);
	z-index:9999;
}

#tab_2 {
	width:40px;
	height:50px;
	position:fixed;
	left:300px;
	bottom:45px;
	display:block;
	cursor:pointer;
	background-color:#232526;
	border-radius: 0 10px 10px 0;
	padding: 5px 5px 5px 0;
	opacity: 0.92;
	filter:  alpha(opacity=92);
	z-index:9999;
}		

#tab_interna {
	border-radius: 5px 0 0 5px;
	width: 100%;			
	height: 100%;
	background: #5F870E url('../images/arrow_posts_left.png') no-repeat center center;
	z-index:9999;
}		

#tab_interna_2 {
	border-radius: 0 5px 5px 0;
	width: 100%;			
	height: 100%;
	background: #5F870E url('../images/arrow_posts_right.png') no-repeat center center;
	z-index:9999;
}

.pic{z-index:99;}

#tab_interna:hover {
	background-position: 5px 13px;
	z-index:9999;
}

#tab_interna_2:hover {
	background-position: 11px 13px;
	z-index:9999;
}

.expandida {
	background: #5F870E url('../images/arrow_posts_right.png') no-repeat center center !important;	
	z-index:9999;		
	
}		
.expandida:hover {
	background-position: 11px 13px !important;
	z-index:9999;
}

#tab_interna_2.expandida {
	background: #5F870E url('../images/arrow_posts_left.png') no-repeat center center !important;	
	z-index:9999;		
}
#tab_interna_2.expandida:hover {
	background-position: 5px 13px !important;
	z-index:9999;
}

#panel {
	position:fixed;			
	right:0px;
	bottom:25px;
	background-color:#5F870E;
	height:230px;
	width:0;
	font: 18px Arial;
	color: #000000;
	text-align: center;
	border-radius: 15px 0 0 0;
	z-index:9999;
	/*border: 4px solid #000000;*/ 
}
#panel_2 {
	position:fixed;			
	left:0px;
	bottom:45px;
	background-color: #5F870E;			
	height:250px;
	width:240px;
	font: 18px Arial;
	color: #000000;
	text-align: center;
	border-radius: 0 15px 0 0;
	opacity: 0.92;
	z-index:9999;
}
		
#panel h3, #panel_2 h3 {
	margin: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	z-index:9999;
}

#panel .content, #panel_2 .content {
	width:200px;
	margin: 5px auto;
	z-index:9999;
}
