

/**************************************\
|------------CORES--------------|
|--------------------------------------| */
.verde {
	color: #577000;
}
.verde-escuro {
	color: #253600;
}
/**************************************/
/*              GLOBAL               */
/**************************************/
body {
	margin: 0;
	background: #fff url(../img/fundoprincipal2.jpg) no-repeat center top;
	color: #333333;
	width: 100%;
	display: inline;
}

p {
	padding: 0 0 1.1em;
}

.imagens{
	border: 1px solid #eee;
	background-color: white;
	padding: 3pt;
}


.imagenspeq{
	border: 1px solid #eee;
	background-color: white;
	padding: 2px;
}

.imagenspeq a:hover{
	border-color: black;
}

.esquerda {
	float: left;
}
.direita {
	float: right;
}



/* Paragrafo de introducao, estilo  */
p.intro:first-line{
	font-variant:small-caps;
	font-size: 1.2em;
}
/* primeira letra de um pragrafo em destaque - "drop cap" */
p.drop:first-letter{
	float:left;
	font-size:3em;
	margin-top:-0.05em;
	margin-right:0.1em;
	margin-bottom:-0.5em;
}

#separador{
	text-align: center;
	display:block;
	margin-bottom: 2em;
}

img.centrada {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
    
/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { background:none; padding:0; margin:0; }

/* Make sure the icons are not cut */
a[href^="http:"], a[href^="mailto:"], 
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
a[href^="http:"]          { background-image: url(../img/icons/external.png); } 
a[href^="mailto:"]        { background-image: url(../img/icons/email.png); }

/* Files */
a[href$=".pdf"]   { background-image: url(../img/icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(../img/icons/doc.png); }  
a[href$=".xls"]   { background-image: url(../img/icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(../img/icons/feed.png); }
a[href^="aim:"]   { background-image: url(../img/icons/im.png); }
a[href^="http://gayainternacional.pt"] { background:none; padding:0; margin:0; }
a[href^="http://villasgaia.gayainternacional.pt"] { background:none; padding:0; margin:0; }
a[href^="http://validator.w3.org/check?uri=http%3A%2F%2Fgayainternacional.pt%2Fvillasgaia%2F"] { background:none; padding:0; margin:0; }
a[href^="http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fgayainternacional.pt%2Fvillasgaia%2F"] { background:none; padding:0; margin:0; }

/**************************************/
/*              CABECALHO               */
/**************************************/

#cabecalho {
	height: 325px;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	top: 37px;
	left: 0px;
	padding: 0;
	margin: inherit;
}


/**************************************/
/*             NAVEGACAO           */
/**************************************/
#nav {
	position: absolute;
	left: 570px;
	bottom: -15px;
	list-style: none;
	font: bold 16px/16px Cambria, Georgia, Times, Times New Roman, serif;
}
#nav li {
	background: none;
	float: left;
	padding: 0;
	width: 165px;
	text-align: center;
}


#nav a, #nav a:visited {
	text-decoration: none;
	color: #fffed7;

}
#nav a:hover {
	text-decoration: underline;
}

#nav-empreendimentos{
	top: -30px;
	left: 0px;
}

#nav-contactos {
	top: -30px;
	left: 150px;
}


/**************************************/
/*            CONTEUDO   */
/**************************************/
#conteudo {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#fundo-papel {
	padding: 10px;
	background: url(../img/fundopapel2.jpg) repeat-y left top;
	position: absolute;
	width: 911px;
	top: 10px;
	right: 8px;
}

#slogan {
	margin: 0 auto;
	position: relative;
	text-align: center;
	color: #253600;
	line-height: 2em;
	padding-top: 15px;
	height: 120px;
}

.texto-destaque-cabecalho {
	background-color: #650037;
	color: #ffeb70;
	padding: 3px;
}


/**************************************/
/*               RODAPE               */
/**************************************/

div#rodape {
         clear:both;  
         width:910px; 
         height:175px;
         margin: 0 auto; /*This will float the footer in the middle without any padding on the top or bottom*/
         background-image: url(../img/footermadeira.jpg);
         padding: 10px;
}


.rodape{
	text-align: right;
	background-color: #fdfef0;
	border-bottom: 1px solid #f3edc3;
	border-top: 1px solid #f3edc3;
	padding: 5px;
	display: block;
	float: right;
	width: 900px;
	margin: 0 auto;
}

