    /**
    * TABLA DEl LAYOUT
    *
    **************************************/
    
    table.Layout {
           background-color: black;
           background-image: url(../images/background.png);
        background-position: top left;
          background-repeat: repeat;
            border-collapse: collapse;
                      width: 100%;
                     height: 100%;
    }
    
    td.LayoutHeaderContainer{
                      color: white;
                     height: 70px;
             vertical-align: middle;
                 text-align: center;
                    padding: 0px;
    }
    
    td.LayoutBodyContainer{

    }
    
    td.LayoutFooterContainer{
                      color: white;
                     height: 30px;
             vertical-align: top;
                 text-align: center;
                    padding: 0px;

    }

    /**
    * HEADER
    *
    **************************************/
    table.Header{
           background-color: white;
                      width: 779px;
                     height: 100%;
    }
    
    td.HeaderImageContainer{
                     height: 70px;
                     width: 200px;
           background-image: url(../images/isologo.jpg);
        background-position: top left;
          background-repeat: no-repeat;
                 text-align: right;
             vertical-align: top;
                    padding: 4px 4px 0px 0px;
    }
    
    td.HeaderUacopiImageContainer{
                     height: 70px;
           background-image: url(../images/banner_izquierdo_uacopi.jpg);
        background-position: top right;
          background-repeat: no-repeat;
                 text-align: right;
             vertical-align: top;
                    padding: 4px 4px 0px 0px;
    }
    
    td.HeaderBotoneraContainer{
                     height: 18px;
             vertical-align: middle;
                      color: white;
           background-color: #005F87;
                 text-align: right;
                    padding: 0px 3px 0px 0px;
    }
    

    /**
    * BODY
    *
    **************************************/
    table.Body{
                      width: 779px;
                     height: 100%;
           background-color: #040F60; /* azul oscuro */
    }

    td.BodyBotoneraContainer{
                      width: 150px;
             vertical-align: top;
           background-color: #005F87;
                 text-align: center;
    }
    
    td.BodyModuleContainer{
        vertical-align: top;
    }
    
    /**
    * FOOTER
    *
    **************************************/
    table.Footer{
           background-color: #005F87;
                      width: 779px;
                     height: 100%;
    }
