@charset "utf-8";
#chamadas {
	width: 500px;
	display: table;
	float: left;
}
body /* CSS Document */

 #moldura #chamadas li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/padrao/fundo_imgs_index.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 210px;
	width: 140px;
	background-color: #e3e2cd;
	padding-left: 0px;
}
#chamadas p {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #3f5b10;
}


#chamadas img {
	height: 80px;
	width: 140px;
}
#chamadas a {
	color: #FFFFFF;
	background-image: url(../images/padrao/bt_imgs.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 20px;
	display: block;
	text-align: center;
}
#chamadas a:hover {
	color: #333333;
}


#aux {
	float: left;
	width: 240px;
	color: #3f5b10;
	padding-right: 20px;
}
#aux   h2 {
	background-image: url(../images/padrao/h2_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9000px;
	line-height: 29px;
}
#aux h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}


#aux ul {
	margin-left: 15px;
}

#aux a {
	color: #333333;
	text-decoration: none;
}
#aux a:hover {
	color: #9FC45B;
}
