﻿/************** DEFINIÇÕES DO PROJETO ******************/

.cabecalho {
    height: 60px;
    width: 100%;
    /*border-bottom: 1px solid #C0c0c0;*/
    position: relative;
}

.logomarca {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}

    .logomarca img {
        height: 56px;
    }

.barra-titulo {
    position: absolute;
    top: 0;
    left: 60px;
    right: 0;
    height: 30px;
    padding-left: 30px;
}

.barra-menu {
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 0;
    height: 30px;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
}


    .barra-menu a {
        color: #4e4e4e;
        margin-right: 10px;
        padding-bottom: 2px;
    }

        .barra-menu a:hover {
            color: black;
            padding-bottom: 2px;
            border-bottom: 2px solid black;
        }


/*    .barra-menu a {
        color: #4e4e4e;
        text-decoration: none;
        margin-right: 10px;
        padding:4px;
        border:1px solid transparent;
    }

        .barra-menu a:hover {
            color: black;
            border-bottom: 2px solid black;
            border:1px solid #c0c0c0;
            border-radius:4px;
            background-color:#e8e8e8;
        }
*/


.conteudo {
    min-height: 900px;
}

.rodape {
    height: 200px;
    background-color: #e1e1e1;
    margin-top:60px;
    padding-top:20px;
}

/********************************************************************/
