body{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-attachment: fixed; 
    font-family: 'Lucida Grande',sans-serif;
    font-size:0.9em;
    line-height:1.3;
}

h1{
    font-size: 1.5em;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #666666;
}

h2{
    font-size: 1.2em;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #666666;
}

h3{
    font-size: 1.1em;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #666666;
}

textarea{
    border: #999999 1px solid;
    width: 600px;
    height: 50px;
    overflow : hidden;
    font-size: 1.4em;
}


#submit-button{
    text-align: right;
    margin-right: 40px;
}

#submitBT{
    margin-top: 4px;
    width: 100px;
    height: 30px;
    font-size: 1.1em;
    color: #999999;
    border: #cccccc 1px solid;
    -moz-border-radius: 5px;
}

#wrapper{
    background-color: #fff;
    width: 850px;
    margin: 0 auto;
    margin-top: 20px;
/*    clear: both; */
}

#cabecera{
    width: 850px;
    margin: 0 auto;
}

#cabecera #login{
/*    width: 400px; */
    background-color: #fff;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    height: 25px;
    float: right;
    font-size: 0.9em;
    -moz-border-radius: 7px;
}

#cabecera #login ul{
    padding-left: 0px;
    padding-right: 0px;
}
#cabecera #login a{
    color: #0084B4;
}
#logo{
    text-align: center;
}

#cabecera li{
    display: inline;
    margin-left: 5px;
}

#cabecera ul{
    margin-top: 5px;
}

#cabecera a{
    text-decoration: none;
}

.clear{
/*    clear: both; */
    overflow: hidden;
}

#wrapper #contenido{
    width: 640px;
/*
    min-height: 600px;

    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;

    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
*/
    background-color: #fff;
    float: left;

}

#wrapper #menu{
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    width: 188px;
/*    min-height: 600px;
    background-color: #666666; */
/*    border-left: #999999 1px dotted; */
    background-color: #DDFFCC;
    color: #333333;
    font-size: 13px;
    float: left;
    clean: both;
}


#wrapper #menu a{
    color: #0084B4;
    text-decoration: none;
}
#wrapper #menu a:hover{
    color: #0084B4;
    text-decoration: underline;
}

#wrapper #menu ul{
    padding-left: 0px;
    margin-left: 0px;
    list-style-position: outside;
    list-style-type: none;
}

#wrapper #menu #showaccount{
    padding-left: 0px;
}

#wrapper #menu #showaccount img{
    padding-right: 10px;
}

#wrapper #menu li{
    padding-left: 10px;
    margin-left: 0px;
    background-color: #EDFFE5;
    list-style-position: outside;
    list-style-type: none;
}

#wrapper #menu li .titulo{
    font-weight: bold;
    font-size: 16px;
    color: #777777;
    padding-left: 0px;
/*   list-style-position: outside; */
    list-style-type: none;
}

#lastwitter{
    float: left;
    font-size: 10px;
    color: #777777;
}

.lastTW{
    height: 60px;
    border-bottom:1px dashed #D2DADA;
    padding: 5px 5px 5px 5px;
    margin-top: 8px;
}


.lastTW:hover{
    background-color: #eee;
}

.lastTW .image{
    margin: 3px 3px 3px 3px;
    float: left;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    
}

.lastTW a{
    color: #0084B4;
    text-decoration: none;
}
.lastTW a:hover{
    text-decoration: underline;
}

.lastTW .desc{
    color: #999;
    font-family: georgia;
    font-size: 0.8em;
    font-style:italic;
}

.lastTWover{
    height: 60px;
    border-bottom:1px dashed #D2DADA;
    background-color: #dddddd;
    padding: 5px 5px 5px 5px;
    margin-top: 8px;
}

.lastTWover:hover{
    background-color: #eee;
}

.lastTWover .image{
    margin: 3px 3px 3px 3px;
    float: left;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    
}

.lastTWover a{
    color: #0084B4;
    text-decoration: none;
}
.lastTWover a:hover{
    text-decoration: underline;
}

.lastTWover .desc{
    color: #999;
    font-family: georgia;
    font-size: 0.8em;
    font-style:italic;
}


#footer{
    clean: both;
    text-align: center;
    font-family: Arial,Helvetica,Verdana;
    font-size: 9px;
}
#footer a{
    text-decoration: none;
    color: #0084B4;
}

#anuncio{
    background-color: #DDFFCC;
    -moz-border-radius: 10px;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #555555;
}

.resaltado{
    background-color: #EDFFE5; 
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    color: #777777;
    font-size: 15px;
}

.twreport{
    font-size: 9px;
    background-color: #cccccc;
    margin-bottom: 1px;
}

.twreport table{
    margin-top: 2px;
    margin-right: 9px;
}

.twreport tr{
    font-size: 9px;

}
.twreport td{
    color: #999999;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-width: 0px;
}

#menu .detail{
    font-size: 10px;
}

.content{
    padding: 0px 10px 20px 10px;
    margin: 0 0 0 0;
    width: 640px;
    background-color: #fff;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}
.menu{
    padding: 0px 0px 0px 10px;
    margin: 0 0 0 0;
    width: 180px;
    background-color: #DDFFCC;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-left: #cccccc 1px solid;
}

.trash{
    float: right;
    width: 10px;
    height: 11px;
    padding-right: 5px;
    padding-top: 5px;
}