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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: justify;
	line-height: 1.5em;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

.container{
	margin: 0 auto 0 auto;
	width:95em;
	height: 100%;

}

h1{
	font-family: "Bauhaus 93", Arial;
	font-size: 1.5em;
	text-align: left;
	color:#FF9900;
}

h2{
	font-family: "Arial narrow", Arial;
	font-size: 1.3em;
	color:#FFFFFF;
}

a:link{
	color: #3399CC;
}

a:visited{
	color: #FF9933;
}


#header{
	float:left;
	width: 95em;
	height: 8em;
	margin-bottom: 0;
}


.logo{
	float:left;
	width: 15em;
	height: 3em;
	margin-top: 2em;
	margin-left: 40em;
}

.s_menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #3399CC;
	float:right;
	width: 8em;
	margin-top: -1em;
}

.menu{
	float:left;
	width:32em;
	margin-left: 1.25em;
	margin-top: 2em;
}


#barra_esq{
	float:left;
	width: 8.313em;
	height: 100%;
	margin-left: 1.25em;
	}

.apresenta{
	height: 100%;
	overflow: hidden;
	
}


#bloco_centro{
	float:left;
	width: 40.625em;
	margin-left: 2.188em;
	padding-top: 0.5em;
	height: 35em;
}

#flash_promo{
	float:left;
	width:40.625em;
	height: 35em;
	//**z-index: -1;*//
}


span.leia{
	position: relative;
	margin-left: 0.5em;
	top: 0.5em;
}

#bloco_quebra{
	height: 4em;

}


#right_text{
	position: relative;
	float: right;
	top: -0.5em;
}


#bloco_centro>h1{
	float:left;
	
}

.quebra2{
	float:left;
	margin-top: 1.5em;
	margin-left: 1.5em;
	width: 31em; 
	height: 1.3em;	
}

#conteudo2{
	float:left;
	font-size: 1em;
	width: 54em;
}

#barra_dir{
	float:left;
	width: 15em;
	height: 55em;
	margin-left: 21em;
}


ul.links_dir {
	background-image:url(imagens/break1.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding-top: 1.5em;
	margin-bottom: 2em;
	width: 16.938em;
	height: 28.25em;
	
}

li {
	list-style:none;
	background-image: url(imagens/button_link.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	margin-top: 2.5em;
	padding-left: 2em;
	width: 15em;
	font-size: 1em;
}	


#calendario{
	float:left;
}

table{
	background: url(imagens/break_cal.jpg);
	font-size: 1em;
	padding: 0.5em;
	border-style: none;
	border-color:#FF9900;
}
th{
	text-align: center;
	color:#3399FF;
	border:none;	
}

tr, td{
	padding-left: 0.2em;
	border:none;	
}

#contactos{
	float:left;
	background-image:url(imagens/cont_box.jpg);
	background-repeat:no-repeat;
	width: 25em;
	margin-top: 1em;
	line-height: 1em;
	padding-left: 2.5em;
}

.cont_conteudo{
	font-size: 0.8em;
	line-height: 1em;
		
}

span#telef{
	position: relative;
	margin-left: 4em;
}

span#mail{
	color:#FF9900;	
}

span#escrit{
	font-size: 0.9em;
}


span#form a{
	color:#FFFFFF;
	z-index: -1;
}

#foot{
	clear: both;
	width: 95em;;
	height: 3em;
	color: #0033FF;	
}

.quebra_final{
	width: 100%;
	margin-left:12em;
}

.foot_note{
	text-align: left;
	margin-left:24em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
}


