/* CSS Document */
		div.main div.content div.chamada{
			height:255px;
			background:url(../img/bg_chamada.jpg) no-repeat scroll left top;
			padding-left:570px;
			border-bottom:9px solid #4C7595;
		}
		
			div.main div.content div.chamada h2, div.main div.content div.chamada p{
				width:322px;
			}
			
			div.main div.content div.chamada h2{
				color:#1A3856;
				font-size:27px;
				font-weight:normal;
				line-height:28px;
				margin:0;
				padding-top:39px;
			}
			
			div.main div.content div.chamada p{
				color:#163351;
				font-size:14px;
			}
			
			
		div.main div.content ul.chamadas{
			border-top:6px solid #C5CDD4;
			margin:0;
			padding:20px 0 0;
			height:168px;
		}
		
			div.main div.content ul.chamadas li{
				float:left;
				display:block;
				width:282px;
				margin-left:38px;
				_margin-left:19px;
			}
				div.main div.content ul.chamadas li h3{
					color:#C16F34;
					font-size:17px;
					background:url(../img/bg_title_home.jpg) no-repeat scroll left bottom;
					padding-bottom:4px;
					margin:0;
				}
				
				div.main div.content ul.chamadas li p{
					color:#163351;
					font-size:11px;
				}
				
					div.main div.content ul.chamadas li p a{
						color:#163351;
					}
				
				

