﻿#dlogin 
{
    float:left;
    margin:-139px 0 0 -120px;
    position:absolute;
    padding: 5px 0;
    }
#dlogin .open
{
    background-position: 8px center;
    background-image: url('icons/SortDesc.gif');
    background-repeat: no-repeat;
    z-index:9999;
}

#dlogin .close {
background-position: 8px center;
background-image: url('icons/SortAsc.gif');
background-repeat: no-repeat;
z-index: 9999;
}

.identificate  
{
    /*border: 1px solid #828282;
    border-bottom: 1px solid #828282;
    border-left: 1px solid #828282;
    z-index:-1;*/
    
    position: relative;
    display:inline;    
   /* text-align:center;
    background-color: #ffffff;*/
    cursor: pointer;
    left:0px;
   /* text-transform: uppercase;*/
    
    
   /* border-radius: 2em;
	line-height: 2em;*/
}
/*.identificate a,*/ .identificate > span
{
   padding:2em;
   color: #6E8A02;
}
.identificate > span:hover
{
    text-decoration: underline;
}

.logcontent 
{
    display:none;
    z-index:90001;
    position: relative;
    padding: 15px;
    text-align:right;
    right:0;
    min-width:100px;
    top:0px;
    background-color: #619d1e/*#f6efdb*//*#e5e1df*/;
    border: 1px solid #619d1e;
    border-radius: 6px;
    color:#fff;
    
    width:235px;
    left:-80px;
    
    
}
.logcontent ul, .logcontent ul li {
    margin: 5px;
    padding: 0;
    text-align:left;
}
.logcontent ul li {
    display: inline-block;
    width:100%;
    height: 35px;
    vertical-align:top;
}
.logcontent ul li > input {  
    float: left;  
    width: 180px;
}
.logcontent ul li > input[type=submit]
{
    /*position:relative;
    left:10px;
    top:-5px;*/
    width:65px;
    border-radius:6px;
}
.cssentrar
{
    position:relative;
    /*left:10px;
    top:-5px;*/
   /* top:10px;*/
    background-color: #F9F9F9;
    border: 1px solid #CDCDCD;
    cursor:pointer;
    
}
.goiLog
{
    width:107px;
    float:right;
    }

/************************/
/****LOGIN***************/
.txtbox 
{
    background-repeat: no-repeat;
    padding-left: 30px;
    height:22px;
    border:1px solid #cccccc;
    background-color:#f6f6f6;
}
.txtbox:focus
{
    background-color:#ffffff;
}
.userBox { background-image: url('images/userbot.png');}
.passBox { background-image: url('images/passbot.png');}

#LOG_logopen a
{
    color: #fff;
}
