#featured{
	width:300px;
	padding-right:230px;
	position:relative;
	height:223px;
	margin: 10px;
	background-color: #F3F3F3;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#featured ul.ui-tabs-nav{
	position: absolute;
	top: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 232px;
	right: 5px;
	z-index: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
#featured ul.ui-tabs-nav li{
	font-size: 12px;
	color: #666;
	height: 71px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	width: 232px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	background-color: transparent;
	text-transform: lowercase;
}
#featured ul.ui-tabs-nav li .desc{
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 61px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #999;
	height: 61px;
	width: 90px;
	float: right;
	margin-right: 6px;
	margin-top: 4px;
	background-image: url(../../Beneficios%20La%20Capital_archivos/img/cortedesc.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-left: 4px;
	position: absolute;
	top: 0px;
	right: 18px;
}
#featured ul.ui-tabs-nav li .logo {
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:61px;
	text-decoration: none;
	color: #5398CA;
	font-weight: bold;
	height: 61px;
	float: left;
	margin-top: 4px;
	text-align: center;
	padding-left: 4px;
	width: 110px;
}
#featured ul.ui-tabs-nav li .logo img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
}
#featured li.ui-tabs-nav-item {
	background-image: url(../../Beneficios%20La%20Capital_archivos/img/-item.png);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}
#featured li.ui-tabs-selected{
	background-image: url(../../Beneficios%20La%20Capital_archivos/img/selected-item.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: transparent;
}
#featured li.ui-tabs-selected a    .desc{
	background-color: #D13D24;
}
#featured .ui-tabs-panel{
	width:300px;
	height:225px;
	background:#999;
	position:relative;
}
#featured .ui-tabs-panel img {
	height: 225px;
	width: 300px;
}
#featured .ui-tabs-panel a .info{
	position:absolute;
	left:0;
	height:60px;
	bottom: 0px;
	padding: 10px;
	visibility: hidden;
	background-image: url(../../Beneficios%20La%20Capital_archivos/img/info.png);
	background-repeat: repeat;
	width: 280px;
	overflow: hidden;
}
#featured .ui-tabs-panel a:hover .info{
	visibility: visible;
}
#featured .info h2{
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:5px;
	margin:0;
	overflow:hidden;
}
#featured .info p{
	margin:0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#000000;
}
#featured .ui-tabs-hide{ 
	display:none; 
}
#featured a {
	text-decoration: none;
}