@charset "utf-8";
/* CSS Document geral */

body {
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
}
a:hover{
	
	color:#CC3333;
	
}
.rodape{
	background:url(images/bkg_rodape.gif);
	background-repeat:repeat-x;
	color:#000;
}
/*empresa  */
.bg_top_empresa{
	background:url(images/caixa_top_empresa.jpg);
	background-repeat:no-repeat;
}
.bg_top_empresa2{
	background:url(images/caixa_top_empresa2.jpg);
	background-repeat:no-repeat;
}
.bg_meio_empresa{
	background:url(images/bg_meio_empresa.gif);
	background-repeat:repeat-y;
	padding-left:18px;
	padding-right:18px;
	
}
.bg_bottom_empresa{
	background:url(images/bg_bottom_empresa.gif);
	background-repeat:no-repeat;
}
/*servicos  */
.bg_top_servicos{
	background:url(images/bg_top_servicos.gif);
	background-repeat:no-repeat;
}
.bg_meio_servicos{
	background:url(images/fundo_servicos.gif);
	background-repeat:no-repeat;
}
.bg_bottom_servicos{
	background:url(images/bg_bottom_servicos.gif);
	background-repeat:no-repeat;
}
/*eventos  */
.titulo_bkg_eventos{
	background:url(images/titulo_bkg_eventos.gif);
	background-repeat:no-repeat;
}
.borda_top_eventos{
	background:url(images/borda_top_eventos.gif);
	background-repeat:no-repeat;
}
.bg_meio_eventos{
	background:url(images/bg_meio_eventos.gif);
	background-repeat:repeat-y;
}
.borda_bottom_eventos{
	background:url(images/borda_bottom_eventos.gif);
	background-repeat:no-repeat;
}
.padding1_eventos{
	background:url(images/bg_meio_eventos.gif);
	background-repeat:repeat-y;
	padding-left:29px;
	padding-right:29px;
}
.borda2_bottom_eventos{
	background:url(images/borda2_bottom_eventos.gif);
	background-repeat:no-repeat;
}
.bg2_meio_eventos{
	background:url(images/bg2_meio_eventos.gif);
	background-repeat:repeat-y;
}
.titulo1_eventos{
	font-size:30px;
	color:#000;
	font-weight:bold;
}
.titulo2_eventos{
	font-size:20px;
	color:#333;
	font-weight:bold;
}
.titulo3_eventos{
	font-size:20px;
	color:#000;
	font-weight:bold;
}
.tit_texto_eventos{
	font-size:20px;
	color:#CC3333;
	font-weight:bold;
}
/*clientes  */
.titulo_bkg_clientes{
	background:url(images/titulo_bkg_clientes.gif);
	background-repeat:no-repeat;
}
.borda_top_clientes{
	background:url(images/borda_top_clientes.gif);
	background-repeat:no-repeat;
}
.bg_meio_clientes{
	background:url(images/bg_meio_clientes.gif);
	background-repeat:repeat-y;
}
.borda_bottom_clientes{
	background:url(images/borda_bottom_clientes.gif);
	background-repeat:no-repeat;
}
.bg2_meio_clientes{
	background:url(images/bg2_meio_clientes.gif);
	background-repeat:repeat-y;
}
.borda2_bottom_clientes{
	background:url(images/borda2_bottom_clientes.gif);
	background-repeat:no-repeat;
}
.bg_anterior{
	background:url(images/anterior.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-bottom:5px;
}
.bg_proximo{
	background:url(images/proximo.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-bottom:5px;
	
}
.bg_paginacao{
	background:url(images/bg_paginacao.gif);
	background-repeat:no-repeat;
	background-position:center;
	padding-bottom:5px;
}

ul#fts  {	
	clear: both;
	margin-left:30px;
	padding:0px;
	
	list-style: none;
	
}

ul#fts li {
	float: left;
	
	margin-top:10px;
	
	margin-right:10px;
	
	list-style: none;
	
}
