body {
	height:auto;

    	background-image:url(imagem2.jpg);

     	background-repeat:no-repeat;

    	background-size:100% 100%;

	background-repeat: no-repeat;



	width: 100%;

    	height: 100%;

	font-family: Arial, "Trebuchet MS", serif;

	font-size: 15pt;

	padding-bottom: 60px;
 
	text-align: center; 
}


#centraliza {

	
	margin:0 auto;
	min-height:100%;

	text-align: left;
 
	width: 930px; 
}

#menucenter {

	margin-top: 120px;

	position: absolute;

	left: 50%

	
}

#menu {

	position: relative;

	list-style:none;

	left:-50%;

	width:930px;
}

#menu ul {
	padding: 0px;
}

#menu ul li {

	display: inline;
}

#menu ul li a {

	display: inline-block;
	/* visual do link */

	color: #333;
	font-size: 14px;

	text-decoration: none;
	text-align: center;

	border-bottom:3px solid #EDEDED;
}

#menu li a {

	background-color:#EDEDED;

	padding-right: 10px;

	padding-left: 10px;

	width: 90px;

	height:20px;
}



#menu3 ul {

	padding: 0px;

	
}


#menu3 ul li {
	display: inline;
}


#menu3 ul li a {

	display: inline-block;
	/* visual do link */

	font-size: 14px;
	text-decoration: none;
	text-align: center;
}


#menu3 li a {

	padding-right: 7px;
	padding-left: 7px;
	width: 118px;
}


#menu3 a {
	padding-top:5px;

	padding-bottom:5px;
}

a.menuazul {

	background-color:#086a3a !important;
 
	color:#ffffff !important;
	
}

a.menubranco {
	background-color:#ffffff !important;

	color:#000000 !important;
}

a.menuazul:hover {

	background-color:#ffffff !important;

	color:#086a3a !important;
}

a.menubranco:hover {

	background:#086a3a !important;
	color:#ffffff !important;
	
}



#box1{
	background-color: rgba(255, 255, 255, 0.95);

	border: 2px solid #086a3a;

	color:#000000;
	display: table;
	font-size:14px;
	margin-bottom: 10px;
	margin-top: 10px;

	padding: 10px;
	padding-left: 55px;

	padding-right: 55px;
	
	width: 800px;
}


#box1 th {

	background-color: #086a3a;

	color: white;
}


#box1 table  {

	border-collapse: collapse;
	border:0px;
}


#box1 ul {

	font-size:16px;
}


#box2{

	background-color: rgba(255, 255, 255, 0.7);

	border: 2px solid #086a3a;

	color:#000000;
	display: table;
	font-size:14px;
	float:left;

	margin-bottom: 10px;
	margin-top: 190px;

	padding-left: 10px;
	padding-right: 10px;

	width: 360px;
}

#box3{
	background-color: rgba(255, 255, 255, 0.7);

	border: 2px solid #086a3a;
	color:#000000;
	display: table;
	font-size:14px;
	float:right;
	
	margin-bottom: 10px;
	margin-top: 190px;
	padding-left: 10px;
	padding-right: 10px;

	width: 360px;
}


#topo {
	background-color: #086a3a;  /* #086a3a;  todo fundo branco*/

	margin-left:-120px;
	border: 2px solid #086a3a;/* muda cor de toda borda*/

	color: #ffffff;
	height:100px;
	text-align:center;
	width: 1120px;
	padding: 10px;
	font-size: 36px;

	font-weight: bold;
	line-height:65%;
}

#topo small {
	font-size: 18px;

}

#topo a {
	color:#ffffff;	
}

#idioma {

	font-size: 14px;
}


#footer


{

display: inline-table;
	background-color: #FFF;
   /* #BF26ED; todo fundo branco*/

	border: 2px solid #086a3a;/* muda cor de toda borda*/

	float:bottom;

	color: black;

	width: 800px;

	margin-left:55px;

	clear:both;

	text-align:center;

opacity:.8;
	filter:alpha(opacity=80);

	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

	-moz-opacity:.8;

	-khtml-opacity: .8;
}

#imagem {
    width:20%; /* you can use % */
    height: auto;
}