/********************************************************************************************
	1 - ESTRUTURA
	2 - TOPO
	  2.1 - MENU
	  2.2 - FLASH
	3 - CONTEUDO
	  3.1 - DESTAQUE
	  3.2 - QUE FAZ APROVA
	  3.3 - RECOMENDO
	  3.4 - EDITAIS
	  3.5 - CURSOS
	  3.6 - NOTICIAS
	10 - FOOTER
/********************************************************************************************
/********************************************************************************************
   1 - ESTRUTURA 
*********************************************************************************************/
 
body {
background-image:url(../imagens/bg.jpg);

}
div#site {
	position:absolute;
	top:0px;
	width:850px;
	height:750px;
	left:40%;
	height:auto;
	padding:0;
	margin:0 0 0 -388px;
	
}
div#bg {
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:850px;
	
}


/********************************************************************************************
   2 - TOPO 
*********************************************************************************************/
div#logo{
	width:325px;
	height: 147px;
	left: 10px;
	top: 10px;
	position:absolute;
}
div#topo2{
	width:541px;
	height: 144px;
	left: 246px;
	top: 28px;
	position:absolute;
}
/********************************************************************************************
   2.1 - Meio 
*********************************************************************************************/
div#meio{
    width:491px;
	height: 460px;
	left: 320px;
	top: 170px;
	background-image:url(../imagens/fundo_texto2.gif);
	position:absolute;
}
div#meio_trombone{
    width:386px;
	height: 494px;
	left: 380px;
	top: 163px;
	background:url(../imagens/no_trombone3.jpg);
	position:absolute;
}
div#meio_conteudo{
    width:500px;
	height: 440px;
	left: 12px;
	top: 19px;
	position:absolute;
}
div#meio_conteudo_inicial{
    width:313px;
	height: 124px;
	left: 29px;
	top: 161px;
	position:absolute;
}

div#banner{
    width:491px;
	height: 127px;
	left: 321px;
	top: 14px;
	position:absolute;
	z-index:1;
}

div#banner_2{
	width:499px;
	height: 213px;
	left: 346px;
	top: 5px;
	position:absolute;
	z-index:1;
	background:url(../imagens/fundo_banner_home.png);
}

div#banner_3{
	width:452px;
	height: 196px;
	left: 370px;
	top: 14px;
	position:absolute;
	z-index:1;
}

div#banner_espetaculos{
    width:255px;
	height: 130px;
	left: 570px;
	top: 511px;
	position:absolute;
	z-index:1;
}
div#home_noticias{
    width:357px;
	height: 297px;
	left: 344px;
	top: 245px;
	position:absolute;
	background:url(../imagens/home_noticias.jpg);
	z-index:1;
}
div#banner_espetaculos{
	width:255px;
	height: 130px;
	left: 570px;
	top: 511px;
	position:absolute;
	z-index:1;
	background-image:url(../imagens/banner_espetaculos_3.jpg);
}
div#foto_noticia{
	width:219px;
	height: 100px;
	left: 586px;
	top: 524px;
	position:absolute;
	z-index:3;
}

/********************************************************************************************
   3.1 - Rodape 
*********************************************************************************************/
div#rodape{
    width:497px;
	height: 74px;
	left: 344px;
	top: 658px;
	position:absolute;
}
div#patrocinio{
    width:415px;
	height: 87px;
	left: 385px;
	top: 724px;
	position:absolute;
}
div#menu{
	width:400px;
	height: 469px;
	left: 11px;
	top: 211px;
	position:absolute;
	z-index: 9;
}
div#menu_pesquisa{
	width:150px;
	height: 120px;
	left: 137px;
	top: 139px;
	position:absolute;
	z-index: 10;
}
div#rodape_int{
    width:100%;
	height: 165px;
	background-image: url(../imagens/rodape_interno.jpg);
	position:relative;
}

