h1#titulo_texto_pequeno
{
	text-align: center; 
	line-height: 100%; 
	margin-top: 9%;
}

h1#titulo_texto_medio_grande
{
	text-align: center;
	line-height: 70%;
	margin-top: 2%; 
}

span#corpo_texto_pequeno
{
	display: block;
	margin-top: 15%;
	font-size: 70%;
	text-align: left;
	text-indent: 6%;
}

span#corpo_texto_medio_grande
{
	display: block;
	margin-top: 8%;
	text-indent: 5%;
}

img#texto_pequena
{
	display: block;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5%;
}


img#texto_media_grande
{
	display: block;
	width: 10%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0%;
	margin-bottom: 4%;
}

span.fonte_title
{
	display: block;
	margin-top: 5%;
	text-indent: 0%;
}

span.fonte_title_2
{
	display: block;
	margin-top: 9%;
	text-indent: 0%;
}

ul#fontes
{
	list-style-type:square;
}

li.fonte
{	
	line-height: 1.3;
	padding-bottom: 2ex;
	text-align: justify;
}

li.fonte_small
{	
	line-height: 1.3;
	padding-bottom: 4ex;
	text-align: justify;
}

span.titulo
{
	font-weight: 900;
	font-size: 3.5ex;
}

span.fonte
{
	position: relative;
	left: -1em;
}

a.fonte:link, a.fonte:visited, a.fonte:active
{
	color: red;
}

span.no_break
{
	white-space: nowrap;
}

span.item_lista
{
	position: relative;
	left: -0.5em;
}

li.texto
{
	padding-bottom: 2%;
}
	
