@charset "utf-8";
/* CSS Document */

html, body { 
	min-height: 100%; 
	height: 100%; 
	width:100%; 
	min-width:100%; 
	
	background-image:url(../img/bg-body.png);
	background-repeat:repeat-y;
	background-position:0 -100px;
}
body {
	background-color:#48427a;
	background-image:url(../img/bg-body.jpg);
	background-repeat:repeat;
	background-position:center;
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#ffffff;
	font-size:11px;
	margin:0;
	padding:0;
}
* html body { height: 100%; }

a { color: #baff00; text-decoration: underline; }
a:hover { color: #a79bf7; text-decoration: underline; }
a:focus, object { outline: none; }
img {border:0; }

/******************************************
	FORMULÁRIOS
******************************************/
.filtros{
	float:left;
	width:165px;
	height:19px;
	padding:5px;
	background-color:#9bbe3f;
	margin-right:5px;
	background-image:url(../img/select.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

select{
	border:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	width:165px;
	background-color:#9bbe3f;
}
input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]{
	border:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	background-color:#c7cb9d;
	margin-right:5PX;
}

input[type=radio], input[type=checkbox] { border: none; background-color:transparent; } 

radio{
	border:none;
	background-color:transparent;
	background:none;
}

#txtNome, #txtEmail{
	display:block;
	float:left;
	width:367px;
	height:33px;
	margin:0 0 10px 0;
	padding:0 5px 0 5px;
	background-image:url(../img/frm-contato.png);
	background-position:0px -60px;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	color:#9cbf3f;
	font-size:14px;
}
#txtMensagem{
	display:block;
	float:left;
	width:367px;
	height:190px;
	margin:0 0 10px 0;
	padding:5px;
	background-image:url(../img/frm-contato.png);
	background-position:0px -97px;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	color:#9cbf3f;
	font-size:14px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}

/******************************************
	CLASSES GENÉRICAS
******************************************/
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.nospace { margin: 0; padding: 0; }
.Mostra {display:block !important; }
.Esconde{display:none !important; }
.margens{margin:0 15px; }
.formiguinha{ font-size:9px; color:#fff; font-weight:bold; }

.zebra{
	background-color:#5b557e;
	color:#FFF;
}
.tab-tx-insc{
	border:2px solid #5B557E;	
}

td{ color:#FFF; }
.cabecalho{
	background-color:#9bbf3f;
	font-weight:bold;
	color:#FFF;
}

/******************************************
	ESTRUTURA PRINCIPAL
******************************************/
#intervencao{
	z-index:100;
	position:absolute;
	width:100%;
	min-width:100%;
	margin:0;
	padding:0;
}
#box{
	z-index:100;
	position:relative;
	width:335px;
	margin:auto;
	padding:30px 30px 50px 30px;
	background-color:#3a3176;
}
#intervencao-bg{
	z-index:100;
	position:absolute;
	width:100%;
	min-width:100%;
	margin:0;
	padding:0;
	background-color:#9bbe3f;
	filter: alpha(opacity=70); -moz-opacity: 0.8; opacity: 0.8;
}

#mae{
	position:absolute;
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	background-repeat:no-repeat;
	background-position:center;
	margin:0;
	padding:0;
}
	.home{ background-image:url(../img/bg-mae.jpg); }
	.internas{ background-image:url(../img/bg-mae.jpg); }

#principal {
	position:relative;
	height:630px;
	min-height:630px;
	left:50%; 
	top:50%;
	margin:-315px 0 0 -495px; /*Metade da larguraxaltura*/	
}
	.largura{ width:990px; min-width:990px; }

#conteudo-home{
	float:left;
	clear:both;
	width:100%;
	height:450px;
	margin:0;
}

#conteudo-interna{
	float:left;
	clear:both;
	width:100%;
	height:450px;
	margin:0;
	background-color:#3a3176;
}
	#conteudo-interna p{ padding-right:15px; }

