﻿.divLogIn
{
    display: block; 
    height: 208px; 
    position: relative; 
    background-image: url(../images/login/bg_login.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #49423b;
    /*border:solid 1px red;*/
}

.loginForm
{
    position: absolute;
    left: 350px;
    bottom: 0px;
    /*border: solid 1px red;*/
}

.control_login 
{
    background: #E5D9CB url(../images/login/control_login_bg.jpg) repeat-x bottom;
    /*height: 100px;*/
    width: 160px;
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    border: solid 0px #9F978C;
}
.control_login a
{
    color: #49453C;
    text-decoration: none;
    font-weight: bold;
}
.control_login a:hover
{
    color: #49453C;
    text-decoration: underline;
    font-weight: bold;
}

.LoginPoradaText
{
    color: #534C44;
    font-variant: small-caps;
    font-size: 10px;
    font-weight: bold;
}
.aPortada
{
    color: #534C44;
    font-size: 9px;
    text-decoration: none;
}
.aPortada:hover
{
    color: #534C44;
    font-size: 9px;
    text-decoration: underline;
}
.aMenuPortada
{
    text-decoration: none;
    color: #49453C;
    font-size: 10px;
    font-weight: normal;
}
.aMenuPortada:hover
{
    text-decoration: underline;
}
.userPortada
{
    color: #49453C;
    font-size: 10px;
    font-weight: normal;
}