body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../imagens/texturaFundo.jpg);
}

.fundoGlobal {
	height: 100%;
}

.corFundo {
	background-color: #224499;
}


.fundoL0Lateral1 {
	background-image: url(../imagens/L0Lat1.gif);
}
.fundoL0Lateral2 {
	background-image: url(../imagens/L0Lat2.gif);
}
.fundoL0Imagem8 {
	background-image: url(../imagens/L0Img8.jpg);
}
.fundoL0Imagem10 {
	background-image: url(../imagens/L0Img10.jpg);
}


.fundoLApoioLateral1 {
	background-image: url(../imagens/lApoioLat1.gif);
}
.fundoLApoioLateral2 {
	background-image: url(../imagens/lApoioLat2.gif);
}
.fundoLApoioImagem1 {
	background-image: url(../imagens/lApoioImg1.gif);
}
.fundoLApoioImagem2 {
	background-image: url(../imagens/lApoioImg2.gif);
}

.cxConteudosF {
	background-color: #E9EDF5;
}
.cx1ConteudosT {
	background-image: url(../imagens/cx1T.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.cx1ConteudosL {
	background-image: url(../imagens/cx1L.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.cx1ConteudosR {
	background-image: url(../imagens/cx1R.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.cx1ConteudosB {
	background-image: url(../imagens/cx1B.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.cx2ConteudosT {
	background-image: url(../imagens/cx2T.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.cx2ConteudosL {
	background-image: url(../imagens/cx2L.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.cx2ConteudosR {
	background-image: url(../imagens/cx2R.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.cx2ConteudosB {
	background-image: url(../imagens/cx2B.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.cx3ConteudosT {
	background-image: url(../imagens/cx3T.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.cx3ConteudosL {
	background-image: url(../imagens/cx3L.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.cx3ConteudosR {
	background-image: url(../imagens/cx3R.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.cx3ConteudosB {
	background-image: url(../imagens/cx3B.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.cx4ConteudosT {
	background-image: url(../imagens/cx4T.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.cx4ConteudosL {
	background-image: url(../imagens/cx4L.jpg);
	background-position: right;
	background-repeat: repeat-y;
}
.cx4ConteudosR {
	background-image: url(../imagens/cx4R.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
.cx4ConteudosB {
	background-image: url(../imagens/cx4B.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.cxFoto {
	border: 1px solid #999999;
	margin-left: 10px;
}

.separadorAmarelo {
	background-image: url(../imagens/iconesDesporto/separadorAmarelo.jpg);
}


div#msgInicial {
	position: absolute;
	width: 230px;
	height: 124px;
	margin: 10px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #222222;
	text-align: center;
}
div#msgTopo {
	position: absolute;
	width: 230px;
	height: 124px;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #222222;
	text-align: center;
}

div#legendaES, div#legendaEN, div#legendaFR {
	position: absolute;
	width: 250px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #EEEEEE;
	text-align: left;
	background-color: #355BAF;
	border: 2px solid #02287D;
}

div#legendaES {
	z-index: 3;
	visibility: hidden;
}
div#legendaEN {
	z-index: 2;
	visibility: hidden;
}
div#legendaFR {
	z-index: 1;
	visibility: hidden;
}