/*IMAGEM CABECALHO*/
#header1{
    background-image:url(../images/homepage/header.jpg);
    background-repeat:no-repeat;
    background-position:left;
    height:270px;
    width:782px;
    margin-right:-14px;
    padding-bottom:20px;
    cursor:pointer;
}

#header2{
    background-image:url(../images/homepage/header.jpg);
    background-repeat:no-repeat;
    background-position:left;
    height:270px;
    width:782px;
    margin-right:-14px;
    padding-bottom:20px;
}
/*---------------*/

/*MENU INICIAL*/
#menu{
    background:url(../images/homepage/barra-links.png);
    background-repeat:no-repeat;
    background-position:center;
    height:30px;
    width:780px;
    padding-top:6px;
    font-size:0.75em;
}

#menu table{
    width:100%;
}

#menu td{
    /*padding-left:18px;
    padding-right:18px;
    text-align:center;*/

    padding-left:9px;
    padding-right:9px;
    text-align:center;
}

#menu a{
    text-decoration:none;
    color: #000000;
    font-weight: bolder;
}

#menu a:hover{
    color: #00ACCF;
}
/*---------------*/

