@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url(Imgs/fundo_geral.jpg);
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
}

.home {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11.5px;
}

h4 {
	color:#996600;
	font-size:12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #66CC00;
}
a:active {
	text-decoration: underline;
	color: #990033;
}
/* Jogo */
.jogo {
	background-image:url(Imgs/fundos/ojogo.jpg);
	background-repeat:no-repeat;
}
.jogo_interna {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
 	opacity:0.85;
	border:#121212 solid 1px;
}
.data_noticias {
	color:#66CC00;
	font-weight:bold;
	}

/* Guia */
.guia {
	background-image:url(Imgs/fundos/guia.jpg);
	background-repeat:no-repeat;
}
.guia_interna {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
 	opacity:0.70;
	border:#121212 solid 1px;
}
/* Arte */
.arte {
	background-image:url(Imgs/fundos/arte2.gif);
	background-repeat:no-repeat;
}
.arte_interna {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
 	opacity:0.70;
	border:#121212 solid 1px;
}
/* Noticias */	
.noticias {
	background-image:url(Imgs/fundos/noticias.jpg);
	background-repeat:no-repeat;
}
.noticias_interna {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
 	opacity:0.75;
	border:#121212 solid 1px;
}

/* Videos */	
.videos {
	background-image:url(Imgs/fundos/videos.jpg);
	background-repeat:no-repeat;
}
.videos_interna {
	background-color:#000000;
	/* for IE */
	filter:alpha(opacity=85);
	/* CSS3 standard */
 	opacity:0.85;
	border:#121212 solid 1px;
}
