/*############## TEXTOS ####################
############################################*/
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.telefone_preto { 
	font-family:'Trebuchet MS', arial, verdana;
	font-size:11px;
	text-decoration:none;
	color:#000000;}

.texto_branco{
	font-family: arial, verdana;
	font-size:11px;
	color:#FFF;
	text-decoration:none;}
	
.texto_cinza_10{
	font-family: arial, verdana;
	font-size:10px;
	color:#959595;
	text-decoration:none;}

.texto_cinza{
	font-family: arial, verdana;
	font-size:11px;
	color:#959595;
	text-decoration:none;}
.texto_cinza a{
	font-family: arial, verdana;
	font-size:11px;
	color:#959595;
	text-decoration:none;
}
	
.texto_branco_10{
	font-family: arial, verdana;
	font-size:10px;
	color:#FFF;
	text-decoration:none;}

/*############## BOTõES ####################
############################################*/
.esq_botao_email{
	background:url(../imagens/bt_email.gif) no-repeat top left;
	float:left;
	height:35px;
	width:17px;
}
.dir_botao_email{
	background:url(../imagens/bt_email.gif) bottom right no-repeat;
	width:17px;
	height:35px;
	float:right;
}

.mid_botao{
	float:left;	
}
.mid_botao a {
	color:#fff;
	font-size:14px;
	font-family:'Trebuchet MS',arial,verdana;
	text-align:center;
	margin-left:20px;
}
.fundo_botao_email{
	background:url(../imagens/bt_email.gif) 0px -35px repeat-x;
	height:35px;
	width:229px;
	color:#FFFFFF;
	font-family:'Trebuchet MS', arial, verdana;
	font-size:14px;
	text-align:center;
	float:left;
	line-height:35px;
	cursor:pointer;
}

.esq_botao_telefone{
	background:url(../imagens/bt_telefone.gif) no-repeat top left;
	float:left;
	height:35px;
	width:14px;
}
.dir_botao_telefone{
	background:url(../imagens/bt_telefone.gif) bottom right no-repeat;
	width:14px;
	height:35px;
	float:right;
}
.fundo_botao_telefone{
	background:url(../imagens/bt_telefone.gif) 0px -35px repeat-x;
	height:35px;
	width:199px;
	color:#FFFFFF;
	font-family:'Trebuchet MS', arial, verdana;
	font-size:11px;
	float:left;
	line-height:35px;
	margin-left:10px;
}

#botao_enviar{
	background:url(../imagens/bt_enviar_21.gif) right no-repeat #8B0000;
	margin-top:8px;
	width:63px;
	height:27px;
	padding-left:15px;
	margin-left:240px;
}

#botao_enviar p{
	margin: 0px;
	padding: 5px 0px 0px 0px !important;
}

/* ###################################################################### */
/* ----------  PAGINAÇÃO   ----------  */
/* ###################################################################### */
div#paginacao {
	padding-top: 30px;
	text-align: center;
	background:none;
	width:400px;
}

div#paginacao:hover { background:none; width:400px;}

div#paginacao ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#paginacao ul li{
	float:left;
	background:none;
	padding-left:2px; 
	width:auto;
	height:auto;
	margin:0;
	
}

div#paginacao ul li a,
div#paginacao ul li span {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration: none;
}

div#paginacao ul li span {
	background-color: #990000;
	color: #CCC;
}

div#paginacao ul li a{
	background-color: #252525;
	color: #CCC;
}

div#paginacao ul li a:hover {
	background-color: #EEEEEE;
	color: #252525;
}

div#paginacao ul li.anterior span,
div#paginacao ul li.proximo span {
	visibility:hidden;
}
