#conteudo p
{
	margin-top:15px;
	margin-left:45px;
	font-size:9pt;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/******DIV sobre_pleno****/
#eventos_pleno
{
	padding-top:56px;
	padding-bottom:50px;
	width:480px;
	float:left;
	background-color:#f6f6f6;
}

#eventos_pleno h2
{
	background-image:url(../images/eventos/eventos_titulo.gif);
	background-repeat:no-repeat;
	width:472px;
	height:36px;
	text-indent:-500000em;
	margin:0;
}

/*#eventos_pleno div
{
	background-image:url(../images/eventos/fundo_fotos_evento.gif);
	background-repeat:no-repeat;
	height:46px;
	text-indent:10px;
	padding-top:15px;
	margin-top:15px;
	margin-left:40px;
}*/

/**Modificando a div Foto**/
#foto
{
	float:left;
	background-color:#f6f6f6;
	background-image:url(../images/geral/borda_imagem.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:25px;
	margin-top:56px;
	margin-bottom:60px;
	width:423px;
	height:413px;
}
/***MODIFICANDO A CLASS titulo***/
.titulo img
{
	display:none;
}


/******************************************************************************************************************************************
CONFIGURANDO A GALERIA DE FOTOS
*****************************************************************************************************************************************/

/**titulo**/

#eventos_pleno h3{
	margin:0;
	padding:0;
	float:left;
	margin-left:40px;
	display:inline;
	background-repeat:no-repeat;
	background-position:left;
	width:150px;
	height:13px;
	text-indent:-5000px;
	margin-bottom:5px;
	margin-top:20px;	
}

.lcd{
	background-image:url(../images/eventos/titulo_lcd.gif);	
}
.plasma{
	background-image:url(../images/eventos/titulo_plasma.gif);	
}

.infinite{
	background-image:url(../images/eventos/titulo_infinite.gif);	
}

.led{
	background-image:url(../images/eventos/titulo_led.gif);	
}
/*configurando os botoes de navegacao*/
.anterior{
	float:left;
	background-image:url(../images/eventos/anterior.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-5000px;
	width:13px;
	height:25px;
	margin-top:14px;
}

.proximo{
	float:right;
	background-image:url(../images/eventos/proximo.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:-5000px;
	width:13px;
	height:25px;
	margin-top:14px;
	margin-left:4px;
}

/**container fotos**/

.container_fotos_eventos{
	float:left;
	width:431px;
	height:53px;
	overflow:hidden;
	position:relative;
	margin-left:40px;
	display:inline;
}

.thumbs{
	float:left;
	margin:0;
	padding:0;
	width:170px;
}

.container_fotos_eventos ul li{
	float:left;
	display:inline;
	margin-left:4px;
	width:76px;
	height:53px;
}

.container_fotos_eventos a img{
	float:left;
	border:0;
}



