/* 
FOLHA DE ESTILOS
CLIENTE: CNI/IEL
PROJETO: Novo Mundo IEL
DATA: 22/01/2010
AUTOR: HENRIQUE PAULINO
*/

/*-------------------------------------------
	ESTE ARQUIVO ESTÁ DIVIDO DA SEGUINTE FORMA:
	
		1. ELEMENTOS HTML
		2. ESTRUTURA PRINCIPAL DAS PÁGINAS
		3. BOX DE CONTEUDO
		4. LISTAS
		5. PARAGRAFOS
		6. FORMULÁRIOS
		7. ITENS DE FORMULÁRIOS
		8. LINKS
		9. CABEÇALHOS
		10. IMAGENS
		11. ESTILOS ESPECÍFICOS
		
---------------------------------------------*/

/* 
1. ELEMENTOS HTML --------------------------------------------------- 
					TODAS AS TAGS HTML (apenas estilos que se aplicam a todos elementos da página)
*/
*{
	margin:0;
	padding:0;
}

body{
	background:#94B6CB url(../img/bg/bg_body.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

label{
}

ul{
	list-style:none;
}





/* 2. 
ESTRUTURA PRINCIPAL DAS PÁGINAS ---------------------------------- 
					Todos os containers estruturais das páginas 
					(Corpo geral, Menu Principal, Topo da página, Rodapé, Container principal de conteúdos)												
*/
#overlay{
	display:none;
}

#geral{
	width:770px;
	margin:auto;
}

#tophead{
	height:71px;
}

#corpo{
	background:#00527B url(../img/bg/bg_corpo.jpg) no-repeat;
	_width:770px;
	padding-bottom:10px;
}

#leftbar{
	width:185px;
	float:left;
	margin:11px 0 0 9px;
	_margin:11px 0 0 4px;
}

#content{
	background:#fff url(../img/bg/bg_content.jpg) no-repeat;
	width:537px;
	float:right;
	margin:12px 8px 0 0;
	_margin:12px 4px 0 0;
	padding:8px;
	min-height:500px;
	_height:500px;
}

#foot-content{
	width:553px;
	height:36px;
	float:right;
	margin:0px 8px 0 0;
	_margin:0px 4px 0 0;
	text-align:center;
	background:url(../img/bg/bg_foot_content.jpg) no-repeat;
}

#foot{
	background:url(../img/bg/bg_foot.jpg) no-repeat;
	height:18px;
	margin-bottom:30px;
}




/* 3. 
BOX DE CONTEUDO --------------------------------------------------
						Todos os box's que se repetem na página
						(Box de noticias, Box de categorias, Box de imagens, etc)							
*/
#box-right-tophead{
	width:381px;
	height:30px;
	float:right;
	background:url(../img/bg/bg_box_right_tophead.jpg);
}

#box-menu-canal{
	width:227px;
	float:right;
	margin-right:10px;
	_margin-right:5px;
	position:relative;
}

#banner-leftbar{
	margin-top:35px;
}

#box-avatar{
	background:url(../img/bg/bg_box_avatar1.png) no-repeat;
	width:670px;
	height:600px;
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-335px;
	display:none;
}

#box-flash-avatar{
	margin:auto;
	padding-left:8px;
}

#box-amigo{
	background:url(../img/bg/bg_box_avatar.png) no-repeat;
	width:401px;
	height:430px;
	position:absolute;
	left:50%;
	top:200px;
	margin-left:-200px;
	display:none;
}


#box-aceite{
	background:url(../img/bg/bg_box_avatar.png) no-repeat;
	width:401px;
	height:430px;
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-200px;
	display:none;
}

.box-txt-aceite{
	padding:15px;
}

.box-texto-termo{
	border:1px solid #c8c8c8;
	padding:10px;
	overflow-y: auto;
	height:260px;
	margin-bottom:10px;
}
	.box-texto-termo p{
		padding-bottom:10px;
	}


#box-escolha-cadastro{
	background:url(../img/bg/bg_escolha_cadastro.png);
	width:401px;
	height:147px;
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-200px;
	display:none;
}

