@charset "utf-8";

body {
	margin-top:11px;
	margin-bottom:5px;
	margin-left:30px;
	margin-right:30px;
}

.dim{
	max-width: 1024px;
	min-width: 800px
}

.texto_cor_preto_normal1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.texto_cor_branco_negrito1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

/*--------pg1--------*/
#pg1{
	background:#FFFFFF;
	width:751px;
	height:346px;
	padding:2px 2px 2px 2px;
	text-align:justify;
	overflow:auto;
}

/*--------comentários--------*/
#comentarios{
	width:auto;
	height:auto;
	text-align:justify;
	color:#000000;
	border:0px solid #ffffff;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:10px;
	margin-bottom:10px;
}

/*--------título notícia--------*/
#titulo_noticia{
	width:auto;
	height:auto;
	border:1px solid #ffffff;
	float:left;
}

/*--------título evento--------*/
#titulo_evento{
	width:auto;
	height:auto;
	border:1px solid #ffffff;
	float:left;
}

/*--------ler notícias--------*/
#ler_noticia{
	width:auto;
	height:auto;
	border:0px solid #ffffff;
}

/*--------ler evento--------*/
#ler_eventos{
	width:auto;
	height:auto;
	border:0px solid #ffffff;
}
/*--------busca--------*/
#busca{
	width:auto;
	height:auto;
	border-bottom:1px dashed #999999;
	margin-bottom:15px;

}

/*--------festival--------*/
#festival{
	width:auto;
	height:auto;
	border:1px solid #000000;
}

/*--------lista do festival--------*/
#lista_do_festival{
	width:auto;
	height:auto;
	border:1px solid #000000;
}

/*--------link1--------*/
#link1{
	width:auto;
	height:auto;
	border:1px solid #000000;
	background-color:#CCCCCC;
}

/*--------mostrar notícias--------*/
#mostrar_noticia{
	width:auto;
	height:auto;
	border:1px solid #ffffff;
	float:left;
	text-align:justify;
}

/*--------mostrar evento--------*/
#mostrar_evento{
	width:auto;
	height:auto;
	border:1px solid #ffffff;
	float:left;
	text-align:justify;
}

/*--------título--------*/
#titulo{
	text-align:justify;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #CCCCCC;
}

/*--------sub_título--------*/
#sub_titulo{
	text-align:center;
	font-weight:bold;
	background:#EBEBEB;
	width:734px;
	height:15px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:5px;
	margin-bottom:5px;
}

/*--------linha_h1--------*/
#linha_h1{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}

/*--------linha_h2--------*/
#linha_h2{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}

/*--------linha_h3--------*/
#linha_h3{
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}

/*--------link--------*/
a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