#rodape-home {
	float:left;
	width:100%;
	margin:0;
}
#rodape-internas {
	float:left;
	width:100%;
	margin:0;
}
	.box-1{
		float:left;
		clear:both;
		width:735px;
		height:70px;
		margin-top:15px;
		background-image:url(../img/textos-rodape.png);
		background-position:0 67px;
		background-repeat:repeat-x;
	}
	.box-2{
		float:left;
		clear:both;
		width:100%;
	}
/******************************************
	INTERNAS
******************************************/
.coluna-1{
	float:left;
	width:520px;
	height:450px;
	padding-left:30px;
	background-color:#3a3176;
	font-size:12px;
	line-height:13px !important;
}
	.coluna-1 li.sub-taxa-insc{ list-style:none; padding:0; margin:0 0 0 -40px !important; }

.coluna-2{
	float:left;
	width:410px;
	height:450px;
	margin-left:7px;
}
.bloco-scroll{
	position:relative;
	overflow-y:scroll;
	overflow-x:hidden;
	height:350px;
}
span.bullet-1{
	font-size:20px;
	padding-left:18px;
	margin-right:20px;
	background-image:url(../img/bullet-1.png);
	background-position:0 4px;
	background-repeat:no-repeat;
}
.box-pdf{
	float:left;
	display:block;
	width:395px;
	margin-right:15px;
	padding:2px 0 0 0 !important;
	background-image:url(../img/pontilhado-branco.png);
	background-position:top;
	background-repeat:repeat-x;
}
.linha-pontilhada{
	float:left;
	position:relative;
	display:block;
	width:95%;
	padding:7px 0 0 0 !important;
	background-image:url(../img/pontilhado-branco.png);
	background-position:top;
	background-repeat:repeat-x;
}
.scroll-vestibular {
	/*overflow-y:scroll;*/
	height:225px;
}
.linha{
	float:left;
	display:block !important;
	width:100%;
	padding:7px 0 0 0 !important;
	margin:8px 0 0 0;
	background-image:url(../img/pontilhado-branco.png);
	background-position:top;
	background-repeat:repeat-x;
}
span.pontilhado-branco{
	float:left;
	clear:both;
	display:block;
	width:380px;
	height:5px;
	margin-right:15px;
	background-image:url(../img/pontilhado-branco.png);
	background-position:center;
	background-repeat:repeat-x;
	text-indent:-99999px;
}
div.filtro-cursos{
	float:left;
	width:100%;
	height:25px;
	padding:9px 0;
	background-color:#4a427f;
	margin-top:10px;
}

	.lista-cursos{
		float:left;		
		margin:15px 0 0 30px;
		padding:0;
	}
	.lista-cursos li{
		display:inline;
		float:left;
		width:177px;
		height:19px;
		margin-right:10px;
		padding:0 0 3px 0;
		list-style:none;
		list-style-image:none;
		background-image:url(../img/pontilhado-branco.png);
		background-position:0 18px;
		background-repeat:repeat-x;
	}
	.lista-cursos li a{
		float:left;
		width:100%;
		height:18px;
		color:#FFF;
		font-size:10px;
		text-decoration:none;
		/*background-image:url(../img/ico-mais.png);
		background-position:195px 0;
		background-repeat:no-repeat;*/
	}
	
	.lista-cursos li a:hover{ text-decoration:underline; }

