/*CSS RESET*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0 !important;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
body {
	line-height: 1;
	background: #fff;
	color: #000
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
ins {
	text-decoration: none
}
del {
	text-decoration: line-through
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
address{
	font-style: normal
}
/*CSS RESET*/
html {
	
}
body {
	background:url(../img/bg_body.jpg);
	color:#FFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.txtR,
.txtR a {
	text-indent:-50000em;
	display:block;
}
.upMe {
	text-transform:uppercase;
}
.sz1 {
	line-height:16px;
	width:500px;
}
.sz2 {
	font-size:16px;
	font-weight:700;
	width:500px;
}
.site {
	
}
.bg {
	background:url("../img/bg_brilho.jpg") no-repeat -251px 36px;
	height:100%;
	position:absolute;
	width:100%;
	z-index:1000;
}
#wrapper {
	width:980px;
	margin:0 auto;
	z-index:2000;
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-500px;
}
.sitettl {
	background:url(../img/logo_exercitosalvacao.png) no-repeat left 80px;
	width:320px;
	height:531px;
	float:left;
}
.sitecontent {
	width:660px;
	float:left;
}
.sitecontent p {
	margin-bottom:23px;
}
.sitecontent .call {
	background:url(../img/txt_transforme.png);
	width:395px;
	height:111px;
	margin-bottom:25px;
}
.passos li {
	width:152px;
	height:107px;
	padding:120px 0 0 20px;
	float:left;
	border-left:1px dotted #000;
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
}
.passos li .break {
	color:#000;
	font-size:12px;
	display:block;
	margin:10px 0; 
}
.passos li.li1 {
	background:url(../img/1.png) no-repeat left top;
}
.passos li.li2 {
	background:url(../img/2.png) no-repeat left top;
	border-right:1px dotted #000;
}
.passos li.li3 {
	background:url(../img/3.png) no-repeat left top;
}

