#page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-color: #FFF;
}

.hero-unit {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #444444;
    height: 180px;
}

.nav-list > li {
    border-bottom: 1px dotted #ccf;
}

nav.navbar-default ul.navbar-nav > li > a:hover{
    background-color: #dde5ed !important;
    font-weight: normal;
}

nav.navbar-default ul.navbar-nav > li.active > a
{
    background-color: #e2eae8 !important;
    font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus{
    background-color: #ecf4f7;
}

.tituloMiniatura{
    font-size: 16px;
    color: #888888;
}

#tituloTemplate{
    background-color: #e8f0f3;
    color: #696969;
}

.ui-datepicker{
    z-index: 9999 !important;
} 