@charset "iso-8859-1";
/* CSS Document */

*{
  font-family:"Trebuchet MS", Arial, Verdana;
  font-size:11px;
}

body{
  background:url(../imagens/bg.png) repeat-x #d5d5d5;
}

.frm_enter {
	border: 2px solid #c5c5c5;
	background: #FFF;
	font-size: 11px;
}

.frm_exit {
	margin: 1px;
	border: 1px solid #c5c5c5;
	background: #FFF;
	font-size: 11px;
}
/********** rodape *****************/
.fundo_rodape{
  background:url(../imagens/rodape.png) no-repeat center;
  height:68px;
}

.texto_rodape{
 color:#FFFFFF
}

/***empresa index *************/
.fundo_empresa{
  background:url(../imagens/fundo_empresa.png) repeat-y;
}

/***produtos e serviços index *************/
.fundo_produtos{
  background:url(../imagens/fundo_produtos.png) repeat-y;
}

/************ newsletter index *************/
.newsletter{
  color:#848484;
}

.frmnewsletter_enter {
	border: 2px solid #c5c5c5;
	background: #FFF;
	font-size: 11px;
}

.frmnewsletter_exit {
	margin: 1px;
	border: 1px solid #c5c5c5;
	background: #FFF;
	font-size: 11px;
}

/**********noticias index *************/
.mais_not{
  color:#9eb933;
  font-weight:bold;
  text-decoration:none;
}

.mais_not:hover{
  color:#9eb933;
  font-weight:bold;
  text-decoration:underline;
}

.texto_noticias{
   color:#838281;
   text-decoration:none;
}

.texto_noticias:hover{
   color:#838281;
   text-decoration:underline;
}

.data_noticais{
   color:#9eb933;
   font-weight:bold;
}

.texto{
  color:#838281;
}

/******** empresa e produtos index *************/
.texto_emp_prod{
  color:#FFFFFF;
}


/********** links **************/
.texto_links{
   color:#838281;
   text-decoration:none;
}

.texto_links:hover{
   color:#838281;
   text-decoration:underline;
}

.titulo_noticias{
   color:#666666;
   font-size:18px;
   font-weight:bold;
}