.tabOn, .tabOff, .tabHover
{
	width:165px;
	height:30px;
	position:absolute;
	border:0;
	border-bottom:none;
	cursor:pointer;
	text-align: center;
	left: 7px;
	top: 0px;
	
}

.tabOn { z-index:2; background-color:#FFFFFF; background-image: url(../images/masvistas_04-sel.jpg); }

.tabOff { z-index:0; background-color:#EAEAEA; background-image: url(../images/masvistas_04.jpg); }
.tabHover { background-color:#CCCCCC; background-image: url(../images/masvistas_04-sel.jpg); }


.tabOn1, .tabOff1, .tabHover1
{
	width:81px;
	height:30px;
	position:absolute;
	border:0;
	border-bottom:none;
	cursor:pointer;
	text-align: center;
	left: 7px;
	top: 0px;
}

.tabOn1 { z-index:2; background-color:#FFFFFF; background-image: url(../images/masvistas_03-sel.jpg); }

.tabOff1 { z-index:0; background-color:#EAEAEA; background-image: url(../images/masvistas_03.jpg); }

.tabHover1 { background-color:#CCCCCC; background-image: url(../images/masvistas_03-sel.jpg); }


#tab2 { left:81px;}

#tab1 { left:0px; }

#tabContenido
{
	padding:1px;
	position:absolute;
	top:25px; left:0px;
	width:242px;
	height:327px;
	z-index:1;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	
}

	#demo { overflow:auto; height:330px; width:300px; position:relative; }