.coluna-fies{
	float:left;
	width:292px;
	height:407px;
	margin:30px 0 0 30px;
	*margin:30px 0 0 15px;
	background-image:url(../img/financiamentos.png);
	background-position:-4px -4px;
	background-repeat:no-repeat;
}	
.coluna-prouni{
	float:left;
	width:292px;
	height:407px;
	margin:30px 0 0 30px;
	*margin:30px 0 0 15px;
	background-image:url(../img/financiamentos.png);
	background-position:-322px -4px;
	background-repeat:no-repeat;
}
.coluna-pravaler{
	float:left;
	width:292px;
	height:407px;
	margin:30px 0 0 30px;
	*margin:30px 0 0 15px;
	background-image:url(../img/financiamentos.png);
	background-position:-638px -4px;
	background-repeat:no-repeat;
}
	.coluna-fies div.txt{ float:left; height:170px; margin:175px 30px 0  30px;}
	*.coluna-fies div.txt{ float:left; height:170px; margin:180px 30px 0  15px;}
	.coluna-prouni div.txt{ float:left; height:170px; margin:175px 30px 0  30px;}
	*.coluna-prouni div.txt{ float:left; height:170px; margin:180px 30px 0  15px;}
	.coluna-pravaler div.txt{ float:left; height:170px; margin:175px 30px 0  30px;}
	*.coluna-pravaler div.txt{ float:left; height:170px; margin:180px 30px 0  15px;}
	.coluna-fies p{ line-height:13px; }
	.coluna-prouni p{ line-height:13px; }

	.coluna-pravaler p{ line-height:13px; }	
	.coluna-fies a.saiba-mais{ 
		float:left;
		width:100%;
		height:55px;
		text-indent:-99999px;
	}
	.coluna-prouni a.saiba-mais{ 
		float:left;
		width:100%;
		height:55px;
		text-indent:-99999px;
	}
	.coluna-pravaler a.saiba-mais{ 
		float:left;
		width:100%;
		height:55px;
		text-indent:-99999px;
	}
	
.coluna-contato1{
	float:left;
	width:455px;
	height:407px;
	margin:30px 0 0 30px;
	background-image:url(../img/barra-contato.png);
	background-position:435px  0;
	background-repeat:no-repeat;
}
.coluna-contato2{
	float:left;
	width:415px;
	height:407px;
	margin:15px 0 0 30px;
}
	#divMsg{
		float:left;
		height:115px;
		color:#daf78b;
		font-weight:bold;
		text-align:left;
		margin-left:100px;
	}
	#divMsg li{ list-style:none; }
	.texto-contato{
		float:left;
		width:100%;
		height:163px;
		background-image:url(../img/txt-contato.png);
		background-position:0  0;
		background-repeat:no-repeat;
	}
.box-obtencao-titulo p.titulo{
	float:left;
	width:309px;
	height:42px;
	background-image:url(../img/titulos.png);
	background-position:0 -83px;
	background-repeat:no-repeat;
}
.box-transferencia p.titulo{
	float:left;
	width:192px;
	height:42px;
	background-image:url(../img/titulos.png);
	background-position:0 -39px;
	background-repeat:no-repeat;
}
.box-enem p.titulo{
	float:left;
	width:325px;
	height:42px;
	background-image:url(../img/titulos.png);
	background-position:0 -128px;
	background-repeat:no-repeat;
}

.resultado{
	background-image:url("../img/titulos.png");
	background-position:-117px -324px;
	background-repeat:no-repeat;
	display:block;
	height:28px;
	margin-bottom:15px;
	margin-top:3px;
	text-indent:-99999px;
	width:94px;	
}

.box-resultados p.titulo{
	width:340px;
	height:37px;
	background-image:url(../img/titulos.png);
	background-position:0 -283px;
	background-repeat:no-repeat;
}

.box-resultados p.vestibular-tradicional{
	float:left;
	width:302px;
	height:13px;
	margin:3px 10px;
	background-image:url(../img/titulos.png);
	background-position:0 -357px;
	background-repeat:no-repeat;
}
.box-resultados p.vestibular-agendado{
	float:left;
	width:302px;
	height:13px;
	margin:11px 0 0 10px;
	background-image:url(../img/titulos.png);
	background-position:0 -375px;
	background-repeat:no-repeat;
}
.box-resultados p.vestibular-agendado19junho{
	float:left;
	width:302px;
	height:13px;
	margin:11px 0 0 10px;
	background-image:url(../img/titulos.png);
	background-position:0 -394px;
	background-repeat:no-repeat;
}

