/* GERAIS */
.centrar
{
    margin-left         : auto;
	margin-right        : auto;
}

.clear
{
    clear               : both;
}

/*ESTRUTURA*/

.wrapper
{
   padding  		: 20px 5% 20px 5%;
   min-width		: 700px; 
   position			: relative;
}

#contentCab
{
    width   : 100%;
}

#content
{
    width   : 100%;
}

#contentEsq
{
    float   : left;
    width   : 0px;
}

#contentCent
{
    float   : left;
    width   : 100%;
}

#contentDir
{
    float   : left;
    width   : 0px;
}

#contentRod
{
	padding				: 0px 5%;
    width   			: 90%;
    background			: url('/img/padrao.jpg');
    position			: relative;
	min-width			: 700px;	
}


#divBarraTopo
{
    position    : fixed;
    top         : 0px;
    left        : 0px;
    /*background  : url('/img/fundoBarraTopo.png');*/
	background  : url('/img/topBarBranco.png');
    width       : 90%;
	padding		: 0px 5%;
    height      : 128px;
    z-index     : 30;
    min-width   : 700px;
	/*background	: #FFFFFF;*/
}

#divLogo
{
    width       : 292px;
    height      : 80px;
    background  : url('/img/logotipo.png');
    cursor      : pointer;
	position	: relative;
	top			: 20px;
	left		: 0px;
}



#divBanner
{
    margin-top  : 120px;
    width       : 100%;
    height      : 400px;
    z-index     : 30;
    min-width   : 700px;
}

#contentRod a{
	color				: #666666;
	text-decoration		: none;
}

#contentRod a:hover{
	color				: #5EC2E4;
	text-decoration		: underline;
}