﻿ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 34px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 34px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	border: none;
}
ul.tabs li a {
	display: block;
	padding: 0;
	height: 34px;
	cursor: pointer;
}

ul.tabs li#generalTab a{
	background: url('../images/camaras/tab_general.gif') no-repeat 0 bottom;	
	width: 104px;	
}

ul.tabs li#specsTab a{
	background: url('../images/camaras/tab_especificaciones.gif') no-repeat 0 bottom;	
	width: 184px;	
	margin: 0 0 0 7px;
}

ul.tabs li#generalTab.active a, ul.tabs li#specsTab.active a{
	background-position: 0 top;
}


/* Tabs content */
.tab_container {
	overflow: hidden;
	width: 100%;
}
.tab_content {
}
