/* basic */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {max-height: 440px; width:730px; color:#000; background: #FFF; border:1px solid #000; padding:2px; border-radius: 5px 5px;}
#simplemodal-container a.modalCloseImg {background:url(../img/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container #basic-modal-content {padding:2px;}

/* Ficha */
.box {
        border: 1px solid #7fd8ec;
        -moz-box-shadow: 5px 5px rgba(0,0,0,0.1);
        -webkit-box-shadow: 5px 5px rgba(0,0,0,0.1);
        box-shadow: 5px 5px rgba(0,0,0,0.1);
        width: 100%;
        overflow-x: hidden;
    }
 
    .header-box {
        background-color: #daebf2;
        /*border-bottom: 1px solid #15abd5;*/
    }
 
    .header-text {
        font-size: 11pt;
        /*font-family: arial;*/
        color: #2d51a7;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 3px;
 
    }
 
    .body-box {
        font-size: 11px;
        margin: 15px 15px 15px 15px;
    }
 
    .label-content {
        font-family: arial;
    }
 
    .info-content {
        font-family: arial;
        color: #2d51a7;          
        display:inline;
    }
 
    .break-line {
        border-bottom: 1px solid #ddd;
        margin-top: 4px;
        margin-bottom: 4px;
    }
 
    .box label{
        font-size: 11px;
        color: #333;
        display: inline;
 
    }
    
    #titulo {
        color: #FFF;
        font-size: 14pt;
        font-weight: bold;
        padding: 2px 8px;
        background-color: #1C6AB4;
        margin-bottom: 5px;
        border-radius: 5px 5px;
    }