#fotos {

}

#fotos #num_fotos {
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #eeeeee;
}

#miniaturas {
	margin-top: 10px;
}

.miniatura {
	float: left;
	display: inline;
	margin: 0px 4px 10px 4px;
}

.miniatura a {
	display: block;
	width: 150px;
	height: 150px;
	border: 1px solid #333333;
	overflow: hidden;
}

.miniatura a:hover {
	text-decoration: none;
}

#galeria {
	text-align: center;
}

#galeria #foto_principal {
	text-align: center;
	margin: 0 auto;
}

#galeria #foto_principal img {
	border: 1px solid #333333;
}

#galeria #autor {
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}

/* BARRA FOTOS */
#barra_fotos {
	margin-bottom: 10px;
	background-color: #eeeeee;
	padding: 5px;
}

#barra_fotos h2 {
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}

#barra_fotos .foto {
	margin: 0px 4px;
}

#barra_fotos a:hover {
	text-decoration: none;
}

#barra_fotos .ver_mas {
	display: block;
	float: left;
	text-align: left;
	font-size: 90%;
	color: #333333;
	margin-top: 3px;
}