#box-content-cadastro{
	clear:both;
	padding:0 15px;
}

#box-alerta-aceite{
	background:url(../img/bg/bg_escolha_cadastro.png);
	width:401px;
	height:147px;
	position:absolute;
	left:50%;
	top:200px;
	margin-left:-200px;
	display:none;
}




.box-painel-oprtunidades{
	margin-top:15px;
}

.box-corpo-painel-oprtunidades{
	background:url(../img/bg/bg_corpo_painel_oprtunidades.jpg);
	height:67px;
	color:#fff;
	font-weight:bold;
}
	.left-content-painel-oprtunidades{
		float:left;
		width:245px;
		margin:8px;
	}
	
	.right-content-painel-oprtunidades{
		float:left;
		width:245px;
		margin:8px 8px 8px 20px;
		_margin:8px 0px 8px 10px;
	}


.box-chat-home{
	background:url(../img/bg/bg_chat_home.jpg);
	float:left;
	width:265px;
	height:112px;
	margin-top:8px;
}

.box-forum-home{
	background:url(../img/bg/bg_forum_home.jpg);
	float:right;
	width:265px;
	height:112px;
	margin-top:8px;
}

.box-depoimentos-home{
	background:url(../img/bg/bg_depoimentos_home.jpg);
	width:265px;
	height:112px;
	margin-top:8px;
}


.content-box-home{
	width:150px;
	float:right;
	margin:5px;
	_margin:5px 2px;
	_margin-left:0;
}

#migalhas{
	float:left;
	color:#999;
	margin-bottom:10px;
}

.txt-content{
	padding:15px 10px;
}

.box-bg-indent-txt-content{
	background:url(../img/bg/bg_lista_interna.jpg) no-repeat;
	padding:12px 12px 10px 12px;
}

.btns-content{
	border-bottom:1px solid #9c9c9c;
	padding-top:20px;
}

.btns-forum{
	text-align:right;
	border-bottom:1px solid #cbcbcb;
	padding-top:10px;
}

.btns-depoimentos{
	text-align:right;
	border-bottom:1px solid #cbcbcb;
	margin-top:-10px;
}

.box-interna{
	background:url(../img/bg/bg_box_interna.jpg) repeat-x;
	padding:12px;
}

.box-comentario{
	background:url(../img/bg/bg_comentario.jpg) repeat-x;
	padding:12px;
	margin-top:1px;
}

.box-paginacao{
	background:url(../img/bg/bg_paginacao.jpg) top center no-repeat;
	text-align:center;
	padding:5px;
}

.box-enquete{
	background:url(../img/bg/bg_enquete.jpg);
	height:158px;
	padding:15px;
	line-height:20px;
}

.box-dows-bitec{
	background:url(../img/bg/bg_dows_bitec.jpg) no-repeat;
	height:97px;
	padding-top:24px;
}

.box-depoimento{
	width:285px;
	float:right;
}

.box-dica{
	background:url(../img/bg/bg_box_dica.jpg) repeat-x;
	border-bottom:1px solid #cbcbcb;
	padding:15px 15px 10px 15px;
	margin-top:8px;
}

.txt-dica{
	padding:10px 0;
	display:none;
}

.box-down-dicas{
	background:url(../img/bg/bg_box_donw_dicas.jpg);
	height:71px;
	margin:10px 0;
}

.box-endereco-iel{
	background:#f1f1f1;
	font-weight:bold;
	border:1px solid #c7c6c6;
	padding:15px;
	margin:10px 0;
}

.box-download-ini{
	width:240px;
	background:url(../img/bg/bg_download_ini.jpg) repeat-x;
	margin-top:12px;
	padding:10px;
}

td{
	padding:4px;
}


.head-table{
	background:url(../img/bg/bg_head_table.jpg);
	font-size:12px;
	font-weight:bold;
}
.linha-clara{
	background:#eaeaea;
}
.linha-escura{
	background:#d6d6d6;
}

.box-wallpaper{
	float:left;
	width:131px;
	margin:10px 24px;
	_margin:10px 18px;
	height:108px;
	overflow:hidden;
}

