﻿

.apresentacao {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;

        line-height: 200%;
        text-align: right;
}
table.fixed { table-layout:fixed; }

.painel_controlo
{

        border:1px solid #B0B0B0;
        background:#C0C0C0;
        width:65px;
        height:65px;


}
.painel_controlo  a {
        float:left;
        padding:13px;
         border:1px solid #C0C0C0;
        background:#eee;
}
.painel_controlo a:hover {
        background:#FF8000;
}

.painel_controlo a:hover {
        color:#b70000;
        text-decoration:underline
}