h3 {
	/*font-size: 18px;
	margin: 15px 0 15px;*/
}

.conteiner-paginacao {
	border-color: #C6C6BD;
	border: 1px solid #C6C6BD;
	border-width: 1px 0 1px 0;
	margin: 0px 0px;
	padding: 0 3% 0 3%;
	text-align: center;
	display: block;
	position: relative;
	float: left;
	height: 30px;
	font-size:10px;
	width: 94%;
	clear: both;
}

.conteiner-paginacao #resultados {
	display: block;
	position: absolute;
	left: 15px;
	top: 8px;
	font-size: 10px;
	color:#777777;
}

.paginacao {
	margin:3px auto;
	overflow:hidden;
	text-align:left;
}

.conteiner-paginacao div {
	border:	medium none;
	margn: 0pt;
	padding: 0pt;
}

.left, .right {
	/*float: right;*/
}

.left span:hover, .right span:hover {
	cursor: pointer;
}

.paginacao .btn-arrow-right, .paginacao .btn-arrow-left {
	margin-right: 7px;
}

/*a, a:link, a:visited, a:active {
	text-decoration: none;
	color:#777777;
}*/

.btn-arrow-right {
	background: #F3F3F3 url(../icones/arrow_button_left.gif) no-repeat scroll 5px center;
	color:#3F3F37;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px 5px 0px 14px;
}

.paginacao span {
	display: block;
	float:right;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
}

.btn-arrow-left {
	background:#F3F3F3 url(../icones/arrow_button_right.gif) no-repeat scroll 58px center;
	color:#3F3F37;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	margin:5px 0px;
	padding:0px 14px 0px 5px;
}

.paginacao span a:link, .paginacao span a:visited, .paginacao span a:active {
	color:#3F3F37;
	font-size:11px;
	font-weight:bold;
	margin-right:7px;
	color:#777777;
}

.paginacao .left span {
	color:#777777;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 14px;
}

.paginacao .right span {
	display: block;
	float: right;
	color:#777777;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 14px;
}

#conteiner-filtro {
	display: block;
	float: left;
	margin: 8px 0;
	color:#777777;
}

#conteiner-filtro select {
	color:#777777;
	font-size: 100%;
	width: 150px;
}

#conteiner-registros {
	display: block;
	float: left;
	margin: 5px 0;
	clear:both;
	font-size:12px;
	width: 100%;
}

.box-fotos {
	display: block;
	float:left;
	font-size: 11px;
	background-color:#FFFFFF;
	overflow: hidden;
	margin:4px;
	text-align:center;
	width:163px;
	height: 150px;
	border:1px solid #CCCCCC;
	padding:0pt;
	position:relative;
	overflow:hidden;
}

.box-fotos:hover {
	background-color:#F7F7F7;
}

.box-fotos img {
	margin: 8px 0 0 0;
	width: 75%;
}

.box-fotos em {
	font-size: 85%;
}

.opcoes {
	display: block;
	float: left;
	text-align: center;
	color: #0066CC;
	width: 60px;
	height: 16px;
	margin: 8px 0 8px 13px;
	background-color: #E8F3FF;
	border: 1px dashed #999;
}

.opcoes:hover {
	background-color: #DFDFDF;
}

.box-fotos .texto {
	position:absolute; 
	width: 100%;
	left:0; 
	bottom:10px; 
	text-align: center;
}

.box-fotos .texto a, .box-fotos .texto em {
	background-color: #FFF;
}
.box-fotos .botao {
	position:absolute; 
	width: 100%;
	left:0; 
	bottom:0; 
	height: 33px;
}