.box-resultados ul li{
	display:inline;
	float:left;
}

.box-resultados .gabarito{
	background-image:url("../img/titulos.png");
	background-position:-11px -326px;
	background-repeat:no-repeat;
	display:block;
	height:24px;
	text-indent:-99999px;
	width:87px;
}

.box-resultados .resultado{
	background-image:url("../img/titulos.png");
	background-position:-117px -326px;
	background-repeat:no-repeat;
	display:block;
	height:24px;
	text-indent:-99999px;
	width:94px;
}
.box-resultados .resultado-medicina{
	background-image:url("../img/titulos.png");
	background-position:-234px -326px;
	background-repeat:no-repeat;
	display:block;
	height:25px;
	text-indent:-99999px;
	width:97px;
}

span.selo-novo{
		position:relative;
		top:0;
		left:0;
		float:left;
		width:38px;
		height:27px;
		margin:-22px 0 0 137px;
		background-image:url(../img/selo-novo.png);
		background-repeat:no-repeat;
		text-indent:-9999px;
		z-index:99;
}
/******************************************
	CARROUSEL
******************************************/
#container-perguntas{
	position:relative; 
	left:0px;
	z-index:20;
	width:400px; 
	height:409px;
	margin:18px 0 0 8px;
	background-image:url(../img/box-perguntas-respostas.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#scroller-perguntas{
	position:absolute;
	overflow:hidden;
	width:400px; 
	height:297px;
	margin:73px 0;
}

#carrousel-perguntas{
	position:absolute; 
	top:0px;
	left:0px;
	z-index:30;
}

