html, body {border: 0; margin: 0; padding: 0;}

body {
	width: 100%;
	color: #666666;
	font-family: Helvetica, sans-serif;
	font-size: 0.75em;
	clear: right;
	float: right;
	/*overflow:hidden; // limitando a div/*/
	overflow-x: hidden;
	line-height: 14px;
}

a {
	color: #666666; 
	text-decoration: none;
}

a:hover {
	color:#333333;
}

a img {
  border: none;/*remove border for linked imgs*/
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container {
}

#content {
	margin-top: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #FFFFFF;
	padding-left: 0px;
}

#header_logo {
	background: url(./imgs/logo3.png) 0 0;
	width: 245px;
	height: 97px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 2px;
	float: left;
	background-repeat: no-repeat;
}








.replace {
	margin: 0; padding: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	display: block;
	outline: none;
}
	.replace a {
		display: block;
		outline: none;
	}




/* Navigation Menu
----------------------------------------------- */
#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 0;
	height: 45px;
	width: 645px;
	margin-top: -45px;
	float: right;
	margin-left: 300px;
}
	#header ul li {display: inline;}
		#header ul li a {
			position: absolute;
			background: url(./imgs/topmenu.gif) no-repeat;
			height: 45px;
			display: block;
		}

		#header ul li#inicio_link a {
	background-position: 0 0;
	width: 100px;
	left: 0 px;
		}
		#header ul li#inicio_link a:hover,
		#header ul li#inicio_link.active a {background-position: 0 -43px;}

	
	
		#header ul li#a_escola_link a {
	background-position: -114px 0;
	width: 100px;
	left: 110px;
		}
		#header ul li#a_escola_link a:hover,
		#header ul li#a_escola_link.active a {
	background-position: -114px -43px;
}

	
	
		#header ul li#cursos_link a {
	background-position: -244px 0;
	width: 100px;
	left: 210px;
		}
		#header ul li#cursos_link a:hover,
		#header ul li#cursos_link.active a {
	background-position: -244px -43px;
}


		#header ul li#projectos_link a {
	background-position: -364px 0;
	width: 115px;
	left: 310px;
		}
		#header ul li#projectos_link a:hover,
		#header ul li#projectos_link.active a {
	background-position: -364px -43px;
}





		#header ul li#galeria_link a {
	background-position: -497px 0;
	width: 100px;
	left: 425px;
		}
		#header ul li#galeria_link a:hover,
		#header ul li#galeria_link.active a {
	background-position: -497px -43px;
}
		
		
		#header ul li#contactos_link a {
	background-position: -620px 0;
	width: 120px;
	left: 526px;
		}
		#header ul li#contactos_link a:hover,
		#header ul li#contactos_link.active a {
	background-position: -620px -43px;
}



/* Headers
----------------------------------------------- */

h1 {
	color: rgb(0, 139, 222);
	display: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 0 0;
}
h1 a, h1 a:visited { color: white; font-weight: normal; text-decoration: none; }
h1 a:hover { color: white; text-decoration: none; }

h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 0 0;
	}
h2 a, h2 a:visited { border: none; color: rgb(0, 139, 222); font-weight: bold; text-decoration: none; }
h2 a:hover { border: none; color: rgb(0, 0, 0); font-weight: bold; text-decoration: none; }

h3 {
	color: rgb(0, 139, 222);
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
	padding: 0 0 5px 0;
	}
h3 a, h3 a:visited { border: none; color: rgb(51, 51, 51); text-decoration: none; }
h3 a:hover { border: none; color: rgb(236, 50, 3); text-decoration: none; }

.responses h3 {
	margin: 20px 0 0px 95px;
	padding: 0 0 15px 0;
}








#header_sep {
	width: 10px;
	height: 286px;
	line-height: 280px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	position:absolute;
}



#header_banner {
	background: url(imgs/banner/banner_natal.jpg) 0 0;
	width: 988px;
	height: 241px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;
	background-image: url(imgs/banner/banner_natal.jpg);
	}


#header_banner_aescola {
	background: url(./imgs/banner/banner_aescola.jpg) 0 0;
	width: 988px;
	height: 136px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;	
	}

#header_banner_cursos {
	background: url(./imgs/banner/banner_cursos.jpg) 0 0;
	width: 988px;
	height: 136px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;
	}

#header_banner_projectos {
	background: url(./imgs/banner/banner_projectos.jpg) 0 0;
	width: 988px;
	height: 136px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;	
	}


#header_banner_galeria {
	background: url(./imgs/banner/banner_projectos.jpg) 0 0;
	width: 988px;
	height: 136px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;
	}


