/* CSS Document */
*
{
	font-family: "Trebuchet MS", Tahoma;
	font-size: 11px;
	font-weight: normal;
}
a
{
    color: #FF0000;
    text-decoration: none;
}
a:hover
{
	color: #0066CC;
	text-decoration: underline;
}
.fundoSite
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #31578a;
}
#areaGeal 
{
	position: relative;
	left: 50%; 
	margin-left: -500px;
	height: 900px;
	width: 1000px;
	background-image: url(fundo.jpg);
	background-repeat: no-repeat;
}
#areaGeal .topo
{
    background-image: url(Patrimon_01.png);
    background-repeat: no-repeat;
    text-align: center;
    float: left;
    height: 38px;
    width: 1000px;
    padding-top: 5px;
}
#areaGeal .topo a
{
    color: #000000;
}
#areaGeal .slogan 
{
	float: left;
	height: 386px;
	width: 1000px;
}
#areaGeal .navegacao
{
    float: left;
    height: auto;
    width: 1000px;
    background-image: url(Patrimon_03.png);
    background-repeat: repeat-y;
    padding-left: 80px;
}
#areaGeal .navegacao .titulo
{
    font-size: 15px;
}
#areaGeal .navegacao .p
{
    width: 850px;
    text-align: justify;
    text-indent: 15px;
}
#areaGeal .navegacao .b
{
    font-size: 14px;
    font-weight: bold;
    width: 850px;
    text-align: justify;
    text-indent: 15px;
}
#areaGeal .rodape 
{
	float: left;
	height: 71px;
	width: 1000px;
	background-image: url(Patrimon_04.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	font-size: 11px;
}
.promocao
{
    width: 400px;
    height: 200px;
    background-color: #FFFFFF;
}

