@charset "utf-8";
#contHome {
	position:relative;
	float:left;
	width:880px;
	height:470px;
	/*background-color:#66CC66;*/
	margin-left:50px;
	margin-top:20px;
}

#compHome{
	position:relative;
	float:left;
	width:650px;
	height:470px;
	/*background-color:#FF9900;*/
}

#dadosContato{
	position:relative;
	float:right;
	width:200px;
	height:130px;
	margin-bottom:5px;
	/*background-color:#0099FF;*/
	background-image:url(../images/transpPreto.png);
	background-repeat:repeat;
	font-size:11px;
}

#dadosContato h3{
	width:200px;
	height:27px;
	text-align:center;
	background-image:url(../images/titContatoHome.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #092346;
	text-indent:-9000em;
}

#dadosContato p{
	padding:5px;
	padding-left:10px;
	font-size:12px;
}
