@import "link.css";
@import "menu.css";
body {
	background-color: white;
	font-family: arial, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #555555;
        padding: 0px;
        margin: 0px;
        margin-top: 3px;

}

p {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#container{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
    background-color: white;
}

#header{
    width: 120px;
    height: 80px;
    float: left;
    background: url('../img/logo.png') no-repeat;
    cursor: pointer;
}

a.menuExtra{
    color: #575757!important;
}

#navigation{
    margin: 0px;
    width: 800px;
    height: 27px;
}

#contentB, #contentA{
    clear: both;
    width: 550px;
    height: auto;
    margin-top: 5px;
    height: auto;
    padding: 20px;
    padding-top: 0px;
    color: #232324;
    font-size: 12px;
}

#posBottom{
    background: url("../img/bg_footer_top.gif") repeat-x left top;
    /*background-color: #EDEDED;*/
    width: 800px;
    height: 85px;
    margin-bottom: 20px;
}


#bottom{
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;

}

div.hr {
    background:url("../img/linha_top.gif") repeat-x scroll center center transparent;
    clear:both;
    height:10px;
    margin:5px 0;
    padding:0;
}


#PChA{
    float: left;
    padding: 2px 0px 0px 5px;
}

#PCh{
    float: right;
    padding: 2px 5px 0px 0px;
}

div.menuExtra{
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: #575757;
    width: 249;
}

.menuExtraSubMenu, .menuExtraSubMenuAzul {
    margin: 0px;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    color: #6f7075;
}

.menuExtraSubMenuAzul{
    color: #229ff7;
}

ul.menuExtraSubMenu {
    padding: 0px 30px 0px 20px;
    list-style: url("../img/seta_contactos.gif")!important;
}
ul.menuExtraSubMenuAzul {
    padding: 0px 30px 0px 20px;
    list-style: url("../img/seta_contactos.gif")!important;
}

ul.menuExtraSubMenuAzul li, ul.menuExtraSubMenu li{
    border-bottom: 1px black dotted;
}

#destaque{
    width: 800px;
    height: 90px;
    background-color: #ededed;
    border-radius: 5px;
    
}

div.destaque{
    float: left;
    padding:0px 0px 0px 15px;
}

h2.section{
    color: #2986c7!important;
    font-weight: bold!important;
    font-size: 18px!important;
}

#contentA ul{
    list-style: circle!important;
    padding: 0px 0px 10px 10px;
    margin: 0px;
    
}

ul.centro{
    list-style: circle!important;
    padding: 0px 0px 10px 10px;
    margin: 0px;
}
ul.centroSub{
    list-style: decimal!important;
    padding: 0px 0px 10px 10px;
    margin: 0px;
}
