div#upper_testata{
	border-bottom:0px solid #5b9d31;
	padding:0;
	padding-top:10px;
	margin-bottom:5px;
	height:120px;
	}

/* ************************** COLONNA SINISTRA HOME PAGE */
#colonna_sinistra {
	float: left; 
	width: 250px; 
	padding: 0px 21px 0px 0px;
}


h3#in_un_click {
	color: #fff;
	border-bottom: 1px solid #c2001f;
	background-image: url(../img/sfondo_rosso_titolo_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 6px;
	font-size: 12px;
}

h3#primo_piano {
	color: #fff;
	border-bottom: 1px solid #05263e;
	background-image: url(../img/sfondo_blu_titolo_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 6px;
	font-size: 12px;
}

ul#menu_servizi {
	padding: 0 8px 0 0;
	margin: 16px 0 0 16px;
	color:#bbb;
}

ul#menu_servizi li {
	padding:0;
	list-style-image: url(../img/lista_rossa.png);
	line-height:1em;
	margin-bottom:1.2em;
}


ul#menu_servizi li a{
	font-size:1em;
	font-weight:bold;
		
}

div#banner_homepage{
	margin-top:25px;
	}
/* ***************************CORPO CENTRALE HOME PAGE */

#contenuti_pagina {
	float: left;
	width: 406px;
	padding: 0px 0;
	z-index: 98;
}

#foto_principale {
	width: 406px;
	height: 254px;
	background-position: 0 0;
	background-repeat: no-repeat;
	position: relative;
	border-top: 1px solid #fff;
}

#notizia_principale {
	position: absolute;
	top: 206px;
	left: 0;
	width: 380px;
	height: 34px;
	padding: 7px 13px;
	background-image:url(../img/sfondo_in_trasparenza_foto_home.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#titolo_notizia_principale {
	font-size: 13px;
	line-height: 1.2em;
	color: #fff;
	display:block;
	font-weight:bold;
}

ul#altre_notizie_principali {
	margin:9px 0 0 0;
	padding: 0;
	list-style: none;
	
}

ul#altre_notizie_principali li {
	display: inline;
}

ul#altre_notizie_principali li a {
	color: #fff;
	background-color: #2E4D72;
	border: 1px solid #ccc;
	padding: 1px 5px;
	margin: 0 2px;
}

ul#altre_notizie_principali li a:hover {
	background-color: #fff;
	color: #2E4D72;
	text-decoration: none;
}

ul#altre_notizie_principali li a.selected {
	background-color: #fff;
	color: #2E4D72;
	text-decoration: none;
}

#archivio_notizie {
	position: absolute;
	right: 13px;
	bottom: 0px;
	color: #fff;
	font-size: 10px;
}

h3#altre_notizie {
	color: #fff;
	border-bottom: 1px solid #05263e;
	background-image: url(../img/sfondo_blu_titolo_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 6px;
	font-size: 12px;
	margin-top: 12px;
}

ul#altre_notizie_lista  {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#altre_notizie_lista li{
	
	padding:8px;
	padding-left:0;
	border-bottom:1px solid #ccc;
	
}

ul#altre_notizie_lista li a{
	
}

div#altre_notizie_container {
	
}



h3#eventi_nel_lazio {
	color: #002742;
	padding-top: 19px;
	padding-bottom: 4px;
}

p.notizie_home {margin-bottom: 18px;}

p.notizie_home img {float:left;margin:0;padding:0; padding-right:5px;width:110px;height:80px;}

p#altre_notizie_home {text-align:right;}

p#altre_notizie_home a {text-decoration:underline;}

/* ******************************BOX EVENTI NEL LAZIO */
ul#eventi {
	margin:0;
	padding:0;
	list-style:none;
}

/* #3. Button placement */
div#button{
	position:absolute;
	margin-top:-143px;
	margin-left:205px;
	z-index:99;
}

div#images{
	width:205px;
	height:143px;
	overflow:hidden;
}

