@charset "UTF-8";
/* CSS Document */

img, a{
    behavior: url(public/themes/tarambola/_css/iepngfix.htc);
}

h1{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#fff;
	display: none;
}

h2{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#fff;
}

h3{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color: #034ea1;
}

p{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:11px;
	color:#454545;
	line-height:19px;
}

a{
	font-family:Verdana,Geneva,Kalimati,sans-serif;
        text-decoration: none;
        color: #034EA1;
        font-size: 12px;

}


body{
	background: url(../_img/bg.jpg) repeat-x ;
        background-color: #00328b;


}


/********************TEMPLATE*****************************/

#wrapper{
    width:950px;
    margin: 0 auto;
}


/********************Top*****************************/

#topBar{
    width:950px;
    height:95px;
}

#branding{
    width:163px;
    height:70px;
    float:left;
    margin-top: 20px;
}

#logo{
    width:162px;
    height:61px;
}

#pesquisa{
    width:220px;
    height: 43px;
    float: right;
}

#searchForm{
    width: 222px;
    height: 43px;

}

#searchBtn{
    width:32px;
    height:26px;
    background:url(../_img/pesquisa_btn.png);
    border: none;
    cursor:pointer;
    bottom:0;
    float: right;
}

#campoSearch{
    float: left;
    margin-right:5px;
    height: 16px;
    width: 179px;
    margin-top: 1px;
}

#menuBar{
    width:672px;
    float:right;
    margin-top: 18px;
    position: relative;
}

.aMenu{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: white;
    font-size: 12px;
    float: left;
    margin-left: 12px;
    line-height: 15px;
}

.menuLi{
    width: 121px;
    height:34px;
    float:left;
    margin-left: -12px;

}

.aMenuLi{
	font-family:Verdana,Geneva,Kalimati,sans-serif;
        text-decoration: none;
        color: #034ea2;
        font-size: 11px;
}

.aSubMenuLi{
	font-family:Verdana,Geneva,Kalimati,sans-serif;
        text-decoration: none;
        color: #034ea2;
        font-size: 11px;
        width:120px !important;
        letter-spacing:1px;
}

.aMenuLi:hover{
        color: white;

}

.aSubMenuLi:hover{
        color: white;

}

.menuLiFirst{
    width: 127px;
    height:34px;
    float:left;

}

/*#menuBar li ul li{*/
/*    width: 149px;*/
/*    height:46px;*/
/*    float:left;*/
/*    text-align: center;*/
/*}*/

.subMenuBarUm {
    position:absolute;
    width:149px;
    top: 34px;
    left:114px;
    float:left;
    text-align: center;
    display:none;
    /*background: url(../_img/sub_menu_bg.png) repeat-y;*/
    background-color: #83bc7a;
}

.subMenuBarDois {
    position:absolute;
    width:149px;
    top: 34px;
    left:224px;
    float:left;
    text-align: center;
    display:none;
    /*background: url(../_img/sub_menu_bg.png) repeat-y;*/
    background-color: #d8dd88;
}

.subMenuBarTres {
    position:absolute;
    width:149px;
    top: 34px;
    left:333px;
    float:left;
    text-align: center;
    display:none;
    /*background: url(../_img/sub_menu_bg.png) repeat-y;*/
    background-color: #df6f76;
}


.subSubMenuBar1 {
    position:absolute;
    width:149px;
    left:149px;
    float:left;
    text-align: center;
    display:none;
    /*background: url(../_img/sub_menu_bg.png) repeat-y;*/
    background-color: #d8dd88;
}

.subSubMenuBar2 {
    position:absolute;
    width:149px;
    left:149px;
    float:left;
    text-align: center;
    display:none;
    top:36px;
    /*background: url(../_img/sub_menu_bg.png) repeat-y;*/
    background-color: #d8dd88;
}

.subMenuLi{
    background:url(../_img/separador_sub_menu.png) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    width:149px !important;
    min-height: 20px !important;
    text-align: center !important;
    float: left;
    padding-top: 7px;
    padding-bottom: 4px;
}

.subSubMenuLi{
    background:url(../_img/separador_sub_menu.png) !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    width:149px !important;
    min-height: 20px !important;
    text-align: center !important;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
}

.subMenuLi:hover{
    background:url(../_img/sub_menu_hover.png) !important;
    background-repeat: repeat-y !important;
    display: block;
}

.subSubMenuLi:hover{
    background:url(../_img/sub_menu_hover.png) !important;
    background-repeat: repeat-y !important;
}

.subMenuLiLast{
    width:149px !important;
    min-height: 20px !important;
    text-align: center !important;
    float: left;
    padding-top: 7px;
    padding-bottom: 4px;
}

