/* ------------  CONTACTS ------------- */
div#headercontacts{
	background-image: url(../images/top_contact.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 801px;
	clear: both;


}
div#contentcontacts{
	float:left;
	width:308px;
	background-image: url(../images/1_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 430px;

}
div#destrocontacts{
	float:right;
	width:493px;
	background-image: url(../images/2_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 450px;
	margin-top: 0px;
	
}


div#destrocontacts p {
	padding-left: 35px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

