.texto {
	text-align: justify;
	line-height: 1.5em;
	padding: 0 25px 0 10px;
}

.texto p { margin-bottom: 15px; }

.texto p a:link {
	color: #000;
	text-decoration: underline;
}

.texto p a:visited {
	color: #444;
	text-decoration: underline;
}

.texto p a:hover {
	color: #000;
	text-decoration: none;
}

.texto a.imagem {
	display: block;
	width: 400px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #6072A6;
}

.texto .label {
	color: #FFF;
	display: block;
	width: 394px;
	padding: 5px;
	margin: 0 auto 10px;
	background-color: #6072A6;
}

.texto a.imagem:hover { border-color: #273C77; }


/********************
Lista
********************/
.lista { background: url(../images/titulo-lista.gif) repeat-x top; }

.lista h5 {
	height: 35px;
	padding-right: 10px;
	background: url(../images/titulo-lista-dir.gif) no-repeat right;
}

.lista h5 span {
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	height: 25px;
	padding: 10px 0 0 15px;
	background: url(../images/titulo-lista-esq.gif) no-repeat left;
}

.lista ul { padding: 0 3px; }

.lista li { width: 100%; }

.lista li span, .lista li a {
	display: block;
	width: 405px;
	padding: 2px 27px;
	margin-bottom: 2px;
	background: #E8ECF2 url(../images/bullet01.gif) no-repeat 15px 55%;
}

.lista li.par span, .lista li.par a { background-color: #EEF2F7; }

.lista li a:hover { background-color: #E3E9F1; }
/********************
Fim da lista
********************/


/********************
Agenda
********************/
.hCalendar { padding-bottom: 20px; }

.hCalendar li {
	list-style: none;
	padding: 10px;
}

.hCalendar .odd { background-color: #ECEEF4; }

.hCalendar h3 {
	font-size: 1.4em;
	margin-bottom: 7px;
}

.hCalendar h3 span {
	color: #000;
	font-size: 0.8em;
	padding-left: 5px;
}

.hCalendar p { margin-bottom: 0; }
/********************
Fim: agenda
********************/


/********************
Agenda
********************/
	/********************
	Busca por eventos
	*******************
	#busca_eventos {
		display: block;
		margin: 0 25px 15px 10px;
		padding: 10px;
		padding-top: 7px;
		overflow: hidden;
		border: 1px solid #A4AEC8;
		background-color: #D0D6E4;
	}*/
	
	#busca_eventos #be
	{
		display: block;
		margin: 0 25px 15px 10px;
		padding: 10px;
		padding-top: 7px;
		overflow: hidden;
		border: 1px solid #A4AEC8;
		background-color: #D0D6E4;		
	}
	
	#busca_eventos #be fieldset { clear: both; }
	
	#be li {
		display: block;
		float: left;
		height: 30px;
		overflow: hidden;
		padding-bottom: 5px;
	}	
	
	#busca_eventos .cl1 label { width: 76px; }

	#busca_eventos .cl2 label { width: 170px; }

	#busca_eventos .cl3 label { width: 264px; }

	#busca_eventos .cl1 input { width: 68px; }

	#busca_eventos .cl2 input { width: 162px; }

	#busca_eventos .cl3 input { width: 256px; }
	
	
	#busca_eventos legend {
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#busca_eventos input {
		float: left;
		width: 150px;
		padding: 2px 5px;
		margin-right: 7px;
		border: 1px solid #7586B6;
		background-color: #ECEEF4;
	}
	
	#busca_eventos button {
		color: #FFF;
		cursor: pointer;
		display: block;
		padding: 1px 9px;
		background-color: #61719C;
	}
	
	#busca_eventos button:hover { background-color: #7586B6; }
	/********************
	Fim da busca por eventos
	********************/
#resultados 
{	
	margin-left: 10px;
	width: 465px;
	background: url(../images/titulo-lista.gif) repeat-x 0 0px;
}

#resultados table {
	width: 98%;
	margin: 0 auto 7px;
}

#resultados ul { margin: 0 7px 5px; }

#resultados li { display: inline; }

#resultados li.anterior {
	padding-right: 7px;
	/*border-right: 1px solid;*/
}

#resultados .anterior a {
	padding-left: 10px;
	background: url(../images/bullet-voltar.gif) no-repeat left;
}

#resultados .proximo a {
	padding-right: 10px;
	background: url(../images/bullet01.gif) no-repeat right;
}

#resultados li a:hover { color: #000; }

#resultados li.proximo { padding-left: 5px; }

#resultados caption {
	width: 465px;
	height: 35px;
	background: url(../images/titulo-lista-dir.gif) no-repeat right;
}

caption span {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	height: 25px;
	padding-top: 10px;
	background: url(../images/titulo-lista-esq.gif) no-repeat left;
}

#resultados th, #resultados td {
	text-align: left;
	padding: 5px;
}

#resultados th { background-color: #D0D6E4; }

#resultados tr.par {background-color: #ECEEF4; }

#resultados tr:hover { background-color: #D0D6E4; }

#resultados .nome_evento {
	width: 80%;
	padding: 0;
	padding-right: 5px;
}

#resultados td a {
	/*display: block;
	width: 355px;*/
	padding: 5px;
	padding-right: 0;
}

#resultados td a:hover { font-weight: bold; }

#resultados .paginacao td
{
	text-align: center;
}

/*
#resultados .paginacao {
	clear:both;
	font-size:10px;
	background-color:#F7F7F7;
	font-weight:normal;
	border-top:1px solid #000000;
	}
	
	#resultados .paginacao a{
	clear:both;
	font-size:10px;
	text-decoration:underline;
	font-weight:bold}

#resultados .paginacao{
	background:none !important;
	text-align:center;
	clear:both;
	margin:0;
	color:#000000;
	font-weight:bold}
	
	#resultados .paginacao a{
	color:#666666;
	text-decoration:none;
	font-weight:normal}
	
	#resultados .paginacao a:hover{
	font-weight:bold	}*/
/********************
Fim da agenda
********************/


/********************
Galeria de fotos
********************/
.galeria li {
	overflow: hidden;
	margin: 0 0 15px 10px;
}

.galeria li a {
	float: left;
	width: 120px;
	height: 90px;
	margin: 0 7px 0 0;
	border: 2px solid #6072A6;
}

.galeria li a:hover { border-color: #273C77; }

.galeria li h3 {
	font-size: 1.2em;
	margin: 3px 0 5px;
}
/********************
Fim: galeria de fotos
********************/