﻿/* PARTI CONFIGURABILI */

/* NO SCRIPT */
.blocconoscript{
	text-align: justify;
	color: red;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 15px 0px;
}

/*-----------------------------------------------------------*/


.larghezza{
	min-width: 1100px;
}

/*-----------------------------------------------------------*/

.linea{
	background-color: #FFAB35;
	height: 2px;
}

/*-----------------------------------------------------------*/

.a1{ background: url('../images/a1.png') no-repeat top left; }
.a2{ background: url('../images/a2.png') no-repeat top right; }
.a3{ background: url('../images/a3.png') no-repeat bottom right; }
.a4{ background: url('../images/a4.png') no-repeat bottom left; }

/*-----------------------------------------------------------*/

.bg1{ background-color: #DADADA; }
.bg2{ background-color: #E6E6E6; }

/*-----------------------------------------------------------*/

.blocco_vuoto{
	height: 145px;
}

.altezza_default{
	height: 150px;
}


