/* CSS Document */

*{
	outline: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
body{
	margin:0px;
	padding:0px;
	overflow:-moz-scrollbars-vertical;
	background: #001e38 url("../imgs/bg.jpg") no-repeat;
	font:normal 11px Arial, Helvetica, sans-serif;
}
img {
	border:0px;
	margin:0px;
	padding:0px;
}

#bg_image{
	position: absolute;
	width: 100%;
	height: 850px;
	background:url("../imgs/bg_image.jpg") no-repeat center top;
}
#geral {
	width: 780px;
}
#menu {
	margin: 8px 0px 0px 20px;
	height: 50px;
}
#centro {
	min-height: 550px;
	_height: 550px;
	/* background: url("../imgs/boneco.png") no-repeat; */
}
	#left {
		position: absolute;
		left: 400px;
		width: 350px;
		height: 520px;
		z-index:100;
		/*background: url("../imgs/bg_left.gif")  no-repeat;*/
	}
	#programacao {
		float: left;
		width: 270px;
		height: 260px;
		margin-top: 10px;
	}
	.programacao_espetaculo {
		width: 246px;
		min-height: 78px;
		_height: 78px;
		padding-bottom: 7px;
        background: url("../imgs/dt_espetaculo_borda.gif") bottom no-repeat;
		background-color: #00284a;
		margin: 7px 0px 0px 0px;
		color: #fff;
	}
		.programacao_foto {
			float: left;
			margin-top: 7px;
			padding-left: 7px;
		}
		.programacao_cont {
			float: left;
			width: 145px;
			padding: 7px 0px 0px 7px;
		}
		.programacao_cont a{
			color: #FFF;
		}
		  .hora {font: 9px Arial, Helvetica, sans-serif;}
		  .titulo {font: 11px Arial, Helvetica, sans-serif;}
		  .local {
			  display: block;
			  margin-top: 7px; 
			  font: 10px Arial, Helvetica, sans-serif;
		  }
	
	#programacao_datas {
		float: left;
		width: 50px;
		margin-left: 12px;
	}#programacao_datas img{
		margin-bottom: 5px;
	}
	#animacao {
		position: absolute;
		width: 650px;
		z-index:1;
	}
	
.parceiros, .parceiros_1 {
	width: 475px;
	height: 70px;
	background: #0f2b44;
	float: left;
	margin-bottom: 4px;
}
.parceiros {
	margin-left: 200px;
}

#p1 img{margin-right: 15px}
#p2 img{margin-right: 0px}
#p3 img{margin-right: 16px}
#p4 img{margin-right: 10px}
#p5 img{margin-right: 30px}
#p6 img{margin-right: 24px}
#p7 img{margin-right: 25px}
#p8 img{margin-right: 20px}
#p9 img{margin-right: 20px}
#p10 img{margin-right: 20px}
#p11 img{margin-right: 6px}


#rodape {
	margin-top: 50px;
	margin-bottom: 7px;
}
	.capa_txt_topo {
		position: absolute;
		top: 90px;
		left: 578px;
		text-align: right;
	}
	
	.capa_thumb {
		float: left;
		margin: 2px 0px 15px 23px;
		border: 3px solid #000;
	}
	.capa_p {
		float: left;
		width: 150px;
		margin: 2px 0px 15px 8px;

		color: #ddd;
		font-size: 9px;
		text-align: justify;
	}
	.small {
		font-size: 8px;
	}
	.acesse_blog {
		font-size: 8px;
		color: #FFCC00;
		margin-left: 64px;
	}

.both {
	clear: both;
	height: 0px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}
.cor_branco {
	color: #fff;
}
.cor_azul {
	color: #7ac2ee;
}
.cor_azul2 {
	color: #809db7
}
.cor_amarelo {
	color: #dec555;
}
.cor_amarelo2 {
	color: #ffea00;
}
.cor_bege {
	color: #9c9f71;
}
.cor_verde {
	color: #8fb71c;
}
.cor_verde2 {
	color: #9fd474;
}
.cor_rosa {
	color: #f8666b;
}
.cor_verde3 {
	color: #66FF99;
}
