@charset "utf-8";
#content {
	padding: 15px;
	text-align: justify;
}

li {

	background: url(../images/bullet.gif) left center no-repeat;

  background-position: center left;

  background-repeat: no-repeat;

  padding-left: 20px;

  list-style: none;
	margin-bottom: 10px;
}
ul {
	margin-left: 50px;
}


h1 {
	color: #0070c0;
	font-size: 14px;

}

#cont_esq {
	width: 438px;
	float: left;
}

#cont_dir {
	width: 522px;
	float:left;
}
