﻿.login_button_styles
{
    -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #818181;
    display: inline-block;
    color: black !important;
    font-family: arial;
    font-size: 12px !important;
    font-weight: normal;
    padding: 3px 9px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

    .login_button_styles:hover
    {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
        background-color: #dfdfdf;
    }

    .login_button_styles:active
    {
        position: relative;
        top: 1px;
    }

.upcHeader_aMenuLogged
{
    font-weight: bold;
    color: #2552A1;
}

.upcHeader_aPwdRecovery
{
    font-weight: normal;
    color: #2552A1;
}

.upcHeader_aEntrar
{
    color: #2552A1;
    font-weight: bold;
}

#headerLogInCell
{
    border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 3px;
}

    #headerLogInCell tr td div
    {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 2px;
        padding-bottom: 3px;
        margin-top: 0px;
    }

    #headerLogInCell tr td
    {
        padding-top: 0px;
    }

/*#headerLogInCell td:last-child
    {
        margin-left: 10px;
    }
    #headerLogInCell td:first-child
    {
        background-color:green !important;
    }*/
