.tabuamare {
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: 0px;
    background-color: #AADAFF;
    background-image: url('../images/bg/tabua-mare-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center; 
}

#link-tabua {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 170px;
    height: 80px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -o-border-radius: 10%;
    border-radius: 10%;
    border: 0px solid #fff;
    cursor: pointer;
    background-color: #AADAFF;
    background-image: url('../images/onda_tm.png');
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    padding-top: 10px;
}

#link-tabua:hover a {
    color: red;
}

#link-tabua a {
    color: #444444;
    line-height: 25px;
    font-family: 'arial';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.local-berco {
    position: absolute;
    width: 50px;
    height: 65px;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    border-radius: 3px 3px;
    cursor: context-menu;
    background-image: url('../images/local_berco_i.fw.png');
    background-position: top left 7px;
    background-repeat: no-repeat;
}

.local-berco .lb-text {
    position: absolute;
    width: 50px;
    height: 16px;
    bottom: 0;
    left: 0;
    padding-top: 1px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    background-color: #888;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -o-border-radius: 3px 3px;
    border-radius: 3px 3px;
}

.local-berco .lb-tooltip {
    display: none;
}

#palheta-tabua {
    position: absolute;
    top: -50px;
    width: 300px;
    height: 600px;
    background: transparent;
    border: 1;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

.palheta-lista {
    list-style: none;
    background: transparent;
    border: 0;
    font-size: 0px;
    margin: 0;
    margin-right: 10px;
    outline: 0;
    padding: 0;
    float: right;
    vertical-align: baseline;
    float: left;
}

.palheta-lista li {
    /*display: inline-block;*/
    height: 50px;
    background-color: #799900;
    /*float: left;*/
    margin-left: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.palheta-lista li.outros-links:hover {
    background-color: #9bbb22;
}

.palheta-lista li a {
    color: white;
    font-size: 12px !important;
    padding: 0 12px 0 12px;
    margin: 10px 5px 0px 0px;
    text-decoration: none;
    display: block;
}

.porto-agora {
    background-color: #2B7272 !important;
    height: 53px;
    padding-top: 6px;
    font-size: 24px;
    color: white;
    font-weight: bold;
    text-align: center;
    cursor: default;
}

.outros-links {
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding-top: 6px;
    background-color: #85B643;
}

.outros-links a {
    text-align: center;
    color: white;
}

.outros-links-2 {
    -webkit-border-radius: 0px 14px 0 0;
    -moz-border-radius: 0px 14px 0 0;
    -o-border-radius: 0px 14px 0 0;
    border-radius: 0px 14px 0 0;
}