﻿#divAcessoPortal
{
	text-align: right;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.header {
    display: table;
    width: 100%;
	height: 345px;
	text-align:center;
	background-image: url('/img/fundo-index.png');
	background-position: center;
	background-size:cover;
}

.header > div {
    display: table-cell;
	vertical-align:top;
}
.col {
    width:20%;
}

.col-3
{
	background-image: url('/img/faixa-contato-fundo3.png');
	background-repeat: repeat-x;
}

.custom-width {
	min-width: 800px;
}

#headerLogo
{
	float: left;
	margin-left: -100px;
	margin-top: -26px;
}

#divFaixaContato
{
	width: 620px;
	background-image: url('/img/faixa-contato.png');
	height: 54px;
	float: right;
	margin-top: 40px;
	margin-right: -6px;
	background-repeat: no-repeat;
}

#divMenu
{
	float: left;
	color: white;
	height: 20px;
	padding-top: 10px;
	padding-left: 40px;
}

.divMenuItem
{
	width: auto;
	float: left;
	margin-left: 10px;
}

	.divMenuItem div
	{
		height: 2px;
	}

	.divMenuItem a
	{
		text-decoration: none;
		color: white;
	}

	.divMenuItem a:visited
	{
		color: white;
	}

	.divMenuItem a:hover
	{
		color: white;
	}


#divAcessoPortal a
{
	color: inherit;
	font-weight: bolder;
}