html {font-size: 100%;}
body {
	background: #e0d7d0;
	margin: 0;
}

/*---------------------------------- HEADER ----------------------------------*/

#header-holder	{
	background: #cf1e29 url(img/bg-body.gif) repeat-x 0 100%;
	border-bottom: #ece7e3 solid 0.8em;
	width: 100%;
	height: 10.5em;
}
#header	{
	background: #cf1e29 url(img/bg-body.gif) repeat-x 0 100%;
	position: absolute;
	top: 0;
	left: 50%;
	border-bottom: #ece7e3 solid 0.8em;
	/*margin: 0 auto;*/
	margin: 0 0 0 -44.5em;
	width: 89.0em;
	height: 10.5em;
}

#flash_petit {
	width: 72.1em;
	height: 19.7em;
}

#video_capcalera {
	width: 72.1em;
	height: 19.7em;
}

#flash_video {
	width: 36.3em;
	height: 19.6em;
}

/* LOGO */
/*h1.logo {
	position: absolute;
	top: 1.2em;
	left: 1.2em;
	background: url(img/logo.gif) no-repeat 0 100%;
	width: 35.8em;
	height: 7.0em;
}
h1.logo {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.2em;
	letter-spacing: -0.03em;
	margin: 0;
	padding: 0;
}*/
h1.logo strong {
	font-size: 1em;
}

h1.logo {
	font-size: 1em;
}

h1.logo span {
	display: block;
	padding-top: 1.4em;
}
h1.logo span img {
	display: inline;
	float: left;
	height: 2.0em;
}
h1.logo span img.teatre-text {
	width: 20.7em;
}
h1.logo span img.temporada-text {
	width: 15.3em;
}
h1.logo a.logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36.6em;
	height: 6.1em;
}
h1.logo a.logo img {
	width: 36.6em;
	height: 6.1em;
}


/* SEARCH FORM */
.search-form {float: right;}
.inp-holder {
	width: 16.0em;
	height: 1.5em;
	border: 0.1em solid #000;
	float: left;
	background: #fff;
	overflow: hidden;
}
.inp-holder .i-text {
	float: left;
	padding: 0;
	border: 0;
	background: none;
	height: 1.5em;
	width: 7.1em;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.inp-holder .btn-search {
	background: #000 url(img/ico-search.gif) no-repeat 0 50%;
	float: right;
	padding: 0 0.6em 0 2.2em;
	color: #fff;
	font-size: 0.9em;
	/*width: 7.4em;*/
	width: auto;
	height: 1.7em;
	border: none;
	cursor: pointer;
}
.inp-holder .btn-search span {
	display: block;
	float: left;
	padding: 0 0 0.4em 0;
}
* html #header .inp-holder .btn-search {
	height: 1.8em;
	padding: 0 0.0em 0 2.2em;
}
* html #header .inp-holder .btn-search span {
	padding: 0 0 0 0.4em;
}

/* TOP MENU */
.header-box {
	position: absolute;
	right: 0;
	top: 1.6em;
	width: 48.0em;
	background: url(img/img-black-border.gif) repeat-x 0 100%;
	padding: 0 0 0.8em;
}
.top-menu {
	padding: 0;
	margin: 0;
	float: left;
}
.top-menu li {
	display: inline;
	padding-left: 1.6em;
	background: url(img/img-white--separator.gif) no-repeat 0.6em 50%;
}
.top-menu li.first {
	padding: 0;
	background: none;
}
.top-menu a {
	color: #fff;
	font-size: 0.9em;
}





