/* BODY */

	* {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		z-index:10;
	}

	body {
		margin:0 auto;
		padding:0;
		background:url(../images/full_bg.gif);
	}

/* LINK CERTIFICACAO */

	#certificacao {
		float:right;
		margin-top:20px;
		z-index:20;
		position:absolute;
		margin-left:208px;
	}
	
	.certificacao_img {
		cursor:pointer;
		z-index:20;
	}
	
/* CONTENT PRINCIPAL */

	#page {
		width:100%;
		margin:0 auto;
	}
	
	#out_c {
		padding:0;
		margin:0 auto;
		width:766px;
		border-left: 5px solid black;
		border-right: 5px solid black;
	}

	#container {
		padding:0;
		margin:0 auto;
		width:760px;
		border-left: 3px solid #C3BAB3;
		border-right: 3px solid #C3BAB3;
		background-color:#FFF;
		display:table;
	}

	#content {
		border-top:5px solid #545454;
		float:left;
		width:760px;
		float:center;
	}
	
/* CONTENT CENTRAL */

	#topo_left {
		width:370px;
		height:auto;
		float:left;
	}
	
	#topoLeftA {
		background:url(../images/topo_l_1.jpg);
		background-repeat:no-repeat;
		width:370px;
		height:166px;
	}
	
	#topoLeftB {
		width:370px;
		height:141px;
		text-align:center;
		background:url(../images/partners.jpg) no-repeat;
		float:left;
	}
	
	#topo_right {
		width:390px;
		height:auto;
		float:left;
	}
	
	#up_menu {
		background:url(../images/topo_r_1.jpg) no-repeat;
		width:370px;
		height:28px;
	}
	
	.text_1 {
		text-decoration:none;
		font-size:11px;
		color:#FFF;
		font-weight:bold;
		padding-left:20px;
		padding-top:5px;
		letter-spacing:-1px;
	}
	
/* CSS TEXTO TOP RIGHT */
	
	.toplink_a {
		color:white;
		font-weight:bold;
		text-decoration:none;
		font-size:11px;
		color:#FFFFFF;
		font-weight:bold;
		letter-spacing:-1px;
	}
	
	.toplink_a:hover {
		color:#F6DD36;
	}

/* CSS MENU */

	#menu {
		width:390px;
		height:133px;
		background:url(../images/topo_r_2.jpg);
		background-repeat:no-repeat;
	}
	
	#menu_content {
		width:390px;
		height:auto;
	}
	
/* CSS MENU >> LISTA */
	
	#menu_left {
		width:190px;
		height:auto;
		padding-left:10px;
		padding-top:3px;
		float:left;
	}
	
	#menu_right {
		width:150px;
		height:auto;
		padding-left:10px;
		padding-top:31px;
		float:left;
	}
	
/* ITENS */

	.links a {
		line-height:28px;
		font-size:12px;
		color:white;
		font-weight:bold;
		text-decoration:none;
	}
	
	.links a:hover {
		color:#F6DD36;
		text-decoration:none;
	}
	
	#fundo_pai {
		width:390px;
		height:141px;
		background:url(../images/keybg.jpg) no-repeat;
	}
	
/* CONTEUDO */

	#bgContent {
		width:733px;
		background:url(../images/bgContent.jpg) no-repeat top;
		margin:5px 0 10px 6px;
		padding:8px;
		text-align:justify;
		float:left;
	}
	
	#bgContent span {
		font-weight:bold;
		font-size:14px;
		color:#333;
	}
	
	#bgContent a {
		color:#000;
		font-weight:bold;
		text-decoration:none;
	}
	
	#bgContent a:hover {
		color:#A08F1F;
	}
	
/* RODAPE */

	#footer {
		width:750px;
		border-top:2px solid #545454;
		margin:5px 0 0 5px;
		text-align:center;
		line-height:15px;
		font-size:10px;
		float:left;
	}
	
	
	
	
	
	
	