#header_banner_contactos {
	background: url(./imgs/banner/banner_contactos.jpg) 0 0;
	width: 988px;
	height: 136px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	float: right;
	position: relative;	
	}


	
	
	
#contents {
	width: 988px;
	height: 100%;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
	}







#intro {
	width: 710px;
	line-height: 16px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 40px;
	float: left;
	}


#organigrama {
	width: 710px;
	height: 250px;
	background: url(./imgs/escola/organigrama.gif) 0 0;
	background-repeat:no-repeat;
	border-bottom: 1px dotted #CCCCCC;
	}

#org {
	width: 710px;
	line-height: 16px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 40px;
	float: left;
	border-top: 1px dotted #CCCCCC;
	}


#cargos {
	width: 235px;
	height: 40px;
	float: left;
	clear: right;
	position: relative;
	padding-bottom: 15px;
	padding-top: 15px;
	}





#dots {
	border-bottom: 1px dotted #CCCCCC;
}


#apresentacao{
	background: url(./imgs/escola/aepl.png) 0 0;
	background-repeat:no-repeat;
	height: 20px;
}







/* Separador2
----------------------------------------------- */
#separador2 {
	float: left;
	margin: 0;
	position: relative;
	
	left: 0px;
	height: 10px;
	background: url(./imgs/pattern.gif) 0 0;
	background-repeat:repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	background-color: #FFFFFF;
	color: #333333;
}










/* Separador
----------------------------------------------- */
#separador {
	float: left;
	margin: 0;
	position: relative;
	width: 289px;
	left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	background-color: #FFFFFF;
	color: #333333;
}




/* News
----------------------------------------------- */
#news {
	float: left;
	margin: 0;
	position: relative;
	width: 289px;
	left: 12px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
}


#news_header{
	color: #2cace2;
} 

#news_sep {
	background-image: url(./imgs/news_sep3.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 289px;
}


#news_imgs {
	border-bottom: 3px solid #009bff;
}



#section {

border-top: 5px solid #CCC;	

}






/* Separador
----------------------------------------------- */
#sep {
	float: left;
	margin: 0;
	position: relative;
	width: 249px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #FFFFFF;
	left: 12px;
}




#sep_img {
	background-image: url(./imgs/news_sep.gif);
	background-repeat:no-repeat;
	height: 40px;
	width: 288px;
	
}

#sep .contactos {
	background-image: url(./imgs/contacto.png);
	background-repeat:no-repeat;
	height: 72px;
	width: 150px;
}

#sep .subcontactos {
	background-image: url(./imgs/epl.png);
	background-repeat:no-repeat;
	height: 72px;
	width: 143px;
}

#sep .cursos {
	background-image: url(./imgs/cursos.png);
	background-repeat:no-repeat;
	height: 72px;
	width: 143px;
}

#sep .subcursos {
	background-image: url(./imgs/cursos/acesso.png);
	background-repeat:no-repeat;
	height: 60px;
	width: 143px;
}



#sep .aescola {
	background-image: url(./imgs/escola/apresenta.png);
	background-repeat:no-repeat;
	height: 25px;
	width: 160px;
	margin-top: 10px;
}

#sep .subescola {
	background-image: url(./imgs/escola/EQUIPA.png);
	background-repeat:no-repeat;
	height: 20px;
	width: 143px;
	margin-top: 10px;
}

#sep .subescola2 {
	background-image: url(./imgs/escola/ORGA.png);
	background-repeat:no-repeat;
	height: 20px;
	width: 150px;
	margin-top: 10px;
}


#sep .subescola3 {
	background-image: url(./imgs/escola/RI.png);
	background-repeat:no-repeat;
	height: 20px;
	width: 150px;
	margin-top: 10px;
}



#sep .galeria {
	background-image: url(./imgs/media/galeria.png);
	background-repeat:no-repeat;
	height: 25px;
	width: 160px;
	margin-top: 10px;
}



#sep .projectos {
	background-image: url(./imgs/projectos.png);
	background-repeat:no-repeat;
	height: 25px;
	width: 160px;
	margin-top: 10px;
}


#sep .subgaleria {
	background-image: url(./imgs/media/fotografias.png);
	background-repeat:no-repeat;
	height: 20px;
	width: 143px;
	margin-top: 10px;
}

#sep .subgaleria2 {
	background-image: url(./imgs/media/videos.png);
	background-repeat:no-repeat;
	height: 25px;
	width: 143px;
	margin-top: 10px;
}





#sep .workshops {
	background-image: url(./imgs/workshops.png);
	background-repeat:no-repeat;
	height: 40px;
	width: 143px;
}



