
body {

    padding: 0px;
    font: 100% Arial,Helvetica,sans-serif;
}


.mainlscompra {

    height: 490px;
    width: 695px;

}



.contenedorlscompra {

    border-width: 1px;
    border-style: solid;
    border-color: #DFDFDF;

    text-align: center;


    margin: 5px;
    /*padding: 5px;*/

    height: 98%;



}



.cabeceralscompra {

    height: 25px;
    background-color: #1267B6;
    color: white;

    width: 99%;
    margin: 5px auto 5px auto;

    text-align: left;
}


.cabeceralscompra h1 {

    font-weight: bolder;
    font-size: 1em;
    line-height: 1.5em;

    margin: 0 0 0 1em;

    float: left;
}


.botoncerrar {

    float: right;
    cursor: pointer;

    margin:0.2em;

}


.botoncerrar:hover {

    cursor: pointer;
}

.listaitemslscompra {

    height: 82%;
    overflow: auto;
    width: 100%;
    margin: 10px 0px 5px 0px;

    border-width: 0px;
    border-color: black;
    border-style: solid;

    text-align: center;

}


.botoneralscompra {

    height: 30px;
    width: 99%;
    margin: 5px 0px 5px 0px;

    display: table;
}


.contenedorcatlscompra {

    margin: 10px auto 10px auto;
    border-width: 0px;
    border-color: black;
    border-style: solid;

    text-align: left;
    width: 650px;

}

.titulocatlscompra {

    background-image: url("../../imagenes/tit_ls_compra_centro.jpg");
    background-repeat: repeat-y;
    width:100%;
    margin: 0px 0px 5px 0px;
    text-align: left;

}

.titulocatlscompra h1 {

    font-weight: bolder;
    font-size: 1em;
    line-height: 1.2em;

    color: #1267B6;
    margin: 0 0 0 0.5em;

}


.titulocatlscompra_up {

    background-image: url("../../imagenes/tit_ls_compra_up.jpg");

    /*background-position: top center;*/
    background-repeat: no-repeat;

}



.titulocatlscompra_down {

    background-image: url("../../imagenes/tit_ls_compra_down.jpg");

    background-position: bottom left;
    background-repeat: no-repeat;

    padding: 5px;

}


.lineaofertalscompra {

    width:98%;
    margin: 0px 0px 5px 0px;
    height: 40px;

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DFDFDF;

    display: table;
}


.imgofertalscompra {

    width: 9%;
    height: 40px;
    float: left;

}


.imgofertalscompra img {

    height: 40px;
    margin: 0px auto 0px auto;

    padding-bottom: 5px;

}



.tituloofertalscompra {

    width: 45%;
    font-size: 0.7em;
    float:  left;
    text-align: left;
    height: 30px;
    line-height: 1em;

    margin: 5px 5px 5px 5px;

    color: #656667;

    padding-bottom: 5px;

}

.precioofertalscompra {

    width: 10%;
    float: left;
    font-size: 0.9em;
    font-weight: bolder;
    color: #1267B6;

    margin: 5px 5px 0px 0px;

    padding-bottom: 5px;

}


.udsofertalscompra {


    width: 20%;
    float: left;
    font-size: 0.7em;
    color: #656667;

    margin: 5px 5px 0px 0px;

    padding-bottom: 5px;

}

.eliminarofertalscompra {

    width: 10%;
    float: left;

    margin: 5px 5px 0px 0px;
    padding-bottom: 5px;

    cursor: pointer;
}


.eliminarofertalscompra:hover {

    cursor: pointer;
}

.botonlscompra {

    width: 85px;
    float: right;
    height: 20px;

    display: table;

    margin-left: 10px;

    cursor:pointer;

}

.botonlscompra:hover {

    cursor: pointer;

}

.botoneslscompra {

    margin-right: 15px;
    margin-top: 5px;

}

.botonlscompra img {

    /*height: 25px;*/
    border: 0px;

}


.mensajeslscompra {

    margin-top: 210px;
    width: 99%;
    font-size: 0.8em;
    text-align: center;


}