.subSubMenuLiLast{
    width:149px !important;
    min-height: 20px !important;
    text-align: center !important;
    float: left;
    padding-top: 7px;
    padding-bottom: 4px;
}

.subMenuLiLast:hover{
    background:url(../_img/sub_menu_hover.png) !important;
    background-repeat: repeat-y !important;
}

.subSubMenuLiLast:hover{
    background:url(../_img/sub_menu_hover.png) !important;
    background-repeat: repeat-y !important;
}
.leadTexto
{
	color:#666666;
font-family:Verdana,Geneva,Kalimati,sans-serif;
font-size:12px;
margin-top:10px;
}
/*#menuBar li:hover .subMenuBar{*/
/*	display:block;*/
/*}


#paginaInicial {
    background: url(../_img/butoes.jpg) no-repeat;
    margin-left: 0px !important;
    width: 110px;
    height:46px;
    float:left;
}

#paginaInicial:hover{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: 0px -45px;
}

#sobreEscola{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -118px 0px;
    width: 110px;
    height:46px;
    float:left;
}

#sobreEscola:hover{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -118px -45px;

}


#cursos{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -240px 0px;
    width: 110px;
    height:46px;
    float:left;
}

#cursos:hover{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -240px -45px;
}

#alunos{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -356px 0px;
    width: 110px;
    height:46px;
    float:left;

}

#alunos:hover{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -356px -45px;
}

#noticias{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -472px 0px;
    width: 110px;
    height:46px;
    float: left;
}

#noticias:hover{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -472px -45px;
}

#galeria {
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -590px 0px;
    float: left;
    width: 110px;
    height:46px;

}

#galeria:hover{
    background: url(../_img/butoes.jpg) no-repeat;
    background-position: -590px -45px;

}

*/
/********************ContentWrapper*****************************/


#contentWrapper{
	width:946px;
	overflow: hidden;
	margin-top: 15px;
}


#rightContent{
	width:700px;
	float: left;
	margin-left: 16px;
        margin-bottom:15px;

}

#breadCrumb{
	width:680px;
	height:18px;
	background: url(../_img/barra_transp.png) repeat-x;
        padding-left: 10px;
        margin-top: 5px;

}

.breadcrumb{
    padding-top:3px;
}

.breadcrumb a{
    text-decoration:underline;
    font-size:10px;
    float: left;
    color:#034EA1 !important;
}

.breadcrumb a:hover{
    color:#2CF738;
}

.breadcrumb-separator{
    color:white;
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    font-size:10px;
    text-decoration:none;
    float:left;
    margin-left:3px;
    margin-right:3px;
}

.breadcrumb-current{
    color:white;
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    font-size:10px;
    text-decoration:none;
    float:left;
}

#content{
	width:665px;
	margin-top: 10px;
        float: left;
        padding: 10px;
        min-height: 675px;
        border: 3px solid #b3cae2;
}

#titulo{
	font-family: Verdana,Geneva,Kalimati,sans-serif !important;
	font-size:16px !important;
	color:#034EA1 !important;
	font-weight: bold !important;
	margin-top: 5px !important;
	margin-bottom: 15px !important;
}

#leftContent{
	width:230px;
	float: left;
	margin-bottom: 15px;

}

#leftResto1{
	width:230px;
	height:18px;
	background: url(../_img/barra_transp.png) repeat-x;
        margin-top:15px;
}


#leftResto2{
    	background: url(../_img/barra_transp_vert.png) repeat-y;
        background-position: right;
        width:230px;
        float:left;
}

#avisosTempDiv{
/*	width:230px;*/
	height:342px;
/*	background: url(../_img/barra_transp.png) repeat-x;*/
}

#noticiasTempDiv{
	margin-top: 15px;
/*	width:230px;*/
	height:18px;
	background: url(../_img/barra_transp.png) repeat-x;
        margin-left: 5px;

}

.topAvisos{
/*	width:230px;
	height:250px;*/
	overflow: hidden;
}


.noticiasTemp{
/*	width:230px;
	height:250px; */
	overflow: hidden;

}

.noticiasTemp p
{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:11px;
	color:#555555;
}

.noticiasTemp span
{
color:#555555;
float:left;
font-family:Verdana,Geneva,Kalimati,sans-serif;
font-size:11px;
padding-right:10px;
}

