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

/* GLOBAL */

*{
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin:0;
	padding:0;
}
#global {
	width:708px;
	margin:0 auto;
	position:relative;
}
#corpo {
	width:708px;
	text-align:left;
	padding:0;
	background:#fffdec;
	display:block;
	float:left;
}


/* HEADER */

#header {
	height:137px;
}
#logo {
	height:58px;
	width:167px;
	background-image:url(../images/logotipo.gif);
	float:left;
	position: relative;
	top: 35px;
	left: 30px;
}
#logo a {
	display: block;
	height:58px;
	width:167px;
}
#logo h1 {
	display: none;
}

/* MENU */

#menu {
	float:right;
	position: relative;
	top: 25px;
	right: 30px;
}
#menu ul {
	list-style:none;
}
#menu li {
	display:inline;
}


/* FLASH */

#fotos {
	height:384px;
}


/* CONTENT */

#box1 {
	float:left;
}
#submenu{
	float:left;
	font-size:0.7em;
	color:#c46b23;
	line-height:1.8em;
}
#submenu a{
	text-decoration:none;
	color:#c46b23;
}
#submenu a:hover{
	text-decoration: underline;
}
#submenu ul{
	list-style:none;
	padding:0px 10px 18px 18px;
}


#frames {
	margin:20px 0 0;
	float:left;
}

#box2 {
	float:right;
	width:372px;	
}
#welcome {
	float:left;
	padding:20px;
	font-size:0.7em;
	color:#6c6050;
	line-height:1.3em;
}
p.destaque {
	background-color:#f2ead9;
	padding:15px;
}


/* FOOTER */

#footer {
	height:72px;
	background:url(../images/footer-border.gif) repeat-x top;
	float:left;
	width:708px;
	font-family:Tahoma, Verdana;
	font-size:0.6em;
	color:#828080;
}
#footer .box{
	width:233px;
	height:40px;
	float:left;
	margin-top:20px;
	text-align:center;
}


/* GALLERY */

#title{
	width:688px;
	height:59px;
	padding-left:20px;
	background-color:#f4e3c8;
}
a { 
	color:#960000; 
}
#gallery1 .section { 
	font-size:0.8em; 
}
#gallery2 .section { 
	font-size:0.8em; 
}
.pictures {
	padding:20px;
	font-size:0.7em;
	color:#6c6050;
}
.galeria {
	background-color:#faf6d9;
	margin:0 0 20px 20px;
	padding:15px;
	border:1px dashed #efdcbd;
	float:left;
	width:525px;
	
}
.galeria ul {
	list-style:none;
}
.galeria li {
	display:inline;
}
.galeria h3 {
	color:#7e2f16;
	font-size:1;
	padding:0 0 3px 0;
}



/* CONTACT */

#contact1 {
	float:left;
	font-size:0.7em;
	width:336px;
	margin-left:20px;
	color:#6c6050;
}
#contact2 {
	float:right;
	width:320px;	
	font-size:0.7em;
	line-height:2em;
	color:#6c6050;
}
input {
   color: #000000;
   background: transparent;
   border: 1px solid #797A8E;
   margin: 0.5em 0 0.5em 0;
   padding:5px;
   font-size: 1em;
}

input:focus, textarea:focus, select:focus {
	background: #fbf7da;
	color: #7e2f16;
}

textarea {
	color: #666666;
	background: transparent;
	border: 1px solid #999999;
	margin: 0.5em 0 0.5em 0;
	font-size: 1em;
   padding:5px;
}

fieldset {
   border : 1px solid #DDDDDD;
   padding : 10px;
}
h4 {
	color:#c46b23;
	font-size:0.7em;

}


