@charset "utf-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
	}

/**
 * MAIN CSS
 */
body {
	background: url(../imgs/bg.jpg) repeat-x #d10018;
	color: #FFF;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
.wraper {
	width: 978px;
	height: auto;
	margin: 30px auto;
	}
.logo {
	display: block;
	float: right;
	}
.header {
	width: 100%;
	min-height: 630px;
	background: url(../imgs/apps.png) no-repeat center bottom;
	font-family: 'Josefin Slab', serif;
	}
h1, h2 {
	text-align: center;
	font-size: 80px;
	}
h2 {
	font-size: 22px;
	margin-top: 60px;
	}
.tabela {
	margin: 20px auto;
	width: 580px;
	height: 45px;
	text-align: center;
	}
.tabela div {
	float: left;
	padding: 6px 12px;
	background-color: #FFF;
	color: #d00018;
	}
.tabela .sign {
	background-color: transparent;
	color: #fff;
	margin-top: 8px;
	}
.preco {
	margin: 20px auto;
	width: 560px;
	padding-left: 55px;
	}
.preco div {
		float: left;
		margin-right: 20px;
		font-size: 18px;
	}
.preco div span {
		font-size: 24px;
	}
.header a {
	float: left;
	width: 194px;
	height: 41px;
	background: url(../imgs/bt.png) no-repeat;
	margin-left: 360px;
	margin-top: 280px;
	text-decoration: none;
	color: #d10018;
	padding: 9px;
	padding-left: 50px;
	font-size:	30px;
	}
.header a:hover {
	width: 244px;
	height: 41px;
	background: url(../imgs/bt_hover.png) no-repeat;	
	}
.content {
	width: 580px;
	font-size: 13px;
	line-height: 18px;
	margin: 15px auto;
	margin-bottom: 30px;
	text-align: center;
	}
p {
	margin-bottom: 15px;
	}
.content img {
	float: left;
	width: 130px;
	margin: 5px 0 0 270px;
	}
.content .dir {
	float: left;
	width: 306px;
	margin-right: 222px;
	font-weight: bold;
	padding-left: 12px;
	border-left: 1px solid #000;
	margin-left: 12px;
	}
.content .dir .black {
	color: #000;
	}
.footer {
	width: 80%;
	color: #000;
	font-size: 11px;
	line-height: normal;
	text-align: center;
	margin: 0 auto;
	}
.footer a {
	color: #000;
	text-decoration: none;
	}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
	}