.dataAviso{
color:#000000;
float:left;
font-family:Verdana,Geneva,Kalimati,sans-serif;
font-size:9px;
margin-top:8px;
width:66%;
margin-bottom:10px;
}
.dataAviso2{
color:#000000;
float:left;
font-family:Verdana,Geneva,Kalimati,sans-serif;
font-size:9px;
margin-top:8px;
width:100%;
margin-bottom:10px;
}

.titNoticiaIndex{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#2CF738;
	font-weight: bold;
}

.titNoticia{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#2CF738;
	font-weight: bold;
	margin-top: 15px;
}

.titAviso{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#FF9933;
	font-weight: bold;
	margin-top: 15px;
}

.titAvisoIndex{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#FF9933;
	font-weight: bold;
}

.corpoNotAviso{
	width: 215px;
	margin-top: 10px;
        float:left;
}

#noticiasTempIndex{
	width:916px;
	height:103px;
        float:left;
}

#noticiasTempIndex li{
	width:290px;
	height:100px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	border-right: solid 4px #20cb1b;
}

#topAvisosIndex{
	width:916px;
	height:93px;
        float: left;
}

#topAvisosIndex li{
	width:290px;
	height:88px;
	float: left;
	margin-left: 10px;
	margin-top: 6px;
	border-right: solid 4px #FF9933;
}

.animation{
/*	width:225px;*/
	height:250px;
        background: url(../_img/barra_transp_vert.png) repeat-y right;
        padding-left:5px;

}

.animationNot{
/*	width:225px;*/
	height:250px;
	background: url(../_img/barra_transp_vert.png) repeat-y right;
        padding-left:10px;
}

.animation p{
	width: 215px;
	margin-top: 10px;
        float:left;
}

.animationNot p{
	width: 215px;
	margin-top: 10px;
        float:left;
}

.animation h4{
    text-decoration:underline;
}

.animationNot h4{
    text-decoration:underline;

}
.marginLeft{
    margin-left: 10px;
    float:left;
    margin-top:2px;
}

.setaP{
    background: url(../_img/seta.png) no-repeat left;
}

.setaP a{
    margin-left: 20px;
}

.setaP a:hover{
    color:#82fb23;
}


.setaP:hover{
    background: url(../_img/seta_hover.png) no-repeat left;
}
/********************FOOTER*****************************/


#footer{
    width:950px;
    height:52px;
    background: url(../_img/fotter_bg.png) repeat-x;
    margin-top:5px;
    clear: both;
    float:left;
}


#direitos{
    margin-top: 22px;
    float:left;
    font-size: 12px;
    margin-left: 30px;
    color: white;
    font-family: Verdana,Geneva,Kalimati,sans-serif;

}

#taraFooter{
    margin-top:12px;
    margin-left:10px;
    width:73px;
    height:21px;
    float:left;
}

#footer1{
    margin-top: 7px;
    margin-left:110px;
    width:40px;
    height:40px;
    float:left;
    margin-right: 15px;
}

#footer2{
    margin-top: 10px;
    width:82px;
    height:35px;
    float:left;
    margin-right: 15px;

}

#footer3{
    margin-top: 10px;
    width:63px;
    height:35px;
    float:left;
    margin-right: 15px;

}

#footer4{
    margin-top: 10px;
    width:85px;
    height:35px;
    float:left;
    margin-right: 15px;

}

#footer5{
    margin-top: 10px;
    width:50px;
    height:35px;
    float:left;
    margin-right: 15px;
}

/********************INDEX*****************************/

#bannerG{
	width:932px;
	height:294px;
	border-color: white;
	border: 2px solid;
}

#flash{
	width:930px;
	height:250px;
	margin-top:5px;
        border: solid 3px white;
        margin-left: 5px;
        border: 2px solid #00328b;


}

#banners{
	width:946px;
	height:124px;
	margin-top:15px;
        margin-left: 5px;

}

#banner1{
	/*border: 3px solid;*/
	margin-left:6px;
	border-color: #2cf738;
	float:left;
}

#banner2{
	/*border: 3px solid;*/
	float:left;
	margin-left:18px;
	border-color: #f7872c;

}


#banner3{
	/*border: 3px solid;*/
	float:left;
	margin-left:15px;
	border-color: #FF00FF;

}

#noticiasIndex{
	background: url(../_img/barra_not_avisos.png) repeat-x top;
	width:936px;
	height:103px;
	margin-top: 15px;
        float:left;
                margin-left: 5px;

}

#avisosIndex{
	background: url(../_img/barra_not_avisos.png) repeat-x top;
	width:936px;
	height:100px;
	margin-top:15px;
        float:left;
        margin-left: 5px;
}

#noticiasIndexImg{
	margin-top:3px;
	width:19px;
	height:97px;
	float:left;
}

