html {
height: 100%;
min-height: 100%;
width: 100%;
}

body {
height: 100%;
min-height: 100%;
width: 100%;

}

body {
	font: 12px "Trebuchet MS", Tahoma, Arial;
	color: #666666;
	/*background: #FFFFFF url(imgs/fundo.png);*/
	margin: 0px;
	padding: 0px;
	
	background: url("imgs/bg2.jpg") ;
	background-position : center;
	background-repeat : repeat-x;
	background-attachment:fixed;
	
	height: 100%;
	min-height: 100%;
	width: 100%;

}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}

.alinhacentro {
	text-align:center;
}
.textonosdois {
	padding: 30px 300px 10px 300px;
	
	font-size:18px;
}
.textocontato {	
	font-size:28px;
}

div#container {
	width: 900px; 
	position: relative;
	margin:0 auto;
	text-align:left;
	border: 0px #cccc00 solid;
}

div.nav {
	position: absolute; 
	top: 0px;
	border-left: 1px solid #E5E5E5;
	padding-left: 10px;
	padding-top:25px;
	height: 25px;
	}
	
	.ln {line-height:165%;}

div.nav a{
	color: #53552a;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	}
	
div.nav a:hover{
	color: #92936c;
	
	text-decoration: underline;
	}
	
#ie6 {
	color:#cc0000;
	font-size:12px;
	border: solid 1px #048db4;
	padding:20px 20px 20px 20px;
}

#header{
	height:65px;
	padding-top:5px;
	border: 0px #cc0000 solid;
}

#footer{
  font-size:12px;
  color:#333333;
  font-weight:normal;
 /* position:absolute;*/
  text-align: center;
  bottom:0;
  left:0;
  width:100%;
  height:20px;
  border: 0px #cc0000 solid;
  margin-top:50px;
  padding-top:5px;
 
}
#footer span{
	font-size:10px;
}
.footerinterna {
	position:relative;
}
.footercapa {
	position:absolute;
	 background-image:  url("imgs/bgfooter3.jpg") ;
}
.footersplash {
	 position:absolute;
  text-align: center;
  bottom:0;
  left:0;
  width:100%;
   height:200px;
  background-image:  url("imgs/bgfooter.png") ;
  background-position:bottom;
  background-repeat : no-repeat;
}

#framegaleria {
	width: 910px; 
	height:680px;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px ;
	
	background-image: url("imgs/frame.png") ;
	
	background-repeat : no-repeat;
	/*background-attachment:fixed;*/
	/*background-position:bottom;*/
	border: 0px #cc0000 solid;
}


#homefeliz{
	text-align:center;
	padding-top:30px;
	
}

#palavras {
	font-size:10px;
	color:#663;
	margin: 30px 100px 10px 100px;
}