#sep_bar{
	margin-top: 10px;
	border-top: 5px solid #ed2024;
} 

#sep_subar{
	margin-top: 80px;
	border-top: 5px solid #999;
} 

#sep_subar_org{
	margin-top: 248px;
	border-top: 5px solid #999;
	height: 165px;
} 



#sep_subar_escola{
	margin-top: 185px;
	border-top: 5px solid #999;
} 

#sep_subar_galeria{
	border-top: 5px solid #999;
	margin-top: 90px;
} 




#sep_desc {
	margin-top: 40px;
	color:#999;
}











/* Columns
----------------------------------------------- */
#col1 {
	float: left;
	width: 228px;
	left: 35px;
	top: 0px;
	position: relative;
}



#col1_sep {
	background-image: url(./imgs/cursos/anim3.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 231px;
	margin-left: 4px;
}


#col1_img {
	height: 165px;
	width: 228px;
	margin-top: 6px;
}


/* Col2
----------------------------------------------- */
#col2 {
	float: left;
	width: 228px;
	left: 47px;
	position: relative;
	top: 0px;
}



#col2_sep {
	background-image: url(./imgs/cursos/ttar2.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 231px;
	margin-left: 4px;
}


#col2_img {
	margin-top: 6px;
	height: 165px;
	width: 228px;
}




/* Col3
----------------------------------------------- */
#col3 {
	float: left;
	width: 228px;
	left: 59px;
	position: relative;
	height: 200px;
	top: 0px;
}



#col3_sep {
	background-image: url(./imgs/cursos/tig3.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 231px;
	margin-left: 4px;
}


#col3_img {
	height: 165px;
	width: 228px;
	margin-top: 6px;
}










/* Col4
----------------------------------------------- */
#col4 {
	width: 228px;
	position: relative;
	height: 200px;
	margin-bottom: 30px;
	float: left;
	left: 59px;
	margin-top: 150px;
	background-color: #FFFFFF;
}



#col4_sep {
	background-image: url(./imgs/cursos/tgpsi2.png);
	background-repeat:no-repeat;
	height: 67px;
	width: 231px;
	margin-left: 4px;
}


#col4_img {
	height: 165px;
	width: 228px;
}


/* Col4
----------------------------------------------- */
#col5 {
	top: -229px;
	width: 228px;
	position: relative;
	height: 200px;
	margin-bottom: 30px;
	float: left;
	left: 283px;
	background-color: #FFFFFF;
}



#col5_sep {
	background-image: url(./imgs/cursos/td2.png);
	background-repeat:no-repeat;
	height: 52px;
	width: 231px;
	margin-left: 4px;
}


#col5_img {
	height: 165px;
	width: 228px;
}



/* Col6
----------------------------------------------- */
#col6 {
	float: left;
	width: 228px;
	left: 296px;
	position: relative;
	top: -228px;
}



#col6_sep {
	background-image: url(./imgs/cursos/tt2.png);
	background-repeat:no-repeat;
	height: 52px;
	width: 231px;
	margin-left: 4px;
}


#col6_img {
	height: 165px;
	width: 228px;
}



/* Columns
----------------------------------------------- */
#col1g {
	float: left;
	width: 228px;
	left: 40px;
	top: 0px;
	position: relative;
}



#col1g_sep {
	background-image: url(./imgs/cursos/anim.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 231px;
	margin-left: 4px;
}


#col1g_img {
	height: 165px;
	width: 228px;
	margin-top: 5px;
}


/* Col2
----------------------------------------------- */
#col2g {
	float: left;
	width: 228px;
	left: 53px;
	position: relative;
	top: 0px;
}



#col2g_sep {
	background-image: url(./imgs/cursos/ttar2.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 231px;
	margin-left: 4px;
}


#col2g_img {
	margin-top: 5px;
	height: 165px;
	width: 228px;
}




/* Col3
----------------------------------------------- */
#col3g {
	float: left;
	width: 228px;
	left: 65px;
	position: relative;
	height: 200px;
	top: 0px;
}



#col3g_sep {
	background-image: url(./imgs/cursos/tig2.png);
	background-repeat:no-repeat;
	height: 50px;
	width: 231px;
	margin-left: 4px;
}


#col3g_img {
	height: 165px;
	width: 228px;
	margin-top: 5px;
}














#brevemente {
	float: left;
	margin: 0;
	position: relative;
	width: 730px;
	left: 240px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 18px;
}














#mainframe {
	float: left;
	margin: 0;
	position: relative;
	width: 705px;
	left: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 10px;
	margin-left: 28px;
}














