@charset "utf-8";
#conteudo /* CSS Document */

 #chamadas  h2 {
	font-size: 22px;
	color: #FFFFFF;
	font-family: "Arial Narrow", Arial;
	font-weight: normal;
	padding-bottom: 20px;
	padding-left: 31px;
	background-image: url(../images/padrao/seta_index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 26px;
}
#conteudo  #chamadas div {
	float: left;
	width: 285px;
}
#conteudo #chamadas {
	display: table;
	clear: both;
}
#conteudo  #chamadas  li {
	color: #FFFFFF;
	list-style-type: none;
}

