*{
margin: 0px;
padding: 0px;
}

/*
Cores:
Marrom #AA935F
Marrom Intermediario #D4C9AF
Marrom Claro #FBFAF6
Azul #C8DCE6
*/

#divMestre
{
width:1002px;
background-color:#999999;
margin:auto;
border-left:1px solid #AA935F;
background-color:#FBFAF6;
}

#divUol img
{
/*margin:0px;*/
margin-bottom:0px;
}
#divCabecalho {
/* Altura Real é 161px */
background-image:url(../global-imagens/masthead.jpg);
background-repeat:no-repeat;
height:141px;
padding:10px;
text-align:right;
}

#divPrincipal {
/*position:relative;*/
}

#divEsquerda
{
/* Tamanho Real é 140px */
/*position:static;*/
width:120px;
float:right;
clear:left;
left:0px;
padding:10px;

}

#divCentro
{
/* Tamanho Real é 630px */
/*position:absolute;*/
left:140px;
float:right;
clear:left;
background-color:#FFFFFF;
width:610px;
padding:10px;
}

#divHome
{
/* Tamanho Real é px */
/*position:static;*/
width:440px;
float:right;
clear:left;
background-color:#FFFFFF;
left:0px;
padding:10px;

}

#divHomeCentro
{
/* Tamanho Real é px */
/*position:absolute;*/
float:right;
clear:left;
background-color:#FFFFFF;
width:300px;
padding:10px;
padding-left:0px;
}

#divDireita
{
/* Tamanho Real é 232px */
/*position:absolute;*/
right:0px;
float:right;
clear:left;
padding:10px;
width:210px;
}

#divRodape
{
clear:both;
background-color:#FFFFFF;
color:#AAAAAA;
font-size:14px;
padding:10px;
border-bottom:10px solid #AA935F;
}
#divMenu
{ 
background-color:#000000;
padding-top: 10px;
padding-bottom: 8px;
padding-left: 3px;
font-family: Palatino, Georgia, Times, "Times New Roman", serif;
text-align:left;
}

#divMenu ul li
{
list-style-type:none;
display:inline;
padding-right:8px;
padding-left:8px;
border-right:1px solid #AA935F;
}

#divMenu ul li a
{
color:#AA935F;
font-size: 12px;
text-decoration:none;
font-weight:bold;
}

#divMenu ul li a:hover
{
color:#FFFFFF;
}

a.vejaMais
{
padding:3px;
padding-top:3px;
padding-bottom:1px;
background-color:#D4C9AF;
border:1px solid #AA935F;
font-family: Palatino, Georgia, Times, "Times New Roman", serif;
font-weight:bold;
}

#divCabecalho a:link
{
color:#FFFFFF;
font-size:15px;
}

#divCabecalho a:visited
{
color:#EEEEEE;
}

.divPesquisa h1
{
border-bottom:none;
color:#AA935F;
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}

.fundoMarrom h2
{
background-color:#AA935F;
padding:5px;
color:#FFFFFF;
margin-bottom:10px;
text-transform:uppercase;
}

.fundoMarromDireita h2
{
border-bottom:3px solid #AA935F;
color:#AA935F;
margin-bottom:10px;
}

.fundoMarromDireita
{
border-bottom:2px solid #333333;
padding:5px;
margin-bottom:10px;
}

.fundoAzul
{
border-left:1px solid #C8DCE6;
margin-bottom:10px;
line-height:150%;
}

.fundoAzul div
{
border-bottom:1px solid #C8DCE6;
padding:10px;
padding-right:0px;
position:relative;
}

.fundoAzul img
{
padding-right:10px;
float:left;
clear:both;
}

.fundoAzul h2
{
background-color:#C8DCE6;
padding:5px;
}


body
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
}

img
{
border: none;
margin-bottom:10px;
}

select
{
    font-size: 1em;
}

ul li
{
list-style-type:none;
margin-bottom:2px;
}

h1
{
font-family:Palatino,Georgia, "Times New Roman" ,Times,serif;
font-size: 22px;
border-bottom:1px solid #000000;
font-weight: normal;
margin-bottom:10px;
}

h2
{
	font-family:Palatino,Georgia, "Times New Roman" ,Times,serif;
    font-size: 17px;
	font-weight:normal;
	color:#000000;
}

h3
{
	font-family:Palatino,Georgia, "Times New Roman" ,Times,serif;
    font-size: 15px;
	color:#AA935F;
	font-weight: normal;
	margin-bottom:5px;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight: normal;
	color:#AA935F;
}

h5
{
	font-family:Palatino,Georgia, "Times New Roman" ,Times,serif;
    font-size: 13px;
	font-weight: bold;
	color:#AA935F;
}

h6
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color:#AA935F;
}

p
{
line-height: 130%;
font-size: 12px;
font-family:Arial, Helvetica, sans-serif;
margin-bottom:10px;
}

hr
{
border:0;
border-top:1px solid #AA935F;
margin-top:10px;
margin-bottom:10px;
}

a:link
{
text-decoration:none;
color:#AA935F;
}

a:hover
{
text-decoration:underline;
color:#333333;
}

a:visited
{
color:#666666;
text-decoration:none;
}