.tab{ float: right; width: 100%; }

.tabs {
	height: 30px;
	padding: 0px 0px 2px 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom: 5px solid #F08811;
}
.tabs ul {padding: 0px;	margin: 0px; }
.tabs li {
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	margin-right: 4px;
	margin-top: 3px;
	margin-left:3px;
	margin-bottom: 0px;
	padding: 0px;
}
.tabs li a {
	color: #F08811;
	cursor: pointer;
	display: block;
	float: left;
	height: 30px;
	padding-right: 4px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tabs li a span {
	display: block;
	float: left;
	padding: 8px 35px 0 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.tabs li a:hover {
	background-color: #F08811;
	color: #fff;
	text-decoration: none;
}
.tabs li.selected a,.tabs li.selected a:hover {
	background-color: #F08811;
	color: #fff;
	cursor: default;
	text-decoration: none;
}
.tabs li.selected a span,.tabs li.selected a:hover span {
	cursor: default;
}


.tabs.conimg {
	background:url(../images/tab/bg-lista-verde.gif) no-repeat;
	border-bottom: none;
	padding: 0px;
}
.tabs.conimg li a {
	background: transparent url(../images/tab/blue_right.gi) no-repeat scroll right top;
}
.tabs.conimg li a span {
	background: transparent url(../images/tab/blue_left.gi) no-repeat scroll 0 0;
}
.tabs.conimg li a:hover {
	background-image: url(../images/tab/blue_right.gif);
}
.tabs.conimg li a:hover span {
	background-image: url(../images/tab/blue_left.gif);
}
.tabs.conimg li.selected a, .tabs.conimg li.selected a:hover {
	background-image: url(../images/tab/blue_right.gif);
	background-color: transparent;
}
.tabs.conimg li.selected a span, .tabs.conimg li.selected a:hover span {
	background-image: url(../images/tab/blue_left.gif);
}