.tabOn, .tabOff, .tabHover
{
	text-align:center;
	font-family: Calibri;
	font-size: 14px;
	font-weight:500;
	color:#003366;
	width:56px;
	height:20px;
	position:absolute;
	/*border:1px solid #EE1C25;*/
	background-repeat:no-repeat;
	border-bottom:none;
	cursor:pointer;
	text-align:center;
	top: 110px;
	left: 344px;	
}

.tabOn {
	z-index:2;	
	background-image: url(../img/util/bIxHome.png);
	background-repeat:no-repeat;	
	border-bottom: none;
	padding-top: 5px;
}

.tabOff { z-index:0; background-image: url(../img/util/bIxHomeOff.png); }

.tabHover {background-image: url(../img/util/bIxHomeHv.png); font-size:15px; color:#000099; }

#tab1 {	
	
	background-repeat:no-repeat;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 10px;
	height:25px;
	width:94px;	
}

#tab2 {
	left:437px;
	width: 94px;
	text-align: center;
	padding-top: 5px;
}

#tab3 {
	left:531px;
	width: 94px;
	text-align: center;
	padding-top: 5px;
}
#tab4 {
	left:137px;
	width: 94px;
	height:auto;
	text-align: center;
	top:118px;
	border:none;	
	font-family:Verdana, calibri, Tahoma, Candara;
	font-size:10px;
	color:#FF6600;
	background-color:#FFFFFF;
	cursor:auto;
}
#tab5 {
	left:624px;
	width: 94px;
	text-align: center;
	padding-top: 5px;
}
#tab6 {
	left:718px;
	width: 94px;
	text-align: center;
	padding-top: 5px;
}
#tab7 {
	left:811px;
	width: 94px;
	text-align: center;
	padding-top: 5px;
}
#tab8 {
	left:904px;
	width: 94px;
	text-align: center;
	padding-top: 5px;
	background-image:'';
}
#tabContenido
{
	position:relative;
	border:1px solid #EE1C25;
	border-bottom:none;
	width:1005px;
	height:auto;
	top:30px;	
	float: left;
}
