/* CSS Document for Rigsun Destaques */

#content {
	height: 505px;
	overflow: auto;
}
#content h1 {
	border-bottom: #007fba 2px dotted;
	color: #007fba;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

#desArq {
	border-bottom: #e3e7d5 1px solid;
	clear: both;
	margin: 10px 0;
	padding: 3px 10px 7px 0;
	overflow: auto;
}
#desArq img {
	background-color: white;
	border: #007fba 1px solid;
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
}
#desArq h2{
	color: #007fba;
	display: inline;
	font-size: 85%;
	font-weight: bold;
}
#desArq h3{
	color: #007fba;
	display: inline;
	font-size: 75%;
	font-weight: normal;
}
#desArq p{
	display: inline;
	margin: 3px 0;
}
#desArq span{
	float: right;
	margin-left: 10px;
}
#desArq br{
	clear: none;
}