@charset "utf-8";

.style5 {color: #FFFFFF}
.style11 {font-size: 11px}
.style12 {color: #567182}

a:link {
	color: #567182;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #4A6371;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 15px;
	color: #FFFFFF;
	font: bold;
	font-family: Verdana;
}
h2 {
	font-size: 14px;
	font-style:italic;
	color: #CCCCCC;
	font: Helvetica;
}
h3 {
	font-size: 14px;
	font: Arial;
	color: #C3501A;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {	text-decoration: underline; color: #B2B4BF;}
a:active {text-decoration: none;}

body  {
	background: #CECAA8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	left: 150px;
	right: 0px;
}
.estilobody #caixa {
	position: relative;
	width: 780px;
	background-color: #E4E4E4;
	margin: 0 auto;
	text-align: left;
} 
.estilobody #cabecalho {
	height: 125px;

	background-color: #567182;
}
.estilobody #menu {
	position: absolute;
	top: 125px;
	height: 40px;
	left: 0px;
	background-color: #E4E4E4;
	width: 780px;
}
.estilobody #conteudo {
	position: absolute;
	top: 164px;
	right: 0px;
	width: 780px;
	background-color: #E4E4E4;
	margin-bottom: 0px;
}
.estilobody #rodape {
	position: absolute;
	width: 780px;
	background: #567182;
	top: 700px;
	left: 0px;
}
.estilobody #rodape p {
}
.logo {
	float: left;
}

.bandeirapt {
	float: left;
	margin-left: 310px;
}
.bandeiraeng {
	float: left;
	margin-left: 100px;	
}
.pt {
	float: left;
	margin-left: 300px;
}
.eng {
	float: left;
	margin-left: 83px;
	padding: 0px;
}

