/* design comum a todas as páginas */
body {
	width:770px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1e3262;
}

/* header */
h1 {
	height:63px;
	background-image:url(../../images/bg_header.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#0000AA
}

h1 a {
	float: left;
	display:block;
	width:471px;
	height:63px;
	background-image:url(../../images/logo_espacounibanco.jpg);
	background-repeat:no-repeat;
}

h1 a span {
	display:none;
}

h1 strong{
	float: right;
	margin: 39px 22px 0 28px;
	color: #fff;
	font-size: 0px;
	background:url(../../images/tit_arte_cultura_lazer.jpg) no-repeat;
	width: 142px;
	height: 16px;
	text-indent: -9999px;
}

h2 {
	font-weight: bold;	
}

h3, h3 a{
	font-weight: bold;
	color: #1e3262;
	font-size: 10px;
}


/* Padrões */
p{
	color: #1e3262;
}

a, a:visited{
	text-decoration: none;
	color: #1e3262;
	color:#1E3262;
}

a:hover, a:focus{
	text-decoration: underline;
}

a.underline, a.underline:visited{
	text-decoration: underline;
}

a.underline:hover, a.underline:focus{
	text-decoration: none;
}

a.seta_leste, a.seta_oeste{
	float: left;
	padding: 0 0 0 12px;
	margin: 8px 0 0 0;
	width: 100%;
	 _width:auto;
	clear: left;
	font-size: 11px;
}

a.seta_leste, a.seta_leste:visited{
	background: url(../../images/ico_seta_leste.gif) no-repeat left 3px;
}

a.seta_oeste, a.seta_oeste:visited{
	background: url(../../images/ico_seta_oeste.gif) no-repeat left 3px;
}

a.readmore, a.readmore:visited, a.watchhere, a.watchhere:visited{
	text-decoration: underline;
	font-weight: bold;
}

a.readmore:hover, a.readmore:focus, a.watchhere:hover, a.watchhere:focus{
	text-decoration: none;
}

a.more, a.more:visited, a.less, a.less:visited{
	font-weight: bold;
	float: right;
	padding: 0 0 0 20px;
	border-bottom: solid #003366 1px;
}

a.more:hover, a.more:focus, a.less:hover, a.less:focus{
	border-bottom: none;
	text-decoration: none;
	margin: 0 0 1px 0;
}

a.more{
	background: url(../../images/ico_more.gif) no-repeat left 2px;
}

a.less{
	background: url(../../images/ico_less.gif) no-repeat left 2px;
}

a.btn_buy_now{
	float: left;
	background: url(../../images/btn_compre_ingresso_agora.gif) no-repeat;
	font-size: 0px;
	text-indent: -9999px;
	width: 178px;
	height: 24px;
}

/* menu */
div#menu{
	background: #386991 url(../../images/bg_mnu.jpg) repeat-x;
	height:26px;
	width:100%;
}

div#menu ul{
	text-align:center;
	margin: 0;
}

div#menu ul li{
	display:inline;
	float: left;
	background: url(../../images/bg_border_menu.jpg) no-repeat right;
}

div#menu ul li a{
	color:#FFFFFF;
	float: left;
	font-size: 12px;
	padding: 5px 19px;
	margin: 0 2px 0 0;
	text-decoration:none;
	height: 16px;
	font-family:verdana, arial, helvetica, sans-serif;
}

div#menu ul li a:hover, div#menu ul li a.selected{
	background: url(../../images/bg_menu_hover.jpg) repeat-x;
/*
	font-weight: bold;
	padding: 5px 18px;
*/
}

div#menu ul li#last_menu_item{
	background: none;
}

/* conteúdo */
div#content {
	margin: 6px 0 3px 0;
	padding: 0 0 3px 0;
	_padding: 0 0 3px 3px;
	width: 770px;
	float: left;
}

/* navegadores auxiliares - lateral direita */
div#aux_navigator {
	width:214px;
	float:left;
	clear:none;
	display:inline;
}

/* rodapé */
div#footer{
	border-top:1px solid #999999;
	float:left;
	width: 100%;
	padding: 7px 0 0 0;
	margin: 3px 0;
}

div#footer a {
	float: right;
	width: 112px;
	height: 19px;
	background: url(../../images/footer_logo.png) right bottom no-repeat;
	text-indent: -9999px;
}

/*classe para limpar containers com filhos flutuantes*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}

/*.clearfix {display: inline-table;}*/
.clearfix {display:inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Lista com icone seta */
ul.seta{
	margin: 5px 0;
}

ul.seta li{
	display: block;
	background: url(../../images/ico_seta_leste.gif) no-repeat left 3px;
	padding: 0 0 0 15px;
}