.tabOn, .tabOff, .tabHover {
	width:60px;
	position:absolute;
	cursor:pointer;
	text-align:center;
	background-color: #F2F2F2;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C8C8C8;
	border-right-color: #C8C8C8;
	border-left-color: #C8C8C8;
	height: 20px;
	z-index: 0;
}

.tabOn {
	z-index:2;
	background-color:#FFFFFF;
}

.tabOff {
	z-index:0;
	background-color:#F2F2F2;
}

.tabHover {
	background-color:#D4D4D4;
	font-weight: bold;
}

#tab2 { left:65px; }

#tab3 { left:130px; }

#tabContenido{
	position:relative;
	border:1px solid #CCCCCC;
	z-index:1;
	width: 288px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	top:22px;
	*top:22px;!important
}

#demo {
	width:290px;
	position:relative;
}
#tabContenido2 {
	position:relative;
	border:1px solid #CCCCCC;
	z-index:1;
	width: 288px;
	display: block;
	padding-top: 10px;
	*top:5px;!important; 					
	top: 2px;
}