.box-down-wallpaper{
	background:#000;;
	text-align:center;
	color:#fff;
	font-weight:bold;
	height:74px;
	padding:10px 0;
	position:relative;
	margin-top:-94px;
	*margin-top:-97px;
	display:none;
}

.box-descanso{
	background:url(../img/bg/bg_download_ini.jpg) repeat-x;
	width:211px;
	padding:18px;
	float:left;
	margin:0 10px;
	_margin:0 7px;
}

.box-down-descanso{
	background:url(../img/bg/bg_down_descanso.jpg);
	padding:10px;
	height:90px;
	text-align:center;
	font-weight:bold;
}

.box-icone{
	float:left;
	margin:10px 16px;
	_margin:10px 14px;
}

.box-celular{
	width:85px;
	height:115px;
	margin:10px;
	_margin:9px;
	float:left;
}

.box-link-down-celular{
	display:block;
	width:85px;
	height:115px;
	background:#000;
	margin-top:-115px;
	*margin-top:-118px;
	display:none;
}

.box-head-lista{
	background:url(../img/bg/bg_head_tabela_lista.jpg);
	padding:10px;
	*padding:9px 10px;
	margin-top:15px;
}

.box-corpo-lista{
	background:#dfdfdf;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	padding:0 3px;
}

.box-indice-lista{
	padding:9px;
	background:url(../img/bg/bg_indice_lista.jpg);
	text-align:center;
}

.linha-lista{
	background:url(../img/bg/bg_linha_lista.jpg) repeat-x;
	padding:10px 15px;
}

.foot-lista{
	background:url(../img/bg/bg_foot_lista.jpg);
	height:17px;
	padding:12px 15px;
	font-weight:bold;
}

.head-participantes{
	color:#fff;
	background:url(../img/bg/bg_head_participantes.jpg);
	font-weight:bold;
	display:block;
	padding:7px 10px 6px 10px;
	width:165px;
}

.box-convidado{
	margin-top:15px;
	padding:20px;
	background:#0b6091;
}

.box-video-convidado{
	float:left;
}

.box-curriculo-convidado{
	color:#fff;
	width:375px;
	float:right;
}

.box-chat{
	margin-top:15px;
	height:320px;
	overflow-y:auto;
	padding:20px;
}

.box-chat-passado{
	margin-top:15px;
	height:420px;
	overflow-y:auto;
	padding:20px;
}

.box-item-chat{
	clear:both;
	float:none;
	padding-bottom:20px;
	*padding-bottom:10px;
}

.box-txt-item-chat{
	width:420px;
	float:right;
	padding:5px 0;
}





/* 
4. 
LISTAS ----------------------------------------------------------- 
						Todas os elementos de listas (li eu ul) 
						[O menu principal é definido na seção 2, mas seus elementos internos são definidos nesta seção]
*/
#menu-tophead{	
	padding-left:27px;
}
	#menu-tophead li{
		float:left;
		padding:8px 0;
	}
	.item-iel-tophead{
		background:url(../img/bg/bg_item_iel_tophead.jpg) top center no-repeat;
	}
	
#menu-canal{
	position:absolute;
	width:226px;
	*margin:20px 0 0 -227px;
	display:none;
	z-index:100;
}
	#menu-canal li{
	}
	.top-menu-canal{
		background:url(../img/bg/bg_top_menu_canal.png);
		height:8px;
		line-height:0;
		font-size:0px;
	}
	.body-menu-canal{
		background:url(../img/bg/bg_body_canal.png);
		padding:0 8px;
		_margin-top:-3px;
		border-bottom:1px solid #43484C;
	padding:5px 15px;
	}
		.body-menu-canal:hover{
		background:url(../img/bg/bg_body_canal.png);
		}
		
	.foot-menu-canal{
		background:url(../img/bg/bg_foot_menu_canal.png);
		height:9px;
		line-height:0;
		font-size:0px;
		_margin-top:-3px;
	}
	
#menu{
	width:185px;
}
	#menu li{
	}
	.foot-menu{
		background:url(../img/estrutura/foot_menu.jpg);
		height:9px;
		line-height:0;
		font-size:0;
	}
	
