/* ------------------------------------------------ *
 *  Cores            Normal        Link             *
 * ------------------------------------------------ *
 *  Amarelo          #fef200       #dcd100          *
 *  Azul             #01c3ff       #01c3ff          *
 *  Rosa             #ff0066       #ff0066          *
 *  Verde            #65ff00       #57d30c          *
 * ------------------------------------------------ */


/* ------------------------------------------------ *
 *  Tipos de box                                    *
 * ------------------------------------------------ *
 *  Classe           Título                         *
 * ------------------------------------------------ *
 *  agenda           Próximos Eventos               *
 *  chats            Chats                          *
 *  comunidades      Comunidades                    *
 *  enquete          Enquete                        *
 *  mensagens        Mensagens                      *
 *  noticias         Notícias                       *
 *  participantes    Participantes                  *
 *  relacionamentos  Relacionamentos                *
 * ------------------------------------------------ */
/*html,body {width:100%;height:100%;}*/

/*PAGE WIDTH: 960px*/

body.cLumBody { 
	font-family:Arial, Helvetica, sans-serif;color:#000;font-size:12px;line-height:1.25em;
	/*background-image:none;background-color:#FFF;*/
	border-top:3px solid #01c3ff;background-color:#000;background-image:url(../img/bg_azul.jpg);background-repeat:no-repeat;background-position:top center;*/
}
div.cLumPage 				{content:" ";display:block;height:0;clear:both;min-height:0;}
div.cLumPage 				{width:960px;margin:0 auto;height:auto;}
#LumisInterface, .cLumisInterface 	{padding:0;}
img.block 							{display:block;border:0;}

