/*************************************GERAL************************************************************/
body {
	background: #C0C1C4;
	margin:0px;
	padding: 0px;
}

#container {
   	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 5px 0 0px 0;
	width: 860px;
   	background-color: #fff;
	border-top: 0px solid #525254;
	border-left: 0px solid #525254;
	border-right: 0px solid #525254;
	border-bottom: 0px solid #525254;
	background-image: url(../images/fundocaderno3.gif);
	background-repeat: repeat-y;
	display: table;
}

#container2 {
   	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 60px;
	padding: 0px 0 0px 0px;
	width: 770px;
	border-top: 1px solid #525254;
	border-left: 1px solid #525254;
	border-right: 1px solid #525254;
	border-bottom: 1px solid #525254;
	display: table;
}

/*--------------------------cabecalho-------------------------------*/
#testeira {
	background-image: url(../images/cabecalho4.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 0px 60px;
   padding: 0px 0px 70px 0px;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #bababa;	
}

#testeira h1.cabecalho a{
	width: 774px;
	height: 87px;
	margin: -10px 0px 0px 0px;
	position: absolute;
	text-indent: -5000px;
}

/*-------------------------------------BOTOES DE NAVEGACAO--------------------------------*/

.antes a{
	float:left;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	height:30px;
	margin-left:60px;
	width:3em;
	text-indent: -5000px;
	background-color:#fff;

}
.antes a:hover{
	background-image: url(../images/back_go.png);
}
.pdf a{
	float:left;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	height:30px;
	width:2em;
	text-indent: -5000px;

	}
.pdf a:hover{
	background-image: url(../images/pdf_go.png);
	}
.print a{
	float:left;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	height:30px;
	text-indent: -5000px;
	padding-left:90px;
}
.print a:hover{
	background-image: url(../images/print_go.png);
}
.prox a{
	float:right;
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	height:30px;
	width:2.5em;
	margin-right:20px;
	text-indent: -5000px;
	background-color:#fff;
	
}
.prox a:hover{
	background-image: url(../images/go_go.png);
}


.pdfabfilmes a{
   float: left;
   margin: 0 0 0 128px;
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	height:30px;
	width:2em;
	text-indent: -5000px;

	}
.pdfabfilmes a:hover{
	background-image: url(../images/pdf_go.png);
	}
.printabfilmes a{
	float:left;
	background-image: url(../images/print.png);
	background-repeat: no-repeat;
	height:30px;
	text-indent: -5000px;
	padding-left:90px;
}
.printabfilmes a:hover{
	background-image: url(../images/print_go.png);
}


/*----------------------MENU--------------------------*/

#menu {
   	width: 600px;
	height: 30px;
	list-style: none;
	margin: 0px 0 0 185px;
	padding: 0 0 0px 0px;
	font: 12px verdana, sans serif;
	background-color:#fff;
}

#menu li {
	float: left;
	margin: 0 2px;
	background-image: url(../images/roundleft.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 0px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	background-color: #26749A;
}

#menu li span {
	display: block;
	float: left;
	padding: 0 5px;
	background-image: url(../images/roundright.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 30px;
	line-height: 30px;
	color:#E0E0E0;
}

#menu li a {
	display: block;
	float: left;

	padding: 0 5px;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
   	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: underline;
	color: #fff;
}

#alternativo{
	text-indent: -5000px;
	display: none;
}