/* CSS Document */

#box_text
     { 
     width: 352px; 
     }
	 
#box_foto{
	float:right;
	width:250px;
	height:300px;
	text-align:right;
	padding:0;
	margin:0;
	background:url('/img/foto_contactVespa.jpg') no-repeat 22px 0;    
}	 
	 
#box_foto img
     {
	margin:0px;
		
     }
	 
a{
text-decoration:underline;

}

a:hover{
text-decoration:none;

}