/* CSS Document */

a {
	text-decoration:none;
	color:#F75F14;
}

a:hover {
	color:#333333;
}

.home {
	padding:0;
	margin:0;
	background:url(../imgs/bgHome.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	width:755px;
}

.homeInterior {
	padding:0;
	margin:0;
	background:url(../imgs/bgInterior.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	width:762px;
}

.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;}

.divHeader {
	display:block;
	position:relative;
	height:170px;
	margin-bottom:21px;
}

.divHeaderInterior {
	display:block;
	position:relative;
	height:154px;
	margin-bottom:22px;
}

.divIesa {
	width:165px;
	height:65px;
	position:absolute;
	top:29px;
	left:69px;
}

.iesa {
	width:165px;
	height:65px;
	display:block; 
}
.iesa span{
	display:none; 
}

/*pesquisa*/
.divPesquisa {
	position:absolute;
	top:29px;
	left:286px;
}

.inputPesquisa {
	display:block;
	background:none;
	border:none;
	width:115px;
	height:16px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:2px 0 0 0;
}

.okPesquisa {
	display:block;
	border:none;
	background:none;
	width:25px;
	height:22px;
	cursor:pointer;
}

/*área reservada*/
.divAreaReservada {
	position:absolute;
	top:95px;
	left:273px; 
}

.divAreaReservadaInterior {
	position:absolute;
	top:45px;
	left:665px; 
}

.btAreaReservada {
	display:block;
	background-image:url(../imgs/btAreaReservada-off.gif);
	width:73px;
	height:29px;
}
.btAreaReservada:hover {
	background-image:url(../imgs/btAreaReservada-on.gif);
}
.btAreaReservada span{
	display:none;
}

/*menu topo*/
#menuTopo {
	padding:0;
	position:absolute;
	top:134px;
	left:69px;
}

#menuTopo ul {
	padding:0;
	margin:0;
	border:0;
	z-index: 1000;
}

#menuTopo ul li {
	list-style:none;
	float:left;
}

#menuTopo ul li a {
	display:block;
	height:36px;
	outline:none;
}

.btProjecto {
	background:url(../imgs/bt01-off.gif) no-repeat;
	width:68px;
}
.btProjecto:hover {
	background:url(../imgs/bt01-on.gif) no-repeat;
}
.btProjecto span{
	display:none;
}

.btMetodo {
	background:url(../imgs/bt02-off.gif) no-repeat;
	width:119px;
}
.btMetodo:hover {
	background:url(../imgs/bt02-on.gif) no-repeat;
}
.btMetodo span{
	display:none;
}

.btInstalacoes {
	background:url(../imgs/bt03-off.gif) no-repeat;
	width:92px;
}
.btInstalacoes:hover {
	background:url(../imgs/bt03-on.gif) no-repeat;
}
.btInstalacoes span{
	display:none;
}

.btProjectosInternacionais {
	background:url(../imgs/bt04-off.gif) no-repeat;
	width:163px;
}
.btProjectosInternacionais:hover {
	background:url(../imgs/bt04-on.gif) no-repeat;
}
.btProjectosInternacionais span{
	display:none;
}

.btMatriculas {
	background:url(../imgs/bt05-off.gif) no-repeat;
	width:155px;
}
.btMatriculas:hover {
	background:url(../imgs/bt05-on.gif) no-repeat;
}
.btMatriculas span{
	display:none;
}

.btContactos {
	background:url(../imgs/bt06-off.gif) no-repeat;
	width:89px;
}
.btContactos:hover {
	background:url(../imgs/bt06-on.gif) no-repeat;
}
.btContactos span{
	display:none;
}

/*conteudo*/
.divConteudo {
	display:block;
	background:url(../imgs/bgConteudoBottom.gif) repeat-x;
	background-position:bottom; 
}

/*menu left*/
#menuLeft {
	padding:0;
	width:169px;
	margin:0 57px 0 60px;
}

#menuLeft ul {
	padding:0;
	margin:0;
	border:0;
	z-index: 1000;
}

#menuLeft ul li {
	list-style:none;
	width:169px;
}

#menuLeft ul li a {
	display:block;
}

.btCicloHome {
	background:url(../imgs/btCicloHome-off.jpg) no-repeat;
	height:51px;
}
.btCicloHome:hover {
	background:url(../imgs/btCicloHome-on.jpg) no-repeat;
}
.btCicloHome span{
	display:none;
}

.btSecundarioHome {
	background:url(../imgs/btSecundarioHome-off.jpg) no-repeat;
	height:54px;
}
.btSecundarioHome:hover {
	background:url(../imgs/btSecundarioHome-on.jpg) no-repeat;
}
.btSecundarioHome span{
	display:none;
}

.btCentroEstudosHome {
	background:url(../imgs/btCentroEstudosHome-off.jpg) no-repeat;
	height:51px;
}
.btCentroEstudosHome:hover {
	background:url(../imgs/btCentroEstudosHome-on.jpg) no-repeat;
}
.btCentroEstudosHome span{
	display:none;
}