#lista-destaque-menu-mundo{
	background:url(../img/bg/bg_destaque_menu_mundo.jpg);
	height:44px;
}
	
.submenu{
	background:#0C5F91 url(../img/bg/bg_submenu.jpg) repeat-x;
	padding-bottom:5px;
}

.submenu-mundo{
	background:url(../img/bg/bg_submenu_mundo.jpg) left -20px;	
}

.lista-bullet{
	list-style:disc;
	padding-left:15px;
}

.menu-downloads{
	border-top:1px solid #cbcbcb;
	padding-top:1px;
	height:26px;
}
	.menu-downloads li{
		float:left;
	}
	
.lista-participantes{
	background:#0C5F91 url(../img/bg/bg_submenu.jpg) repeat-x;
	padding-bottom:5px;
	height:470px;
	overflow-y:auto;
}
	.lista-participantes li{
		padding:8px 12px 0 12px;
		font-weight:bold;
		color:#80c0f6;
	}

#lista-cadastro{
	width:492px;
	margin:auto;
}
	#lista-cadastro li{
		float:left;
	}
/* 5. 
PARAGRAFOS ------------------------------------------------------- 
						Todos os páragrafos
*/
.txt-content p{
	padding-bottom:10px;
}

.box-depoimento p{
	padding-bottom:8px;
}

.box-down-dicas p{
	padding-top:23px;
}

.box-endereco-iel p{
	padding-bottom:7px;
}

.txt-download-ini{
	float:right;
	width:100px;
}






/* 6. 
FORMULÁRIOS ------------------------------------------------------ 
						Formulários
*/
.form-painel-oprtunidades{
}

.form-comentario{
	font-size:12px;
	padding:20px;
	border-bottom:1px solid #cbcbcb;
}

.form-cadastro{
	margin-top:15pox;
	padding:10px 0 0 0;
	border-bottom:1px solid #cbcbcb;
	border-top:1px solid #cbcbcb;
}

.form-chat{
	margin-top:15px;
	padding-left:13px;
}



/* 7. 
ITENS DE FORMULÁRIOS --------------------------------------------- 
						Itens de formulários (inputs, selects, radios, text-areas)
*/
select{
	font-size:11px;
	margin-right:6px;
	padding:1px;
}

.select-uf{
	width:57px;
}

.select-profissao{
	width:160px;
}

.btn-ir-painel-oportunidades{
	border:none;
	background:none;
	font-weight:bold;
	color:#99ccff;
	cursor:pointer;
}

