@charset "UTF-8";

/**************************** main structure ****************************/
body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: 100%;
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box {
	background-color: #eecc85;
	width: 790px;
	padding: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
#sub-box {
	background-color: #f9f3e3;
	padding: 3px;
}
#header {
	border: 1px solid #000000;
}
#content {
	width: 588px;
	border: 1px solid #eecc85;
	margin-top: 3px;
}
#content-header {
	background-color: #f7e4bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eecc85;
	text-align: left;
	height: 17px;
	padding-left: 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2e6651;
	line-height: 17px;
}
#content-data {
	text-align: left;
	vertical-align: top;
	padding: 15px;
	font-family: Arial;
	font-size: 12px;
	color: #375147;
	line-height: 14px;
}
#side-box {
	border: 1px solid #eecc85;
	width: 189px;
	float: right;
	margin-top: 3px;
	margin-bottom: 3px;
}
#promo-header {
	background-color: #f7e4bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eecc85;
	text-align: left;
	height: 17px;
	padding-left: 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2e6651;
	line-height: 17px;
}
#promo-data {
	text-align: left;
	vertical-align: top;
	padding: 8px;
	font-family: Arial;
	font-size: 11px;
	color: #375147;
	line-height: 14px;
}
#info-header {
	background-color: #f7e4bd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eecc85;
	text-align: left;
	height: 17px;
	padding-left: 3px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2e6651;
	line-height: 17px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eecc85;
}
#info-data {
	text-align: left;
	vertical-align: top;
	padding: 8px;
	font-family: Arial;
	font-size: 11px;
	color: #375147;
	line-height: 14px;
}
/**************************** Links ****************************/

.chromestyle a:link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F9F3E3;
	text-decoration: none;
	line-height: 10pt;
}
.chromestyle a:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F9F3E3;
	text-decoration: none;
	line-height: 10pt;
}
.chromestyle a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F9F3E3;
	background-color: #003333;
	text-decoration: none;
	line-height: 10pt;
}
#content a:link {
	font-family: Arial;
	font-size: 12px;
	color: #6C0809;
}
#content a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #6C0809;
}
#content a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #f9f3e3;
	background-color: #6C0809;
}
#side-box a:link {
	font-family: Arial;
	font-size: 12px;
	color: #6C0809;
}
#side-box a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #6C0809;
}
#side-box a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
/**************************** Text ****************************/

h1 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #6C0809;
	line-height: 18px;
}
.sub-title {
	font-family: Arial;
	color: #375147;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.title-theatro {
	font-family: Arial;
	color: #375147;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/**************************** Medias ****************************/

.photo {
	border: 1px solid #375147;
}
.photo_left {
	float: left;
	border: 1px solid #375147;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo_right {
	float: right;
	border: 1px solid #375147;
	margin-left: 10px;
	margin-bottom: 5px;
}

/**************************** Drop Down Menu ****************************/


#drop-menu {
	width: 150px;
	background-color: #357764;
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #F9F3E3;
	padding: 3px;
	position: relative;
	z-index: 1;
	left: -4px;
	top: -1px;
}
.theatro {
	background-color: #FBEBC4;
	padding: 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
.commandite {
	padding: 4px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	border: 1px solid #EECC85;
}
