/* inicia layout */
body {
	background: url(../imagens/layout/bg-publicidade.gif) repeat-y left top #EBEBEB;
}
#header {
	line-height: 28px;
	height: 28px;
	width: 100%;
	background-color: #D7362C;
	text-align: right;
}
#header input, #header select {
	margin: 4px;
	margin-right: 30px;
	border: 1px solid #7F9DB9;
}
#pagina {
	width: 970px;
}
#site {
	width: 778px;
	float: left;
	display: inline;
}
#revista {
	width: 778px;
	height: 280px;
	background: url(../imagens/layout/revista_capa.jpg) no-repeat left top;
}
#revista a#index {
	display: block;
	width: 778px;
	height: 280px;
	text-indent: -999em;
	text-decoration: none;
	border-bottom: 1px solid #CC3333;
}
#bloco {
	width: 778px;
}
#menu, #mnpublicidade {
	width: 160px;
	float: left;
	display: inline;
}
#menu h2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 7px 5px;
	color: #FFFFFF;
	background-color: #21a3a9;
	margin: 5px 0px;
}
#menu ul, #menu li {
	border-bottom: 1px solid #EAEAEA;
}
#menu h3 {
	font-weight: normal;
	padding: 5px;
	background-color: #AAAAAA;
	color: #FFFFFF;
}
#menu h4 {
	font-weight: normal;
}
#menu li a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	padding: 4px;
	display: block;
}
#menu li a:hover {
	background-color: #CC3333;
	color: #FFF;
}
#conteudo, #issuu {
	width: 618px;
	float: right;
	display: inline;
	margin: 5px 0px;
}
#publicidade {
	width: 180px;
	float: right;
	display: inline;
    overflow: hidden;
}
#rodape {
	background:url(../imagens/layout/bg-rodape.gif) repeat-x left top;
	height: 109px;
	display: block;
}
p#creditos {
	text-align: center;
	padding-top: 42px;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}
/* floats */
.fleft {
	float: left;
}
.fright {
	float: right;
}
/* publicidade
 * horizontal */
.pubH {
	display: inline;
}
.pubH img, .pubH object {
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline
}
/* vertical */
.pubV img, .pubV object {
	margin-top: 5px;
}
.pubV {
	width: 160px;
	float: right;
	margin-bottom: 5px;
}
.pubV a {
	padding: 1px;
}
/* sem padding nem margin */
.pubN {
	display: inline;
}
.pubN img, .pubN object {
	padding: 0px;
	margin: 0px;
}
/* newsletter */
#newsletter {
	width: 160px;
	height: 115px;
	float: right;
}
#newsletter h3 {
	font-weight: normal;
	padding: 5px;
	background-color: #AAAAAA;
	color: #FFFFFF;
}
#newsletter .input {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 156px;
	border: 2px solid #21A3A9;
}
#newsletter .submit {
	margin-top: 5px;
	width: 160px;
	border: none;
	background-color: #CC3333;
	color: #FFF;
	padding: 2px;
}
#newsletter {
	color: #000;
}
#newsletter .error {
	font-size: 12px;
	color: #F00;
}