﻿#indicadores
{
	clear: both;
}
#indicadores img
{
    display: none;
}
#indicadores #esquerda
{
    float: left;
    margin-right: 15px;
    padding-right: 10px;
    height: 126px;
    border-right: #eaeeef 1px solid;
    width:100px;
}
#indicadores #meio
{    
    float: left;
}
#indicadores #meio h3
{
	margin-bottom:-5px;
}
#indicadores #direita
{
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    height:126px;
    width:375px;
    border-left: #eaeeef 1px solid;
}
