body {
	margin:0;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size :11px;
	color:#fefefe;
	background:#3e78a4;
	text-align:center;  /* fix per explorer 5 */
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size :11px;
}

#centra {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left; 
	border:0;
	width:733px;
	padding:0px;
}

#centra2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	text-align:left; 
	border:0;
	padding:0px;

	background:#d9dce4 url(images/bg_interno.jpg);
	background-repeat:repeat-x;
}

.top {
	margin:0px;
	color:#333333;
	border:0;
	font-size :10px;
	padding:0px;
}




.testo {
	margin:0px;
	text-align:left !important;
	color:#000;
	border:0;
	padding:0px;
}

.testoproposte1 {
	margin:4px 0 0 35px;
	text-align:left;
	color:#bc4b07;
	border:0;
	padding:0px;
	font-size: 15px; 
	font-weight:bold;
}


.testoproposte2 {
	margin:8px 0 0 35px;
	text-align:left;
	color:#000;
	border:0;
	padding:0px;
	font-weight:normal;
}

.testoscheda1 {
	margin:0px;
	text-align:left;
	color:#bc4b07;
	border:0;
	padding:0px;
	font-size: 20px; 
	font-weight:bold;
}

.testoscheda2 {
	margin:0px;
	text-align:left;
	color:#000;
	border:0;
	padding:0px;
	font-size: 15px; 
	font-weight:bold;
}

.testoscheda3 {
	margin:0px;
	text-align:left;
	color:#bc4b07;
	border:0;
	padding:0px;
	font-size: 13px; 
	font-weight:bold;
}

.title, h1 {
	margin:0px;
	text-align:left;
	color:#4285b0;
	font-weight:bold;
	font-size :24px;
	border:0;
	padding:0px;
}

.verde {
	margin:0px;
	border-top:1px solid #333333;
	padding:5px 0 0 0px;
	color:#bcda30;
}


.footer {
	margin:0;
	padding:0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size :11px;
	color:#fff;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size :10px;
	font-weight: normal;
}


