@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background:url(img/bg_full.png) repeat-x 0 0 #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#allcontent {
	display:block;
	float:none;
	width: 990px;
	height:100%;
	margin: 0 auto;
	position:relative;
}
#logo a {
	float:left;
	width:212px;
	height:106px;
	text-indent: -5000px;
	position:absolute;
	top: 10px;
	left: 25px;
	background:url(img/logotipo.png) no-repeat 0 0;
}
#stage a {
	float:none;
	width:100%;
	min-height: 470px;
	background:url(img/entrada1.jpg) 0 -50px;
	position:absolute;
	top:126px;
	text-indent:-5000px;
	text-decoration:none;
}
.end_box a {
	width: 404px;
	height: 120px;
	background:url(img/box_end.png) no-repeat 0 0;
	text-indent: -5000px;
	position:absolute;
	left: 20px;
	bottom:-685px;
}
#chamada_bck {
	display:block; 
	background:#fff; 
	width:320px;
	height: 345px;
	border: solid 1px #de642b;
	border-bottom: none;
	position:absolute;
	right: 20px;
	bottom: -685px;
	opacity: .85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	z-index:1;
}
#chamada {
	width:320px;
	height: 345px;
/*	background:#FFF;
	border: solid 1px #de642b;
	border-bottom: none;*/
	position:absolute;
	right: 20px;
	bottom: -685px;
	z-index: 5;
}
#chamada h1 {
	color: #de642b;
	text-align:center;
	font-size: 28px;
	padding: 0 20px;
	margin-top:20px;
}
#chamada h4 {
	color:#333;
	text-align:center;
	font-size: 18px;
	padding: 0 20px;
}
#chamada a {
	display:block;
	width:268px;
	height: 43px;
	background:url(img/bt_link.png) 0 0 no-repeat;
	text-decoration:none;
	color: #dde0e0;
	text-align:center;
	position:absolute;
	left: 26px;
	line-height: 40px;
}
#chamada a:hover {
	background:url(img/bt_link.png) 0 -43px no-repeat;
}
