/* CSS Document */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/body_bg.jpg);
	background-color: #A3E8EA;
}

.tit_home {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 30px;	
} 

.tit_home a {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 30px;
	color: #000000;
	text-decoration: none;	
} 

.tit_home a:hover {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	padding-bottom: 30px; 
	
} 

.sfondo_home {
	background-image: url(../images/sfondo_home_2.gif);
	background-repeat: no-repeat;
	background-color: #A9EEF0;
}

.cielo_home {
	background-image: url(../images/cielo_2_home.gif);
	background-repeat: no-repeat;
	background-color: #A9EEF0;
}

.box_home {
	font-size: 12px;
	padding-left: 12px; 
	padding-right: 12px; 
	border: thin solid #000000;
		
}

.p a{
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
} 

.bookhome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FEA802;
	padding-left: 15px;
	font-weight: bolder;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-width: thin;
	border-left-width: thin;
}
/* il menù in alto a destra da copiare in main_home.css*/
#menu_top {
	padding: 10px 10px 0 0;
	/* border: 1px solid pink; */
	text-align: right;
	font-weight: bold;
}

#menu_top a {
	margin-left: 10px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
	padding: 2px 10px;
}
