/* CSS Document */

#cont_esq2 {
	width: 761px;
	background-image: url(../imagem/fundo_titulo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-left: 30px;
	padding-top: 30px;
	margin: 0;
	border: 1px none;
	line-height: 18px;
	float: left;
}
#cont_esq2 h1 {
	font-size: 30px;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #005AAB;
	margin-bottom: 50px;
}
#cont_esq2 h2 {
	font-size: 20px;
	color: #005AAB;
	font-family: "Trebuchet MS", Verdana, Arial;
}
#cont_esq2 ul {
	list-style: none;
	color: #fff;
	margin: 0 0 10px 0; 
	padding: 0px;
	width: 650px;
}
#cont_esq2 li {
	background-color: #FEE3C0;
	color: #555;
	border: 2px #fff solid;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	margin: 0 0 10px 70px;
}
#cont_esq2 li.azul {
	background-color: #8197CD;
	color: #fff;
}