@import url(/css/estilo.css);

	body { background-image:none; background-color:#7f9ab6; }
		
		.palco { font:Verdana, Geneva, sans-serif; }
		
		h1 { margin:15px 0; }
		h2 { color:#fff; font:20px Tahoma, Geneva, sans-serif; margin:20px 0 10px 0; }
		
		.topo-estreia { margin:0 0 20px 0; }
		
		.dest-esq { float:left; margin:0 0 40px 0; width:292px; }
			.dest-esq div { background-color:#1e5892; color:#fff; height:115px; margin:0 0 20px 8px; width:100%; }
				.dest-esq div div { background:none; }
				.dest-esq div .foto { float:left; margin:0; padding:0; text-align:center; }
				.dest-esq div h2 { margin:0; padding:10px 0 5px 0; text-align:center; }
				.dest-esq div p { padding:0 0 5px 145px; }
				.dest-esq div .data { position:absolute; height:20px; margin:85px 0 0 0; width:136px; }

		
		.dest-dir { float:right; margin:0 8px 40px 0; width:468px; }
			.dest-dir div { background-color:#1e5892; color:#fff; float:left; height:115px; margin:0 0 20px 20px; width:214px; }
				.dest-dir div div { background:none; }
				.dest-dir div .foto { float:left; margin:0; padding:0; overflow:hidden; text-align:center; width:75px; }
				.dest-dir div p { padding:10px 0 5px 85px; }
				.dest-dir div .data { position:absolute; height:20px; margin:85px 0 0 75px; width:139px; }
			
			
			/*Mozilla ignores crazy MS image filters, so it will skip the following*/
			.data { font:19px Tahoma, Geneva, sans-serif; padding:5px 0; text-align:center; text-transform:uppercase; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/estreias/imagens/bg-data.png'); }
			/*IE ignores styles with [attributes], so it will skip the following. */
			.data[class] { background-image:url(/estreias/imagens/bg-data.png); }
		
		
		.palco ul { position:absolute; margin:40px 0 0 4px; }
		
		.infos { background-color:#285e87; color:#fff; margin:20px 0 40px 35px; padding:20px 20px 20px 150px; }
			.foto-interna { float:left; margin:0 15px 5px 0; }
						
						
		#rodape { background:none; left:0; margin:-20px 0 0 0; position:absolute; width:100%; }
			#rodape div { background-color:transparent; }
			#rodape ul { margin:5px 0 10px 0; }
				#rodape p { color:#fff; margin:0; padding:0 0 15px 0; }
				#rodape a { color:#fff; }
			#rodape .clear { background:none; font-size:0; height:5px; line-height:0; }
