@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

div {
	-moz-border-radius:14px; /* Firefox, etc */
	-khtml-border-radius:14px; /* Konqueror, etc */
	-webkit-border-radius:14px; /* Safari, Google Chrome, etc */
	-opera-border-radius:14px; /* Opera */
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0168ab;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0168ab;
}

#esquerda h1 {
	text-align:right;
}

#direita h1 {
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
#download {
	margin-left: 40px;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#download ul {
	list-style-image: url(imgs/file-icon.png);)
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #0168ab;
}
a:hover {
	text-decoration: underline;
}

.img-desc {
	position: relative;
	display: block;
	width: 100px;
}
.img-desc cite {
	background: #fff;
	filter:alpha(opacity=55);
	opacity:.75;
	color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 104px;
	padding: 10px;
}
