body {
	height:auto;

    	background-image:url(bsb.png);

     	background-repeat:no-repeat;

    	background-size:100% 100%;

	background-repeat: no-repeat;

	background-attachment:fixed;

	width: 99%;

    	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: 6px;

	
}


#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: 10px;
	padding-left: 10px;
	width: 120px;
}


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

a.menuazul {

	padding-bottom:10px;
}

a.menuazul {

	background-color:#0abf5f !important;
 
	color:#ffffff !important;
	
}

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

a.menuazul:hover {

	background-color:#ffffff !important;

	color:#0abf5f !important;
}

a.menubranco:hover {

	background:#0abf5f !important;
	color:#ffffff !important;
	
}




#box1{
	background-color: rgba(255, 255, 255, 0.9);

	border: 2px solid #0abf5f;

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

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


#box1 th {

	background-color: #0DD406;

	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 #065DD4;

	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 #065DD4;
	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: #0abf5f;  /* #0abf5f;  todo fundo branco*/

	margin-left:-200px;
	border: 2px solid #0abf5f;/* muda cor de toda borda*/

	color: #ffffff;
	height:100px;
	text-align:center;
	width: 1300px;
	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;
   /* #0abf5f; todo fundo branco*/

	border: 2px solid #0abf5f;/* 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;
}