/* medidas del contenedor principal*/
#featured{ 
	width:600px; 
	padding-right:450px; 
	position:relative; 
	border:0px solid #000; 
	height:450px; overflow:hidden;
	background:#fff;
}
/*img:hover{opacity: 0.5;}*/
#featured ul.ui-tabs-nav li span:hover{color: darkred;}
/*medidas del contenedor de las noticias laterales*/
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:550px; 
	list-style:none; 
	padding:0; margin:0; 
	width:350px; height:450px;
	overflow:auto;
	overflow-x:hidden;
}
/*margen y color de fondo de las noticias laterales*/
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:darkred; 
}
#featured li.ui-tabs-nav-item a:hover{background-color: red;}
#featured ul.ui-tabs-nav a li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
/*espacio entre lineas de las noticias laterales*/
#featured ul.ui-tabs-nav li span{ 
	font-size:15px; font-family:sans-serif; 
	line-height:25px; 
    font-weight: bold;
}

#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; text-decoration:none;
	color:#333;  background:#fff; 
	line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	/*background:#f2f2f2; */
	background: rgba(217,217,217,1);
background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(222,222,222,1) 53%, rgba(232,232,232,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,1)), color-stop(53%, rgba(222,222,222,1)), color-stop(100%, rgba(232,232,232,1)));
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(222,222,222,1) 53%, rgba(232,232,232,1) 100%);
background: -o-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(222,222,222,1) 53%, rgba(232,232,232,1) 100%);
background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(222,222,222,1) 53%, rgba(232,232,232,1) 100%);
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%, rgba(222,222,222,1) 53%, rgba(232,232,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#e8e8e8', GradientType=0 );

-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.75);

}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('../../../JQuery/slider2018/img/selected-item.gif') top left no-repeat;  
}
/* color del fondo animado de las noticias laterales*/
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background: ; 
    /*border-radius: 10px 10px 10px 10px;*/
}

#featured .ui-tabs-panel{ 
	width:550px; height:450px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute;
	display:none;
	bottom:0; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}

#featured .ui-tabs-hide{ 
	display:none; 
}


