/* block top user information */
#header_right #header_user {
    float: right;
    width: 535px;
    text-align: right;
    margin-top: 12px;
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold; }
#header_user_info span#user_name { color:white; margin-right:30px; }
#header_user #shopping_cart a#image, #header_user #your_account, #header_user #your_account_exit, #header_user #help {
    background-repeat: no-repeat;
    background-position: right;
    padding: 0px 15px 0px 0px;
    height: 20px;
    text-decoration: none
}
#header_user #separator { position:absolute; margin-top:-1px; }
#header_user #your_account { background-image: url('../../../img/icon/my-account.gif') }
#header_user #your_account_exit { background-image: url('../../../img/icon/my-account-exit.gif') }
#header_user #help { background-image: url('../../../img/icon/help.gif'); margin-left:20px; }
#header_user a { margin-right:10px; text-decoration: none; font-size:12px; color:#363636; }
#header_nav{
    position: absolute;
    margin-top: 58px;
    margin-left: 577px; *margin-left: 70px;
}
#header_user #shopping_cart a#image {
    background-image: url('../../../img/shpng-cart.png');
    height: 19px;
    width: 26px;
    display: block;
    padding:0;
}
#header_user #shopping_cart a#quantity {
    float:left;
    margin-right: 0px;
    margin-left: 4px;
    font-size: 14px;
    text-align: center;
    width: 30px;
    color:#FF0000;
}

#header_user_info a.contacto_header{
    margin-left: 15px;
}