.tabbed_content {
	background-color: #E6E6E6;
	width: 660px;
	margin-bottom:20px;
}

.tabs {
	height: 45px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#ddddd9;
	background-image:url(../images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top:-14px;
	width: 190px;
	z-index: 190;
	left: 0;
	padding-top: 28px;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 190px;
	color: #848484;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	padding-top: 15px;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
	position: relative;
	width: 660px;
}

.tabslider {
	width: 5000px;
	margin-bottom:80px; /* Para separar los punteros de las notas */
}

.tabslider ul {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

.tabslider ul li {
	color: #000000;
	text-decoration: none;
	list-style:none;
}

.tabslider ul a {
	color: #000000;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}
