body {
	background: #f4f2ec url(img/fundo.png) repeat-x;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#container {
    width: 1080px;
    margin: 0 auto;
}

/* Logo
--------------------- */
#logo h1 {
    float: left;
}

#logo a {
    width: 248px;
    height: 21px;
    text-indent: -9999px;
    display: block;
    background: url(img/logo.png);
}

/* Navegação
--------------- */
header {
    padding: 15px 0;
    height: 55px;
}
nav ul {
    list-style: none;
    margin: 20px;
    float: right;

}

nav ul li {
    float: left; 
}

a:link, a:visited, a:active {
    color: #af670a;
    text-decoration: none;
}

nav ul li a:link {
    display: block;
    margin-right:25px ;
    padding-bottom: 3px;
    text-transform: uppercase;
}
nav ul li a:hover {
    border-bottom: 1px solid #535858;
}

a:hover {
    color: #227115;

}
    
/* Principal 
conteudo */

#conteudo { 
    width: 710px;
    float: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
footer ul {
    list-style: none;
    font-size: 1.1em;
}

footer ul a {
    text-transform: uppercase;
    font-size: 1.2em;
}

/* ASIDE */
aside {
width: 350px;
float: right;
background: #ebe7dd;
padding-bottom: 30px;
margin-bottom: 30px;
}
section#galeria {
    padding: 0 27px 0 27px;
}

section.visita {
    background: #cdc8c1; 
    padding: 10px 27px 27px 27px;
    margin-top: 10px;

}
section#galeria a{
    background: url(img/fundo-foto.png) no-repeat;
    display: block;
    float: left;
    padding: 17px 15px 17px 15px;
    margin: 10PX 0 0 20PX;
}
section#galeria a:hover {
    opacity: 0.6;
}

section#galeria img {
    margin-left: 2px;
    margin-top: 3px;
}

h3 {
    color: #227115;
    font-size: 1.0em;
    margin-bottom: 15px;
    text-transform: uppercase;

}

h4 {
    color: #86521a;
    text-transform: uppercase;
    padding-top: 3px;
    margin-bottom: 0px;
}

/* Formularios */
input {
    height: 20px;
    width: 80px;
    background: #fff;
    border: none;
    font-size: 1em;
}

input.campo {
    border: 1px solid #ada484;
}
input.botao {
    background: #9b9271;
    color: white;
    width: 100%;
    height: 40px;
    font-size: 1.2em;
}
fieldset {
    border: none;
}

legend {
    display: none;

}

/* ARTICLE */
article#video {
    float: left;
    width: 310px;
    margin-left: 25px;

}
article#mapa {
    float: left;
    width: 310px;
    margin-left: 37px;

}
article#espo {
    float: left;
    width: 310px;
    margin: 15px 0 0 25px;

}
article#texto {
    float: left;
    width: 310px;
    margin: 15px 0 0 37px;


}

/* Rodape */
footer{
    padding: 20px 0 30px 0;
    background: url(img/fundo-rodape.png) no-repeat center top;
    text-align: center;
}