div#capa_flotante_comparar_productos
{
    display: block;
    position:absolute;
    top: 230px;
    left: 600px;
    width:300px;
    height:auto;
    margin:0;
    background-color: Transparent;
}

div#capa_flotante_comparar_productos_top
{
    display: block;
    position:relative;
    width:300px;
    height:54px;
    margin:0;
    background: transparent url(/images/fondo_capa_comparar_productos_top.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_top h1
{
    display: inline;
    float: left;
    position:relative;
    width:230px;
    height:auto;
    text-align: left;
    margin:24px 0 0 24px;
    font-family: Lucida Sans, Arial, Vardana;
    font-size: 11px;
    font-weight: normal;
}

div#capa_flotante_comparar_productos_top a.cerrar
{
    display: inline;
    float: left;
    margin:  19px 0px 0px 5px;
    width: 11px;
    height: 11px;
    background: url(/images/ico_cerrar.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_mid
{
    display: block;
    float: left;
    position:relative;
    width:284px;
    height:auto;
    margin:0 0 0 0;
    padding: 0 0 0 16px;
    background: #FFF url(/images/fondo_capa_comparar_productos_mid.gif) repeat-y top left;
}

div#capa_flotante_comparar_productos_mid div.elemento_comparar
{
    display: block;
    float: left;
    position:relative;
    width:88px;
    height:135px;
    margin:5px 0 0 0;
    background: #FFF;
}

div#capa_flotante_comparar_productos_mid div.elemento_comparar div.elemento_comparar_foto
{
    display: block;
    position:relative;
    width:70px;
    height:75px;
    background: #FFF;
}

div#capa_flotante_comparar_productos_mid div.elemento_comparar h3
{
    display: block;
    position:relative;
    width:88px;
    text-align: center;
    height:auto;
    margin:0 0 0 0;
    background: #FFF;
    font-family: Lucida Sans, Arial, Vardana;
    font-size: 11px;
    font-weight: normal;
}

div#capa_flotante_comparar_productos_mid div.elemento_comparar a.quitar
{
    display: block;
    float: left;
    margin:  0px 0px 0px 7px;
    padding-left: 12px;
    text-align: left;
    text-decoration:none;
    font-family: Lucida Sans, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #F56600;
    width: auto;
    height: 17px;
    background: #FFF url(/images/ico_menos.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_mid div.elemento_comparar a.quitar:hover
{
    display: block;
    float: left;
    margin:  0px 0px 0px 7px;
    text-align: left;
    text-decoration:underline;
    padding-left: 12px;
    font-family: Lucida Sans, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #F56600;
    width: auto;
    height: 17px;
    background: transparent url(/images/ico_menos.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_bot
{
    display: block;
    float: left;
    position:relative;
    width:300px;
    height:42px;
    margin:0 0 0 0;
    background: transparent url(/images/fondo_capa_comparar_productos_bot.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_bot a.boton_comparar
{
    float: left; display: inline;
    text-decoration: underline;
    width: 83px;
    height: 18px;
    padding: 2px 6px 0 6px;
    margin: 3px 0 0px 25px;
    background: #FFF url(/images/bot_comparar.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_bot a.boton_comparar:hover
{
    background: #FFF url(/images/bot_comparar1.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_bot a.boton_borrar_todo
{
    display: inline;
    float: left;
    text-decoration: underline;
    width: 95px;
    height: 18px;
    padding: 2px 6px 0 6px;
    margin: 3px 0 0px 0px;
    background: #FFF url(/images/bot_borrartodo.gif) no-repeat top left;
}

div#capa_flotante_comparar_productos_bot a.boton_borrar_todo:hover
{
    background: #FFF url(/images/bot_borrartodo1.gif) no-repeat top left;
}