/* #3. Navigation buttons to the left of disjointed images */
div#button li{
	position:relative;
	width:191px;
	height:32px;
	padding: 8px 5px;
	border: 0px solid #333;
	background-image:url(../img/sfondo_grigio_eventi.png);
	background-position: 0 0;
	background-repeat: repeat-x;

}
	
/* #3. Make the Buttons Clickable */
li#evento_1 a, li#evento_2 a, li#evento_3 a {
	width:191px;
	height:32px;
	line-height:1em;
	display:block;
	color: #fff;
	letter-spacing:1px;
}

li#evento_1.selected, li#evento_2.selected, li#evento_3.selected {
	
	background-image:url(../img/sfondo_blue_eventi.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}
	

/* #3. Hover Button States */
	li#evento_1:hover, li#evento_2:hover, li#evento_3:hover{
	background-image:url(../img/sfondo_blue_eventi.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

/* ***************************************FINE BOX EVENTI NEL LAZIO */

/* ***************************************INIZIO COLONNA DESTRA */
#colonna_destra {
	float: right; 
	width: 250px;
	padding: 0px 0px 0px 21px;
	margin-top: 0px;
}

#colonna_destra h3 {
	color: #fff;
	border-bottom: 1px solid #1c7ce2;
	background-image: url(../img/sfondo_azzurro_titolo_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 6px;
	font-size: 12px;
}

.box_focuson {
	width: 147px;
	height: 120px;
	line-height:1.1em;
	float: left;
	background-image: url(../img/sfondo_box_focuson.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #aa150e;
	color: #fff;
	border-left: 11px solid #f3f3f3;
	border-top: 11px solid #f3f3f3;
}

.box_focuson p {
	margin: 0;
	padding: 2px 4px;
	
}

.box_focuson a {
	color: #fff;
	font-size: 11px;
	
}

#cerca_new {
	height: 47px;
	background-image:url(../img/sfondo_cerca.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	border-top: 1px solid #fff;
	position: relative;
}

#tasto_ricerca_new {
	position: absolute;
	right: 12px;
	top: 9px;
	background-color: transparent;
	border:0;
	width: 25px;
	height: 25px;
}

#testo_cerca_new {
	width: 170px;
	border: 0px solid #000;
	margin-top: 13px;
	margin-left: 34px;
	font-style: normal;
	border:0px solid #000;
	color:#888;
}

label#testo_cerca_new_label {
	display:none;
}

h3#in_evidenza {margin-bottom:2px;}

/* ***************************************FINE COLONNA DESTRA */

h3.titolo_footer {
	color: #fff;
	border-bottom: 1px solid #c2001f;
	background-image: url(../img/sfondo_rosso_titolo_footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 3px 6px;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ul#nostri_portali_home {
	margin:0;
	padding:0;
	list-style:none;
}

ul#nostri_portali_home li {
	display:inline;
}

ul#nostri_portali_home img {
	margin-right:5px;
	padding: 0px 0px;
}

/*img.link_collegati_home {
	padding: 18px 18px;
}*/

ul#link_collegati_home {
	margin:0;
	padding:0;
	list-style:none;
}

ul#link_collegati_home li {
	display:inline;
}

ul#link_collegati_home img {
	padding: 9px 14px;
}


/* parte che sovrascrive le proprietà in generale.css 
Assicurarsi che l'ordine di caricamento dei fogli di stile sia prima generale.css e poi home.css */
#footer {
	min-height: 125px; 
   	height:auto !important; 
  	height: 125px;
	/*background-image: url(../img/logo_lait_footer.png);
	background-position: right middle;
	background-repeat: no-repeat;*/
}
p#contatti_footer{
	margin-top:25px;
	margin-bottom:0px;
}
p#menu_servizio_footer {background-color:#05263e; color:#fff; height:24px;}
p#menu_servizio_footer a {color:#fff;}
p#menu_servizio_footer a:hover {color:#fff;}


#primopiano {border-top:1px solid #fff;}