﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    margin: 0px 0px 0px 0px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

table {
    border: 0px solid red;
    padding: 0px 0px 0px 0px;
    border-spacing: 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    height: 100%;
}

.content {
    margin: 0px;
    height: 100%;
}

.corpo {
    height:auto;
    text-align:center;
}

.rodape {
    width: 50%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(10,23,55,0.5);
    height: 35px;
    padding: 2px 2px 2px 2px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    font-size: 12pt;
    vertical-align: middle;
    cursor:pointer;
}

.logo{
   width:150px;
   height:auto;
}