/* Captions
----------------------------------------------- */
.captionWrap_captionImage4 a, .captionWrap_captionImage5 a{
	color:#FFFFFF;
	font-weight:bold;
}
.captionWrap_captionImage4 a:hover{
	color:#FFFF99;
}




.captionWrap_captionImage5 a:hover{
	color:#FFFF99;
}

.captionWrap_captionImage5{
	/*border:1px solid #fff;*/
}
.captionWrap_captionImage5 .captionText{
	/*border:1px solid #fff;*/
	
}



.captionWrap_captionImage6 a:hover{
	color:#FFFF99;
}



.captionWrap_captionImage6 a{
	color:#fff;
	text-decoration:none;
}
.captionWrap_captionImage6 .captionTip{
	text-align:right;
}
.captionWrap_captionImage6 .captionText div{
	font-size:12px;
	color:#FFF;
}
.subicon{
	/*border:1px solid #fff;*/
	margin:5px 5px auto 5px;
}
.captionText, .captionTip{
}
pre{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}













/* Events
----------------------------------------------- */
#events {
	float: left;
	position: relative;
	width: 390px;
	left: 22px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	top: 0px;
	top: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#events_sep {
	background-image: url(./imgs/events_sep3.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 371px;
}


#events_imgs {
	border-bottom: 3px solid #9ae004;
}









/* 
----------------------------------------------- */
#media {
	float: right;
	width: 289px;
	
	left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: 0px;
	position: relative;
	height: 200px;
	top: 0px;
	margin-top: 0px;
	
	
	
	
	}



#media_sep {
	background-image: url(./imgs/media_sep3.gif);
	background-repeat:no-repeat;
	height: 10px;
	width: 295px;
}


#media_imgs {
	border-bottom: 5px solid #f2674b;
		
}



#slideshow_logo {
	background-image: url(./imgs/media/media_logo.png);
	background-repeat:no-repeat;
	height: 60px;
	z-index: 2;
	}


/*slideshows*/

#slideshow {
	position:relative;
	width:289px;
	height:200px;	
	

}

#slideshow IMG {
	position:absolute;
	top:0;
	left:1px;
	z-index:8;
	width:289px;
	height:200px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF5200;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}






#slideshow2 {
    position:relative;
    	width:715px;
		height:300px;

}

#slideshow2 IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	width:715px;
	height:300px;
	border-bottom: 5px solid #f2674b;
}

#slideshow2 IMG.active {
    z-index:10;
}

#slideshow2 IMG.last-active {
    z-index:9;
}






























/* galeria big */

.innerfade-title{
       position: absolute;
       bottom: 20px;
       left: 0;
       z-index: 290;
      
       background: #00a7ee url(imgs/media/title-bg.png);
       height: 34px;
       filter:alpha(opacity=80);
       -moz-opacity: 0.8;
        opacity: .8;
        border-top: 1px solid white;
}
.innerfade-title h2{
        color: white;
        font-weight: bold;
       margin-top: 0;
       margin-bottom: 0;
              text-align: center;
       font-family: Arial;
       font-size: 16px;
       font-style: italic;
       line-height: 34px;
}
.mycontrolboxclass{
        position: absolute;
        right: 35px;
        top: 20px;
}

and check that padding an margin are set to 0 :

ul#animated-portfolio{
        padding: 0;
        margin: 0;
        list-style-type: none;
}
ul#animated-portfolio li{
        padding: 0;
}






/* Partners
----------------------------------------------- */
#partners {
	float: right;
	width: 287px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	left: 0px;
	position: relative;
	background-image: url(./imgs/partners/parcerias_logo.png);
	background-repeat:no-repeat;
	top: 60px;
	margin-top: -50px;
	border-top: dotted 1px #DDDCD9;
	border-bottom: dotted 1px #DDDCD9;
}

#partners_sep {
	background-image: url(./imgs/partners_sep2.gif);
	background-repeat:no-repeat;
	height: 40px;
	width: 289px;

}

#partners_imgs {
		
	height: 40px; // altura das imagens
    width: 295px; // largura das imagens
    overflow:hidden; // limitando a div
	border-bottom: 5px solid #f2674b;
}


#partner_footer1 {
	float: left;
	width: 80px;
	height: 80px;
	margin-left: 30px;
}


#partner_footer2 {
	float: left;
	width: 150px;
	height: 80px;
	margin-left: 10px;
}


#partner_footer3 {
	float: left;
	width: 130px;
	height: 80px;
	margin-left: 10px;
}



#partner_footer4 {
	float: left;
	width: 111px;
	height: 80px;
	margin-left: 120px;
}


#partner_footer5 {
	float: left;
	width: 123px;
	height: 80px;
	margin-left: 10px;
}