.txt-comentario{
	width:250px;
	border:1px solid #797979;
	color:#797979;
	padding:2px;
	display:block;
	margin-bottom:7px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.txt-area-comentario{
	width:500px;
	_width:480px;
	height:60px;
	border:1px solid #797979;
	color:#797979;
	padding:2px;
	display:block;
	margin-bottom:7px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.radio{
	vertical-align:-2px;
	margin-right:5px;
}

.txt-busca-depoimento{
	border:1px solid #a2a2a2;
	border-right:none;
	height:14px;
	padding:1px;
	font-size:11px;
	vertical-align:5px;
	*vertical-align:2px;
}

.tit-depoimentos{
	padding-bottom:6px;
}

.lbl-cadastro{
	display:block;
	float:left;
	width:110px;
	margin-right:8px;
	text-align:right;
	padding-top:2px;
}

.txt-grande-cadastro{
	background:url(../img/bg/bg_longer_cadastro.jpg) no-repeat;
	padding:2px 5px 2px 2px;
	color:#666;
	font-size:11px;
	display:block;
	float:left;
	width:289px;
	border:none;
	margin-bottom:5px;
}

.txt-cidade-cadastro{
	background:url(../img/bg/bg_cidade_cadastro.jpg) no-repeat;
	padding:2px;
	color:#666;
	font-size:11px;
	display:block;
	float:left;
	width:165px;
	border:none;
	margin-bottom:5px;
}

.txt-ddd-cadastro{
	background:url(../img/bg/bg_ddd_cadastro.jpg) no-repeat;
	padding:2px;
	color:#666;
	font-size:11px;
	display:block;
	float:left;
	width:28px;
	border:none;
	margin-bottom:5px;
}

.txt-telefone-cadastro{
	background:url(../img/bg/bg_telefone_cadastro.jpg) no-repeat;
	padding:2px;
	color:#666;
	font-size:11px;
	display:block;
	float:left;
	width:90px;
	border:none;
	margin-bottom:5px;
}

.txt-area-amigo{
	background:url(../img/bg/bg_txt_area_amigo.jpg);
	width:327px;
	height:51px;
	padding:5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	border:none;
	margin:5px 0 10px 20px;
}

.txt-area-chat{
	width:425px;
	height:61px;
	padding:2px;
	border:1px solid #ccc;
	background:#f5f5f5;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	margin-right:4px;
}




/* 
8. LINKS ------------------------------------------------------------ 
						Links (inclusive os que se comportarao como box [dysplay: block])
*/
.link-fff{
	color:#fff;
}
	.link-fff:hover{
		color:#999;
	}

.link-333{
	color:#333;
}
	.link-333:hover{
		color:#666;
	}
	
.link-999{
	color:#999;
}
	.link-999:hover{
		color:#666;
	}

.btn-menu-tophead{
	display:block;
	padding:0 5px;
	border-right:1px solid #a4a4a4;
	line-height:10px;
	color:#0071C1;
}
	.btn-menu-tophead:hover{
		color:#a4a4a4;
	}
	.btn-iel-tophead{
		color:#a4a4a4;
		border:none;
	}
	
.tit-geral a{
	display:block;
	width:100%;
	height:100%;
}

.btn-menu-canal{
	color:#fff;
	font-weight:bold;
	font-size:12px;	
}
	.btn-menu-canal:hover{
		color:#cc9933;
	}
	
.btn-avatar{
	display:block;
	width:185px;
	height:15px;
	float:right;
	clear:right;
	margin:54px 168px 0px 0;
}

#btn-avatar{
	display:block;
	width:185px;
	height:15px;
	float:right;
	clear:right;
	margin:54px 168px 0px 0;
	*margin:52px 168px 0px 0;
	_margin:52px 85px 0px 0;
}


.btn-cadastro-topo{
	display:block;
	width:280px;
	height:15px;
	float:right;
	clear:right;
	margin:16px 74px 0px 0;
	*margin:15px 74px 0px 0;
	_margin:15px 37px 0px 0;
}

.btn-menu{
	color:#fff;
	background:url(../img/bg/bg_btn_menu.jpg) no-repeat;
	font-weight:bold;
	display:block;
	padding:7px 10px 6px 10px;
	width:165px;
}
	.btn-menu:hover{
		background-position:bottom left;
	}
	.btn-menu-mundo{
		background:url(../img/bg/bg_menu_item_mundo.jpg);
	}
	
.btn-submenu{
	color:#fff;
	display:block;
	padding:2px 10px;
	width:165px;
}
	.btn-submenu:hover{
		background:#063958;
	}
	.submenu li a.ativo{
		background:#063958;
	}


.btn-destaque-menu{
	color:#fff;
	display:block;
	padding:4px 10px;
	width:165px;
}
	.btn-destaque-menu:hover{
		background:#1A5A86;
	}
	#menu li.destaque-menu a.ativo{
		background:#1A5A86;
	}
	

.btn-fecha-avatar{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin:5px;
	_margin:4px 3px;
}

.btn-fecha-amigo{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin:5px;
	_margin:4px 3px;
}

.btn-fecha-aceite{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin:5px;
	_margin:4px 3px;
}

.btn-fecha-cadastro{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin:5px;
	_margin:4px 3px;
}

.btn-fecha-alerta{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin:5px;
	_margin:4px 3px;
}

#foot-content a{
	margin:0 20px;
}

.btn-voltar{
	display:block;
	float:right;
}

.btnCtrDica{
	display:block;
	width:19px;
	height:19px;
	background:url(../img/btn/btn_ctr_dicas.jpg);
	background-position:top;
}

.btn-down-dicas{
	float:right;
	display:block;
	margin:28px 57px 0 0;
	_margin:28px 27px 0 0;
}