.btCampusHome {
	background:url(../imgs/btCampusHome-off.jpg) no-repeat;
	height:56px;
}
.btCampusHome:hover {
	background:url(../imgs/btCampusHome-on.jpg) no-repeat;
}
.btCampusHome span{
	display:none;
}


/*noticia*/
.linkNoticiaHome {
	text-decoration:none;
	color:#F75F14;
	font-weight:bold;
	font-size:12px;
	line-height:110%;
}
.linkNoticiaHome:hover {
	color:#666666;
}

.data {
	color:#999999;
	padding:4px 0 6px 0;
}

.txtNoticiaHome {
	color:#333333;
	text-decoration:none;
	line-height:140%;
}
.txtNoticiaHome:hover {
	color:#666;
}

.linkNoticiasHome {
	display:block;
	color:#666666;
	text-decoration:none;
	background:url(../imgs/bulletNoticias.gif) no-repeat;
	background-position:left center;
	padding:10px 20px 10px 15px;
	border-bottom:1px solid #EBEBEB;
}
.linkNoticiasHome:hover {
	color:#F75F14;
}

.todasNoticias {
	display:block;
	background-image:url(../imgs/btTodasNoticias-off.gif);
	width:110px;
	height:19px;
}
.todasNoticias:hover {
	background-image:url(../imgs/btTodasNoticias-on.gif);
}
.todasNoticias span{
	display:none;
}

/*footer*/
.divFooter {
	display:block;
	background:url(../imgs/bgFooter.gif) repeat-x;
	height:68px;
}

.copy {
	font-size:9px;
	color:#666666;
	padding:11px 40px 0 69px;
	float:left;
}

#footer {
	padding:0;
	margin:11px 0 0 0;
	float:left;
}

#footer ul {
	padding:0;
	margin:0;
	border:0;
	float:left;
	font-size:9px;
	color:#666666;
}

#footer ul li {
	list-style:none;
	float:left;
	font-size:9px;
	color:#666666;
	padding-left:3px;
}

#footer ul li a {
	display:block;
	float:left;
	font-size:9px;
	color:#666666;
	text-decoration:none;
	padding-right:3px;
}

#footer ul li a:hover {
	color:#F75F14;
}

.btIesa {
	display:block;
	background-image:url(../imgs/btIesa-off.jpg);
	background-repeat:no-repeat;
	width:167px;
	height:44px;
}
.btIesa:hover {
	background-image:url(../imgs/btIesa-on.jpg);
}
.btIesa span{
	display:none;
}

/*menu topo interior*/
#menuTopoInterior {
	padding:0;
	position:absolute;
	top:110px;
	left:277px;
}

#menuTopoInterior ul {
	padding:0;
	margin:0;
	border:0;
	z-index: 1000;
}

#menuTopoInterior ul li {
	list-style:none;
	float:left;
}

#menuTopoInterior ul li a {
	display:block;
	height:44px;
	outline:none;
}

.btCiclo {
	background:url(../imgs/btCiclo-off.jpg) no-repeat;
	width:98px;
}
.btCiclo:hover {
	background:url(../imgs/btCiclo-on.jpg) no-repeat;
}
.btCiclo span{
	display:none;
}

.btCiclo {
	background:url(../imgs/btCiclo-off.jpg) no-repeat;
	width:98px;
}
.btCiclo:hover {
	background:url(../imgs/btCiclo-on.jpg) no-repeat;
}
.btCiclo span{
	display:none;
}

.btSecundario {
	background:url(../imgs/btSecundario-off.jpg) no-repeat;
	width:113px;
}
.btSecundario:hover {
	background:url(../imgs/btSecundario-on.jpg) no-repeat;
}
.btSecundario span{
	display:none;
}

.btCentroEstudos {
	background:url(../imgs/btCentroEstudos-off.jpg) no-repeat;
	width:151px;
}
.btCentroEstudos:hover {
	background:url(../imgs/btCentroEstudos-on.jpg) no-repeat;
}
.btCentroEstudos span{
	display:none;
}

.btCampus {
	background:url(../imgs/btCampus-off.jpg) no-repeat;
	width:123px;
}
.btCampus:hover {
	background:url(../imgs/btCampus-on.jpg) no-repeat;
}
.btCampus span{
	display:none;
}

/*menu left interior*/
#menuLeftInterior {
	padding:0;
	width:150px;
	margin:0 67px 10px 69px;
}

#menuLeftInterior ul {
	padding:0;
	margin:0;
	border:0;
	z-index: 1000;
}

#menuLeftInterior ul li {
	list-style:none;
	width:150px;
}

#menuLeftInterior ul li a {
	display:block;
	background:url(../imgs/bulletNoticias.gif) no-repeat;
	background-position:left center;
	color:#666666;
	text-decoration:none;
	padding:4px 0 4px 10px;
	border-bottom:1px solid #EBEBEB;
}
#menuLeftInterior ul li a:hover {
	color:#F75F14;
}

.tituloPagina {
	font-size:18px;
	color:#F75F14;
	padding-bottom:10px;
	text-transform:uppercase;
}

.textoGeral {
	font-size:12px;
	color:#333333;
	line-height:150%;
}
