﻿.rowlayout, .col
{
    /*overflow: hidden;*/
    position: absolute;
}

.rowlayout
{
    left: 0;
    right: 0;
}

.col
{
    top: 0;
    bottom: 0;
}

.scroll-x
{
    overflow-x: auto;
}

.scroll-y
{
    /*overflow-y: auto;*/
}

#header {
    height: 40px;
    top: 0;
    /*background: url('images/header.jpg') repeat-x;*/
    background: #c2af9f;
    width: 100% !important;
}

    #header #logo
    {
        float: left;
        margin-left: 20px;
        /*background: url('images/logo_header.gif') no-repeat;*/
        width: 56px;
        height: 19px;
        margin-top: 2px;
    }

    #header #usuario {
        float: right;
        color: #ffffff;
        font-size: 12px !important;
        margin-right: 20px;
    }

        #header #usuario > span {
            line-height: 38px;
        }

#menudiv
{
}

#menu
{
    width: 100% !important;
}

#page
{
    background: #ffffff !important;
    width: 100% !important;
    top: 24px;
    bottom: 24px;
}

#body
{
    width: 96% !important;
    margin: 0 auto 0 auto !important;
}

#footer
{
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;

    position: absolute;
    bottom: 0;
 
    margin: 1em 0 0 0;
    padding: 0;
 
    text-align: center;
    font-size: 14px;
    color: #444;
    background-color: #E7E7E7;
}