#avisosIndexImg{
	margin-top:4px;
	width:19px;
	height:90px;
	float:left;
}

/********************PÁGINAS*****************************/

.titPaginas{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:16px;
	color:#034EA1;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}


/********************LISTAGEM Noticias*****************************/

#topNews{
    float:left;
    width:680px;
}

.titNoticiaListagem{
    float: left;
    margin-top: 20px;
}

.imgNotListagem{
    float:left;
    margin-right:10px;
    border: solid 2px white;

}

.tituloNoticia{
    color:#2CF738 !important;
    font-size: 13px !important;
    font-weight: bold;
    text-decoration:underline;
}

.tituloNoticia:hover{
    color:#FF9933 !important;
}

.corpoListNot{
    margin-top: 28px;
    height: 60px;
    overflow: hidden;
}

.corpoListNotIndex{
color:#454545;
float:left;
font-family:Verdana,Geneva,Kalimati,sans-serif;
font-size:11px;
height:60px;
line-height:19px;
margin-top:-1px;
overflow:hidden;
}

.corpoListAvisoIndex{
color:#454545;
float:left;
font-family:Verdana,Geneva,Kalimati,sans-serif;
font-size:11px;
height:35px;
line-height:19px;
margin-top:1px;
overflow:hidden;

}

.corpoListNotIndex p{
    margin-right: 5px;
}

.corpoListAvisoIndex p{
    margin-right: 5px;
}

#paginator{
    float: right;
    margin-top: 10px;
}

.paginatorSpan{
    	font-family:Verdana,Geneva,Kalimati,sans-serif;
        text-decoration: none;
        color: #333;
        font-size: 12px;

}

.paginatorBtns{

}

/********************LISTAGEM Avisos*****************************/

.titPaginasAvisos{
  	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:18px;
	color:#FF9933;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: 2px;

}


.avisoListagem{
    float: left;
    margin-top: 20px;
}


.tituloAviso{
    color:#FF9933 !important;
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: underline;

}

.tituloAviso:hover{
    color:#2CF738 !important;
}

/********************Noticia*****************************/

.imagemNoticia{
    float:left;
    margin-right: 15px;
    margin-bottom: 9px;
    border: solid white 2px;
}

.tituloNoticias{
    color:#2CF738 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;

}

.corpoNoticia{
    margin-top: 30px;
}

#contentNoticias p{
    margin-top: 35px;
}

/********************Aviso*****************************/

.tituloAvisos{
    color:#FF9933 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;

}



/********************Listagem categorias*****************************/

.listCateg{
    margin-left: 20px;
    margin-top: 20px;
}

.listCategLi{
    margin-top:10px;
}

.aListCateg{
    font-weight:bold;
}

.aListCateg:hover{
    font-weight:bold;
    color:#2CF738;
}



/******************Conteudos******************************/

#conteudo{
    margin-right: 20px;
}

#conteudo h2{
	color:#034EA1;
	font-family:Verdana,Geneva,Kalimati,sans-serif;
	font-size:15px !important;
	font-weight:bold !important;
        margin-bottom: 10px;
}

#conteudo img{
    margin-right: 10px;

}

/******************Downloads******************************/

.passLabel{
    	color:black;
	font-family:Verdana,Geneva,Kalimati,sans-serif;
	font-size:14px;
}

#disciplinas{
    margin-top:20px;
    margin-left:20px;
}

#groupList{
    margin-top:20px;
    margin-left:20px;

}

#groupList li{
    margin-top: 10px;
}

.cursos{
    margin-top: 20px;
    margin-left:20px;
}

.ulPoint{
    background:url(../_img/seta.png) left no-repeat;
    margin-left:20px;
    color: white;
}

.ulPoint:hover{
    background:url(../_img/seta_hover.png) left no-repeat;
    margin-left:20px;
    color: white;
}

.ulPoint a{
    margin-left: 20px;
}
/******************Galeria******************************/

#galleryContent{
    float:left;
    margin-left: 20px;
    margin-top: 10px;
}


#galleryContent a{

}

.nomeGallery{
    margin-top: 10px;
    font-weight:bold;
    color:#034ea1;
    text-align:center;
}

.eachGallery{
    width:106px;
    height:100px;
    float:left;
    width: 100px;
    margin:20px;
}

#galleryLi li
{   float:left;
    width:100px;
    height:100px;
    margin:10px;
}

#gallery a
{   float:left;
    width:100px;
    height:100px;
    margin:10px;
}
/***********************************************************CONTACTOS*******************************/

#container{
	width:680px;
	height: 300px;
        border-bottom:dashed 1px white;

}

