* { margin: 0; padding: 0; }

body
{
	background-color: #064058;
	font: 11px verdana, tahoma, "trebuchet ms", arial, helvetica, serif;
	color: #fff;
}

a
{
	color: #fff;
	text-decoration: none;
}

.autor { display: none; }

#geral
{
	position: relative;
	width: 758px;
}

#cabecalho
{
	height: 60px;
}
#cabecalho h1
{
	font: 26px georgia, verdana, tahoma, serif;
	padding: 8px 0 0 10px;
}
#cabecalho h2
{
	font: 11px arial, verdana, tahoma, serif;
	padding: 10px;
}
#cabecalho div
{
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0f6385;
	overflow: hidden;
	width: 320px;
	height: 60px;
}
#cabecalho p
{
	padding-left: 10px;
}

.foto
{
	border-width: 1px 0;
	border-style: solid;
	border-color: #cde0ef;
	overflow: hidden;
	height: 450px;
}
#carregando
{
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	background-color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	width: 758px;
	height: 450px;
}
#carregando img
{
	margin: 209px 0 0 363px;
}

.controle
{
	overflow: hidden;
	height: 21px;
}
.controle p
{
	float: left;
}
ul
{
	float: right;
	list-style: none;
}
ul li
{
	float: left;
	margin-left: 3px;
}
ul li a
{
	display: block;
	background-color: #1a5d78;
	padding: 4px 0 0 10px;
	width: 90px;
	height: 17px;
	cursor: pointer;
}
ul li.ct a
{
	background-color: #18749b;
}
ul li a:hover
{
	background-color: #18749b;
}
ul li.ct a:hover
{
	background-color: #4da3c8;
}

.contador
{
	padding: 3px 0 0 10px;
}

#paginacao
{
	background-color: #085b7d;
	border-width: 2px 0;
	border-style: solid;
	border-color: #cde0ef;
	text-align: right;
	overflow: hidden;
	padding: 6px 10px 0 0;
	height: 20px;
}
#paginacao a
{
	background-color: #064058;
	padding: 0 2px 1px 2px;
}
#paginacao a.s
{
	background-color: #79add2;
	color: #fff;
}

#miniatura
{
	background-color: #cde0ef;
	overflow: hidden;
	height: 57px;
}
#miniatura img
{
	border: 0;
	margin-right: 2px;
	width: 74px;
	height: 55px;
}
#miniatura a.ult img
{
	margin-right: 0;
}

.credito
{
	text-align: right;
	padding: 6px 10px 0 0;
}

#aviso
{
	display: none;
	position: absolute;
	top: 61px;
	left: 0;
	background-color: #000;
	color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
	font: 11px arial, serif;
	padding: 3px 10px;
	width: 738px;
	cursor: pointer;
}