#destacados {width: 700px; float: left;}

#features-nav {
    width: 310px;
    height: 300px;
    margin: 0;
    padding: 0;
    padding-left: 399px;
    z-index: 1000;
}

#features-nav .features-nav-item {
    height: 40px;
    background: #cee2f6 url(../images/bg-noticias.gif) repeat-x;
    font: normal 12px 'Trebuchet Ms';    
} 
    
#features-nav .features-nav-item.current {
	background-image: none;
    background-color: #3d3834;
    height: 120px;
    color: #eee;
    padding: 15px 5px 5px 10px;
}

.features-nav-tnail {
	background: #fff;
}

#features-nav .features-nav-item h3 {
	color: #6c6c6c;
	padding: 2px 5px 0 5px;
	font-weight: normal;
}

#features-nav .features-nav-item.current h3 {
	color: #73CCF4;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px 0 5px;
}

#features-nav .features-nav-item p {
	padding: 5px 5px 0 5px;
	font-weight: bold;
}

#features-nav .features-nav-item.current p {
	color: #eee;	
}

#features-nav .current a {
    color: #73CCF4;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px 0 5px;
}