#partner_footer6 {
	float: left;
	width: 81px;
	height: 80px;
	margin-left: 10px;
}

#partner_footer7 {
	float: left;
	width: 79px;
	height: 80px;
	margin-left: 10px;
}




/* Moodle
----------------------------------------------- */
#moodle {
	float: right;
	width: 289px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	left: 1px;
	position: relative;
	top: 0px;
	margin-top: 12px;
	background-color: fff;
}

#moodle_sep {
	background-image: url(./imgs/moodle_sep.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	height:40px;
	width: 295px;
}

#moodle_imgs {
	background-image: url(./imgs/liga_te.jpg);
	background-repeat:no-repeat;
	width: 289px;
	height: 115px;
}


#socialnetworks {
	width:100%;
	height: 37px;
	background-color:#ffffff;
	}



#facebook {
	float: left;
	height: 37px;
	width: 92px;
	background-color:#FFF;

	}

#hi5 {
	float: left;
	height: 37px;
	width: 52px;
	margin-left: 3px;
	background-color:#FFF;
	
	}



	
#eplmooodle {
	float: left;
	height: 37px;
	width: 66px;
	margin-right: 3px;
	background-color:#FFF;
	}


#flickr {
	float: left;
	height: 37px;
	width: 71px;
	background-color:#FFF;
	}



#partners_container {
	width: 279px;
	height: auto;
	position: relative;
	margin: 0 auto;
	border: solid 5px #efeeec;
	
}


#items_container {
	width: 279px;
	height: 140px;
	overflow: hidden;
	position: relative;
	left: 0px;
	margin-top: 0px;
}

div.slide_item {
	width: 289px;
	height: 140px;
	position: absolute;
	left: 0px;
	top: 5px;
	
}



#footer {
	width: 990px;
	height: 83px;
	position: relative;
	float: inherit;
	clear: both;
	margin-top: 10px;
	margin-left: 12px;
	margin-right: 10px;
	background-color: #F5F4F1;
}



/* Footer Menu
----------------------------------------------- */
#footermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: 980px;
	height: 40px;
	left: 20px;
	float: left;
	top: 20px;
	background-color: #E4E4E4;
	clear: both;
	overflow: hidden;
}
	#footermenu ul li {display: inline;}
		#footermenu ul li a {
			position: absolute;
			background: url(./imgs/footer_menu.gif) no-repeat;
			
			height: 40px;
			display: block;
		}

		#footermenu ul li#inicio_link a {
	background-position: 0 0;
	width: 100px;
	left: 0 px;
		}
		#footermenu ul li#inicio_link a:hover,
		#footermenu ul li#inicio_link.active a {background-position: 0 -40px;}

	
	
		#footermenu ul li#noticias_link a {
	background-position: -90px 0;
	width: 100px;
	left: 100px;
		}
		#footermenu ul li#noticias_link a:hover,
		#footermenu ul li#noticias_link.active a {background-position: -90px -40px;}
	
	
	
		#footermenu ul li#eventos_link a {
	background-position: -200px 0;
	width: 100px;
	left: 200px;
		}
		#footermenu ul li#eventos_link a:hover,
		#footermenu ul li#eventos_link.active a {
	background-position: -200px -40px;
}
	
	
	
	
		#footermenu ul li#a_escola_link a {
	background-position: -300px 0;
	width: 100px;
	left: 293px;
		}
		#footermenu ul li#a_escola_link a:hover,
		#footermenu ul li#a_escola_link.active a {
	background-position: -300px -40px;
}

	
	
		#footermenu ul li#cursos_link a {
	background-position: -400px 0;
	width: 100px;
	left: 392px;
		}
		#footermenu ul li#cursos_link a:hover,
		#footermenu ul li#cursos_link.active a {
	background-position: -400px -40px;
}


		#footermenu ul li#projectos_link a {
	background-position: -500px 0;
	width: 100px;
	left: 490px;
		}
		#footermenu ul li#projectos_link a:hover,
		#footermenu ul li#projectos_link.active a {
	background-position: -500px -40px;
}



		#footermenu ul li#galeria_link a {
			background-position: -610px 0;
			width: 100px;
			left: 590px;
		}
		
		#footermenu ul li#galeria_link a:hover;
		
		#footermenu ul li#galeria_link.active a {
			background-position: -610px -40px;
		}
		
		
		#footermenu ul li#contactos_link a {
	background-position: -710px 0;
	width: 115px;
	left: 690px;
		}
		#footermenu ul li#contactos_link a:hover,
		#footermenu ul li#contactos_link.active a {
	background-position: -710px -40px;
}

