/* CSS comune a tutte le skin_desktop */

/* Tipografia titoli paragrafi */
h1 {
	font-size: 32px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 14px;
	line-height: 32px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
	text-transform: uppercase;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 15px;
}

.titolo_td {
	font-weight: bold;
}

/* Struttura */
#wrapper {
	max-width: 1028px;
	margin: 0 auto;
	background: #ffffff;
	width: 100%;
	position: relative;
}

#informative_header {
	width: 100%;
	height: 80px;
	float: left;
}

#informative_top_menu {
	position: absolute;
	top: 90px;
	margin-left: 0;
	width: 1024px;
	height: 60px;
	margin-top: auto;
}

.segnalinoMenu {
	top: 48px;
}

/*.informativeMenuNoTab {
	position: relative;
	overflow: hidden;
	min-height: 540px;
	width: 240px;
	left: 0;
}*/

.informativeMenu, .informativeMenuNoTab {
	overflow: hidden;
	min-height: 540px;
	/*width: 240px;*/
	width: 33%;
	float: left;
	margin-top: 82px;
}
.informativeMenuNoTab {
	margin-top: 8px;
}

/*.informativeContenutoNoTab {
	position: absolute;
	top: 82px;
	max-width: 725px;
	margin-left: 240px;
	border-left: 1px solid lightgrey;
	left: 0;
	width: auto;
}*/

.informativeContenuto, .informativeContenutoNoTab {
	max-width: 725px;
	border-left: 1px solid lightgrey;
	float: left;
	width: 66%;
	margin-top: 84px;
}
.informativeContenutoNoTab {
	margin-top: 10px;
}

#footer {
	/*width: 1028px;*/
	float: left;
}

/*** Header ***/
#logo {
	z-index: auto;
	font-weight: bold;
	font-size: 35px;
	float: left;
	color: #fff;
	margin-left: 10px;
	line-height: 70px;
}

#logo a:hover {
	background: none;
}

/*** Menu ***/
#menu {
	list-style-type: none;
	min-height: 38px;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 2px;
	line-height: 38px;
}

#menu a {
	padding-left: 6px;
}

/*** sotto menu ***/
.sotto_menu {
	display: none;
	width: 100%;
	height: 34px;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-top: 2px;
	line-height: 34px;
	text-indent: 16px;
}

/*** Contenuto ***/

p {
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
}

.p_slot {
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	text-transform: initial;

}

.informative_paragrafo, .informative_paragrafo_NoTab {
	display: none;
	margin: 0 25px 0 25px;
	text-align: justify;
}

/*** Tabella ***/

table, td, th {
	border: 1px solid #EEE;
	border-collapse: collapse;
	margin-top: 15px;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 14px;
}

table {
	width: 100%
}

td, th {
	padding: 8px 16px;
}

td {
	text-align: center;
	vertical-align: top;
}

th {
	text-align: center;
}

tr.odd td, tr.odd th {
	background: #f2f2f2;
}

/* Elenchi*/
ol, li, ul {
	margin-left: 10px;
	font-size: 14px;
	margin-top: 5px;
}

.tabella-compatta td, .tabella-compatta th {
	padding: 1px;
}

/*** Footer ***/
#footer {
	color: #fff;
}

#footer a {
	font-size: 14px;
}

/* Immagini*/

img.resize {
	max-width: 90%;
	max-height: 90%;
}

/** modificato dopo aver visto contenuto tutorial non centrato **/
.webviewMobile {
	display: block;
	position: absolute;
	top: 60px;
	left: 50px;
	width: 700px;
	height: 500px;
}

.webviewMobile {
	display: block;
	position: absolute;
	top: 80px;
	left: 330px;
	width: 700px;
	height: 500px;
}
