/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	width: 100%;
	height: 42px;
	position: absolute;
    top: 0;
	left: 0;
    z-index: 2;
}

#cont_tab{
width: 950px;
height: 42px;
position: relative;
margin: auto;
}

.tab ul.login {
  	float: right;
  	height: 42px;
	width: 260px;
  	color: white;
  	font-size: 11px;
	text-align: center;
	list-style: none;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
  	display: block;
	float: left;
}

.tab ul.login li.medio {
 	text-align: left;
	float: left;
	height: 22px;
	padding: 10px;
	width: 180px;
  	background: url(../images/tab_m.png) repeat-x left center;
}

.tab ul.login li a {
	color: #CC0000;
	text-decoration: none;
}

.tab ul.login li a:hover {
	color: #FFF;
}

.sep {color:#414141;
padding:0 8px;}






