@charset "UTF-8";
#chamadas {
	margin-top: 50px;
}
#chamadas li {
	float: left;
	width: 100px;
	padding: 0 15px;
	border-right: 1px solid #000;
	height: 120px;
	position: relative;
}
#chamadas li p {
	margin-top: 5px;
	font-size: 11px;
	height: 40px;
	position: relative;
}
/*
#chamadas li p a {
	position: absolute;
	bottom: 0;
	right: 5px;
}
*/
#chamadas li a {
	color: #ff7644;
	text-decoration: underline;	
	float: right;
	font-size: 11px;
}
#chamadas li a:hover {
	color: #f00;
}
#chamadas li.largos {
	width: 165px;
}
#chamadas li h2 {
	position: absolute;
	top: -40px;
	width: 100px;
}
#chamadas li.largos h2 {
	width: 165px;
}
#chamadas li.ultimo {
	border: none;
	margin-top:-15px;
}
#chamadas li.ultimo img {
	margin: 10px 0 0 20px;
}
#chamadas li.primeiro img {
	margin: 0 0 0 15px;
}
#galeria {
	background: url('../img/bgGaleria.png') no-repeat;
	height: 115px;
	width: 427px;
	padding: 40px 0 0 10px;
	float: left;
	position: relative;
	z-index: 10;
}
#galeria li {
	float: left;
	width: 132px;
	margin-right: 5px;
	display: block;
}
#galeria li.todas {
	position: absolute;
	bottom: 0;
	right: 0;
}
form#associados {
	background: #ac9f90;
	height: 135px;
	width: 175px;
	float: right;
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
#associados legend {
	color: #fff;
	border-bottom: 1px solid #fff;
	display: block;
	wid th: 185px;
	padding: 0 47px;
	font-size: 18px;
	height: 25px;
	line-height: 25px;
}
form#associados label{
	text-align: left;
}
#tempo{
	clear:both;
}
#tempo li{
	margin-top:30px;
	float:left;
	padding-right:15px;
	padding-left:15px;
	border-right: 1px solid #000;
}