a.perguntas-up{
	position:absolute;
	overflow:hidden;
	width:393px; 
	height:27px;
	margin:49px 0 0 2px;
	background-image:url(../img/carrousel-setas.png);
	background-position:center 0;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
a:hover.perguntas-up{ background-position:center -71px; }

a.perguntas-down{
	position:absolute;
	overflow:hidden;
	width:393px; 
	height:27px;
	margin:377px 0 0 2px;
	background-image:url(../img/carrousel-setas.png);
	background-position:center -29px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
a:hover.perguntas-down{ background-position:center -100px; }


/******************************************
	TEXTOS, RÓTULOS, ETC
******************************************/
span.texto-a-hora-e-essa{
	background-image:url("../img/texto-a-hora-e-essa-gabarito.png");
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	height:165px;
	margin:90px 0 0 166px;
	width:674px;
}
span.texto-aproveite{
	display:block;
	float:left;
	width:300px;
	height:70px;
	margin:0 0 0 0;
	background-image:url(../img/inscreva-se.png);
	background-position:0 -65px;
	background-repeat:no-repeat;
}
span.texto-outras-maneiras{
	display:block;
	float:left;
	width:105px;
	height:32px;
	margin:20px 20px 0 50px;
	background-image:url(../img/textos-rodape.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.titulo-vestibular2010{
	display:block;
	float:left;
	width:100%;
	height:30px;
	margin-top:15px !important;
	background-image:url(../img/titulos.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
.titulo-inscricoes{
	display:block;
	float:left;
	width:100%;
	height:26px;
	background-image:url(../img/titulos.png);
	background-position:0 -174px;
	background-repeat:no-repeat;
}
.titulo-provas{
	display:block;
	float:left;
	width:100%;
	height:26px;
	background-image:url(../img/titulos.png);
	background-position:0 -200px;
	background-repeat:no-repeat;
}
.titulo-resultado{
	display:block;
	float:left;
	width:100%;
	height:26px;
	background-image:url(../img/titulos.png);
	background-position:0 -222px;
	background-repeat:no-repeat;
}
.chamada-cursos{
	margin:15px 300px 0 30px;
}
span.rotulo-filtro{
	display:block;
	float:left;
	width:147px;
	height:14px;
	margin:8px 15px 0 0;
	margin-left:30px;
	background-image:url(../img/rotulo-filtro.png);
	background-position:0 0;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
span.rotulo-nome{
	display:block;
	float:left;
	width:100%;
	height:22px;
	margin:0;
	background-image:url(../img/frm-contato.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
span.rotulo-email{
	display:block;
	float:left;
	width:100%;
	height:22px;
	margin:0;
	background-image:url(../img/frm-contato.png);
	background-position:0px -19px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
span.rotulo-mensagem{
	display:block;
	float:left;
	width:100%;
	height:22px;
	margin:0;
	background-image:url(../img/frm-contato.png);
	background-position:0px -36px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}

/******************************************
	BOTOES
******************************************/
.botao-inscreva-se{
	display:block;
	float:left;
	width:305px;
	height:60px;
	margin-bottom:15px;
	background-image:url(../img/inscreva-se.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-99999px;
}
	a:hover.botao-inscreva-se{ background-position:-311px 0; }
.botao-comprovante{
	display:block;
	float:left;
	width:305px;
	height:45px;
	background-image:url(../img/inscreva-se.png);
	background-repeat:no-repeat;
	background-position:0 -133px;
	text-indent:-99999px;
}
	a:hover.botao-comprovante{ background-position:-297px -141px; }
.botao-enem{
	display:block;
	float:left;
	width:100px;
	height:40px;
	margin-top:10px;
	background-image:url(../img/botoes-rodape.png);
	background-repeat:no-repeat;
	background-position:-147px -301px;
	text-indent:-99999px;
}
.botao-obtencao-titulo{
	display:block;
	float:left;
	width:168px;
	height:30px;
	margin:20px 20px 0 0;
	background-image:url(../img/botoes-rodape.png);
	background-repeat:no-repeat;
	background-position:-83px -82px;
	text-indent:-99999px;
}
	a:hover.botao-obtencao-titulo{ background-position:-384px -82px; }
.botao-transferencia{
	display:block;
	float:left;
	width:112px;
	height:30px;
	margin:20px 20px 0 0;
	background-image:url(../img/botoes-rodape.png);
	background-repeat:no-repeat;
	background-position:-138px -132px;
	text-indent:-99999px;
}
	a:hover.botao-transferencia{ background-position:-439px -132px; }	
.botao-resultado{
	display:block;
	float:left;
	width:112px;
	height:30px;
	margin:20px 20px 0 0;
	background-image:url(../img/botoes-rodape.png);
	background-repeat:no-repeat;
	background-position:-138px -310px;
	text-indent:-99999px;
}
	a:hover.botao-resultado{ background-position:-446px -310px; }
.botao-veja-enem{
	display:block;
	float:left;
	width:164px;
	height:60px;
	margin-left:10px;	
	background-image:url(../img/botoes-rodape.png);
	background-repeat:no-repeat;
	background-position:-97px -176px;
	text-indent:-99999px;
}
	a:hover.botao-veja-enem{ background-position:-387px -176px; }
.botao-unibh{
	display:block;
	float:right;
	width:115px;
	height:60px;
	margin-left:30px;
	background-image:url(../img/botoes-rodape.png);
	background-repeat:no-repeat;
	background-position:-133px -242px;
	text-indent:-99999px;
}
.botao-atendimento{
	display:block;
	float:left;
	width:169px;
	height:33px;
	background-image:url(../img/bota-atendimento.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-99999px;
}
	a:hover.botao-atendimento{ background-position:0 -33px; }
.botao-atendimento-contato{
	display:block;
	float:right;
	width:169px;
	height:33px;
	margin:20px 60px 0 0;
	background-image:url(../img/bota-atendimento.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-99999px;
}
	a:hover.botao-atendimento-contato{ background-position:0 -33px; }
.botao-edital{
	display:block;
	float:left;
	width:50px;
	height:30px;
	margin-right:2px;
	background-image:url(../img/links-PDF.png);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-99999px;
}
	a:hover.botao-edital{ background-position:-128px 0; }
.botao-manual{
	display:block;
	float:left;
	width:127px;
	height:30px;
	margin-right:2px;
	background-image:url(../img/links-PDF.png);
	background-repeat:no-repeat;
	background-position:0 -28px;
	text-indent:-99999px;
}
	a:hover.botao-manual{ background-position:-128px -28px; }
.botao-programas{
	display:block;
	float:left;
	width:124px;
	height:30px;
	margin-right:2px;
	background-image:url(../img/links-PDF.png);
	background-repeat:no-repeat;
	background-position:0 -60px;
	text-indent:-99999px;
}
	a:hover.botao-programas{ background-position:-128px -60px; }
.botao-liga{
	position:absolute;
	top:0;
	left:0;
	float:left;
	width:208px;
	height:69px;
	margin:150px 0 0 753px;
	background-image:url(../img/botao-liga.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	z-index:90;
}
	a:hover.botao-liga{ background-position:0 -69px; }
#btnEnviar{
	display:block;
	float:left;
	width:105px;
	height:40px;
	margin:0 0 0 271px;
	background-image:url(../img/frm-contato.png);
	background-position:-272px -297px;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	text-indent:-99999px;
	cursor:pointer;
}
.botao-fechar{
	position:relative;
	display:block;
	float:right;
	width:70px;
	height:22px;
	margin:0;
	top:-14px;
	left:12px;
	background-image:url(../img/botao-fechar.png);
	background-position:0 0;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	text-indent:-99999px;
}

/******************************************
	MOSTRA-ESCONDE
******************************************/
.seta{
	float:left;
	clear:both;
	width:340px;
	height:35px;
	margin:0 20px;
	padding-top:15px;
	padding-bottom:5px;
	border-bottom:1px solid #615a91;
	color:#ffffff;
	cursor:pointer;
}
	.seta span{
		float:left;
		width:23px;
		height:23px;
		margin-right:10px;
		background-image:url(../img/mostra-esconde-perguntas.png);
		background-repeat:no-repeat;
		background-position:0 0;
		text-indent:-99999px;
	}
.setaAberta{
	float:left;
	clear:both;
	width:340px;
	height:35px;
	color:#d8fc79 !important;
	margin:0 20px;
	padding-top:15px;
	padding-bottom:5px;	
	border-bottom:none !important;
}
	.setaAberta span{
		float:left;
		width:23px;
		height:23px;
		margin-right:10px;
		background-image:url(../img/mostra-esconde-perguntas.png);
		background-repeat:no-repeat;
		background-position:0 -23px;
		text-indent:-99999px;
	}
.resposta{
	float:left;
	clear:both;
	width:340px;
	margin:0 20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#d8fc79;
	border-bottom:1px solid #615a91;
}
/*********************************************
				BOTÃO GABARITO 
*********************************************/

.ir-gabarito {
	background:url("../img/ir-gabarito.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:105px;
	left:521px;
	position:absolute;
	text-indent:-9999px;
	top:299px;
	width:105px;
}

.ir-resultado {
	background:url("../img/ir-resultado.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:105px;
	left:615px;
	position:absolute;
	text-indent:-9999px;
	top:299px;
	width:105px;
}

.selo-inscreva-se {
	background:url("../img/selo-inscreva-se.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:153px;
	left:10px;
	position:absolute;
	text-indent:-9999px;
	top:110px;
	width:293px;
}

.provas li{
	float:left;	
	width:200px;
	height:92px;
	list-style-type:none;
	margin-left:-40px;
	margin-right:40px;
}

.inscrever{
	width:110px;
	height:40px;
	background-image:url(../img/titulos.png);
	background-position:-12px -242px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
}

.selo-comprovante-insc{
	position:absolute;
	left:349px;
	top:27px;
	width:81px;
	height:82px;
	text-indent:-99999px;
	background:url(../img/selo-comprovante-insc.png) no-repeat;	
}


