#flowtabs {
	_margin-bottom:-2px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	width: 400px;
	background-image: url(../images/slide-bottom.jpg);
	background-repeat: no-repeat;
}

/* 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 {
	height: 25px;
	margin:0px;
	color:#333;
	font-size:1em;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

/* currently selected tabs */
#flowtabs a.current		{cursor:default;color:#FFF;}

/* panes */
#flowpanes {
	width:480px;
	height:390px;
	float:left;
}


/* single pane */
#flowpanes div {
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#flowpanes a {
	color:#cc9;		
	font-size:14px;
}

#flowpanes p, #flowpanes samp {

}

#flowpanes .narrow {
	padding-right:160px;		
}
/* override the root element to enable scrolling */
	#flowpanes {
	position:relative;
	overflow:hidden;
	}

	/* override single pane */
	#flowpanes div {
	display: block;
	float:left;
	margin:0px;
	width: 480px;
	}

	/* 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;
	}

#wrap #main-content {
	position: relative;
}
.botones {
	position: relative;
	height: 10px;
}
.botones .prev {
	position: relative;
	top: 200px;
	left: 5px;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 36px;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 100;
	cursor: pointer;
}
.botones .next {
	position: relative;
	top: 200px;
	left: 593px;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 36px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	z-index: 100;
	cursor: pointer;
}
#wrap #footer div a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
