#tabs {
	width:1020px;
	height:auto;
	float:left;
	margin-bottom:10px;
}
#flowtabs {
	/* dimensions */
	width:1020px;
	height:60px !important;
	margin:0 !important;
	padding: 10px 0;
	background-image: url(../images/bg_link_tabs.png);
	background-repeat:repeat-x;
	background-position:top;
	-moz-border-radius-topright : 10px;
	-moz-border-radius-topleft :10px;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}
#flowtabs #t1 {
	background-image:url(../images/inicio.png);
	background-repeat:no-repeat;
	background-position: 20px 5px;
	width:120px;
	height:60px;
	line-height:60px;
}
#flowtabs #t1.current {
	background-image:url(../images/inicio_h.png);
	background-repeat:no-repeat;
}
#flowtabs #t1:hover {
	background-image:url(../images/inicio_h.png);
	background-repeat:no-repeat;
}

#flowtabs #t2 {
	background-image:url(../images/desarrollo.png);
	background-repeat:no-repeat;
	background-position: 20px 5px;
	width:120px;
	height:60px;
	line-height:60px;
}
#flowtabs #t2.current {
	background-image:url(../images/desarrollo_h.png);
	background-repeat:no-repeat;
}
#flowtabs #t2:hover {
	background-image:url(../images/desarrollo_h.png);
	background-repeat:no-repeat;
}


#flowtabs #t3 {
	background-image:url(../images/design.png);
	background-repeat:no-repeat;
	background-position: 20px 5px;
	width:120px;
	height:60px;
	line-height:60px;
}
#flowtabs #t3.current {
	background-image:url(../images/design_h.png);
	background-repeat:no-repeat;
}
#flowtabs #t3:hover {
	background-image:url(../images/design_h.png);
	background-repeat:no-repeat;
}


#flowtabs #t4 {
	background-image:url(../images/host.png);
	background-repeat:no-repeat;
	background-position: 20px 5px;
	width:120px;
	height:60px;
	line-height:60px;
}
#flowtabs #t4.current {
	background-image:url(../images/host_h.png);
	background-repeat:no-repeat;
}
#flowtabs #t4:hover {
	background-image:url(../images/host_h.png);
	background-repeat:no-repeat;
}



#flowtabs #t5 {
	background-image:url(../images/terceros.png);
	background-repeat:no-repeat;
	background-position: 20px 5px;
	width:120px;
	height:60px;
	line-height:60px;
}
#flowtabs #t5.current {
	background-image:url(../images/terceros_h.png);
	background-repeat:no-repeat;
}
#flowtabs #t5:hover {
	background-image:url(../images/terceros_h.png);
	background-repeat:no-repeat;
}



#flowtabs img {
	border:0;
}
/* 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: 60px;
	padding:0px;
	margin:0px;
	cursor:pointer;
	
	/* font decoration */
	color:#f1f1f1;
	font-size:14px;
	text-decoration:none;
	line-height:60px;
	padding:0 0 0 80px;
}
#flowtabs li a:hover {
	color:#63cfff;
}
#flowtabs li a.current {
	cursor:default;
	color:#63cfff;
	padding:0 0 0 80px;
}


/* panes */
#flowpanes {
	/*background:#11284f;
	border-top:1px solid #333;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;*/
	background-image:url(../images/bg_tabs_cont.png);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
	min-height:400px;
	height:auto;
}
#flowpanes  button{
	outline:1px outset #999;	
	border:1px solid #fff;	
	background-color:#333;
	color:#f1f1f1;
	height:24px;
	-moz-border-radius:4px;
	-moz-outline-radius:4px;
	cursor:pointer;
	font-size:11px;
	padding:5px
}
#flowpanes  button:hover{color:#63cfff; border-color:#63cfff}
/* single pane */
#flowpanes div {
	display:none;
	color:#fff;
	margin:8px 20px;
	height:auto;
}
/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:100%;
	cursor:pointer;
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
}
<!--
tabs
-->


/* override the root element to enable scrolling */
#flowpanes {
 position:relative;
 overflow:hidden;
 clear:both;
}
/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:950px;
	cursor:pointer;
	font-size:14px;
}
/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

