﻿body
{
    background: #000000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
}
#container
{
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px; 
    width: 950px;
    height: 550px;
}
    #body
    {
        background: #000000 url(../../multimedia/images/entrada.jpg) no-repeat left bottom;
        margin: 25px 25px 75px 25px;
        padding: 0px 0px 0px 0px;
        width: 900px;
        height: 475px;
        display: table;
    }
        #body #header
        {
            width: 100%;
            height: 225px;
            text-align: left;
            display: table;
        }
        #body #title
        {
            height: 50px;
            color: #939394;
            font-size: 25px;
            line-height: 50px;
            display: table;
        }
        #body #content
        {
            width: 100%;
            height: 200px;
            display: table;
        }
            #body #content .enter
            {
                /*background: #313231;*/
                margin: 175px 0px 0px 0px;
                padding: 0px 5px 0px 5px;
                height: 20px;
                font-size: 12pt;
                /*color: #5D5E5E;*/
                color: #ffffff;
                line-height: 20px;
                text-align: center;
                float: right;
            }
                #body #content .enter a
                {
                    display: block;
                    color: #5D5E5E;
                    text-decoration: none;
                }
                #body #content .enter a:visited
                {
                    color: #5D5E5E;
                    text-decoration: none;
                }
                #body #content .enter a:hover
                {
                    color: #5D5E5E;
                    text-decoration: none;
                }
