a.link:link {color: inherit; text-decoration: none;}
a.link:visited {color: inherit; text-decoration: none;}
a.link:hover {color: inherit; text-decoration: none;}
a.link:active {color: inherit; text-decoration: none;}

body{
    font-size: 16px;
}

.menu > li.active > a:hover{
    color: #337ab7;
}

.fundo_login{
    background-color: #006E94;
    background-image: url(../fundo.png);
    background-repeat: no-repeat;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.espaco-topo-pesquisa{
    margin-top: 5px;
}
.espaco-xm-topo{
    margin-top: 10px;
}
.espaco-sm-topo{
    margin-top: 20px;
}
.espaco-md-topo{
    margin-top: 50px;
}
.espaco-lg-topo{
    margin-top: 100px;
}

.titulo{
    color: #006E94;
}

.barraMenu{
    background-color: #006E94;
    color: #fff;
    width: 100%;
    height: 60px;
}

.h4{
    font-weight: bold;
}

.btn-menu-lateral{
    width: 80%;
}

.imgDisabled{
    opacity: 0.40;
    -moz-opacity: 0.40;
    filter: alpha(opacity=50); 
}

.calendario{
    height: 100px;
    border: #ccc solid 1px;
}

.dia-calendario{
    color: #b35e14;
    font-size: 14px;
}

.atalho{
    color: #888;
    font-size: 12px;
}