﻿#apresentacao p
{
    display:block;
}
#apresentacao .legenda
{
    float:left;
    width:284px;
    clear:left;
    margin-left:10px;
    padding-bottom: 0px;
}
#apresentacao h2
{
    font-size: 10pt;
    font-weight:bold;
    margin-bottom:10px;
}
#apresentacao h4
{
    font-size: 10pt;
    font-weight:bold;
    margin-bottom:10px;
	color:#CC0000;
}
#apresentacao img
{
    margin-right:5px;
}
#apresentacao .texto_vermelho
{
   color:#CC0000;
}