@charset "utf-8";
/* CSS Document */

#bottom-bar {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9999;
	background: #000000;
	border: 0px solid #000000;
	border-bottom: none;
	width: 100%;
	height: 10px;
	
}


#bottom-bar .primer-div{
	position: absolute;
	left: -3px; 
	bottom: 0px;
	display: block;
	width: 100%;
	border: 2px solid #333333;
	background: #111111;
	overflow: hidden;
	padding-bottom: 0px;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	
}