* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #303030;
	text-align: center;
	margin: 0;
}


a {
	color: #42929d;
	text-decoration: none;
	font-weight: bold;
}


a.text {
	color: #788991;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	line-height: 1.7em;
}

h1 {
	color: #788991;
	font-size: 150%;
	text-align: center;
	margin-top: 50px;
}

h2 {
	color: #788991;
	font-size: 130%;
	text-align: center;
	margin-top: 20px;
}

h3 {
	color: #788991;
	font-size: 115%;
	text-align: left;
	margin-top: 40px;
}

dt {
	color: #788991;
	font-size: 115%;
	text-align: left;
}

p.dica {
	font-size: 60%;
	text-align: right;
	color: #788991;
}

.page {
	width: 1000px;
	text-align: left;
	border: 0;
	margin: 0px auto 0px auto;
	background-color: white;
	line-height: 22px;
	
}

div.header {
	background-color: white;
	height: 100px;
	margin: 0;
	width: 100%;
}

.header h1 {
	display: none;
}

#logo {
	float: left;
	position: static;
	margin-top: 0px;
	margin-right: 10px;
}

#linklogo {
	float: right;
	position: static;
	margin-top: 18px;
	margin-right: 10px;
}

.menu1 {
	background-color: #788991;
	text-align: left;
	color: white;
	font-weight: normal;
	height: 21px;
	width: 1000px;
	margin: 0;
	display: none;
 
}

ul.menu1 {
	list-style: none;
	list-style-type: none;
	padding-left: 100px;
}

.menu1 li{
	display: inline;
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.menu1 li:hover{
}


#barra_esq {
	width: 20px;
	background: url(img/barra_esq.png) white;
}


#barra_dir {
	width: 20px;
	background: url(img/barra_dir.png);
}

.menu2 {
	float: left;
	display: inline;
	background-color: #42929D;
	color: white;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 100%;
	height: 41px;
	margin: 0;
	border: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 880px;
}

ul.menu2 {
	list-style: none;
	list-style-type: none;
	padding-left: 70px;
}

.menu2 li{
	display: inline;
	float: left;
	height: 41px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
	text-align: center;
}

.menu2 li:hover{}

.menu2 li.nolink {
	background: #52A2AD;
	font-weight: bold;

}

.menu2 a {
	color: white;
	font-weight: bold;
}


.left {
		background-color: white;

}


div.left {

	margin: 0;
	border: 0;
	padding:0;
	width: 150px;	
	background-color: white;
	float: left;
	display: inline;
}

ul.left {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
	width: 90px;
	margin: 0;
	margin-top: 20px;
	font-size: 80%;
}

.left li{
	margin: 0;
	padding: 10px 0px 2px 0px;
	text-align: center;
	border-bottom: 1px solid #15619a;
}

.left li:hover{
	background-color: #84b640;
}

.left li.nolink {
	background: white;
	font-weight: bold;
}




.center {
	width: 650px;
	min-height: 450px;
	text-align: left; 
	padding: 20px 25px 50px 25px;
	float: left;
	display: inline;
	background-color: white;
}


.footer {
	clear: both;
	border-top: 1px dotted #42929d;
	border-bottom: 1px dotted #42929d;
	font-size: 80%;
	color: #42929d;
	padding: 8px 100px;
	line-height: 16px;
	text-align: center;
	
}

div.figura {
  border: thin #42929d solid;
  margin: 4px;
  padding: 4px;
}

div.figura  img{
  
}

div.figura p {
  text-align: right;
  font-style: italic;
  font-size: smaller;
  color: #42929d;
  padding-right: 4px;
  line-height: 70%;

}