.btn-menu-download{
	height:26px;
	display:block;
	background-position:top;
}
	.btn-menu-download:hover{
		background-position:bottom;
	}
	
	.menu-downloads li a.ativo{
		background-position:bottom;
	}
	
.btn-menu-download-wallpapers{
	background:url(../img/btn/btn_download_wall.jpg);
	width:106px;
}
.btn-menu-download-descanso{
	background:url(../img/btn/btn_download_descanso.jpg);
	width:154px;
}
.btn-menu-download-icones{
	background:url(../img/btn/btn_download_icones.jpg);
	width:134px;
}
.btn-menu-download-celular{
	background:url(../img/btn/btn_download_celular.jpg);
	width:143px;
}

.btn-ver-todos{
	display:block;
	float:right;
	clear:both;
	margin-top:-17px;
}

.link-down-celular{
	display:block;
	width:85px;
	height:115px;
}

.box-indice-lista a{
	margin:0 4px;
	font-weight:bold;
}

.btnCtrAceite{
	color:#333;
	text-decoration:underline;
}
	.btnCtrAceite:hover{
		color:#666;
	}


.btn-cadastro{
	width:154px;
	display:block;
	height:185px;
}
	.btn-cadastro:hover{
		background-position:bottom;
	}
	.btn-cadastro-estudantes{
		background:url(../img/btn/btn_cadastro_estudantes.jpg)
	}
	.btn-cadastro-empresa{
		background:url(../img/btn/btn_cadastro_empresa.jpg)
	}
	.btn-cadastro-instituicao{
		background:url(../img/btn/btn_cadastro_instituicao.jpg);
	}
.btn-valida{
	vertical-align:-4px;
}



/* 
9. CABEÇALHOS ------------------------------------------------------- 
						h1, h2, h3, h4, h5, h6
						(apenas os que tiverem estilos especificos, os globais devem ser informados na seção 1)
*/
.tit-geral{
	float:left;
	width:168px;
	height:114px;
	margin:26px 0 0 23px;
}

.tit-pagina{
	font-size:23px;
	float:none;
	clear:both;
}

.tit-box-home{
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
}

#content h3{
	font-size:14px;
}

.tit-download{
	background:url(../img/bg/bg_tit_download.jpg);
	padding:12px;
	font-size:12px;
}




/* 
10. IMAGENS --------------------------------------------------------- 
						Imagens estruturais
*/
.img-logo-cni{
	float:left;
}

.img-industria-top-head{
	float:right;
}

.pic-box-home{
	float:left;
	margin:4px;
}

.btns-forum img{
	vertical-align:-3px
}

.box-paginacao img{
	vertical-align:-2px;
}

.pic_autor_depoimento{
	float:left;
	display:block;
	margin:0 10px 0px 0;
}

.pic_depoimentos_interna{
	float:left;
	display:block;
	margin:0 7px 7px 0;
}






/* 
11. ESTILOS ESPECIFICOS E UNICOS --------------------------------------------------------- 
*/
.float-left{
	float:left;
	display:block;
}

.float-right{
	float:right;
	display:block;
}

.hide{
	display:none;
}

.font12{
	font-size:12px;
}

.font13{
	font-size:13px;
}

.font14{
	font-size:14px;
}

.font20{
	font-size:20px;
}

.cor-azul{
	color:#0f3f7c;
}

.cor-fff{
	color:#fff;
}

.clear{
	line-height:0;
	clear:both;
}

.no-border{
	border:0px;
}

.center{
	text-align:center;
}

.right{
	text-align:right;
}

.obrigatorio{
	color:#bf000f;
}


/*----NOvos box da home--*/
.box-enquete-home{
	background:url(../img/bg/bg_enquete_home.jpg);
	float:right;
	width:265px;
	height:112px;
	margin-top:8px;
}

.box-dicas-home{
	background:url(../img/bg/bg_dicas_home.jpg);
	width:265px;
	height:112px;
	margin-top:8px;
}

.box-download-home{
	background:url(../img/bg/bg_downloads_home.jpg);
	width:265px;
	height:112px;
	margin-top:8px;
}

