@charset "UTF-8";
/* CSS Document */

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 29px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 29px;
	
	border-left: none;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
	background: url(../img/tabs_inactivo.jpg) no-repeat top left;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	width:120px;
	text-align:center;
	outline: none;
	margin-right:2px;
}
ul.tabs li a:hover {
	background: url(../img/tabs_hover.jpg) top left no-repeat;
	color:#CCC;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background:url(../img/tabs_activo.jpg) top left no-repeat;
}
.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
.tab_content {
	
}
