@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, caption, tbody, tfoot, thead, th,
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;
}

.clear {
	clear: both;
	}
	
@font-face {
	font-family:"PublicoMedium";
	src: url("http://static.publico.pt/files/framework/fonts/publico-medium.eot");
	src: url("http://static.publico.pt/files/framework/fonts/publico-medium.eot?iefix") format("eot"), url("http://static.publico.pt/files/framework/fonts/publico-medium.woff") format("woff"), url("http://static.publico.pt/files/framework/fonts/publico-medium.ttf") format("truetype"), url("http://static.publico.pt/files/framework/fonts/publico-medium.svg#svgFontName") format("svg");
	font-weight: bold;
}

/**
 * MAIN CSS
 */
body {
	background: #efefee url(../imgs/bg.jpg) no-repeat center 105px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 520px;
	height: 1035px;
	padding: 30px 10px;
	margin-bottom: 100px;
	}
.h1 {
	position: relative;
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 10px;
	}
.h2 {
	position: relative;
	text-align: center;
	width: 100%;
	font-family:"PublicoMedium", Georgia, serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	}
.h2 span {
	color: #d00018;
	}
.texto {
	float: left;
	margin-top: 430px;
	width: 485px;
	margin-left: 22px;
	font-weight: bold;
	}
.usufruir {
	float: left;
	width: 485px;
	margin-top: 30px;
	margin-left: 22px;
	}
.assinar {
	float: left;
	width: 485px;
	margin-top: 30px;
	margin-left: 22px;
	}
.usufruir span, .assinar span {
	font-family:"PublicoMedium", Georgia, serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #d00018;
	}
ul {
	margin-top: 15px;
	}
li {
	clear: left;
	margin-bottom: 10px;
	font-weight: bold;
	}
li img {
	float: left;
	margin-right: 12px;
	}
.intro {
	position: absolute;
	width: 447px;
	height: 329px;
	background-color: #222;
	top: 320px;
	left: 50%;
	margin-left: -212px;
	}
.intro img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -50px;
	}
.intro p {
	position: absolute;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	bottom: 35px;
	left: 50%;
	margin-left: -35px;
	}
	
	
	
.rodape {
	position: fixed;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	background-color: #d00018;
	z-index: 2;
	bottom: 0;
	}
.rodape p {
	float: left;
	width: 520px;
	font-family:"PublicoMedium", Georgia, serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	margin-left: 50px;
	}
.btmais {
	float: left;
	width: 134px;
	height: 35px;
	margin-top: 3px;
	background-image: url(../imgs/bt-mais.gif);
	}
.btmais img {
	display: none;
	}
.btfechar {
	display: none;
	float: left;
	width: 134px;
	height: 35px;
	margin-top: 3px;
	background-image: url(../imgs/btfechar.gif);
	}
.btfechar img {
	display: none;
	}
.rodape span {
	float: left;
	width: 510px;
	margin-left: 50px;
	margin-top: 20px;
	color: #f2f2f2;
	}
.rodape span .passo {
	float: left;
	margin-top: 15px;
	color: #000;
	font-weight: bold;
	clear: left;
	}
.rodape span .passo img {
	float: left;
	margin-right: 8px;
	margin-top: -9px;
	}
.rodape a {
	font-size: 14px;
	color: #000;
	}
.rodape a:hover {
	color: #000;
	text-decoration: underline;
	}
.canetas {
	position: absolute;
	top: 100px;
	left: 550px;
	}
.appstore {
	float: right;
	margin-right: 50px;
	}
	
a {
	text-decoration: none;
	color: #000;
	}
a:hover {
	text-decoration: underline;
	color: #000;
	}
span a {
	font-family:"PublicoMedium", Georgia, serif;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
	color: #d00018;
	}
span a:hover {
	text-decoration: underline;
	color: #d00018;
	}
	
.legenda {
	position: fixed;
	bottom: 100px;
	left: 12px;
	}
.selo {
	position: absolute;
	top: 104px;
	right: -20px;
	}