﻿/* pagina Default */
#txt_informativo
{
    position: relative;
    width: 700px;
    
    min-height: 350px;
    height: auto !important;
    height: 350px;
    
    margin-left: 15px;
    bottom: 15px;
    top: 5px; 
    
    text-align:justify;
}
#img_exemplo
{
    position: relative;
    width: 653px;
    height: 103px;
    left: 25px;
    background-image: url('images/exemplo.jpg');
}
/******************************************************************/