.vtabs {
	position: relative;
	margin-left: 49px;
	margin-top: -15px;
	border-style: none;
}
.vtabs .vtabs-tab-column {
	position: absolute;
	left: 0; /*width: 10%;*/
	min-width: 150px; 

}
.vtabs .vtabs-tab-column ul {
	list-style: none;
	margin: 40px 2px 0px 0px;
	padding: 0px;
}
.vtabs .vtabs-tab-column li {
	height: 38px;
	width: 199px;
}

/* css for tab that is open */
.vtabs .vtabs-tab-column ul li.open, .vtabs .vtabs-tab-column ul li.closed {
	margin: -5px 0px 1px -30px;
	/* round corners do not work in IE */
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background: url(../../images/fondo_tab_current2.png) no-repeat;
	border-style: none;
	padding: 5px 1px 1px 20px;
	list-style: url(../../images/bullet_activo.jpg) inside;
}

/* css for tab that is closed */
.vtabs .vtabs-tab-column ul li.closed {
	background: url(../../images/fondo_tab_producto.png) no-repeat;
	list-style: url(../../images/bullet_apagado.jpg) inside;
}
/* css for tab hover */	
.vtabs .vtabs-tab-column ul li:hover {

}
/* css for link on tab that's open */
.vtabs .vtabs-tab-column ul li a.open, .vtabs .vtabs-tab-column ul li a.closed {
	margin: 0px;
	padding: 0px 0px 0px;
	text-decoration: none;
	color: #9C3A00;
	font-weight: lighter;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 14px;
}
/* css for link on tab that's closed */
.vtabs .vtabs-tab-column ul li a.closed {
	color: #777777;
}	

.vtabs .vtabs-content-column {
	padding: 0;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
/* css for the content panels */
.vtabs .vtabs-content-column .vtabs-content-panel {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	background: url(../../images/fondo_banner.jpg) no-repeat;
	height: 298px;
	width: 794px;
	border-width: 0px;
	border-style: none;
	z-index: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -24px;
	padding-top: 14px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}
