/* MSG SUCESSO */

.spla{
	position:absolute;
	position:fixed;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	left:0;
	top:0;
	z-index:99999;
	background:url(../gfx/fundo_splash.png);
}

.cx_erro{
	margin-top:200px;
	width:800px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	z-index:9999999;
	background:url(../gfx/fundo_ctt_sucesso.png) no-repeat;
	background-position: 230px 0px;
	
}

.txt_erro{
	float:left;
	width:435px;
	margin-top:28px;
	height:35px;
	padding-left:320px;
	overflow:hidden;
	line-height:35px;
	color:#2b7433;
	font-size:22px;
	font-family: 'Lato', sans-serif;	
	cursor:default;
}

a.fechar{
	float:right;
	margin-right:4px;
	margin-top:6px;
	width:20px;
	height:20px;
}

.tititi {
	float:left;
	width:435px;
	height:25px;
	padding-left:320px;
	line-height:25px;
	overflow:hidden;
	font-size:12px;
	color:#949494;
	font-family: 'Lato', sans-serif;
	cursor:default;
}

/* MSG ERRO */

.spla2{
	position:absolute;
	position:fixed;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	left:0;
	top:0;
	z-index:99999;
	background:url(../gfx/fundo_splash.png);
}

.cx_erro2{
	margin-top:200px;
	width:800px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	z-index:9999999;
	background:url(../gfx/fundo_ctt_erro.png) no-repeat;
	background-position: 230px 0px;
	
}

.txt_erro2{
	float:left;
	width:435px;
	margin-top:28px;
	height:35px;
	padding-left:320px;
	overflow:hidden;
	line-height:35px;
	color:#d90000;
	font-size:22px;
	font-family: 'Lato', sans-serif;	
	cursor:default;
}

a.fechar2{
	float:right;
	margin-right:4px;
	margin-top:6px;
	width:20px;
	height:20px;
}

.tititi2 {
	float:left;
	width:435px;
	height:25px;
	padding-left:320px;
	line-height:25px;
	overflow:hidden;
	font-size:12px;
	color:#949494;
	font-family: 'Lato', sans-serif;
	cursor:default;
}


/* IMG pop */

.cx_pop{
	margin-top:136px;
	width:580px;
	height:522px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	z-index:9999999;
	background:url(../gfx/fundo_pop.png) no-repeat;
	background-position: 60px 0px;
}

a.fecha_pop{
	float:right;
	margin-top:0px;
	margin-right:-2px;
	width:28px;
	height:28px;
	position:relative;
	background:url(../gfx/pop_fecha.png) no-repeat;
	z-index:99999999;
}

.cx_pop2 {
	float:left;
	width:499px;
	height:500px;
	border:0px;
	outline:none;
	overflow:hidden;
	margin-top:-12px;
	margin-left:68px;
}

.fundo_t_pop {
	float:left;
	width:500px;
	height:500px;
	background:url(../gfx/fundo_t_pop.png) no-repeat;
	overflow:hidden;
	margin-top:-500px;
	margin-left:67px;
}


















