section#featured {
    position: relative;
    display: block;
    overflow: hidden;
    width: 950px;
    height: 322px;
    margin: 4px 20px 7px 20px !important;
    
}

section#featured aside.buttons {
    width: 226px;
    float: left;
    overflow: hidden;
    margin-left: 5px;
}

section#featured aside.buttons ul li {
    width: 226px;
    height: 61px;
    margin-bottom: 4px;
    background: url(../img/featured/boton-sidebar-home.png) no-repeat;
}

section#featured aside.buttons ul li a {
    font-family: gobCL, Verdana, sans-serif;
    font-size: 16px;
    color: #757575;
    display: block;
    padding: 24px 0;
    text-align: center;
}

section#featured aside.news {
    width: 690px;
    float: right;
    margin-right: 5px;
    position: relative;

}

section#featured aside.news ul {
    height: 316px;
    overflow: hidden;
    border: 3px solid #f1f1f1;    
    position: absolute;
    width: 689px;
    background-color: black;
}

section#featured aside.news ul li {
    position: absolute;
    top: 0;
    left: 0;
    height: 316px;
    display: none;
    width: 698px;
}

section#featured aside.news ul li.first { 
    display: block;
}

section#featured aside.news ul li div.image {
    position: absolute;
    top: 0;
    display: block;
}

section#featured aside.news ul li article {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0, 0.6);
    padding: 10px;
}

section#featured aside.news ul li article h2 {
    color: white;
    font-weight: normal;
    font-family: gobCL, Verdana;
    font-size: 18px;
} 

section#featured aside.news ul li article p {
    margin: 0;
    color: white;
    font-weight: normal;
    font-family: gobCL, Verdana;
    font-size: 13px;
}

section#featured aside.news div.buttons {
    position: absolute;
    top: 12px;
    right: 15px;
}

section#featured aside.news div.buttons a {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 10000px;
    background: url(../img/featured/featured-icon.png) right center no-repeat;
    margin-left: 8px;
    outline: 0 none;
}

section#featured aside.news div.buttons a.current {
    background-position: left center;
}


section#featured ul {
    list-style: none;	
    padding: 0;
    margin: 0;
}

ul#tabs {
    position: absolute;
    left: 0px;
    z-index: 50;
    width: 173px;
}

ul#tabs li {
    width: 168px;
    font-size: 12px;
    font-family: Arial;
    height: 74px;
    background: #F2F2F2 url(../img/featured/item-bg.png) center top repeat-x;
}

ul#tabs li.current {
    background-position: center bottom;		        
    color: white;
    border-right: 3px solid red;
    width: 170px;
    background-color: #0065AB;
}

ul#tabs li.current a {
    color: white;
    text-shadow: none;
    border-right: 2px solid white;
}

ul#tabs li a {
    height: 64px;
        
    overflow: hidden;
    display: block;
    vertical-align: middle;

    text-decoration: none;	
    padding: 5px 11px;

    outline: none;
    color: #666;
    font-family: 'gobCL', Arial, sans-serif;
	font-size: 13px;
    text-align: left;
    text-shadow: 2px 2px 2px #CCC;
}


ul#output {
    position: absolute;
    z-index: 25;
    top: 0px;
    left: 168px;
    
    width: 780px;
    height: 295px;
}

ul#output li {
    position: absolute;
    width: 780px;
    height: 295px;
    display: none;
}

ul#output li.live {
   text-align: center;
}

ul#output li a {
   color: white;
}

ul#output li div.images {
    position: absolute;
    left: 0px;
}

ul#output li div.images div.thumbs {
    position: absolute; 
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 75;
}

ul#output li div.images div.thumbs a.gallery {
    display: block;
    float: left;
    margin-left: 18px;
    border: 1px solid white; 
    
    width: 40px;
    height: 40px;
    
    outline: 0 none;
}

ul#output li div.images div.thumbs a.gallery:hover,
ul#output li div.images div.thumbs a.current {
    border-color: #EE4144;
}

ul#output li div.images div.thumbs a.gallery img {

}



ul#output li article {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 253px;
    height: 295px;
    background-color: #f7f7f7;
}

ul#output li article h2 {
    margin: 10px 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8; 
}

ul#output li article h2 a {
    font-family: 'gobCL', Arial, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-transform: none;
    color: #848484;
}

ul#output li article p {
    margin: 0;
    font-family: 'gobCL', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    color: #848484;
    padding-top: 10px;
    border-top: 1px solid #ffffff;
    margin: 0 15px 0;
}


