#featured{
	width:622px;
	height:256px;
	position:relative;
	background:#ffffff;
	/*background: url('../img/transparent-bg.png'); */
}
#featured ul.ui-tabs-nav{
	position:absolute;
	top:0;
	left:456px;
	.left:440px;
	list-style:none;
	padding:0;
	margin:0;
	width:176px;
	height: 256px;
	
}
#featured ul.ui-tabs-nav li{
	text-align:right;
	font-size:12px;
   	color:#323230;
	margin-top:1px;
	.margin-top:-1px;
}
#featured ul.ui-tabs-nav li img{ 
	float:right;
	margin:0 ; 
	padding:5px;
}

#featured ul.ui-tabs-nav li span{
	
}

#featured li.ui-tabs-nav-item a{
	text-decoration:none;
	font-weight:bold;
display:block; 
height:50px; 
width:176px;
margin-left:-1px;
color:#333;
background:url(../imgs/op0_0.jpg) no-repeat;
/*background:#E7E799; CUANDO NO ESTA SELECCIONADO*/
	/*line-height:20px; aqui*/	
	
}
#featured li.ui-tabs-nav-item a:hover{ 
text-decoration:none;
font-weight:bold;
display:block; 
height:50px; 
width:176px;
margin-left:-1px;
background:url(../imgs/op0_2.jpg) no-repeat;

}

#featured li.ui-tabs-selected{ 
	/*background:url('images/selected-item1.gif') top left no-repeat;  */
	
	
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	/*background: url('../imgs/menu_flechita.png');COLOR DEL ITEM SELECCIONADO */
	background:url(../imgs/op0_2.jpg) no-repeat;
	height:50px;
	width:176px;
}
#featured .ui-tabs-panel{ 
	width:445px; 
	height:256px; /* TAMAŅO DEL PANEL DE LA FOTO*/
	background:#ffffff; position:relative;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:200px;
	left:10px;
	height:70px;
}
#featured .ui-tabs-panel .info a{
	font-weight:lighter;
	font-size:11px;
	text-decoration:underline;
}
#featured .info h2{ 
	font-family:Verdana;
	font-size:12px; 
	color:#fff; 
	font-weight:bold;
	padding:5px; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	/*line-height:12px;*/ 
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
