
#revista {
    width: 490px;
    margin-top: 50px;
}

#last {
    width: 240px;
    float: left;
}

#last #revista_header {
    height: 29px;
    background-image: url('/images/revista/revista-digital.png');
}

#last #revista_content {
    background-color: #F0F0F0;
    background-image: url('/images/revista/ultima.png');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 50px;
    padding:7px 50px 7px 7px;
}

#all {
    width: 240px;
    float: left;
    margin-left: 10px;
}

#all #revista_header {
    height: 29px;
    background-image: url('/images/revista/revista-digital-azul.png');
}

#all #revista_content {
    background-color: #F0F0F0;
    background-image: url('/images/revista/todas.png');
    background-repeat: no-repeat;
    background-position: right;
    min-height: 50px;
    padding:7px 50px 7px 7px;
}

#revista_list {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #eee;
    padding-left: 20px;
    padding-bottom: 4px;
    margin-bottom: 4px;
}

.tapa {
    float: right;
    background-image: url(/images/revista/default.png);
    width:	142px;
    height:	200px;
    margin: 5px;
}

.revista_info {
    font-size: 12px;
    font-weight: normal;
    padding: 20px;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    width: 270px;
    border: 1px dotted #eee;
    background-color:#E3EDCF;
}

.revista_info li {
    height: 20px;
}

.revista_info .descarga {
    height: 20px;
    padding-left: 20px;
    background-image: url('/images/icons/arrow_down.png');
    background-repeat: no-repeat;
    background-color: #fff;
    padding-top: 5px;
    background-position: 0% 50%;
    width:70px;
    border:1px solid #CCDDEE;
}
