
#azienda-contenitore{
	margin: 1px;
	padding: 0px;
	width: 100%;
	border-style:dotted;
	display: table-row; 
  border-width:1px;
  /*  height: 500px;  */
  border-right-color: Green;
  border-bottom-color: Green;
  border-left-color: Red;
  border-top-color: Red;
}

#azienda-box-sx {/*box di sinistra,quello che contiene il box del testo*/
	float: left;
	width: 34%;
	text-align: center;
	margin: 0px;
	padding: 0px;
  border-right-style: dotted;
  border-right-color: Black;  
  height: 500px;  /* */
}

#azienda-box-content {/*box di sinistra,quello che contiene il testo*/
	float: left;
	width: 92%;
	margin: 12% 10px 10px 10px;
/*	border:solid;
	border-color: Yellow;*/
}
#azienda-center-base-center {/*box di destra,quello che contiene il box dell'immagine*/
	float: left;
	width: 65%;
  height: 500px;
	text-align: center;
	padding: 0;
	/*border-color: Red;
	border-style:solid;
    border-width:1px;    */
   margin: 0px;
}
#box-contorno-azienda{/*box dell'immagine a destra*/
	text-align: center;
	margin: 60px 25px 0 25px;
	padding: 0;
  border-right-color: Red;
  border-bottom-color: Red;
  border-left-color: Green;
  border-top-color: Green;
  border-style:solid;
  border-width:1px;
  width: 500px;
}
