/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#divTop
{
    height: 11.5vh;
    /*border: 1px solid black;*/
    background-color: #008688;
    color:white;
}
#divBot
{
    height: 11.5vh;
    background-color: #008688;
    color: white;
    font-size: 12px;
}
#divSistemasRelacionados
{
    
}
.linkSistema:hover
{
    background-color: lightgray;
    cursor: pointer;
}