﻿html, body {
    background-color:#023a6b;
    margin:0 auto;
    height:100%;
    padding:0px 0px 0px 0px;
}


#contentTotal {
    min-height:100%;
}

/*-----------------Barra de navegaçao-----------------------*/
#naviInicialMaster {
    margin:0 auto;
    background-color: #000;
}

#navigation {
    min-width:1080px;
    width:1080px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
}



#navigation ul {
    margin: 0 auto;
    padding:0px;
    line-height:40px;

}
#navigation li {
    
    margin: 0 auto;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    width: 212px;
    height: 40px;

    background-color:#000;

    font-size: 21px;
    font-weight: normal;
    
}

#navigation ul li a {

    text-align:center;
    font-family:Calibri, cursive;
    text-decoration:none;
    height:40px;
    width:212px;
    display:block;
    color:#FFF;
   

}

#navigation ul ul {

    position:absolute;
    visibility:hidden;

    /*submenu*/
}
#navigation ul li:hover ul{

    visibility:visible;
}


 #navigation li:hover {
    background-color: #ffff00;
}

 #navigation li a:hover {
    background-color: #ffff00;
    font-family: calibri;
    color: #000000;
}

 #navigation ul li:hover ul li a:hover {

     background-color:#ffff00;
     border-top:1px solid #808080;
     color:#000;
     /*alterar quando esta dentro da dropdown-hover*/
 }

/*----------------Barra de Navegaçao------------------------------------*/


#interior {

    min-width:1080px;
    width:1080px;
    padding: 0;
    margin:0 auto;
    
}

#content_area {
    float:left;
    
}



#rodape {
    /*position:fixed;*/
    bottom:0px;
    clear: both;
    width: 100%;
    min-width:1080px;
    min-height:50px;
    height: 200px;
    text-align: center;
    font-size:10px;
    padding:0;
    color:#FFF;
    margin-top:300px;
    margin-bottom:0;

    background-color: #032746;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#032746), to(#023a6b)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #032746, #023a6b); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient(top, #032746, #023a6b); /* FF3.6 */
    background-image:     -ms-linear-gradient(top, #032746, #023a6b); /* IE10 */
    background-image:      -o-linear-gradient(top, #032746, #023a6b); /* Opera 11.10+ */
    background-image:         linear-gradient(top, #032746, #023a6b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#032746', EndColorStr='#023a6b'); /* IE6–IE9 */


    /*background-color:#0094ff;*/
    border-bottom-style:inherit;

    text-align: center;
}

#copyright {
    border-top: 1px solid #FFF;
    font-family: calibri;
    font-size: 10px;
}
#rodapeLeft {
    margin-bottom:30px;
}
#rodapeRight {
    margin-bottom:30px;
}

#rodapeContactos {
    font-family: calibri;
    font-size: 12px;
    color: #FFFFFF;
    text-align:left;
}
#rodapeContactos a{
    font-family: calibri;
    font-size: 20px;
    color: #FFFFFF;
    margin-top:10px;
}
#links a:link {
    text-decoration:none;
} 
#links a {
    text-decoration:none;
} 
#btn_Login {
    display:block;
    background-color:#FFF;
    width: 150px; 
    height: 50px; 
    cursor:pointer
}
#btn_Login:hover {
    background-color:#ffff00;
    color:#ffff00;
}