.tabbed_content {
	width: 671px;
	background-image: url(../images/bg-ubicacion.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 49px;
}

.tabs {
	height: 49px;
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.tabs .moving_bg {
	background-image:url(../images/Imagen2.png);
	position: absolute;
	width: 30%;
	z-index: 10;
	left: 0;
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 33%;
	color: #8a8a8a;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 49px;
	line-height: 33px;
}

.tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 671px;
}

.tabslider {
	width: 5000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
}
.tabslider li {
	display: block;
	float: left;
	width: 671px;
}
.tabslider iframe {
	display: block;
	float: left;
	height: 285px;
	width: 485px;
	margin: 0px 23px 5px 5px;
	-webkit-box-shadow: 0px 0px 2px 1px #aaaaaa;
	box-shadow: 0px 0px 2px 1px #aaaaaa;
}
.tabslider h2 {
	text-transform: uppercase;
	color: #D3AF01;
	font-size: 14px;
	margin-bottom: 15px;
}
.tabslider p {
	font-size: 13px;
	color: #AAAAAA;
	margin-bottom: 10px;
}
.tabslider span {
	color: #D3AF01;
}
.tabslider  a   {
	color: #D3AF01;
}

.tabslider  a:hover {
	color: #FFC345;
}
