/* GERAIS */
.centrar
{
    margin-left         : auto;
	margin-right        : auto;
}

.clear
{
    clear               : both;
}


/*ESTRUTURA*/
.container {
	max-width:980px;
	margin:0 auto;
}

#wrapper{
    background:#fff
}

#contentCab
{
    width   : 940px;
}

#content
{
    width   : 100%;
}

#contentEsq
{
    float   : left;
    width   : 250px;
}

#contentCent
{
    width       : 940px;
    background	: #fff;
    padding		: 50px 20px 20px 20px;
    min-height	: 280px;
}

#contentDir
{
    float   : left;
    width   : 0px;
}

#contentRod
{
    width   : 940px;
    height	: 100%
}

#rodape
{
	width		: 100%;
	height		: 275px;
	background	: url('/img/fundo-rod.jpg') repeat top left;
	padding-top	:25px;
}

#rodapePub
{
	margin	:0 auto;
	padding:50px 0 20px 0;
	width:940px;
	height:270px;
	background:#fff;
	
}

#LoginFb {
    color: #95b20a;
    cursor: pointer;
}

#LoginFb:hover { text-decoration:underline; }