/* estilos para el panel de solapas scrolable*/
/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:600px;
	height:40px !important;
	margin:0px auto !important; 
	padding:0;	
	position:relative;
	z-index: 8;
	top: 1px;
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom: 0px auto -2px auto;
}

/* 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 {
	float: left;
	display: block;
	text-decoration: none;
	text-transform:uppercase;
	color: #666;
	background-color:#FAFAFA;
	font-weight: 800;
	letter-spacing: -0.05em;
	font-size: 0.85em;
	line-height: 40px;
	height: 40px;
	padding: 0px 15px;
	border:none;
	font-style:normal;
	border-top: solid 1px #fcfcfc;
	border-left: solid 1px #fcfcfc;
	border-right: solid 1px #fcfcfc;
	border-bottoom: solid 1px #eeeeee;
}
#flowtabs li a:hover {
	background-color:white;
	border: solid 1px #eeeeee;}
#flowtabs li a.current:hover {
	background-color:white;
	border-bottom: solid 1px white;}
/* adjust the background image position on each tab */
#flowtabs #t1 			{ }
#flowtabs #t2 			{ }
#flowtabs #t3 			{ }
#flowtabs #t4 			{ }
 
/* mouseover state */
#flowtabs a:hover 		{ }
#flowtabs #t1:hover 	{ }
#flowtabs #t2:hover 	{ }
#flowtabs #t3:hover 	{ }
#flowtabs #t4:hover 	{ }

/* currently selected tabs */
#flowtabs a.current		{
	background-color:white;
	border: solid 1px #eeeeee;
	border-bottom: solid 1px white;
	color:black;}

#flowtabs #t1.current { }
#flowtabs #t2.current { }
#flowtabs #t3.current { }
#flowtabs #t4.current { }



/* panes */
#flowpanes {
	width:600px;
	height:700px;
	background-color: white;
	border: solid 1px #eeeeee;	
	margin:auto;
}


/* single pane */
#flowpanes .items > div {
	display:none;	
	color:#000;	
	margin:0px;
	width:570px;
	padding:15px;
	float:left;
	display:block;
}
#flowpanes div #wpcf7-f2-p300-o1{
	padding:0px;
	width: 100%;
}

/* some decorations for elements inside single pane */
#flowpanes div h2 {
}

#flowpanes a {
}

#flowpanes p, #flowpanes samp {
}

#flowpanes .narrow {
	padding-right:160px;		
}

/* override the root element to enable scrolling */
	#flowpanes {
		position:relative;
		overflow:hidden;
		clear:both;
	}

	/* override single pane */
	#flowpanes div {
	}

	/* our additional wrapper element for the items */
	#flowpanes .items {
		width:20000em;
		position:absolute;
		clear:both;
		margin:0;
		padding:0;
			float:left;
			display:block;
	}

	#flowpanes .less, #flowpanes .less a {
		color:#000 !important;
		font-size:11px;
	}

