*{
    /*border: 1px dashed white;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*header{
    background-color: #94978E;
    width: 1300px;
    height: 60px;
    margin: 0 auto;
    float: right;
}*/

#link{
    text-align: center;
    margin: -10px 0;
    margin-top: -50px;
}

form{
    font-family: sans-serif;
    color: #fff;
    text-align: right;
}

#link a{
    font-family: cursive;
    font-size: 22px;
    width: 210px;
    text-align: center;
    margin: 30px;
    text-decoration: none;
    color: #fff;
}

#link a:hover{
    text-decoration: underline;
    color: #000;
    font-weight: bold;
}

#top{
    border: 5px solid #A61F2F;
    border-style: inset;
    /* espaçamento */
    background-color: #CF0B04;
    margin: auto;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    float: left;
}

#right{
    background-color: #ccc;
    width: 80%;
    min-height: 800px;
    margin: 0.5% 0 0 5%;
    float: left;
}

#left{
    background-color: #45ADA8;
    width: 15%;
    min-height: 800px;
    margin: 0.5% 0 0 0;
    float: left;
}

#nav_lateral a{
    font-family: cursive, arial, sans-serif;
    color: #fff;
    width: 80%;
    height: 40px;
    font-size: 22px;
    background-color: #33cccc;
    border: 3px solid #009999;
    color: #000;
    float: left;
    margin: 10px 15px;
    text-align: center;
    text-decoration: none;
}

#nav_lateral a:hover{
    color: #fff;
    font-size: 26px;
    text-decoration: underline;
}


.filmes a{
    color: #000;
    text-decoration: none;
}

.filmes a:hover{
    text-decoration: underline dashed;
    color: #0000FF;
}

.filmes{
    margin-top: 15px;
    text-align: center; 
    font-size: 18px;
    font-family: sans-serif,arial;
}

.compra{
    background-color: #fff;
    /* espaçamento */
    width: 15%;
    height: 220px;
    border: 5px solid #848482;
    border-bottom: 20px solid #848482;
    border-bottom-style: outset;
    margin: 50px 50px;
    display: inline-block;
}

img {
    width: 100%;
    height: 100%;
}

#bottom{
    clear: both;
    float: left;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    background-color: #5F5F5F;
}

#bottom p{
    float: left;
    display: inline;
    margin: 10px 200px 0 10px;
    font-weight:bold;
}

#cadastro{
    background-color: #FFE4C4;
    float: left;
    margin: 10% 30%;
    padding: 20px;
    color: #000;
}

#cadastro .cadastro{
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 8px;
}

label{
    font-weight: bold;
    float: left;
}

select{
    margin-bottom: 12px;
    float: left;
}

span{
    float: left;
    margin-bottom: 10px;
}

#right .p{
    padding: 8px;
    font-family: sans-serif, arial;
    font-size: 14px;
}
#nome_usuario{
    font-family: cursive, arial, sans-serif;
    font-size: 20px;
    color: white;
    margin-top: -30px;
}