/* CSS Document */



body, h1{
	font-family: Arial;
}

h1 {
	float: right;
	text-align: right;
}

div#all{
	width: 700px;
	margin: 0 auto;
	text-align: right;
}

div#topic{
	width: 700px;
	margin: 0 auto;
	text-align: right;
	margin-top: 50px;
}

h1{
	width: 500px;
	margin-bottom: 0;
}

p.subtitulo{
	text-transform: lowercase;
	color: #313131;
	font: italic 40px Georgia, "Times New Roman", Times, serif;
	width: 530px;
	margin-top: 0;
	margin-bottom: 0px;
	float: right;
	clear: right;
}

p.subtitulo2{
	text-transform: lowercase;
	color: #6fa300;
	font: italic 60px Georgia, "Times New Roman", Times, serif;
	width: 650px;
	margin: 0;
	float: right;
	clear: right;
}

p.descricao{
	text-transform: lowercase;
	color: #313131;
	font: italic 30px Georgia, "Times New Roman", Times, serif;
	width: 530px;
	margin-top: 0;
	margin-bottom: 0px;
	float: right;
	clear: right;
	
}

p.subtitulo-trad{
	text-transform: lowercase;
	color: #939393;
	font:  16px Arial, Helvetica, sans-serif;
	width: 530px;
	margin-top: 0;
	margin-bottom: 20px;
	float: right;
	clear: right;
}

p.subtitulo-trad2{
	text-transform: lowercase;
	color: #939393;
	font:  12px Arial, Helvetica, sans-serif;
	width: 530px;
	margin-top: 0;
	margin-bottom: 15px;
	float: right;
	clear: right;
}

p.texto-georgia{
	color: #313131;
	font:  italic 12px Georgia, "Times New Roman", Times, serif;
	width: 600px;
	margin-top: 0;
	margin-bottom: 15px;
}

p.texto-arial{
	color: #313131;
	font:  12px Arial, Helvetica, sans-serif;
	width: 600px;
	margin-top: 0;
	margin-bottom: 15px;
}

a, a:link, a:visited{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

ul.works{
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.works li{
	float: right;
}

ul.works li a{
	display: block;
	width: 100px;
	margin: 10px 0px 2px 0;
	height: 25px;
	padding: 10px 0 0 50px;
	text-align:right;
}

ul.works li a span{
	color: #CCCCCC;
}

ul.works li a span.green{
	color: #6fa300;
}

ul.works li a p{
	font-size: small;
	color: #666666;
	margin: 0;
}