#top {
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:110px;
	z-index:3;
}

#centro {
	position: fixed;
	left:0px;
	top:110px;
	width:100%;
	height:100%;
	z-index:2;
}

#centronews {
	position: absolute;
	left:0px;
	top:110px;
	width:100%;
	height:100%;
	z-index:2;
}

#base {
	position: fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:100px;
	z-index:5;
	background-image:url(../bg_data/bg1.png);
	background-repeat:repeat-x;
}

#bg {
	position: fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	background-image:url(../bg_data/bg0.png);
	background-repeat:repeat;
}

.titulos_geral {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bolder;
	font-stretch:condensed;
	text-align:left;
	color:#FFF;
	}

.titulo_menu_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	font-stretch:condensed;
	text-align:left;
	color:#d21d10;
	}
		
.texto_geral {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch:condensed;
	text-align:left;
	color:#FFF;
	}
	
.texto_geral1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch:condensed;
	text-align:left;
	color:#FFF;
	}
	
.titulo_contacto_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-stretch:condensed;
	text-align:left;
	color:#d21d10;
	}
	
.texto_contacto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch:condensed;
	text-align:left;
	color:#FFF;
	}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	color: #FFF;
}

.legenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #FFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #d21d10;
	text-decoration: none;
}
a:active {
	color: #CCC;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.texto_equipa {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	color:#FFF;
	}
		
.colunas20 {width:20px;}