/* STYLE CSS */


/*---------All------------*/
* {
	font-family: "Times New Roman", Times, serif;
	
}

/*-------------BODY--------------*/	
body	{ background: url(../img/1.png) repeat fixed;}

h1	{
	color: #000;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	text-align: center;
}
h2	{
	font-size: 18px;
	color: #000;
	text-align: center;
}
h3	{}
h5	{}
h6	{}
h7	{}

/*-------------Links todo o corpo------------*/
a	{
	color:#000000;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
		
	}
	
a img{
	border: 0;
	text-align: justify;
}/*tira as bordas das imagens com links*/	

a:hover	{
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
		
	}




/*-------Container-------*/	

#container {
	width: 770px;
	height: auto;
	margin: 0 auto;
	margin-top: -10px;
	background-color: #FFFFFF;
}


/*----------Top----------*/


#top {
	
    width: 770px;
	height: 92px;
	background: url(../img/top.jpg) no-repeat;
	
}


/*----------Menu----------*/

#menu {
	width: 770px;
	height: 24px;
	background: url(../img/back_menu.gif) repeat-x;
	text-align: center;
	
}

/*---------Content--------*/

#content {
	width: 770px;
	height: auto;
	background: #fff url(../img/backcontent.jpg)  repeat-y  right;
	border:#000000;
	display:table;

}

#content_not {
	width: 770px;
	height: auto;
	background-color: #fff;
	border:#000000;
	text-align: center;
 }
 
#content_not p{
	text-align: center;



}
 
#content_not table {
	color: #000;
	text-align: center;
}

/*-----------Clear para deixar fundo em Branco-------------------*/
.clear{
	clear: both;
}

/*----------Destaque----------*/
.destaque{
	float: left;
	width: 500px;
	height: auto;
	padding-top: 10px;
	display: table-column;
	z-index:1;
	
 	
}

.destaque img {
	text-align: left;

}
/*--------------SEC Noticias ----------------*/
.secnews{
	float: right;
	width: 210px;
	padding-top: 5px;
	height: 270px;
	margin-left: 2px;
	text-align: justify;
	padding-right: 10px;
	z-index:2;
}

/*---------Slide-----------*/
.slide {
	background: url(../img/fundo_laterais.png);
	float: left;
	width: 220px;
	height: 290px;
	margin-top: 28px;
	text-align:center;
	margin-left: 20px;
}


/*------------Centro de Lazer-------------*/
.centrodelazer{
	float: left;
	width:240px;
	height: 180px;
	text-align: center;
	background: url(../img/fundo_centro.png) no-repeat;
	margin: 10px 0px 0px 15px;
	padding: 5px 10px 10px 0px;
}

/*---------Links-----------------*/
.links {
	float: left;
	background: url(../img/fundo_link.png) no-repeat;
	width:234px;
	height:187px;
	padding: 5px 5px 3px 3px;
	margin-top: 10px;
	 
}
.links a {
	font-size: 13px;

}
/*--------CINEMA------------*/
.cinema{
	background:url(../img/fundo_laterais.png) no-repeat;
	float:right;
	width: 220px;
	height:290px;
	text-align:center;
	margin-left: 2px;
	margin-top: 10px;
	line-height: normal;
	margin-right: 25px;
	

	
}

/*-------------Centrais------------*/
.centrais{
	float:right; 
	width:200px;
	text-align:center;
	margin-right: 30px;
	margin-top: 10px;

}
/*--------Parceiros--------------*/
.parceiros{
	float:left;
	width:450px;
	height: 162px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left: 15px;
	padding: 8px 30px 0px 20px;
	text-align: center;

}	

/*---------Contador de Visitas----------*/

.contador {
	float: right;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 429px;
	margin-right: 70px;
}

/*-------------Rodapé------------*/

#footer {
	width:770px;
	background-color: #FFFFCC;
	text-align: center;
	font-size: 12px;
}
#footer2 {
	width:770px;
	background-color: #CCFFCC;
	text-align: center;
}

/* --------------------Musica-----------------*/

.musica{float:left;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: 300px;
	}
	
/* --------------------Propaganda-----------------*/
#propaganda 
	{    
	width: 770px;
	height: 128px;
	}	
/* --------------------Propaganda-----------------*/

#popup{
	position: absolute;
	top: 15%;
	left: 22%;
	width: 577px;
	height: 850px;
	padding: 1px 1px 1px 1px;
	/*border-width: 2px;
	border-style: solid;
	background: #FFFFFF;*/
	display: none;
	text-align: right;
	text-shadow: #000099;
	z-index:3;
	font-size:24px;
}

#popup a{
	background-color:#FFF;
}
	
#content_not div news {
	text-align: justify;
}
#container #content_not div div blockquote p a {
	text-align: justify;
}
#container #content_not div blockquote p {
	text-align: justify;
}
#container #content_not blockquote p img {
	text-align: center;

}