h2 {font-size: 15px; margin:0; padding:0; color:#fff; font-weight:bold;}
h3 {font-size: 11px;}
h4 {font-size: 12px;}
p {font-size: 11px;}
b {font-weight: normal; }
ul {margin:5px 0 13px 0; padding:0;}
li {margin-left:25px; padding:0;}


.top b {
	margin:0px;
	color:#333333;
	border:0;
	font-size :10px;
	padding:0px;
	font-weight:normal;
}

input.campo {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 3px 1px 3px;
	margin-left: 2px;
	width: 100px;		
	height:18px;
	border: 0;
}

input.camposmall {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 3px 1px 3px;
	margin-left: 2px;
	width: 60px;		
	height:18px;
	border: 0;
}

select.camposmall {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 0px 1px 1px;
	margin-left: 2px;
	width: 40px;		
	height:18px;
	border: 0;
}

select.campo {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	padding: 1px 0px 1px 1px;
	margin-left: 2px;
	width: 130px;		
	height:18px;
	border: 01;
}

textarea.campo {
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	background: #ddd;
	border: 0;
	padding: 2px;
	width: 366px;
	height: 77px;	
	margin: 0px;
	margin-top: 5px;	
	margin-bottom: 5px;
}

input.pulsante {
	margin: 0px 8px 0px 4px;
	padding: 1px;	
	border: 0px;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #777;
	font-weight:bold;
}

a.btn {
	width: 250px;
	padding: 10px 25px 10px 25px;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: -1px -1px 2px #618926;
	background: -moz-linear-gradient(#98ba40, #a6c250 35%, #618926);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #98ba40), color-stop(.35, #a6c250), color-stop(1, #618926));
	border: 1px solid #618926;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.btn:hover {
	width: 250px;
	padding: 10px 25px 10px 25px;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	text-shadow: -1px -1px 2px #465f97;
	background: -moz-linear-gradient(#245192, #1e3b73 75%, #12295d);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #245192), color-stop(.75, #1e3b73), color-stop(1, #12295d));
	border: 1px solid #0f2557;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.minimap {color:#3a4445; font-weight: normal;  display:inline;}	

a {color: #505050;text-decoration:underline;font-weight:bold;}
a:visited {color: #505050;text-decoration:underline;font-weight:bold;}
a:hover {color: #b41427;text-decoration:underline;font-weight:bold;}

.footer a {color: #fff;text-decoration:none;font-weight:normal;}
.footer a:visited {color: #fff;text-decoration:none;font-weight:normal;}
.footer a:hover {color: #fff;text-decoration:none;font-weight:normal;}

.top a {color: #333;text-decoration:none;font-weight:normal;}
.top a:visited {color: #333;text-decoration:none;font-weight:normal;}
.top a:hover {color: #333;text-decoration:none;font-weight:normal;}

.testoproposte1 a {color: #bc4b07;text-decoration:none;}
.testoproposte1 a:visited {color: #bc4b07;text-decoration:none;}
.testoproposte1 a:hover {color: #bc4b07;text-decoration:underline;}

.testoproposte2 a {color: #000;text-decoration:none;font-weight:normal;}
.testoproposte2 a:visited {color: #000;text-decoration:none;font-weight:normal;}
.testoproposte2 a:hover {color: #000;text-decoration:underline;font-weight:normal;}




/* MUTUI */
div.tableMutui{
	border:0px solid orange;
	width:680px;
	margin-left:30px;
	margin-bottom:30px;
	/*margin-top:30px;*/
}
table.tableMutui{
	border:0px solid black;
	width:636px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
table.tablotota{
	border:0px solid black;
	width:350px;
	margin:20px 0px 20px 0px;
	padding:0 0 0 0;
	font-size:11px;
	font-weight:bold;
}
table.tablotota select{
	border:0px solid #707A81;	
	border:1px solid #999;
	/*background-color: #F38034;fondo arancione casillas*/
	font-size:12px;
	color:#000;
	width:193px;/*IE*/
	margin-bottom:5px;
}
table.tablotota input{/*html*/
	border:1px solid #999;
	/*background-color: #F38034;*/
	color:#000;
}
table.tablototaRisposta{
	border:0px solid black;
	width:550px;
	margin:20px 20px 20px 60px;
	padding:0 0 0 0;
	font-size:11px;
	/*background-color:#FFF;*/
}
table.tablototaRisposta A{
	border:0px solid black;
	color:#CC3300;
	text-decoration:none;
}
table.tablototaRisposta A:Hover{
	border:0px solid black;
	color:#CC3300;
	text-decoration:underline;
}
table.tablototaRisposta th{
	border:0px solid black;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}
table.tablototaRisposta td{
	border:0px solid black;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	/*color:#F38034;*/
}
table.tablaBotones{
	border:0px solid black;
	width:330px;width:50%;
	margin: 0 auto 0 auto;
}
table.tablaBotones img{
	border:0px solid black;
}
table.tableIframe{
	border:0px solid black;
	width:636px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/* preventivo dettagliato */
div.texto{
	border:0px solid #999;
	width:550px;
	margin:20px 20px 0px 60px;
	padding:0 0 0 0;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
}
div.textoNaranja{
	border:0px solid #999;
	width:550px;
	margin:20px 20px 0px 60px;
	padding:0 0 0 0;
	font-size:11px;
	font-weight:bold;
	color:#CC3300;
	text-align:center;
}
table.preventivoDettagliato{
	border:1px solid #999;
	width:550px;
	margin:20px 20px 0px 60px;
	padding:0 0 0 0;
	font-size:11px;
}
table.preventivoDettagliato A{
	border:0px solid black;
	color:#333;
	text-decoration:none;
}
table.preventivoDettagliato A:Hover{
	border:0px solid black;
	color:#FFF;
	text-decoration:none;
}
table.preventivoDettagliato th{
	border:0px solid black;
	font-weight:normal;
	background-color:#C0C0C0;	background-color:#CCC;
	text-align:left;
	padding:3px 3px 3px 3px;	
	margin:0 0 0 0;
}
table.preventivoDettagliato td{
	border:0px solid black;
	background-color:#EEE;
	text-align:left;
	padding:3px 3px 3px 3px;
	margin:0 0 0 0;
}
table.tablaBotonSolito{
	border:0px solid black;
	width:150px;
	margin: 0 auto 0 auto;
	padding-top:30px;
}
table.tablaBotonSolito img{
	border:0px solid black;
}


