/***********************************
********** ESTILOS GERAIS **********
***********************************/

body {
    font-size:12px;
    color:#555;
    font-family: Arial, Helvetica, sans-serif;
    background: #DEE9DE;
}

/**************************************
************** CONTEUDO ***************
**************************************/

.container, .content {
    margin: 0 auto;
    top: 40%;
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;
    position: absolute;
    width: 600px;
    height: 200px;
}

.content .box-forcom {
    line-height: 25px;
    text-align: center;
    padding:10px;
    width: 600px;
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.165);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.165);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.165);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #FFF;
}

.content .box-forcom h4 {
    color:#1b4788;
    font-weight: bold;  
}

.content .box-forcom a {
    color:#1b4788;
    font-weight: bold;
}

.content .logo-1 {
    padding-top: 12px
}

/**************************************
************** FORMULARIO *************
**************************************/

.form-busca-avancada input[type=text] {
    margin-bottom: 5px;
}

#divDCInfo {
    width: 560px;
    margin: 0 auto;
    overflow: auto;
    padding: 2px;
    text-align: justify !important;
    background: transparent;
}

#btnShowHideDCInfo{
    width: 560px !important;
    margin: 0 auto;
    overflow: auto;
    border: 1px solid black;
    padding: 2px;
}