/* CSS Document */

#conteudo{
	height:100%;
	padding-bottom:30px;
}

#conteudo h2{
	margin-bottom:20px;
}

#conteudo h3{
	margin-bottom:10px;
	font-size:28px;
	color:#0488e1;
}

#album{
	width:424px;
	overflow:auto;
	padding:10px;
	margin-right:10px;
	float:left;
	background-color:#eee;
}

#album img{
	width:424px;
	height:318px;
	margin-bottom:15px;
}

#album p#descricao{
	float:none;
	clear:both;
	padding-bottom:40px;
	font-size:11px;
	color:#000;
}

#outrasFotos{
	width:180px;
	overflow:auto;
	float:left;
}

#outrasFotos li{
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#outrasFotos a{
	display:block;
	width:30px;
	height:30px;
	background-color:#eee;
}

#outrasFotos a:hover,
#outrasFotos a.ativo{
	background-color:#c1c1c1;
}

/* MAIS FOTOS */

#maisFotos{
	float:none;
	clear:both;
	padding:30px 0px;
}

#maisFotos h3{
	padding-bottom:5px;
	margin-bottom:15px;
	font-size:14px;
	color:#ed1c24;
	border-bottom:3px solid #ed1c24;
}

#maisFotos ul{
	overflow:auto;
	padding-bottom:15px;
}

#maisFotos li{
	display:block;
	width:100px;
	height:40px;
	float:left;
	margin-right:15px;
}
