@CHARSET "ISO-8859-1";
@IMPORT url("index.css");
@IMPORT url("conteudo.css");

body{
	overflow-x:hidden;
}

#conteudo{
	width: 4800px; /*override*/
	clip: rect(5px, 670px, 450px, 5px);
}

.atividades{
	border-collapse:separate;
	border-spacing:10px;
	width: 100%;
	position: absolute;
	left:200px;
}
.atividades td{
	width: 300px;
	height: 200px;
	background-position: -10px -20px;
	border: 3px solid #FEE07A;
	text-align: center;
	opacity:0.2;
	filter:alpha(opacity=40);
	
	font-size: 13px;
	font-family: "Trebuchet MS","arial";
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #4788AB;
}
.atividades td a{
}

/*override menu*/
#menu {
	background-image:url(../images/site_menu_fundo_atividades.jpg);
	background-color:#AE4428;
}

/*override background*/
#container{
	background-color: #FED441;
	background-image:url(../images/wrapper_atividade.gif);
}
/*override h1*/
#container h1 {
	background-image:url(../images/site_h1_atividades.gif);
	height:30px;
	width:266px;
	left:246px;
	position:absolute;
	top:-5px;
	*top: 15px;
	z-index: 11;
}
/*override footer*/
#footer {
	display: none;
}


/*moldura vermelho/azul*/
.wrapper{
	/*background-image:url(../images/wrapper_atividade.gif);*/
	background-position:top left;
	background-repeat:no-repeat;
	height:500px;
	left:50%;
	margin-left:-217px;
	margin-top:-252px;
	position:absolute;
	top:50%;
	width:696px;
	z-index: 10;
	opacity:0.9;
	filter:alpha(opacity=90);
	display: none;
}

/*botões sobre o wraper*/
#prox, #ant{
	position: absolute;
	height: 70px;
	width: 70px;
	cursor: pointer;
	z-index: 12;
	top:140px;
}
#prox{
	background-image:url(../images/site_atividades_bt_prox.gif);
	left:810px;
}
#ant{
	background-image:url(../images/site_atividades_bt_ant.gif);
	left:310px;
}

