BODY {
 CURSOR: url('http://mdgr.funpic.de/archivos/manita.ani');}
.avatar {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #007359;
}

.blog-navigation {
    font-size: 80%;
    border: 1px solid #9FD28F;
    background-color: #D0F2CD;
    padding: 4px;
    display: block;
    height: 15px;
}

.blog-entry {
    margin-top: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D0F2CD;
}


.blog-title {
    color: #000;
    background: #EDF2EC url('barra.jpg') repeat-y top center;
    font-size: 16px;
    font-weight: bold;
}

.blog-title a {
    text-decoration: none;
    color: #000;
}

.blog-title a:hover {
    color: #7B966B;
}

.blog-body {
    text-align: justify;
}

.blog-addinfo {
    padding: 5px;
    text-align: right;
    font-size: xx-small;
    color: #7B966B;
}

.blog-tb {
    border: 1px solid #7B966B;
    background: #fff;
    padding: 10px;
    font-size: xx-small;
}

.blog-comment-title {
    color: #000;
    font-weight: bold;
    background: #EDF2EC url('comentario.jpg') repeat-y top center;
    font-size: 110%;
}

.blog-comment-title a, .blog-comment-title a:hover {
    color: #000;
    text-decoration: none;
}


.calendar {
    margin-top: 10px;
    padding: 2px;
    border: 1px solid #D0F2CD;
    width: 100%;
    text-align: center;
}

.calendar #cal-header {
    color: #fff;
    background: #4669b1;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    text-align: center;
}

.calendar #cal-header a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.calendar #cal-header #arrow-left {
    margin-left: 2px;
    float: left;
}

.calendar #cal-header #arrow-right {
    margin-right: 2px;
    float: right;
}

.calendar .weekday {
    color: #babdb6;
    background: #eee;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}

.calendar .noday {
    color: #aaa;
    font-size: 10px;
    padding: 2px;
    text-align: center;
}

.calendar .noday a {
    color: #aaa;
    text-decoration: underline;
}

.calendar .day {
    color: #555753;
    font-size: 10px;
    padding: 2px;
}

.calendar .day a {
    color: #4669b1;
    text-decoration: underline;
}

.calendar .today {
    background-color: #4669b1;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}