/* ---------- Archivos adjuntos a los post en la pagina de vista ---------- */

#attacheds{
    float: right;
    width: 250px;
    border: 1px solid #BBB;
    margin: 0 0 5px 5px;
}
#attacheds .images{
    height: 190px;
}
#attacheds .attached{
    min-height: 190px;
}
#attacheds .image{
    height: 190px;
    text-align: center;
    margin-top: 3px;
}
#attacheds .image img{
    border: 1px solid #666;
}
#attacheds .text{
    min-height: 30px;
    font-size: 10px;
    border-top: 1px solid #BBB;
    padding: 3px;
    font-family: arial, tahoma, verdana;
    background: #EEE;
}


/* ---------- Resumenes de post en la pagina de inicio ---------- */

#postsIndex {
    font-family: verdana, tahoma, arial;
    font-size: x-small;
    line-height: 140%;
    border: 1px dotted #555;
    background-color: #DDD;
    margin: 10px 0px 10px 0px;
    padding: 0 5px 0 5px;
}
#postsIndex .post .bottom {
    background-image: url(../images/content_bottom.gif);
    background-repeat: no-repeat;
    background-position: left top;
    height: 10px;
}
#postsIndex .post .middle{
    border-left: 1px solid #8888B8;
    border-right: 1px solid #8888B8;
    background-color: #FFF;
    margin: 0px;
    padding: 0px 5px 0px 5px;
}
#postsIndex .post .top {
    background-image: url(../images/content_top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 10px;
}
#postsIndex .post .middle .title {
    font-family: arial, verdana, tahoma;
    font-size: small;
    font-weight: bold;
    color: #7575A5;
    border-bottom: 1px solid #8888B8;
    padding-bottom: 4px;
    margin: 0px 0px 5px 0px;
}
#postsIndex .post .middle .title a {
    font-family: arial, verdana, tahoma;
    font-size: small;
    font-weight: bold;
    color: #353565;
    text-decoration: none;
}
#postsIndex .post .middle .excerpt{
    padding: 0px;
    margin: 0px;
    text-align: justify;
}
#postsIndex .post .middle img{
    margin: 3px 5px 3px 0px;
    padding: 2px;
    border: 1px solid #619FCB;
    background-color: #D9F4FD;
}
