body {
	background-color:black;
	margin:0;
	padding:0;
	overflow-y: hidden;
	overflow-x: hidden;
}		

/*Supersize Plugin Styles*/
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize{
	position: absolute;
}

#supersize img, #supersize a {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.bordaBox {bbackground: transparent; width:984px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:gray; border-left:1px solid gray; border-right:1px solid gray;}
.bordaBox .b1 {margin:0 5px; background:gray;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {height:2px; margin:0 1px;}
.bordaBox .noticias {padding:5px;display:block; background:gray; border-left:1px solid gray; border-right:1px solid gray;}


#centro {
	position: relative;
	width: 984px;
	height: auto;
	margin: 0 auto;
	clear: left;
}

#conteudo {
	position:relative;
	width: 984px;
	padding-top: 200px;
	text-align: center;
	font-family: arial;
	font-size: 18px;
	color: white;
	float: left;
}

#conteudo img {
	max-width: 600px;
}


@media only screen and (max-width: 1023px) {

	#centro {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto;
		clear: left;
	}

	#conteudo {
		position: relative;
		width: 100%;
		padding-top: 10vw;
		text-align: center;
		font-family: arial;
		font-size: 18px;
		color: white;
		float: left;
	}
	
	#conteudo img {
		width: auto;
		max-width: 60%;
	}

}