body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #999;
	text-align: center;
}

body h1 {
	margin: 0px;
	padding-bottom: 1em;
}

body h1 a {
	color: #333;
	text-decoration: none;
}

body h1 a:hover {
	color: red;
	text-decoration: none;
}


#voltar_atras {
	margin: 0 auto;
	height: 60px;
	width: 300px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(images/dl_voltar.gif) top left no-repeat;
	display: block;
	/*float: left;*/
}
 
#voltar_atras:hover {
	background-position: bottom left;
}


#container {
	margin: 0 auto;
	text-align: center;
	width: 740px;
	padding-top: 1em;
}

#container a {
	text-decoration: none;
}

#container a img {
	/*border: none;*/
	margin: 0;
	padding: 0;
}


.ano {
	width: 50px;
	height: 71px;
}


a img.capa {
	border: 1px outset #999;
}

.capa {
	border: 2px solid red;
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}

.capinha {
	display: inline;
	overflow: hidden;
	top: 0px;
	left: 0px;
	text-align: center;
	margin: 5px;
}

.capinha a span {
	display: none;
	font-weight: 900;
	font-size: 2em;
}

.capinha a:hover span {
	display: inline;
	z-index: 100;
	background: transparent;
}

span.flutuador {
	color: red;
	position: absolute;
	top: 50px;
	left: 45%;
	right: 45%;
}


td.celula {
	width: 70px;
	height: 100px;
}

div.celula_grande {
	border: 4px groove #bbb;
	position: absolute;
	top: -200px;
	left: -2000px;
}


td.celula a {
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
}




