/* GERAIS */
.centrar
{
    margin-left         : auto;
	margin-right        : auto;
}

.clear
{
    clear               : both;
}

/*ESTRUTURA*/

#barraTop
{
    background  : url('/img/fundoTop.jpg') repeat-x;
    height      : 160px;
    width       : 100%;
    position    : relative;
    
}

#wrapper
{
    width   : 988px;
    background  : url('/img/sombra.png') repeat-y;
}


#content
{
    width   : 980px;
    background:#fff;
    margin-left:4px;
    
}

#contentEsq
{
    float   : left;
    width   : 260px;
}

#contentCent
{
    float   : left;
    width   : 710px;
    padding-top:8px;
}

#contentDir
{
    float   : left;
    width   : 200px;
}

#contentRod
{
    width   : 988px;
}
