/* CSS Document */
body {
    margin: 0 10px 0 5px;  /* top right bottom left */
    background-image: url("images/metal_gray.jpg"); 
    font-family: "Times New Roman", Times, serif;
}
.new-label {
    color: #ff0000;
    font-weight: bold;
    font-size: 0.9em;
	margin-left: 4px;

}
.pulsantiera-top {
    width: 120px;
    height:150px;
    background-image: url(images/blue_stripe_u0.gif));
    background-repeat: no-repeat;
    background-size: contain; /* oppure auto */

