body {
	margin: 0 auto;
	width: 100%;
	height: 100%;/*font-family: Arial, Helvetica, sans-serif;*/
	/* background: url('../images/tex2res5.png') repeat center center #fafafa; */
}
/* @font-face {
    font-family: 'LeagueGothic';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothic') format('svg');
    font-weight: normal;
    font-style: normal;
} */

/* h2, h3, h4, h5 {
	font-family: 'LeagueGothic', Arial, Helvetica, sans-serif;
	line-height: 100%;
} */

/*h1 {
	font-size: 80px;
	text-transform: uppercase;
}*/

h2 {
	font-size: 40px;
}
/*a {
	color: #000;
	text-decoration: none;
	padding: 0px;
}

a:hover {
	background: #ff0;
}

a, a:link, a:focus, a:visited {
	outline: none;
}*/

.esc {
	position: relative;
	clear: both;
	width: 100%;
}
header, footer {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
header {
	text-align: center;
}
#logo {
	position: relative;
	margin: 20px auto;
	width: 960px;
	text-align: center;
}
#logo h1 {
	font-size: 100px;
	position: relative;
	margin: 20px auto auto auto;
	display: block;
	float: left;
}
#logo h1 span {
	text-transform: none;
}
#logo a {
	background: none;
	display: inline;
	margin: 0px;
}
#logo img {
	position: relative;
	cursor: pointer;
	display: block;
	float: left;
	margin-top: 10px;
}
#logo h2 {
	font-size: 50px;
}
#content {
	position: relative;
	margin: 50px auto;
	width: 960px;
}
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.als-container h3 {
	width: 241px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #f38232;
	display: block;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.als-container a {
	color: #fff;
	text-decoration: none;
}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	border: 1px solid #fff;
}
.als-wrapper {
	position: relative;
	list-style: none;
}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#lista1 .als-item {
	margin: 0px 10px;
	min-height: 152px;
	min-width: 128px;
}
#lista1 .als-item img {
	position: relative;
	/* display: block; */
	vertical-align: middle;
	margin-bottom: 0px;
	border: none;
}
#lista1 .als-prev, #lista1 .als-next {
	top: 80px;
	width: 0px;
	height: 22px;
}
#lista1 .als-prev {
	left: 120px;
}
#lista1 .als-next {
	right: 170px;
}
/*********************
 * footer style
 ********************/

#footer {
	width: 928px;
	margin: 0 auto;
	padding: 5px 15px;
	border: 1px dashed #000;
	border-radius: 10px;
}
#footer p {
	position: relative;
	margin: 5px auto 10px auto;
	width: 960px;
	font-size: 12px;
}
#footer p.ultimo {
	margin-bottom: 5px;
}
