@charset "utf-8";
a:active {text-decoration: none}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: none}
img {
 text-decoration: none;
 border-style: none;
}

body {
	background-image: url(../imagens/bg_miolo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.bgLateralEsquerda {
	background-image: url(../imagens/bgLateralEsquerda.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bgLateralDireita {
	background-image: url(../imagens/bgLateralDireita.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgMiolo {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../imagens/bgMiolo.jpg);
	background-repeat:repeat-x;
}
.bgBoxMeio {
	background-image: url(../imagens/bgBoxMiolo.jpg);
	background-color: #111518;
}

.bgBox {
	background-attachment: scroll;
	background-image: url(../imagens/bgBox.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.tenisTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d4db3c;
	font-weight: bolder;
}
.textoBranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
.textoRiscado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bolder;
	text-decoration: line-through;
}
.adegaTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D27D0E;
	font-weight: bolder;
}
.textoPreto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1d2326;
}
.textoRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1d2326;
}

