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

/* Corpo*/

body {
	font-family:Tahoma, Geneva, sans-serif;
	text-align: center;
	background:url(images/background.png);
	background-repeat:repeat-y;
	background-position:center;
}

a:hover {
	color: #29ABE2;
	background-color:#06F;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color:#29ABE2;
}
a:visited {
	text-decoration: none;
	color: #29ABE2;
}
a:active {
	text-decoration: none;
	color: #29ABE2;
}

.tabela_background {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:justify;
	font-size:14px;
	color:#666;
}

h1 {
	font-family: "borisblack.ttf", serif;
	font-size: 23px;
	text-align:left;
	color:#28AAE1;
	letter-spacing:4x;
}

h2 {
	font-family: "borisblack.ttf", serif;
	font-size: 14px;
	text-align:center;
	color:#666;
}

h3 {
	font-family: "borisblack.ttf", serif;
	font-size: 18px;
	text-align: left;
	color: #333;
}

/* Configuração da Página Principal*/
.titulo_noticia_principal {
	font-size: 16px;
	color: #06F;
	font-weight: bolder;
	text-align:center;
	
}

.corpo_noticia_principal {
	background:url(images/background_noticias.png);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:center;
}

.data {
	font-size: 9px;
	color:#CCC;	
}

.texto_publicidade_inferior_pgprincipal {
	font-size: 11px;
	color: #666;
	text-align:center;
}

.tabela_proposta_background {
	text-align:right;
	font-size:11px;
	color:#666;
}

.background_alojamento {
	background-image:url(images/alojamento1.png);
	background-position:center top;
	background-repeat:no-repeat;	
}

.preço_planos_alojamento {
	font-size:40px;
	text-align:center;
	color:#09F;
	font-weight:bold;
}

.plano_de_alojamento{
	text-align:left;
	font-size:14px;
	color:#999;
}

/* Configuração de Quem Somos?*/

.principioum {
	color: #2B3991;
	font-weight:bold;
}

.principiodois {
	color: #6BC9CB;
	font-weight:bold;
}

.principiotres {
	color: #3FA9F5;
	font-weight:bold;
}

.principioquatro {
	color: #0071BD;
	font-weight:bold;
}

/* Configuração da Barra*/

.titulo_noticia_barra {
	font-size: 16px;
	color: #06F;
	font-weight: bolder;
	text-align:center;
	
}

.data_barra {
	font-size: 9px;
	color:#CCC;	
}

.tabela_proposta_barra {
	text-align:left;
	font-size:10px;
	color:#666;
}

/* Form */

textarea {
	background: #CCC;
	color: #ffffff;
	border: medium solid #CCC;
} 

input {
	background: #CCC;
	color: #ffffff;
	border: medium solid #CCC;
	font-size:14px;
	font-weight:bold;
} 



/* Notícias */

.titulo_noticia {
	font-size: 16px;
	color: #06F;
	font-weight: bolder;
}	

/* Rodapé */

.tabela_background_rodape {
	background-attachment: fixed;
	background-image: url(images/rodape.jpg)
	background-repeat: no-repeat;
	background-position: center top;	
}

.ultimos_letras {
	font-size:9px;
	color:#29ABE2;
	font-weight:bold;
	text-align:left;
}

.titulo_footer {
	font-family: "borisblack.ttf", serif;
	font-size: 14px;
	text-align:left;
	color:#FFF;
	letter-spacing:4x;
}

.texto_footer {
	font-size: 10px;
	text-align:left;
	color:#FFF;
}


/*Envio de ficheiros */

.sucesso {
	text-align:center;
	font-size:18px;
	color:#999;
	font-weight:bold;
}

