.tabOn, .tabOff, .tabHover
{
	width:130px;
	height:20px;
	position:absolute;
	border:1px #d8dfea solid;
	border-bottom:none;
	cursor:pointer;
	text-align:center;
}
.tabOn { z-index:2; background-color:#ffffff; font:12px arial;}
.tabOff { z-index:0; background-color:#e6effb;color:#0060c0;font:12px arial;}
.tabHover { background-color:#ffffff;font:12px arial;}
#tab2 { left:145px; }
#tab3 { left:290px; }
#tab4 { left:435px; }
#tab5 { left:580px; }
#tabContenido
{
	padding:5px 0px 0px 10px;
	position:absolute;
	top:20px; left:0px;
	border:1px #d8dfea solid;
	width:720px;
	height:70px;
	z-index:1;

}

#demo { overflow:hidden ; height:120px; width:770px; position:relative;}


