.texto-padrao
{
	font-family: Arial;
	font-size: 14 px;
	text-decoration: none;
	font-style : normal;
	color: white;
}



.texto-titulo
{
	font-family: Arial;
	font-size: 30 px;
	text-decoration: none;
	color: white;
	font-style : normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}



.texto-menor
{
	font-family: Verdana, Arial;
	font-size: 10 px;
	text-decoration: none;
	font-style : normal;
	color: 2C4C60;

}





.texto-destaque
{
	font-family: Arial;
	color: #FFAD77;
	font-size: 14 px;

}



/* GALERIA DE FOTOS -------------------------------------- */


.titulo {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	margin:0;
	padding:5px 0 0 0;
}

.subtitulo {
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	margin:0;
	padding:0 0 13px 0;
}
.legenda {
	display:none;
}

#fotos  {
	margin-bottom:10px;
}

#fotos a {
	margin:0;
	padding:0;
}

#fotos img {
	border:4px solid #000000;
	margin:0 8px 2px 0;
}

#fotos img:hover {
	border:4px solid #ffffff;
}
