/* FOTOS */
div.fotos { display: block !important; min-height: 300px; overflow: hidden; }
	
	div.fotos div.semConteudo { clear: both; padding: 30px; overflow: hidden; }
		div.fotos div.semConteudo p { color: #666; display: block; font-size: 14px; line-height: 20px; text-align: center; }
			div.fotos div.semConteudo p strong { color: #4D92AC; font-size: 18px; line-height: 23px; }
			
	div.fotos h3 { margin: 5px 15px 20px 15px; }

	div.fotos ul.album { clear: both; display: block; margin-left: 15px; }
		div.fotos ul.album li { background: #DDD; float: left; height: 180px; margin: 0 15px 15px 0; overflow: hidden; position: relative; width: 245px; }
			div.fotos ul.album li a { display: block; height: 180px; left: 0; position: absolute; top: 0; width: 245px; }
				div.fotos ul.album li a span { background: url(../../../imagens/fundo-preto.png); bottom: 0; color: #9C0; display: none; font: italic normal normal 15px/40px Arial, Helvetica, Sans-Serif; height: 40px; left: 0; position: absolute; text-align: center; width: 245px; }
				div.fotos ul.album li a:hover span { display: block; }

		div.fotos ul.paginacao { padding-top: 0; }