#contactForm{
	width:447px;
	height:260px;
	float: left;
}

#campo{
	width:447px;
	height:260px;
}

.assunto{
	width: 410px;
	height: 120px;
	float: left;
	margin-left: 10px;
}

#btnContact{
	border: none;
        background: #000;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
        cursor: pointer;
        color: #fff;
        font-weight:bold;
}


#moradaDiv{
	width: 220px;
	height: 300px;
	float: right;
	margin-top: 15px;
}

.labels{
	font-family:Verdana,Geneva,Kalimati,sans-serif;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.contactField{
	width: 410px;
	height: 15px;
	float: left;
	margin-left: 10px;
}

.error{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: #FF9933;
    font-size: 10px;
    margin-bottom:10px;
}

#googleMap{
    margin: 20px;
}

.mapLegenda{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: white;
    font-size: 12px;
    margin-left:20px;
}
.mapLegendaLink{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: white;
    font-size: 12px;
}

/******************ALTERAÇÕES*********************************************/

#newContainer{
    width: 946px;
    float: left;
    background-color: white;
    border: 2px solid #B3CAE2;
}

#paginaInicial {
    background: url(../_img/separadores.png) no-repeat;
    margin-left: 0px !important;
    width: 127px;
    height:34px;
    float:left;
    z-index:0;
    position: absolute;
}

#paginaInicial:hover{
    background: url(../_img/separadores.png) no-repeat;
    background-position: 0px -36px;
    z-index: 5;
    position: absolute;
}

#sobreEscola{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -130px 0px;
    width: 120px;
    height:34px;
    float:left;
    z-index:0;
    position: absolute;
}

#sobreEscola:hover{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -130px -36px;
    z-index:5;
    position: absolute;
}


#cursos{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -255px 1px;
    width: 120px;
    height:34px;
    float:left;
    z-index:0;
    position: absolute;
}

#cursos:hover{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -255px -35px;
    z-index:5;
    position: absolute;
}

#alunos{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -380px 1px;
    width: 120px;
    height:34px;
    float:left;
    z-index:0;
    position: absolute;
}

#alunos:hover{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -380px -35px;
    z-index:5;
    position: absolute;
}

#noticias{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -506px 1px;
    width: 120px;
    height:34px;
    float: left;
    z-index:0;
    position: absolute;
}

#noticias:hover{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -506px -35px;
    z-index:5;
    position: absolute;
}

#galeria {
    background: url(../_img/separadores.png) no-repeat;
    background-position: -629px 1px;
    float: left;
    width: 120px;
    height:34px;
    z-index:0;
    position: absolute;

}

#galeria:hover{
    background: url(../_img/separadores.png) no-repeat;
    background-position: -629px -35px;
    z-index:5;
    position: absolute;
}

#banner1_1{
	border: 3px solid;
	border-color: #2cf738;
	float:left;
      	margin-left:4px;
        margin-top: 5px;
}

#banner2_1{
	border: 3px solid;
	float:left;
	margin-left:4px;
	border-color: #f7872c;
        margin-top: 22px;
}


#banner3_1{
	border: 3px solid;
	float:left;
	margin-left:4px;
	border-color: #FF00FF;
        margin-top: 22px;
}

#corpoTexto
{
	font-size:12px;
	color:#666;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	margin-top: 10px;
	float::left;
	
}



/***********************
#paginaInicial {
    background: url(../_img/inicial.png) no-repeat;
    margin-left: 0px !important;
    width: 121px;
    height:34px;
    float:left;
    z-index: 0;
    position: absolute;
}

#paginaInicial:visited {
    z-index: 5;
}


#sobreEscola{
    background: url(../_img/escola.png) no-repeat;
    width: 121px;
    height:34px;
    float:left;
    margin-top: 1px;
    z-index: 0;
    position: absolute;
}

#sobreEscola:visited {
    z-index: 5;
}


#cursos{
    background: url(../_img/cursos.png) no-repeat;
    width: 121px;
    height:34px;
    float:left;
    z-index: 0;
    position: absolute;
}

#cursos:visited {
    z-index: 5;
}

#alunos{
    background: url(../_img/alunos.png) no-repeat;
    width: 121px;
    height:34px;
    float:left;
    position: absolute;
    z-index: 0;
}


#noticias{
    background: url(../_img/noticias.png) no-repeat;
    width: 121px;
    height:34px;
    float: left;
    z-index: 0;
    position: absolute;
}



#galeria {
    background: url(../_img/galeria.png) no-repeat;
    float: left;
    width: 121px;
    height:34px;
    position: absolute;
    z-index: 0;
}

*/
