#conteudo h1 {
	display: none;
}

#chamadas {
	margin: 0 -10px;
}
#chamadas li {
	list-style-type: none;
	float: left;
	width: 200px;
	height: 196px;
	margin: 0 10px;
	position: relative;
}
#chamadas li h2 {
	background: url(../img/padrao/bullet_titulo.png) no-repeat center left;		
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 170%;
	padding-left: 15px;
	color: #4d6811;	
	margin-bottom: 15px;
	font-weight: normal;
}
#chamadas li .img {
	margin-bottom: 10px;	
}
#chamadas li a {
	background: url(../img/padrao/bg_botao.jpg) no-repeat;
	width: 80px;
	line-height: 20px;
	color: #4d6811;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#chamadas li a:hover {
	color: #036;
}
