/* -*- coding: iso-8859-1; -*-
 *
 * Tops de ventas
 */

.mvline {
    position: relative;
    height: 60px;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.mved1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #6351AD;
}

.mvtit1 {
    position: absolute;
    left: 50;
    top: 0;
    width: 190px;
    height: 25px;
    padding-left: 10px;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
    text-align: right;
}

.mvaut1 {
    position: absolute;
    left: 50;
    top: 25;
    width: 190px;
    height: 25px;
    padding-left: 10px;
    font-size: 8pt;
    font-weight: normal;
    text-align: right;
}

.mvpos1 {
    position: absolute;
    left: 240;
    top: 0;
    width: 50px;
    height: 25px;
    font-family: Futura XBlk BT, Arial Black;
    font-size: 12pt;
    text-align: center;
}

.mvper1 {
    position: absolute;
    left: 240;
    top: 25;
    width: 50px;
    height: 25px;
    font-family: Times New Roman;
    font-size: 7pt;
    text-align: center;
}

.mvsep {
    position: absolute;
    left: 290;
    top: 0;
    width: 1px;
    height: 60px;
    background-color: #6351AD;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.mvpos2 {
    position: absolute;
    left: 310;
    top: 0;
    width: 50px;
    height: 25px;
    font-family: Futura XBlk BT, Arial Black;
    font-size: 12pt;
    text-align: center;
}

.mvper2 {
    position: absolute;
    left: 310;
    top: 25;
    width: 50px;
    height: 25px;
    font-family: Times New Roman;
    font-size: 7pt;
    text-align: center;
}

.mvtit2 {
    position: absolute;
    left: 360;
    top: 0;
    width: 190px;
    height: 25px;
    padding-right: 10px;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.mvaut2 {
    position: absolute;
    left: 360;
    top: 25;
    width: 190px;
    height: 25px;
    padding-right: 10px;
    font-weight: normal;
    font-size: 8pt;
    text-align: left;
}

.mved2 {
    position: absolute;
    left: 550;
    top: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #6351AD;
}

/* Los logotipos de editoriales no llevan borde */
.mved1 img, .mved2 img {
    border: 0px solid white;
}
