@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	margin-top: 10px;
	background-image: url(../images/es_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

#version {
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 5px;
}
#version a {
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#version #selected {
	color: #FFCC00;
}

#version a:hover {
	color: #FFCC00;
}

#fandango {
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}
#fandango a {
	color: #CCCCCC;
	font-size: 13px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#fandango #selected {
	color: #FFCC00;
}

#fandango a:hover {
	color: #FFCC00;
}

.preamble {
	color: #CCCCCC;
	font-size: 14px;
	background-color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#locandina {
	background-image: url(../images/es_web.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 450px;
	display: block;
}
#content {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content ul {
	list-style-type: none;
	list-style-image: none;
}
#content li {
	font-size: 18px;
}
#content a {
	color: #FFFFFF;
}
#content a:hover {
	color: #FFCC00;
}
.crew {
	font-size: 16px;
}






#menu {
	background-color: #333333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li {
	display: inline;
}
#menu a {
	color: #CCCCCC;
	font-size: 18px;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#menu #selected {
	color: #FFCC00;
}

#menu a:hover {
	color: #FFCC00;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}
.advert {
	font-size: 10px;
	color: #FFCC00;
	text-align: center;
	margin-bottom: 5px;
}
