body{
	overflow-x: hidden;
}
.fundo {
	background-attachment: scroll;
	background-image: url(images/fundo3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundo2 {
	background-attachment: fixed;
	background-image: url(images/fundo2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fundolayout2 {
	background-attachment: fixed;
	background-image: url(images/fundolayout2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fundolayoutTraco {
	background-attachment: fixed;
	background-image: url(images/traco.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.fundolayoutTraco2 {
	background-attachment: fixed;
	background-image: url(images/traco-2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.texto_int {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.texto_int2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}


.fundomenu {
	background-attachment: scroll;
	background-image: url(images/fundomenu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.fundorodape {
	background-attachment: scroll;
	background-image: url(images/fundorofdape.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.centrofundo {
	background-attachment: scroll;
	background-image: url(images/centrofundo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FF0000;
}

