/*Colocar Imagem sem Border*/
.border_zero_img{
  border-width:0px;
}

/*CSS para todos os links do site*/
A:link{
	text-decoration: none
}
A:visited{
	text-decoration: none
}
A:active{
	text-decoration: none
}
A:hover{
	text-decoration: none;
	color: #0071BC;
}


/*CSS para textos pequenos*/
.text_textop_b {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none
}

.text_textop_c {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 16px;
	text-decoration: none
}

/*CSS para textos normais*/
.text_texto_b {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none
}

.text_texto_c {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
	text-decoration: none
}

/*CSS para textos subtitulo*/
.text_subtitulo_b {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none
}

.text_subtitulo_c {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #716e56;
	line-height: 20px;
	text-decoration: none
}

/*CSS para textos titulos*/
.tit_home_azul {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #75A6E8;
	line-height: 22px;
	text-decoration: none
}
.tit_hotel_cast {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #603813;
	line-height: 22px;
	text-decoration: none
}
.tit_localidade_cast {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #736357;
	line-height: 22px;
	text-decoration: none
}
.tit_galeria_cinza {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #8B9298;
	line-height: 22px;
	text-decoration: none
}
.tit_sugestoes_azul {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #0071BC;
	line-height: 22px;
	text-decoration: none
}
.tit_gastro_laranj {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #e35e30;
	line-height: 22px;
	text-decoration: none
}
.tit_tarifas_cast {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #8C3B13;
	line-height: 22px;
	text-decoration: none
}
.tit_contact_lilas {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #C65CC6;
	line-height: 22px;
	text-decoration: none
}