/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:720px;
	height:31px !important;
	margin:0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;
	height: 31px;
	width: 120px;
	padding:0px;
	margin:0px;
	/* font decoration */
	color:#666;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
	background-image: url(imagenes/navipatron.jpg);
	background-repeat: no-repeat;
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -120px 0; }
#flowtabs #t3 			{ background-position: -240px 0; }
#flowtabs #t4 			{ background-position: -360px 0; }
#flowtabs #t5 			{ background-position: -480px 0; }
#flowtabs #t6 			{ background-position: -600px 0; width:120px;}

 
/* mouseover state */
#flowtabs a:hover 		{ color:#ffc;	 }
#flowtabs #t1:hover 	{ background-position:      0 -31px; }
#flowtabs #t2:hover 	{ background-position: -120px -31px; }
#flowtabs #t3:hover 	{ background-position: -240px -31px; }
#flowtabs #t4:hover 	{ background-position: -360px -31px; }
#flowtabs #t5:hover 	{ background-position: -480px -31px; }
#flowtabs #t6:hover 	{ background-position: -600px -31px; }


/* currently selected tabs */
#flowtabs a.current		{ cursor:default; color:#000; line-height:34px; }
#flowtabs #t1.current { background-position:      0 -62px; }
#flowtabs #t2.current { background-position: -120px -62px; }
#flowtabs #t3.current { background-position: -240px -62px; }
#flowtabs #t4.current { background-position: -360px -62px; }
#flowtabs #t5.current { background-position: -480px -62px; }
#flowtabs #t6.current { background-position: -600px -62px; }



/* panes */
#flowpanes {
	width:720px;
	height:350px;
	background-image: url(imagenes/navipatron.jpg);
	background-repeat: no-repeat;
	background-position: 0 -100px;
	position:relative;
	overflow:hidden;
	clear:both;

}


/* single pane */
#flowpanes div {

	display:none;	
	color:#333;	
	margin:10px 30px;
}
#flowpanes div {
	float:left;
	display:block;
	width:670px;
	cursor:pointer;
	font-size:0.95em;
}


/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:bold;
	color:#333;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:1.1em;	
}

#flowpanes a {
	color:#00f;		
	font-size:0.8em;
}

#flowpanes p, #flowpanes samp {
	color:#666;		
}

#flowpanes div.narrow {
	padding-right:160px;		
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .less, #flowpanes .less a {
	color:#666 !important;
	font-size:11px;
}

