﻿.box-primary .box-header{
    background: #63849C;
    position: relative;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-bottom: 1px solid #FFF;
}

.box-primary .box-header h3 {
    color:#fff;
    font-size:16px;
    margin-top:0px;
}

.titulo-interno p {
    text-align: left;
    background-color: #6a8fab;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 5px #000;
    -webkit-box-shadow: 0px 2px 5px #000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
    padding: 7px 13px 7px 15px;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
}

.paginacao {
    border-top: 1px solid #C0C0C0;
    padding: 20px 0px 0px 0px;
}