@charset "utf-8";
/* CSS Document */

#conteudo { width:580px }

#direita { 
	float:left;
	width:200px;
	margin-left:10px;
}

/* index */
.rota { 
	clear:both;
	margin-bottom:10px;
}

.rota .imagem {
	width:100px;
	height:60px;
	text-align:center;
	float:left;
	margin-right:20px;
}

.rota .titulo { line-height:60px }

.rota .titulo a {
	font-size:14px;
	font-weight:bold;
}

/* exibe */
h2 { font-size:15px }

.texto { font-size:13px }

.fotos .foto { 
	margin:40px;
	text-align:center;
}

.fotos .foto .imagem {
	width:250px;
	height:187px;
	text-align:center;
}

.fotos .foto .legenda {
	padding:10px;
	background-color:#F2F2F2;
	clear:both;
	font-size:13px;
}