/*-----------------BT HOME--------------------------*/
.main-nav li.corners {
	position:relative;
	background: #858585 url(img/btn-home.gif) repeat-x 300px 23%;
}
.main-nav li.tap {
	border-bottom: 1px solid #7e0e15;
}
/*main-nav*/
.main-nav {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.main-nav li {
	float: left;
	margin-right: 0.5em;
}
.main-nav a {
	float: left;
	background: url(img/bg-main-nav.gif) repeat-x;
	padding-left: 1.2em;
	color: #fff;
}
.main-nav a span {
	display: block;
	/*background: url(img/bg-main-nav.gif) repeat-x 0 0;*/
	padding: 0 1.2em 0.4em 0;
	font: 1.0em/2.0em Arial, Helvetica, sans-serif;
}
.main-nav a:hover, .main-nav a.active{
	background-position: 0 -2.4em;
	text-decoration: none;
	color: #fc0;
}
.main-nav a:hover, .main-nav a.active {background-position: -345px 0;}

/*.main-nav li.btn-home {
	text-transform: uppercase;
}*/
.main-nav li.btn-home a.home {
	background: #e4a363 url(img/btn-home.gif) repeat-x 0 23%;
	color: #000 !important;
	padding: 0 0.5em;
	margin:0;
	height: 2.0em;
	float:left;
	border-bottom: 0.1em solid #000;
}
.main-nav li.btn-home a.home:hover {background: #858585 url(img/btn-home.gif) repeat-x 300px 23%;}

.main-nav li.btn-home a span {
	background: none;
	padding: 0;
}

.main-nav li.corners .left-top {
	background:transparent url(img/bt-rounded-top-left.gif) no-repeat scroll 0%;
	left:0;
	top:0;
}
.main-nav li.corners .right-top {
	background:transparent url(img/bt-rounded-top-right.gif) no-repeat scroll 0%;
	right:0;
	top:0;
}
.main-nav li.corners.btn-home .right-top {
	right:-1px;
}
.main-nav li.corners .left-bot {
	background:transparent url(img/bt-rounded-bot-left.gif) no-repeat scroll 0%;
	left:0;
	bottom:-1px;
}
/*.main-nav li.btn-home .right-bot {
	background:transparent url(img/bt-rounded-bot-right.gif) no-repeat scroll 0%;
	right:0;
	bottom:0;
}*/
.main-nav li.corners .left-top, .main-nav li.corners .right-top, .main-nav li.corners .left-bot, .main-nav li.corners .right-bot {
	height:2px;
	overflow:hidden;
	position:absolute;
	width:2px;
}
.main-nav li.corners .left-bot {
	height: 4px;
}





/*---------------------------------- CONTENT ----------------------------------*/

/* CONTAINER */
#container {
	width: 89.0em;
	overflow: hidden;
	background: url(img/bg-container.gif) repeat-y;
	margin: 1.1em auto 1.4em auto;
}
* html #container {
	width: 89.5em;
}
/*sidebar*/
.sidebar-holder {
	background: #e9e3de;
	float: left;
	width: 15.2em;
}
.sidebar {
	float: left;
	padding: 0 0.5em;
	/*margin-right: 1.6em;*/
}
.content-holder {
	background: #e0d7d0;
	/*width: 64.3em;*/
	float: left;
	padding-left: 1.6em;
}
.content {
	background: #e0d7d0;
	width: 64.3em;
	float: left;
}
.content.fitxa {
	background: #e0d7d0;
	width: 72.1em;
	float: left;
}




/*---------------------------------- FOOTER ----------------------------------*/

.footer-holder {
	padding-top: 2.1em;
	background: #d5ccc5 url(img/img-black-border.gif) repeat-x 0 2.0em;
	margin: 0 auto 3.4em auto;
	width: 89.0em;
}
#footer {
	background: #e0d7d0 url(img/img-black-border.gif) repeat-x 0 100%;
	overflow: hidden;
	width: 100%;
	padding: 0.5em 0;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
	
#footer p {
	color: #cc0033;
	margin: 0;
	padding: 0.1em 0;
}
#footer p a {
	color: #000;
	text-decoration: none;
}
#footer p.logo-gene {
	border-left: 1px solid #b3aca6;
	padding-left: 1.2em;
	margin-left: 1.0em;
}
#footer p.logo-gene img {
	/*width: 10.6em;
	height: 2.7em;*/
	width: 20.0em;
	height: 4.0em;
}



/*************************** IE 6 **********************************/

* html #container .fitxa {
	background: #e0d7d0;
	width: 72.1em;
	float: left;
}
