@import "menu.css";

html, body {
    font-family: Arial, Helvetica;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url("../images/web/site-bg.jpg");
    font-size: 12px;
}

#taskbar {
    background-image: url("../images/web/tb_shadow.png");
    height: 23px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#stitok {
    position: absolute;
    top: 100px;
    right: 100px;
}

#site {
    height: 100%;
    background-image: url("../images/web/site-bg.jpg");
}

#window {
    background-color: #ffffff;
}

.inner {
    background-color: #ffffff;
}

#lista-top {
    height: 39px;
}

#row1 {
    float: left;
    width: 33%;
    height: 100%;
    background-color: #dedfe0;
    border-right: 2px solid #d4d6d7;
    overflow: auto;
}

#row2 {
    float: left;
    width: 33%;
    height: 100%;
    background-color: #dedfe0;
    border-right: 2px solid #d4d6d7;
    overflow: auto;
}

#row3 {
    float: left;
    width: 33%;
    height: 100%;
    overflow: auto;
}

div.project {
    font-weight: bold;
    padding: 7px 0px 0px 10px;
    background-image: url('../images/web/portfolio-bg.gif');
    height: 22px;
    overflow: hidden;
}

div.project a {
    text-decoration: none;
}

div.project_hover {
    font-weight: bold;
    padding: 7px 0px 0px 10px;
    background-image: url('../images/web/portfolio-bg-up.gif');
    height: 22px;
    overflow: hidden;
}

div.referencia {
    display: none;
}

div.project_hover a {
    text-decoration: none;
}

.start {
    float: left;
}

.start a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
    display: block;
    height: 18px;
    border-right: 2px solid #bababa;
    border-left: 2px solid #bababa;
    padding: 5px 20px 0px 20px;
    margin-left: 30px;
}

#clock {
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    float: right;
    margin: 4px 15px 0px 15px;
}

#lupa {
    float: right;
    margin: 2px 7px 0px 0px;
}

.flag {
    float: right;
    margin: 6px 7px 0px 7px;
}

#startbox {
    position: absolute;
    bottom: 23px;
    left: 30px;
    height: 230px;
    background-color: #c5c5c4;
    font-size: 11px;
    border-right: 2px solid #414141;
    border-left: 2px solid #FFFFFF;
    border-top: 2px solid #FFFFFF;
}

.clear {
  clear: both;
}