html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background:#570D22;
	text-align:center; /* hack para o IE */	
}

img {
    border: 0px;
}

#tudo {
	width: 1000px;
	min-height: 100%;
	margin:auto;			
	text-align:left; /* "remédio" para o hack do IE */	
	position: relative;
	background-color: #DDD1C2;
}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
}

#conteudo {
	background-color: #DDD1C2;
}


#menu_lingua ul{
	margin-top: 0;
	text-align: right;
}

#menu_lingua li{
	display: inline;
	list-style-type: none;
}


#logo_home{
	margin: 150px 0 0 0;
	text-align: center;
}


#logo_interna{
    padding: 10px 0 10px 0;
	margin-left: 298px;
	float: left;
}



#imagem_home{
	height: 257px;
	margin: 10px 0 0 0;
	text-align: center;
}




#menu_home ul{
	background: #570D22;
	height: 26px;
	margin: 0;
	text-align: center;
}
#menu_home ul li{
	display: inline;
	list-style-type: none;
}

#menu_interna ul{
    clear: both;
	background: #570D22;
	height: 26px;
	margin: 0;
	text-align: center;
}
#menu_interna ul li{
	display: inline;
	list-style-type: none;
}


#texto h1{
	color: #666;
    font-family: Garamond, Times New Roman, Serif;
    font-size: 30px;
    font-weight: 100;
    font-variant: small-caps;
    padding: 0 0 30px 0;
}

#texto{
    padding: 50px 160px;
	color: #666;
    font-family: Times New Roman, Serif;
    font-size: 18px;
    font-weight: 100;
	text-align: justify;
	line-height: 150%;
	font-stretch: narrower;
}

#texto ul li{
    font-size: 16px;
    margin-left: 30px;
    list-style-type: square;
	line-height: 200%;
	font-stretch: narrower;
}

#rodape {
	width: 1000px;
	margin:auto;			
	text-align:left; /* "remédio" para o hack do IE */	
	background-color: #DDD1C2;
    font-family: Garamond, Serif, Times;
    font-size: 13px;
    font-variant: small-caps;
	text-align: center;
	color: #570D22;
	position: absolute;
	bottom: 10px;
}
#rodape p {
	margin: 0 0;
	padding: 0 0 0 0;
	
}

#mapa2 {

	margin: -15px 0 0 0;			
}

#texto p a {
	color: #9F1A34;
    font-family: Times New Roman, Serif;
}

* html #mapa2 {
	margin: -20px 0 0 0; /* hack para IE6 hq trata height como min-height */
}

* html #logo_interna{
	width: 700px;
	margin-left: 0;
text-align: right;
}

