#foro {
    background: url(img/foro.png) no-repeat;
    float: left;
    width: 323px;
    height: 88px;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 9px;
}

#foro a {
    color: #fff;
}

#foro a:hover {
    color: #ff9900;
}

#foro .foto {
    float: left;
    margin: 3px 0 0 3px;
}

#foro .texto {
    float: left;
    width: 212px;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 31px 0 0 9px;
}

#entrevistas {
    background: url(img/entrevista.png) no-repeat;
    float: left;
    width: 323px;
    height: 88px;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 9px;
}

#entrevistas a {
    color: #fff;
}

#entrevistas a:hover {
    color: #ff9900;
}

#entrevistas .foto {
    float: left;
    margin: 3px 0 0 3px;
}

#entrevistas .texto {
    float: left;
    width: 212px;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.6em;
    margin: 31px 0 0 9px;
}

#cronicas {
    background: url(img/cronica.png) no-repeat;
    float: left;
    width: 323px;
    height: 88px;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 9px;
    margin-left: 15px;
}

#cronicas a {
    color: #fff;
}

#cronicas a:hover {
    color: #ff9900;
}

#cronicas .foto {
    float: left;
    margin: 3px 0 0 3px;
}

#cronicas .texto {
    float: left;
    width: 212px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.6em;
    margin: 31px 0 0 9px;
}

#informador {
    display: block;
    float: left;
    width: 468px;
    height: 60px;
    text-align:center;
    margin-bottom: 12px;
    border: 1px solid #cccccc;
}

#twitter_api {
    font-weight: bold;
    display: block;
    float: left;
    width: 470px;
    height: 52px;
    line-height: 15px;
    padding-top: 11px;
    margin-bottom: 0;
    background: url(img/twitter.png) no-repeat;
}

.twitt {
    width: 412px;
    font-size: 0.9em;
    margin: 0 10px 0 52px;
}

#baner1 {
    float: left;
    width: 180px;
    height: 150px;
    margin: 0 0 12px 0;
}

#baner2 {
    float: left;
    width: 180px;
    height: 150px;
}

.featured, .featured .content, .featured .footer {
    display: block;
    float: left;
    width: 468px;
}

.featured {
    background: url(img/b_featuredY.png) repeat-y;
    height: auto;
    position: relative;
    z-index: 1;
}

.featured .content {
    display: block;
    background: url(img/fondo_titulares.png) no-repeat top;
    min-height: 250px;
    height: 250px;
    overflow: hidden;
}

.featured .footer {
    display: block;
    background: url(img/b_featuredF.png) no-repeat bottom;
    height: 15px;
}

.featured h1 {
    display: block;
    color: #3c3c3c;
    font-size: 1.5em;
    font-weight: normal;
    padding: 10px 0 8px 20px;
    margin: 0 1px 0 1px;
    border-bottom: 1px solid #dedede;
}

/* featured tabs */
.featuredposts {
    position: absolute;
    top: 15px;
    right: 25px;
}

.featuredposts li {
    float: left;
    display: block;
    margin-right: 10px;
}

.featuredposts li a {
    float: left;
    display: block;
    width: 9px;
    height: 9px;
    background: url(img/light_off.png) no-repeat;
}

.featuredposts li a:hover {
    background: url(img/light_bl.png) no-repeat;
}

.featuredposts li a.selected {
    background: url(img/light_on.png) no-repeat;
}

.featuredposts li a.selected:hover {
    background: url(img/light_on.png) no-repeat;
}

.featuredposts_content {
    display: none;
    position: relative;
    z-index: 1;
}

@media print {
    .featuredposts_content {
        display: block !important;
    }
}

/* content */
.featuredposts_content .thumb {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 184px;
    height: 134px;
}

.featuredposts_content .thumb img {
    display: block;
    overflow: hidden;
    border: 1px solid #aaa;
    padding: 1px;
}

.featuredposts_content .fpost {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
}

.featuredposts_content .fpost h2 {
    font-family: Helvetica;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 1.3em;
}

.featuredposts_content .fpost p {
    margin: 15px 0 0 0;
    line-height: 1.6em;
    text-align: left;
    color: #666;
}

.featuredposts_content .fpost .read, .featuredposts_content .fpost .docomment {
    display: block;
    height: 13px;
    line-height: 13px;
}

.featuredposts_content .fpost .read {padding: 15px 0 0 22px}
.featuredposts_content .fpost .docomment {padding: 8px 0 0 22px}

.featuredposts_content .fpost .read {background: url(img/ico_more.png) no-repeat}
.featuredposts_content .fpost .docomment {background: url(img/ico_comment.png) no-repeat}
.featuredposts_content .fpost .read {background-position: left 15px}
.featuredposts_content .fpost .docomment {background-position: left 8px}

.featuredposts_content .fpost .read a {color: #555}
.featuredposts_content .fpost .read a:hover {color: #ff6000}
.featuredposts_content .fpost .docomment a {color: #555}
.featuredposts_content .fpost .docomment a:hover {color: #ff6000}
