/* css dimen*/
* {
  margin:0;
  padding:0;
 }
 
 html {
	background: #ffff;
}

/*ALINHAR O SITE NO CENTRO*/
.centro {
	margin: 0 auto;
	text-align: center;
}

/***************************************************************/
/* Rodape*/

.rodape {
  background: url(img/fundo_chamadas.jpg) no-repeat;
  margin: 0 auto;
  text-align:center;
  width: 760px;
  height:115px;  
}

/************************************************************/
.titulo_verde {
	color: #0098B0;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

/***********************************************/
.texto2 {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	text-align:justify;
	text-decoration: none;
	font-weight: normal;
}

.texto2 a{
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight:bolder;	
}

.texto2 a:hover {
	color: #cccccc;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: none;
}

/****************************************************************/
.texto_preto {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.texto_preto a{
	color: #C69C3B;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

.texto_preto a:hover{
	color: #999999;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
.texto_preto p{ margin:0 0 0 10px;}

/****************************************************************/

.titulo_dourado {
	color: #C69C3B;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

/****************************************************************/

.texto_cinza {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: none;
}

.texto_cinza a {
	color: #666666;
	font-family: verdana;
	font-size: 10px;
	text-decoration:none;	
	font-weight: none;
}

.texto_cinza a:hover {
	color: #cccccc;
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: none;
}


.paginacao{ font-family:Arial; font-size:11px; color:#000000; margin:30px 0 0 50px;}
.paginacao a{ font-family:Arial; font-size:11px; color:#000000;}
.paginacao a:hover{ font-family:Arial; font-size:11px; color:#CF950C;}

/*********************************************************************************/

.link_dourado {
	color: #C69C3B;
	font-family: verdana;
	font-size: 10px;
	text-weight: bold;
	text-decoration: none;
}

.link_dourado a{
	color: #C69C3B;
	font-family: verdana;
	font-size: 10px;
	text-weight: bold;
	text-decoration:none;
}

.link_dourado a:hover {
	color: #999999;
	font-family: verdana;
	font-size: 10px;
	text-weight: bold;
	text-decoration: underline;
}








