/* CSS Document */
body {
	margin:0;
	padding:0;
}

div.topo {
	padding: 5px 5px 13px 5px;
	background:white url(topnav.gif) repeat-x bottom left;
	font:small Geneva, Arial, Helvetica, sans-serif;
	color:#303030;
}

div.topo a {
	color:#333333;
}

div.icone {
	position:absolute;
	z-index:0;
	bottom:0px;
	left:0px;
}

div.conteiner {
	margin: 0 auto;
	width:90%;
	position:relative;
	z-index:0;
}

div.foto {
	width:150px;
	padding: 0 0 30px 30px;
	position: relative;
	z-index:0;
	float:left;
	margin:0 10px;
}

div.descricao {
	color:#333333;
	font:12px Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	width:150px;
	padding-top:3px;
	position:relative;
	z-index:0;
	float:left;
	clear:both;
}

div.paginacao {
	color:#666666;
	font:12px Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:5px 0 10px 0;
	width:90%;
	height:25px;
	position:relative;
	z-index:0;
	display:block;
}

div.paginacao a {
	color:#333333;
}

div.paginacao a:hover {
	color:#CCCCCC;
}

div.shadow img {
	padding: 5px 5px 9px 5px;
	background: white url(img_bottom.png) repeat-x bottom left;
}
div.shadow {
	float: left;
	padding: 0 1px;
	background: #bfbfbf;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-top: 1px solid #efefef;
	position: relative;
	z-index:0;
}
div.shadow div.topleft {
	width: 2px;
	height: 4px;
	background: url(img_topleft.png) no-repeat top left;
	position: absolute;
	z-index:0;
	top: 0px;
	left: -1px;
}

div.shadow div.topright {
	width: 2px;
	height: 4px;
	background: url(img_topright.png) no-repeat top right;
	position: absolute;
	z-index:0;
	top: 0px;
	right: -1px;
}

div.shadow div.bottomleft {
	width: 4px;
	height: 4px;
	background: url(img_bottomleft.png) no-repeat bottom left;
	position: absolute;
	bottom: 0px;
	z-index:0;
	left: -1px;
}

div.shadow div.bottomright {
	width: 4px;
	height: 4px;
	background: url(img_bottomright.png) no-repeat bottom right;
	position: absolute;
	z-index:0;
	bottom: 0px;
	right: -1px;
}
br.clear {
	clear: both;
	height: 0;
	line-height: 0px;
}

