.center_brasao {
     position: absolute;
     width: 300px;
     height: 300px;
     z-index: 15;
     top: 50%;
     left: 50%;
     margin:-150px 0 0 -150px;
}
.brasao_img {
    /* DATA URI para o brasao */
    content: url("data:image/;base64,");
}