/*BEGIN GENERIC*/
body.cLumBody a:link,
body.cLumBody a:active,
body.cLumBody a:visited 	{color:#01c3ff;font-weight:bold;}
body.cLumBody a:hover 		{text-decoration:none;}

body.cLumBody div.nofloat   {float:none !important;} /*pode ser usado para anular floats do produto*/
body.cLumBody br            {clear:none !important;line-height:1%;display:inline;} /*tentando anular brs do produto*/
body.cLumBody br.clear, body.cLumBody div.coluna br, 
br.clear					{clear:both !important;line-height:100%;}
br.def                      {line-height:100%;}
.float_left                 {float:left !important;}
.float_right                {float:right !important;}
.small						{font-size:90% !important;}
.big						{font-size:120% !important;}
.bold						{font-weight:bold !important;}
div.hide 					{display:none !important;}
body.cLumBody label			{cursor:pointer;}
input.cLumInputText			{border:1px solid #d0d0d0;background:#fff;}

/*generic Lumis tables*/
table.cLumTableAdmin						{width:100%;margin-bottom:10px;}
table.cLumTableAdmin th						{padding:5px;border-bottom:1px solid #bfbfbf;font-weight:bold;}
table.cLumTableAdmin tr.cLumEvenRow td		{background-color:#f7f7f7;}	
table.cLumTableAdmin td						{padding:5px;}	
table.cLumTableAdmin a.nobold				{font-weight:normal;}
table.cLumTableAdmin img.ico, img.ico		{width:16px;height:16px;margin-right:8px;border:0;vertical-align:bottom;}
th.cbox, td.cbox                            {width:10px !important;font-size:1%;}
th.cbox input, td.cbox input                {vertical-align:bottom;}
/*END GENERIC*/	

/*BEGIN BOXES*/
div.box							{margin-top:5px;background-image:url(../img/box_footer_right.gif);background-position:right bottom;background-repeat:no-repeat;}
div.box h2 						{margin-top:-5px;display:block;float:left;width:260px;background-image:url(../img/box_title_esq_mensagens.gif);background-repeat:no-repeat;height:30px;padding:12px 0 0 40px;font-size:18px;letter-spacing:-0.04em;font-weight:bold;cursor:default;}
div.box p.botoes				{float:right;margin-top:5px;padding:0;}
div.box p.botoes-left			{float:left;margin-top:5px;padding:0;}
div.box p.botoes-top			{margin:0 0 5px 0;}
div.box p.botoes a.botao 		{margin-left:10px;}
div.box p.botoes-left a.botao 	{margin-right:10px;}
div.box	span.corner-left		{clear:both;display:block;height:5px;background-image:url(../img/box_footer_left.gif);background-position:left bottom;background-repeat:no-repeat;}
div.box span.retratil-botao 	{background:transparent url(../img/box_collapsable.gif) bottom center no-repeat;display:block;float:right;margin-top:-10px;width:40px;height:40px;cursor:pointer;}
div.box span.retratil-expanded 	{background-position:top center;}

/*col right e 1 col*/
div.coluna-dir div.box, div.colunadir div.box 		{background-image:url(../img/box_footer_right_peq.gif);}
div.conteudo1col div.box 							{background-image:url(../img/box_footer_right_1col.gif);}

/*boxes with cols*/
div.box-conteudo 					{clear:left;padding:10px 10px 5px;background:#FFF;}
div.box-conteudo div.item 			{padding-bottom:10px;line-height:16px;}
div.box-conteudo div.item img 		{float:left;width:50px;height:50px;margin-right:5px;border:none;}
div.box-conteudo div.coluna 						{float:left;background:#FFF;width:275px;margin-right:15px;}
div.conteudo1col div.box-conteudo div.coluna 		{float:left;background:#FFF;width:275px;margin-right:15px;}

div.box-conteudo div.coluna-detalhes 				{background:#FFF;width:620px;}
div.box-conteudo div.coluna-detalhes1 				{float:left;background:#FFF;width:590px;padding-top:10px;}
div.box-conteudo div.coluna-detalhes2 				{float:right;background:#FFF;width:295px;margin-left:10px;}
div.coluna-detalhes p, 
div.coluna-detalhes1 p, div.coluna-detalhes2 p		{margin:0 0 15px 0;}

div.box-conteudo div.imglist            {text-align:center;width:295px;overflow:auto;} 
div.box-conteudo div.imglist img        {display:block;border:1px solid #c4c4c4;padding:1px;margin:0 auto 10px auto;}

div.box-conteudo div.avaliacao          	{border-top:1px solid #f2f2f2;padding:15px 0;}
div.box-conteudo div.comentario        		{border-bottom:1px solid #f2f2f2;padding:10px 0;}
div.box-conteudo div.comentario-last       	{border-bottom:0;padding:10px 0;}
div.box-conteudo table.tabaval 				{width:100%;}
div.box-conteudo table.tabaval a 			{font-weight:normal;}
div.box-conteudo table.tabaval td 			{padding:6px 2px;}
div.box-conteudo table.tabaval td.label 	{width:124px;font-weight:bold;} 

div.box-conteudo img.icofile                {float:left;display:block;margin:6px 10px 10px 0;border:0;width:28px;height:28px;}
div.box-conteudo table.tabfile 				{width:92%;} /*this is cause of IE*/
div.box-conteudo table.tabfile a 			{font-weight:normal;}
div.box-conteudo table.tabfile td 			{padding:6px 2px;border-bottom:1px solid #f2f2f2;}
div.box-conteudo table.tabfile td.label 	{width:124px;font-weight:bold;} 
div.box-conteudo table.tabfile tr.last td 	{border-bottom:0;}

div.box-conteudo table.tabcont tr   		{vertical-align:top;text-align:center;}
div.box-conteudo table.tabcont td   		{width:280px;padding:15px 10px;text-align:center;overflow:auto;}
div.box-conteudo table.tabcont div.frame  	{width:260px;overflow:auto;} /*height:300px;*/
div.box-conteudo table.tabcont td img   	{display:block;border:1px solid #c4c4c4;padding:1px;margin:0 auto 10px auto;}

div.stars, div.stars div.fill		 	{width:93px;height:15px;background:#fff url(../img/bg_stars.gif) top left no-repeat;font-size:1%;}
div.stars div.fill  					{width:0;background:#fff url(../img/bg_stars_filled.gif) top left no-repeat;}
div.stars div.s1 {width:20%;}	
div.stars div.s2 {width:40%;}
div.stars div.s3 {width:60%;}
div.stars div.s4 {width:80%;}
div.stars div.s5 {width:100%;}

div.box-conteudo span.grafico,
div.box-conteudo span.barra {font-size:1%;}
/*END BOXES*/

/*BEGIN BUTTONS*/
/*botao-gray nunca troca de cor*/
a.botao, a.botao-gray, 
td a.botao, td a.botao-gray				{clear:right;position:relative;z-index:1000;font-size:11px !important;line-height:16px !important;display:inline-block;height:20px;text-transform:uppercase !important;font-weight:bold !important;text-decoration:none;color:#000;}
a.botao-gray, td a.botao-gray           {color:#fff !important;}
a.botao span, a.botao-gray span 		{height:20px;display:block;float:left;width:3px;cursor:pointer;background-image:url(../img/botao_lados_branco.gif);background-repeat:no-repeat;}
a.botao span.text, a.botao-gray span.text 		{background-image:none;background-color:#FFF;width:auto;padding:2px 4px 0 4px;height:18px;}
a.botao span.left, a.botao-gray span.left 		{background-position:left top;}
a.botao span.right, a.botao-gray span.right 	{background-position:right top;}
a.botao-gray span 								{background-image:url(../img/botao_lados_cinza.gif) !important;}
a.botao-gray span.text  						{background-color:#bfbfbf !important;}
/*END BUTTONS*/

/*BEGIN HEADER*/
div.header {height:90px;}
div.header h2.logo-conexao-futura 		{margin-left:5px;margin-top:12px;width:206px;height:45px;float:left;background-image:url(../img/logo_conexao_futura.jpg);background-repeat:no-repeat;}
div.header h2.logo-conexao-futura a 	{width:206px;height:45px;text-indent:-9000px;display:block;float:left;}

div.header div#navegacao 			{width:475px;height:57px;background-color:none;float:left;background-image:url(../img/header_menu.gif);	background-repeat:no-repeat;background-position: top right;}
div.header div#navegacao ul 		{padding-left:17px;padding-right:17px;width:441px;height:57px;/*background-image:url(../img/menu_corner_esq.gif);*/background-repeat:no-repeat;	background-position: top left;}
div.header div#navegacao ul li 		{display:inline;}

div.header div#navegacao ul li a				{display:block;float:left;margin-top:23px;margin-right:6px;padding-left:4px;color:#FFF;text-decoration:none;text-transform:uppercase;font-weight:bold;background-image:url(../img/menu_corners_link_esq.gif);background-position:-50px 0px;background-repeat:no-repeat;}
div.header div#navegacao ul li a span			{display:block;float:left;padding-left:3px;padding-right:6px;padding-top:5px;height:19px;background-image:url(../img/menu_corners_link_dir.gif);background-position:-50px 0px;background-repeat:no-repeat;}

div.header div#navegacao ul li a:hover 		{background-position:top left;background-color:#FFFFFF;color:#000;}
div.header div#navegacao ul li a:hover span	{background-position:top right;cursor:pointer;}

div.header div#navegacao ul li a.selected		{background-position:top left;background-color:#FFFFFF;color:#000;}
div.header div#navegacao ul li a.selected span	{background-position:top right;cursor:pointer;}

div.header div.busca {float:left;padding-left:10px;padding-top:22px;width:175px;}
div.header div.busca input.text {font-family:Tahoma, Verdana, Helvetica, sans-serif;font-size:12px;color:#000;width:143px;height:18px;padding:4px 3px 0 8px;float:left;border:none;background-color:transparent;background-image:url(../img/busca_input.gif);background-repeat:no-repeat;}

div.header div.busca input.botao {float:left;width:21px;height:25px;background:url(../img/busca_button.gif);text-indent:-9000px; }

div.header h2.logo-futura 		{width:75px;height:90px;padding-left:14px;padding-top:7px;float:left;background-image:url(../img/logo_futura.jpg);background-repeat:no-repeat;}
div.header h2.logo-futura a 	{width:55px;height:54px;text-indent:-9000px;display:block;float:left;}
/*END HEADER*/

/*BEGIN PERFIL*/
div.info 				{color:#FFF;}
div.info div.image 		{float:left;width:110px;padding:0px 10px 0 30px;margin-bottom:10px;overflow:auto;}
div.info div.image img 	{border:1px solid #FFF;background-color:#FFF;}

div.info div.text					{padding:10px 0;width:510px;margin-left:150px;}	
div.info div.text h3 				{font-size:22px;font-weight:bold;padding-bottom:10px;letter-spacing:-0.04em;}
div.info div.text p 				{font-size:11px;line-height:15px;padding-bottom:10px;}
div.info div.text p.empresa 		{font-size:12px;font-weight:bold;line-height:16px;padding-bottom:0px;}
div.info div.text p.localizacao 	{font-size:12px;line-height:16px;padding-bottom:0px;}

div.info-buttons					{margin-left:150px;height:20px;} 
div.info-buttons a.botao			{margin-right:10px;color:#000;}		

div.info.comunidade div.image img 	{/*behavior:url(../img/iepngfix.htc);*/border:none;background-color:transparent;} /*width:90px;height:120px;*/

div.info table.tabdata 				{width:100%;color:#fff;}
div.info table.tabdata a 			{font-weight:normal;}
div.info table.tabdata td 			{border-bottom:1px solid #2E525D;padding:6px 2px;}
div.info table.tabdata td.label 	{width:124px;font-weight:bold;}
div.info table.tabdata tr.last td 	{border-bottom:0;padding-bottom:30px;}

div.meter, div.meter div.fill 	{width:115px;height:8px;background:#fff;font-size:1%;}
div.meter div.fill 				{width:0;background:#b3b3b3;}			
/*END PERFIL*/

/*BEGIN ALERTA*/
div.alerta 				{clear:both;font-weight:bold;margin:20px 20px;padding-top:5px;width:920px;font-size:12px;line-height:18px;background-image:url(../img/box_alerta_cantos.gif);background-repeat:no-repeat;cursor:default;}
div.alerta p 			{padding:0 10px;background:#efefef;width:900px;text-align:center;}
div.alerta span			{font-size:1px;background-image:url(../img/box_alerta_cantos.gif);background-repeat:no-repeat;background-position:left bottom;display:block;height:5px;width:920px;}
/*END ALERTA*/

/*BEGIN COLS*/
div.conteudo  		/*2 cols base*/				{clear:left;float:left;width:600px;padding:0 20px;}
div.conteudo1col 	/*1 col*/					{clear:left;float:left;width:920px;padding:0 20px;}
div.coluna-dir, 
div.colunadir  		/*2 cols: rgt col*/			{float:right !important;width:300px;padding-right:20px;}
/*END COLS*/

/*BEGIN MEIO DO SITE (left col or 1 col)*/
div.generico h2						{width:560px;background-image:url(../img/box_title_esq_comunidades.gif);}
div.conteudo1col div.generico h2 	{width:880px;background-image:url(../img/box_title_cen_cinza_comunidades.gif);}
div.generico a.botao 				{color:#FFF;}
div.generico a.botao span 			{background-image:url(../img/botao_lados_cinza.gif);}
div.generico a.botao span.text  	{background-color:#bfbfbf;}

div.generico-form h2						{width:560px;background-image:url(../img/box_title_esq_editar.gif);}
div.conteudo1col div.generico-form h2 		{width:880px;background-image:url(../img/box_title_cen_cinza_editar.gif);}
div.generico a.botao 				{color:#FFF;}
div.generico a.botao span 			{background-image:url(../img/botao_lados_cinza.gif);}
div.generico a.botao span.text  	{background-color:#bfbfbf;}

div.mensagens h2					{width:560px;background-image:url(../img/box_title_esq_mensagens.gif);z-index:100;}
div.conteudo1col div.mensagens h2	{width:880px;background-image:url(../img/box_title_cen_cinza_mensagens.gif);z-index:100;}
div.mensagens a.botao 			{color:#FFF;}
div.mensagens a.botao span 		{background-image:url(../img/botao_lados_cinza.gif);}
div.mensagens a.botao span.text {background-color:#bfbfbf;}

div.noticias h2					{width:560px;background-image:url(../img/box_title_esq_noticias.gif);}
div.conteudo1col div.noticias h2{width:880px;background-image:url(../img/box_title_cen_amarelo_noticias.gif);}
div.noticias a.botao 			{color:#FFF;}
div.noticias a.botao span 		{background-image:url(../img/botao_lados_cinza.gif);}
div.noticias a.botao span.text  {background-color:#bfbfbf;}
div.noticias span.iconot		{display:block;float:left;width:16px;height:16px;font-size:1%;background:url(../img/ico_noticias.gif) bottom left no-repeat;margin-right:5px;}
div.noticias p.pnot				{margin-left:21px;}

div.foruns h2					{width:560px;background-image:url(../img/box_title_esq_foruns.gif);}
div.conteudo1col div.foruns h2	{width:880px;background-image:url(../img/box_title_cen_cinza_foruns.gif);}
div.foruns a.botao 				{color:#FFF;}
div.foruns a.botao span 		{background-image:url(../img/botao_lados_cinza.gif);}
div.foruns a.botao span.text  	{background-color:#bfbfbf;}

div.foruns table				{width:100%;margin-bottom:10px;}
div.foruns table th				{padding:5px;border-bottom:1px solid #bfbfbf;font-weight:bold;}
div.foruns table th.nome		{width:210px;}
div.foruns table th.autor		{width:125px;}
div.foruns table th.atualizacao	{width:80px;}
div.foruns table tr.alt td		{background-color:#f7f7f7;}	
div.foruns table td				{padding:5px;}	
div.foruns table td.autor a		{font-weight:normal;}						

div.conteudo div.biblioteca div.item img 	{float:left;width:28px;height:28px;margin-right:5px;border:none;}
div.biblioteca div.item	 p					{padding:0px 5px 0px 35px;}
div.biblioteca div.item	 p span				{font-size:11px;}
div.biblioteca div.item	 p a.download		{font-weight:normal;}

div.biblioteca h2							{width:560px;background-image:url(../img/box_title_esq_biblioteca.gif);}
div.conteudo1col div.biblioteca h2			{width:880px;background-image:url(../img/box_title_cen_cinza_biblioteca.gif);}
div.biblioteca a.botao 						{color:#FFF;}
div.biblioteca a.botao span 				{background-image:url(../img/botao_lados_cinza.gif);}
div.biblioteca a.botao span.text  			{background-color:#bfbfbf;}

div.fotos h2						{width:560px;background-image:url(../img/box_title_esq_verde_editar.gif);}
div.conteudo1col div.fotos h2 		{width:880px;background-image:url(../img/box_title_cen_verde_editar.gif);}
div.fotos a.botao 					{color:#000;}
div.fotos a.botao span 				{background-image:url(../img/botao_lados_verde.gif);}
div.fotos a.botao span.text  		{background-color:#65ff00;}

div.fotos-lista h2							{width:560px;background-image:url(../img/box_title_esq_rosa_fotos.gif);}
div.conteudo1col div.fotos-lista h2 		{width:880px;background-image:url(../img/box_title_cen_rosa_fotos.gif);}
div.fotos-lista a.botao 					{color:#000;}
div.fotos-lista a.botao span 				{background-image:url(../img/botao_lados_rosa.gif);}
div.fotos-lista a.botao span.text  			{background-color:#ff0066;}

div.conteudo1col div.agenda h2 				{width:880px;background-image:url(../img/box_title_cen_verde_agenda.gif);}
div.conteudo1col div.enquete h2 			{width:880px;background-image:url(../img/box_title_cen_amarelo_enquete.gif);}
div.conteudo1col div.relacionamentos h2 	{width:880px;background-image:url(../img/box_title_cen_verde_relacionamentos.gif);}
div.conteudo1col div.comunidades h2 		{width:880px;background-image:url(../img/box_title_cen_rosa_comunidades.gif);}
div.conteudo1col div.chats h2 				{width:880px;background-image:url(../img/box_title_cen_verde_chats.gif);}
div.conteudo1col div.participantes h2 		{width:880px;background-image:url(../img/box_title_cen_verde_relacionamentos.gif);}
/*END MEIO SO SITE*/

/*BEGIN COL DIR (all rgt col)*/
div.colunadir div.agenda h2					{background-image:url(../img/box_title_dir_amarelo_agenda.gif);}
div.agenda a.botao 				{color:#000;}
div.agenda a.botao span 		{background-image:url(../img/botao_lados_amarelo.gif);}
div.agenda a.botao span.text  	{background-color:#fef200;}

div.agenda ul li				{padding-left:20px;padding-bottom:10px;background-position:0px -1px;background-image:url(../img/ico_agenda.gif);background-repeat:no-repeat;}
div.agenda ul li p				{} 	

div.enquete h2					{background-image:url(../img/box_title_dir_amarelo_enquete.gif);}
div.enquete a.botao 			{color:#000;}
div.enquete a.botao span 		{background-image:url(../img/botao_lados_amarelo.gif);}
div.enquete a.botao span.text  	{background-color:#fef200;}
div.enquete span.icoenq			{display:block;float:left;width:16px;height:16px;font-size:1%;background:url(../img/ico_enquetes.gif) bottom left no-repeat;margin-right:5px;}
div.enquete p.penq				{margin-left:21px;}

div.enquete div.opcoes 			{margin-bottom:10px;}
div.enquete label 				{display:block;margin-bottom:2px;}
div.enquete p.pergunta			{font-weight:bold;margin-bottom:5px;}

div.colunadir div.relacionamentos h2		{background-image:url(../img/box_title_dir_verde_relacionamentos.gif);}
div.relacionamentos a.botao 			{color:#000;}
div.relacionamentos a.botao span 		{background-image:url(../img/botao_lados_verde.gif);}
div.relacionamentos a.botao span.text  	{background-color:#65ff00;}

div.relacionamentos div.item 			{clear:left;height:40px;margin-bottom:10px;}
div.relacionamentos p					{padding-top:5px;}
div.relacionamentos span				{font-size:11px;}
div.relacionamentos img					{float:left;margin-right:5px;width:40px;height:40px;}
div.relacionamentos span.grafico		{margin-top:-11px;margin-left:55px;width:80px;height:8px;display:block;float:left;background-color:#efefef;} 
div.relacionamentos span.barra			{width:1px;height:8px;display:block;float:left;background-color:#bfbfbf;}

div.colunadir div.comunidades h2		{background-image:url(../img/box_title_dir_rosa_comunidades.gif);}
div.conteudo div.comunidades h2			{width:560px;background-image:url(../img/box_title_esq_rosa_comunidades.gif)} /*usuario visitado*/
div.comunidades a.botao 				{color:#000;}
div.comunidades a.botao span 			{background-image:url(../img/botao_lados_rosa.gif);}
div.comunidades a.botao span.text  		{background-color:#ff0066;}

div.comunidades img					{float:left;margin-right:5px;width:40px;height:40px;}
div.comunidades div.item 			{clear:left;height:80px;margin-bottom:10px;}
div.comunidades p					{}

div.chats h2						{background-image:url(../img/box_title_dir_verde_chats.gif);}
div.chats a.botao 					{color:#000;}
div.chats a.botao span 				{background-image:url(../img/botao_lados_verde.gif);}
div.chats a.botao span.text  		{background-color:#65ff00;}

div.chats ul li						{padding-left:20px;padding-bottom:10px;background-position:0px -1px;background-image:url(../img/ico_chat.gif);background-repeat:no-repeat;}
div.chats ul li p					{} 	
div.chats ul li p.data span			{font-weight:bold;background-color:#7F7F7F;color:#FFF;}

div.colunadir div.participantes h2			{background-image:url(../img/box_title_dir_verde_relacionamentos.gif);}
div.participantes a.botao 				{color:#000;}
div.participantes a.botao span 			{background-image:url(../img/botao_lados_verde.gif);}
div.participantes a.botao span.text  	{background-color:#65ff00;}

div.participantes div.item 				{clear:left;height:40px;margin-bottom:10px;}
div.participantes p						{}
div.participantes span					{font-size:11px;}
div.participantes img					{float:left;margin-right:5px;width:40px;height:40px;}
div.participantes span.grafico			{margin-top:-11px;margin-left:55px;width:80px;height:8px;display:block;float:left;background-color:#efefef;} 
div.participantes span.barra			{width:1px;height:8px;display:block;float:left;background-color:#bfbfbf;}

div.colunadir div.ajuda h2		{background-image:url(../img/box_title_dir_amarelo_dicas.gif);}
div.agenda a.botao 				{color:#000;}
div.agenda a.botao span 		{background-image:url(../img/botao_lados_amarelo.gif);}
div.agenda a.botao span.text  	{background-color:#fef200;}
/*END COL DIR*/

/*BEGIN FOOTER+LOGIN*/
div#footer 							{clear:both;width:100%;height:278px;background-image:url(../img/footer_bg_azul.gif);background-repeat:repeat-x;background-position:left bottom;}
div#footer a 						{font-weight:normal;}
div#footer div.footer-text			{text-align:center;margin:0px auto;padding:190px 100px 0 100px;font-size:11px;width:760px;height:88px;background-image:url(../img/footer_img.png);background-repeat:no-repeat;background-position:left bottom;}
div#footer div.footer-text p 		{padding-bottom:5px;}/*img*/

/*home(login)*/
body div.bg				{width:100%;background-color:#000;background-image:url(../img/bg_azul.jpg);background-repeat:no-repeat;background-position:center top;}

div.home 			{padding-left:0px;padding-top:20px;float:left;width:606px;}
div.home h2 		{padding-left:125px;padding-top:10px;width:400px;height:90px;background-image:url(../img/logo_conexao_futura_home.jpg);background-repeat:no-repeat;}
div.home h2 a 		{display:block;float:left;width:365px;height:70px;text-indent:-9000px;} 
div.home h4			{margin-left:140px;margin-bottom:30px;color:#FFF;font-size:22px;letter-spacing:-0.04em;}
div.home p			{margin-left:140px;width:425px;line-height:16px;color:#FFF;}

div.form-login						{float:left;}
div.form-login span.corner-left 	{width:17px;height:263px;display:block;float:left;background:url(../img/login_corner_left.gif) no-repeat;}
div.form-login div.form-content		{float:left;width:227px;height:263px;background:#01b8f0;}
div.form-login span.corner-right	{width:17px;height:263px;display:block;float:left;background:url(../img/login_corner_right.gif) no-repeat;}

div.form-login p.text-login			{width:121px;height:33px;background:url(../img/label_login.png) no-repeat;text-indent:-9000px;margin:45px 0px 10px 65px;}

div.form-login label				{width:56px;height:20px;padding:4px 10px 0px 0px;display:block;float:left;text-align:right;}
div.form-login input.form-login		{border:1px solid #d1d1d1;height:16px;width:124px;padding:3px 6px;font-size:12px;font-family:Arial, Helvetica, sans-serif;margin-bottom:5px;}
div.form-login input.botao-login	{width:78px;height:25px;text-transform:uppercase;font-size:15px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;margin:10px 0px 25px 65px;color:#01b8f0;border:none;background:#FFF url(../img/botao-login.gif) no-repeat;}
div.form-login a.botao-login		{display:block;width:78px;height:25px;text-transform:uppercase;font-size:15px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;margin:10px 0px 25px 65px;color:#01b8f0 !important;border:none;background:#FFF url(../img/botao-login.gif) no-repeat;line-height:25px;text-decoration:none;text-align:center;font-weight:bold !important;}

div.form-login p.login-opt			{margin-left:65px;}
div.form-login p.login-opt a		{display:block;float:left;margin-bottom:5px;}			

div#white-footer					{background:white;height:0px;position:absolute;z-index:-500;margin:0;padding:0;}/*width:100%;*/
/*END FOOTER+LOGIN*/

/*BEGIN LUMIS BUGS*/
/*lum firefox bug*/
div.home, div.form-login, div.header	 {margin-top:-15px;} 
/*END LUMIS BUGS*/