/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/01/2016, 18:05:54
    Author     : Filipe
*/

html {     
    overflow-y: scroll;
}


body {
    padding: 0 0 0 0;
    color: #666;
    font-weight: normal;
    zoom: 1;
}
.page-content {
    width: 85%;
    min-height: 90%;
    margin: 0 auto;
    position: relative;
}

.menu {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-bottom: -10px;
}

.menu h1 {
    font-family: MyriadWebPro;
    color: #fff;
    background-color: #ba243c;
    font-size: 12pt;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
}

.ui-layout, .ui-layout-doc, .ui-layout-unit, .ui-layout-wrap, .ui-layout-bd, .ui-layout-hd{
    border: none;
}
#principal {
    width:85%; 
    margin:0 auto;
}
#cabecalho{

}
#descricaoMuseu{
    width: 100%;
    height: 22px;
    line-height: 25px;
    background-color: maroon;
    color: white;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}
#descricaoArquivo1{

    background-image: url("/javax.faces.resource/img/logoBranca.png.xhtml"); 

    background-attachment: fixed;
    background-position: center; 
    background-position: 1% 1%; 

}
#imagemFundoTela{
    position: absolute;    
    background-image: url(""); 
    background-size: 99% 99%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0.4;
    height: 99%;
    width: 99%;
    top:0;
}
#logoMuseu{
    position: relative; 
    background-image: url("/javax.faces.resource/img/logoBranca2.png.xhtml"); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 160px;
    width: 160px;

}
.txtArq{
    font-size: 30px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    line-height: 26.4px;
    color: maroon;

}

#descricaoArquivo{
    position: relative; 
    width: 100%;
    height: 160px;
    line-height: 80px;    
    /*
    background-image: url("/javax.faces.resource/img/descrArq.gif.xhtml"); 
    background-repeat: no-repeat;
     
background-image: linear-gradient( to bottom,#BFA978,white,transparent);    
    */



    text-align: left;
    padding-left: 20px;
    margin-left: 4px;
    margin-top: 20px;
    z-index: 0;

}

#rodape {
    width: 85%;
    text-align: center;
    background-color: maroon;
    color: white;
    position: relative;
    margin: 0 auto;
    margin-top: 65px;
}

.cabecalhoPrincipal{
    width: 100%;

}

.tudo { display: table; }
.menu { float: left; width: 30%; }
.conteudo { margin-left: 35%; }

#login-dialog {
    width: 260px;
    margin: auto;
}
.menuBarra{
    position: absolute !important;
    top: 110px !important;
    left: 178px !important;
    width: 88% !important;
}
.nomeUsuario{
    position: absolute !important;
    top: 110px !important;
    left: 80% !important;
    text-align: right;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
}