#tabs {
	width:1020px;
	height:auto;
	float:left;
	margin-bottom:10px;
}
#flowtabs {
	/* dimensions */
	width:1020px;
	height:70px !important;
	margin:0 !important;
	padding: 5px 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/catalogos_ico.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	width:20px;
	height:50px;
	line-height:50px;
}
#flowtabs #t1.current {
	background-image:url(../images/catalogos_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t1:hover {
	background-image:url(../images/catalogos_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}

#flowtabs #t2 {
	background-image:url(../images/ipac_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t2.current {
	background-image:url(../images/ipac_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t2:hover {
	background-image:url(../images/ipac_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}


#flowtabs #t3 {
	background-image:url(../images/shop_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t3.current {
	background-image:url(../images/shop_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t3:hover {
	background-image:url(../images/shop_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}


#flowtabs #t4 {
	background-image:url(../images/orion_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t4.current {
	background-image:url(../images/orion_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t4:hover {
	background-image:url(../images/orion_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}



#flowtabs #t5 {
	background-image:url(../images/galimg_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t5.current {
	background-image:url(../images/galimg_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t5:hover {
	background-image:url(../images/galimg_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}



#flowtabs #t6 {
	background-image:url(../images/radioweb_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t6.current {
	background-image:url(../images/radioweb_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t6:hover {
	background-image:url(../images/radioweb_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}



#flowtabs #t7 {
	background-image:url(../images/cms_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t7.current {
	background-image:url(../images/cms_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t7:hover {
	background-image:url(../images/cms_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}



#flowtabs #t8 {
	background-image:url(../images/inmob_ico.png);
	background-repeat:no-repeat;	background-position: 5px 5px;
	width:20px;	height:50px;	line-height:50px;
}
#flowtabs #t8.current {
	background-image:url(../images/inmob_ico_h.png);
	background-repeat:no-repeat;	height:70px;background-position: 5px 15px;
}
#flowtabs #t8:hover {
	background-image:url(../images/inmob_ico_h.png);
	background-repeat:no-repeat;
	height:70px;background-position: 5px 15px;
}



#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:50px;
	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:450px;
	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 10px;
	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:980px;
	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;
}
#contenedor_host{ width:950px; float:left; height:auto; margin:0; padding:0; font-size:12px; line-height:14px; color:#f1f1f1;}
#contenedor_host .col_i{ width:300px; float:left; height:auto; }
#contenedor_host .col_d {width:640px; float:left; height:auto; }
#contenedor_host #description {
	/*background-color:#333;*/
	border:1px solid #999;	
	margin-top:5px;
	-moz-border-radius:4px;
	padding:5px 12px 5px 0;
	width:900px;
}
#contenedor_host ul li{list-style-image:url(../images/li_image.png); list-style-position:outside;}
#contenedor_host li{ padding:5px;}
#contenedor_host  li.price{list-style-image:url(../images/li_price.png); list-style-position:outside;}
#contenedor_host  li.comprar { margin-top:15px;}
#contenedor_host  li.comprar:hover {list-style:url(../images/li_compra_a.png) outside ;}
#contenedor_host  li.comprar a{ color:#FFFFFF; text-decoration:none;}
#contenedor_host  li.comprar a:hover{ color:#63cfff;}

#contenedor_host #description h2{ font-size:22px; color: #3399CC; padding:0 10px;}



