/* CSS Document */

<!--
a{
	text-decoration: none;
	color: #996;
}
a:hover{
	background: #FFC;
}
body {
	background: url(../img/gif/bgsite.gif) center repeat-y #EFEDE1;
	margin: 0px;
}
body, div, table{
	font-family: Helvetica, Georgia, "Times New Roman";
	color: #666;
	font-size: 11px;
}
h1{
	font-size: 14px;
	text-transform: uppercase;
	color: #718E9E;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}
h2{
	font-size: 13px;
	color: #718E9E;
}
h3{
	font-size: 12px;
	color: #718E9E;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 11px;
}
img{	
	border: 0px;
}
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996;
}
li.margin20{
	margin-left: 20px;
}
li.margin40{
	margin-left: 40px;
}
p{
	margin: 14px 0px;
}

#content{
	width: 520px;
	padding: 10px 20px 0px 20px;
	float: left;
	text-align: justify;
}
#divRight{
	width: 216px;
	float: right;	
}
#flash{
	float:left;
	margin: 2px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #718E9E;	
	height: 195px;
}
#footer{
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
}
#languages{
	text-align: center;
}
#languages a{
	margin: 0px 10px;
}
#lastNews{
	border-left: 1px solid #FFF;
	float:right;
	background: url(../img/jpg/lastNews.jpg);
	margin: 2px 0px;	
	width: 176px;
	height: 145px;
	margin-right: 1px;
	_margin-right: 0px;
	overflow: hidden;
	color: #FFF;
	padding: 50px 20px 0px 20px;
	line-height: 12px;
}
#lastNews h1{
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
#lastNews P{
	color: #EEE;	
}

#lastNews a{
	color: #EEE;
	font-weight: bold;
	
}
#lastNews a:hover{
	color: #000;
}
#line{
	height: 199px;
	width: 778px;
}
#right{
	width: 176px;
	padding: 10px 20px ;
	float: right;
	border-top: 1px solid #718E9E;
	
}
#site{
	width: 778px;
	margin: auto;
}
#top{
	background: white;
	padding-bottom: 2px;
	height: 66px;
	width: 778px;
	display: block;
	clear:both;
	border-bottom: 1px solid #718E9E;	
}
#top img{
	float: left
}
#top ul{
	list-style-type: none;
	margin: 25px 0px 0px 50px;
	padding: 0px;
	float: left;
	font-weight: bold;
}
#top ul li{
	display: inline;
}
#top ul li a{
	color: #718E9E;
	display: block;
	float: left;	
	margin: 0px 9px;
	
}
#top ul li a:hover{
	color: #E0AD0A;
	border-bottom: 2px solid #E0AD0A;
	background: none;
}
.saibaMais{
	text-align: right;
	font-weight: bold;
}
.tableForm{
	width: 480px;
}
.input{
	border: 1px solid #996;
}
-->