@charset "utf-8";

/*
	PALETTE
	Barra Menu Blu Scuro: #00a2bc
	Barra menu Grigio: #38414b
	Barra Menu Blu Chiaro: #56bcce
*/

/* CSS Reset */
html, body, p, ul ,li, div, header, nav, section, article, aside, footer, hgroup, span, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

/* Impostazioni generali della pagina */
html{
	background-color: #fff;
}

body{
	width: 100%;
	min-width: 600px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color: #fff;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.testo_nascosto{
	position: absolute;
	left: -9999px;	
}
ul{
	list-style: none;	
}
.menu_inline li{
	display: inline;
	padding-right: .6em;
}
a{
	color: #000;
	text-decoration: none;	
}
h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: 'Roboto Condensed', sans-serif;
}

.color_01{
	color: #00a1be;
}

/* INTESTAZIONE  */
#intestazione{
	width: 100%;
	height: 80px;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
#intestazione img{
	width: 357px;
	margin-left: 12px;
}

/* MENU CONTATTI */
#menu_contatti{
	position: absolute;	
	top: 5px;
	right: 20px;
	text-align: right;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.7);
	padding: 10px;
}
#menu_contatti li{
	font-size: .9em;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
#menu_contatti li:hover{
	text-decoration: underline;	
}


/* MENU PRINCIPALE */
#area_menu{
	clear: both;
	height: 40px;
	background-color: #56bcce;
	position: relative;	
	border-bottom: 5px solid #00a2bc;
}
#spazio_menu{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

/* Menu Corsi */
#menu_corsi{	
	float: left;
	width: 250px;
	margin-left: 30px;
	padding-top: 12px;
	text-transform: uppercase;
}
#menu_corsi li{
	font-size: 1em;	
	padding-right: .9em;
	padding-left: .6em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
#menu_corsi li:last-child{
	padding-right: none; 
}
#menu_corsi a{
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
			transition: all 0.1s linear;
}
#menu_corsi a:hover{
	color: #fff;	
}

/* Menu Servizi */
#menu_servizi{
	float: right;
	width: 230px;
	text-align: right;
	padding-top: 12px;
	margin-right: 30px;
	text-transform: uppercase;
}
#menu_servizi li{
	font-size: 1em;
	padding-right: 0;
	padding-left: .6em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
#menu_servizi a{
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
			transition: all 0.1s linear;
}
#menu_servizi a:hover{
	color: #fff;	
}

.voce_selezionata{
	color: #fff;
	text-decoration: underline;
}


/* CONTENUTI DELLA PAGINA */
#corpo_pagina{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.contenuto_pagina{
	margin: 30px 30px 50px 30px;
	position: relative;
}
.contenuto_pagina p{
	line-height: 1.5em;
}
.contenuto_pagina strong{
	font-weight: bold;
	color: #444;
}
.contenuto_pagina h2{
	margin-bottom: .3em;
}
.contenuto_pagina h3{
	font-weight: bold;
}
.contenuto_pagina a{
	line-height: 1.5em;
}
.contenuto_pagina a:hover{
	text-decoration: underline;
}

.cubetto{
	width: 9px;
	height: 9px;
	display: inline-block;
	background-color: #56bcce;
	margin-right: 7px;
	margin-bottom: 2px;
}

.col_immagine{
	width: 200px;
	float: left;
}
.col_testo{
	margin-left: 220px;
}
.col_dx{
	width: 340px;
	float: left;
}
.col_sx{
	position: absolute;
	right: 0;
	width: 280px;
	text-align: right;
}

/* FOOTER */
/* Riga Footer */
#spazio_divisione_footer{
	clear: both;
	height: 65px;
	background-color: #56bcce;	
	position: relative;
}
#spazio_riga_footer{
	clear: both;
	width: 100%;
	height: 13px;
	background-color: #00a2bc;	
	position: absolute;
	top: 41px;
}

/* Footer */
#fine_pagina{
	width: 100%;
	max-width: 1024px;
	padding-bottom: 30px;
	padding-top: 15px;
	margin: 0 auto;
	position: relative;
}
#fine_pagina a:hover{
	text-decoration: underline;
}

/* Colonna Sinistra (Admin) */
#info_admin{
	width: 350px;
	float: left;
	margin-left: 30px;	
}
#info_admin span{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
}
#info_admin p{
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
}

/* Colonna Destra (Mappa Sito) */
#mappa_sito{
	width: 180px;
	float: right;
	text-align: right;
	margin-right: 30px;
}
#mappa_sito span{
	text-decoration: underline;
	line-height: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
}
#mappa_sito li{
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
}


/* MAPPA */
#map_canvas {
	width: 100%;
	height: 500px;
	border: 1px solid black;
}