	body{
		margin:0;
		background-color:#000000;
		color:#FFFFFF;
		font-family: arial;
	}
	a.farLeft{
		float:left;
		text-indent: -9999px;
	}
	a.farRight{
		float:right;
		text-indent: -9999px;
	}
	#esq{
		width:1300px; 
		float:left;
	}
		#esq .thumbBomx, #dir .thumbBomx{
			width:295px;
			height:185px;
			text-align:center;
		}
		.thumbBomx img{
			border: 0;
		}
		#esq .thumbBomx{
			float:left;
			margin: 0 20px 0 0;
		}
			.infoBox{
				width:100%;
			}
				.infoBox .esq, .infoBox .dir{
					width: 145px;
				}
					.infoBox .esq h3, .infoBox .dir h3{
						margin:0;
						padding:0 5px 5px 5px;
						color:#9d781f;
						font-size:12px;
					}
					.infoBox .esq p, .infoBox .dir p{
						margin:0;
						padding:0 5px 5px 5px;
						color:#9d781f;
						font-size:12px;
						line-height:10px;
					}
					.infoBox .esq{
						float:left;
						text-align:right;
						border-right:1px solid #9d781f;
					}
					.infoBox .dir{
						float:left;
						text-align:left;
					}
			.imgBox{
				clear:both;
				width:106px;
				height:106px;
				border:1px solid #9d781f;
				margin:0 auto 0 auto;
			}
				.imgBox{
					cursor: pointer;
				}
	#centro{
		float:left; 
		text-align:center;
		position:relative;
	}
		.centerMenu{
			width:172px;
			height:60px;
			margin:0 auto 0 auto;
			position:relative;
			background: url('../img/center_site.gif') no-repeat top left;
		}
			a.interactive{
				position:absolute;
				bottom:8px;
				left: 0;
				text-indent:-9999px;
				height:10px;
				width:100px;
				display:block;
			}
			a.tradicional{
				position:absolute;
				bottom:8px;
				left: 105px;
				text-indent:-9999px;
				height:10px;
				width:70px;
				display:block;
			}
		.centerBottom{
			width:147px;
			height:53px;
			position:absolute;
			bottom:30px;
			left: 50%;
			margin-left: -74px;
			background: url('../img/center_phone.gif') no-repeat top left;
		}
			.centerBottom a.mail{
				height:15px;
				width:100%;
				display:block;
				margin-top:20px;
			}
			.centerBottom a.linkedIn{
				height:15px;
				width:100%;
				display:block;
				margin-top:1px;
			}
				.centerBottom a p{
					display:none;
				}
	#dir{
		 width:1300px; 
		 float:left;
	}
		#dir .thumbBomx{
			float:right;
			margin: 0 0 10px 20px;
		}