@import "estrutura.css";

/* -------------------------------------------------------------------- Conteúdo Esquerdo */
#cont {

	float: left;
	width: 560px;
	_width: 560px;	
	overflow: hidden;
}
	/* --------- Cursos */
	#cursos {
		float: left;
		width: 214px;
	}
		.curso_detalhe {
			background: url("../imgs/bg_cursos.gif");
		}
		.curso_detalhe_cont {
			width: 150px;
			margin-left: 47px;
			padding-top: 6px;
			font: 10px "Tahoma";
			color: #b7b9b2;
		}
		
	#cont_central {
		float: left;
		width: 346px;
		background: url("../imgs/bg_noticias.gif") no-repeat;
	}
	/* --------- Promoçoes */
		#promocoes {
			position: absolute;
			left: 214px;
		}
	/* --------- Notícias */
		#noticias {
			padding: 180px 0px 0px 25px;
			_padding: 0px;
			_margin: 180px 0px 0px 25px;
			min-height: 200px;
		}
			.p_noticia {
				float: left;
				width: 220px;
				margin: 3px 0px 5px 5px;
			}
			.p_noticia2 {
				float: left;
				width: 290px;
				margin: 3px 0px 5px 5px;
			}
			.img_noticia {
				float: left;
			}
			.dt_mais {
				position: relative;
				top: 1px;
			}
	/* --------- Unidades */
	#unidades {
		width: 536px;
		margin-left: 14px;
	}
	/* --------- News cultura BH */
	#news {
		float: left;
		width: 200px;
		height: 130px;
		margin-left: 14px;
		_margin-left: 7px;
		background: url("../imgs/bg_news.gif") no-repeat;
	}
		.tit_news {
			position: absolute;
			margin: 22px 0px 0px 25px;
		}
		.p_news {
			position: absolute;
			margin: 43px 0px 0px 26px;
		}
		.campo_news {
			position: absolute;
			margin: 74px 0px 0px 21px;
		}
		#form_news {
			position: absolute;
			padding: 79px 0px 0px 32px;
			z-index: 10;
		}
			#input_news {
				width: 114px;
				border: 0px;
				font: 12px Tahoma;
				color: #777;
			}
			#button_news_ok {
				position: absolute;
				margin: -4px 0px 0px 16px;
			}
			#button_news_seta {
				position: absolute;
				margin: -2px 0px 0px 15px;
			}
			
	/* --------- Teste seu ingles */
	#teste {
		_margin-left: 0;
		float: left;
		/*width: 336px;*/
		margin-left: 18px;
		width: 100%;
		height: 130px;
		background: url("../imgs/bg_teste.jpg") no-repeat;
	}
		#tit_teste {
			position: absolute;
			margin: 22px 0px 0px 15px;
		}
		#btn_teste {
			position: absolute;
			margin: 82px 0px 0px 213px;
		}
		
		
/* -------------------------------------------------------------------- Conteúdo Esquerdo */

#floater {
	z-index: 10;
	width: 177px;
	overflow: hidden;
	margin-left: -145px;
	margin-top: -115px;
	left: 50%;
	padding: 10px;
	bottom: -30px;
	background: #FFFFFF;
	border: 2px solid #F0F3E0;
	position: absolute;
	color: #765E63;
	font: normal 11px verdana;
	text-align: justify;
	float: left;
}


#floater2 {
	position: absolute;
	width: 300px;
	color: #F77;
	margin-left: -4px;
	margin-top: -48px;
	display: block;
	border: 1px solid #0d55;
	background: #FFF;
	padding: 5px;
	text-align:  center;
}