/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	/*border-bottom:2px solid #8CBDA1;*/	
	height:27px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(tabs_pv.png) no-repeat 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	display:block;
	font-weight:bold;
	height: 27px;  
	line-height:27px;
	width: 156px;
	text-align:center;	
	text-decoration:none;
	color:#0E763B;
	padding:0px;
	margin:0px;	
	position:relative;
	/* top:1px ;*/
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px 0px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px 0px;		
	cursor:default !important; 
	color:#0E763B !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* PETAŅAS PUNTOS DE VENTA */
ul.tabs a.x9 {background: url(tabs_pv_pv.png) no-repeat; }
ul.tabs a.x9 { background-position: 0px 0px; width:156px; }
ul.tabs a.x9:hover { background-position: 0px -28px; }
ul.tabs a.x9.current { background-position: 0px -56px; }

ul.tabs a.x10 {background: url(tabs_pv_map.png) no-repeat;}
ul.tabs a.x10 { background-position: 0px 0px; width:156px; }
ul.tabs a.x10:hover { background-position: 0px -28px; }
ul.tabs a.x10.current { background-position: 0px -56px; }
/* PETAŅAS LINEAS */
ul.tabs a.x11 {background: url(tabs_lin_lin.png) no-repeat; }
ul.tabs a.x11 { background-position: 0px 0px; width:156px; }
ul.tabs a.x11:hover { background-position: 0px -28px; }
ul.tabs a.x11.current { background-position: 0px -56px; }

ul.tabs a.x12 {background: url(tabs_lin_map.png) no-repeat;}
ul.tabs a.x12 { background-position: 0px 0px; width:156px; }
ul.tabs a.x12:hover { background-position: 0px -28px; }
ul.tabs a.x12.current { background-position: 0px -56px; }

/* PETAŅAS TARIFAS */
ul.tabs a.x13 {background: url(tabs_trf_int.png) no-repeat; }
ul.tabs a.x13 { background-position: 0px 0px; width:156px; }
ul.tabs a.x13:hover { background-position: 0px -28px; }
ul.tabs a.x13.current { background-position: 0px -56px; }

ul.tabs a.x14 {background: url(tabs_trf_urb.png) no-repeat;}
ul.tabs a.x14 { background-position: 0px 0px; width:156px; }
ul.tabs a.x14:hover { background-position: 0px -28px; }
ul.tabs a.x14.current { background-position: 0px -56px; }

ul.tabs a.x15 {background: url(tabs_trf_simu.png) no-repeat;}
ul.tabs a.x15 { background-position: 0px 0px; width:156px; }
ul.tabs a.x15:hover { background-position: 0px -28px; }
ul.tabs a.x15.current { background-position: 0px -56px; }

ul.tabs a.x16 {background: url(tabs_trf_salt.png) no-repeat;}
ul.tabs a.x16 { background-position: 0px 0px; width:156px; }
ul.tabs a.x16:hover { background-position: 0px -28px; }
ul.tabs a.x16.current { background-position: 0px -56px; }

/* PETAŅAS HORARIOS x LINEA */
ul.tabs a.x17 {background: url(tabs_hora_lin.png) no-repeat; }
ul.tabs a.x17 { background-position: 0px 0px; width:156px; }
ul.tabs a.x17:hover { background-position: 0px -28px; }
ul.tabs a.x17.current { background-position: 0px -56px; }

ul.tabs a.x18 {background: url(tabs_hora_hora.png) no-repeat;}
ul.tabs a.x18 { background-position: 0px 0px; width:156px; }
ul.tabs a.x18:hover { background-position: 0px -28px; }
ul.tabs a.x18.current { background-position: 0px -56px; }

ul.tabs a.x19 {background: url(tabs_hora_pdf.png) no-repeat;}
ul.tabs a.x19 { background-position: 0px 0px; width:156px; }
ul.tabs a.x19:hover { background-position: 0px -28px; }
ul.tabs a.x19.current { background-position: 0px -56px; }

ul.tabs a.x20 {background: url(tabs_hora_corred.png) no-repeat; }
ul.tabs a.x20 { background-position: 0px 0px; width:156px; }
ul.tabs a.x20:hover { background-position: 0px -28px; }
ul.tabs a.x20.current { background-position: 0px -56px; }

ul.tabs a.x21 {background: url(tabs_hora_munic.png) no-repeat; }
ul.tabs a.x21 { background-position: 0px 0px; width:156px; }
ul.tabs a.x21:hover { background-position: 0px -28px; }
ul.tabs a.x21.current { background-position: 0px -56px; }

/* initially all panes are hidden */ 
div.panes div.pane {
	/*display:none;*/		
}

