﻿body {
    background-image: url('../Img/back-repeat.png');
}

#container_total {
    margin: 0px auto;
    width: 1024px;
    height: 738px;

}
#areatotal {
    margin: 0px auto;
    width: 1024px;
    height: 400px;
}
#login {
    margin-top: 180px;
    margin-left: 200px;
    margin-right: 200px;
    width: 600px;
    height: 300px;
}
#login_cabecalho {
    margin-left: 200px;
    margin-right: 200px;
    width: 100px;
    height: 100px;
}
#conteudo {
    margin: 0px auto;
    margin-top: 5px;
    width: 1024px;
    height: 800px;
    background-color: white;

}
#cabecalho{

}
#conteudo_cabecalho {
    margin: 0px auto;
    margin-top: 5px;
    width: 1024px;
    height: 30px;
    background-color:red;
    padding-top:7px;
    
}
.box_cabecalho {
    float: left;
    width: 500px;
    height: 20px;
    background-image: url('../Img/back-repeat.png');
}
#box1{
    float:left;
    width:500px;
    height:270px;
    margin-top:5px;
    margin-left:3px;
    border:solid;
}
#box2 {
    float: left;
    width: 500px;
    height: 270px;
    margin-top: 5px;
    margin-left: 2px;
    border: solid;
}
#box3 {
    float: left;
    width: 500px;
    height: 270px;
    margin-top: 5px;
    margin-left: 3px;
    border: solid;
}

#box4 {
    float: left;
    width: 500px;
    height: 270px;
    margin-top: 5px;
    margin-left: 3px;
    border: solid;
}

#SubMenu_Direito {
    float: left;
    width: 100px;
    height: 760px;
    margin-top: 0px;
    margin-left: 0px;
    background-color:red;
}

#SubMenu_Esquerdo {
    float: left;
    width: 900px;
    height: 550px;
    margin-top: 5px;
    margin-left: 3px;
    border:inherit;
}

#SubMenu_DireitoTreinamento {
    float: left;
    width: 129px;
    height: 760px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: red;
}
h1 {
    padding-top: 20px;
    font-family: Verdana;
    font-size: 12px;
}
#margem {
    margin: 0px auto;
    margin-top: 0px;
    margin-left:125px;
    height: 40px;
    width: 900px;
}
#usuario {
    margin: 0px auto;
    margin-top: 0px;
    margin-left:750px;
    display:inline-block;
}
#menu_usuario {
    margin: 0px auto;
    margin-top: 0px;
    margin-left: 400px;
    display: inline-block;
}

 .label{
     font-family:Verdana;
     font-size:12px;
     font-style:normal;
     color:black;
 }

.menutreina {
    list-style-type: none;
    height: 40px;
    width: 100px;
    text-align: left;
    margin-left:1px;
}
    .menutreina li {
        float: left;
    }

.menutreina li a {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    text-decoration: none;
    font-family: Verdana;
    font-size: 12px;
    color: #FFF;
}

    .menutreina li a:hover {
        background-color: #d7d1d1;
        color: #ff0000;
        -moz-box-shadow: 0 3px 10px 0 #CCC;
        -webkit-box-shadow: 0 3px 10px 0 #ccc;
        /* border-block: groove;*/
    }

.menu {
    
    list-style-type: none;
    height: 40px;
    width: 900px;
    text-align: left;

}
    .menu li {
        float: left;
    }

        .menu li a {
            display: block;
            padding-right: 10px;
            padding-left: 10px;
            line-height: 30px;
            text-decoration: none;
            font-family: Verdana;
            font-size: 12px;
            color: #FFF;
        }

            .menu li a:hover {
                background-color: #d7d1d1;
                color: #ff0000;
                -moz-box-shadow: 0 3px 10px 0 #CCC;
                -webkit-box-shadow: 0 3px 10px 0 #ccc;
                /* border-block: groove;*/
            }

        .menu li ul {
            position:absolute;

            /*top: 118px;
            left: 915px;*/
            background-image: url('../Img/back-repeat.png');
            display: none;
        }

        .menu li:hover ul, .menu li.over ul {
            display:grid;
        }

      .menu li ul li {

            display: block;
            width: 115px;
        }


