/* ------------------------------------------------------ TITULOS DAS PAGINAS */
/* background:#f00; */ /* border: 1px solid #ff0000; */
/* --------------------------------------------------------- TITULOS DAS HOME */
#titulo-home{
	
}
#titulo-home{
	display: none;
}
#page #content .content-home .home-apresentacao #title-bem-vindo a{
	width:465px;
	height:59px;
	/*top-right-bottom-left*/
	margin:0px 20px 15px 25px;
	padding:10px 0px;
	display: block; /* Definir como Bloco*/
	float:right;
	background:url(../images/global/title-bem-vindo.gif) no-repeat right;
	cursor:default;
	border-bottom: 2px solid #e0e0e0;
}
#page #content .content-home .home-suite #title-home-suite span{
	display: none;
}
#page #content .content-home .home-suite #title-home-suite a{
	width:465px;
	height:23px;
	/*top-right-bottom-left*/
	margin:0px 20px 15px 25px;
	padding:10px 0px;
	display: block; /* Definir como Bloco*/
	float:left;
	background:url(../images/global/title-home-suite.gif) no-repeat left;
	cursor:default;
	border-bottom: 2px solid #e0e0e0;
}
#page #content .home-promocao #title-home-promocao span{
	display: none;
}
#page #content .home-promocao #title-home-promocao a{
	width:110px;
	height:23px;
	/*top-right-bottom-left*/
	margin:0px 10px 5px 13px;
	padding:10px 0px 0px 10px;
	display: block; /* Definir como Bloco*/
	float:left;
	background:url(../images/global/title-home-promocao.gif) no-repeat 10px;
	cursor:default;
	border-bottom: 1px solid #eb23a1;
}
/* ---------------------------------------------------------- TITULOS GLOBAIS */
/* background:#f00; */ /* border: 1px solid #ff0000; */
#page #content .content-global #title-promocoes span{
	display: none;
}
#page #content .content-global #title-promocoes a{
	width:465px;
	height:59px;
	/*top-right-bottom-left*/
	margin:0px 20px 15px 25px;
	padding:5px 0px;
	display: block; /* Definir como Bloco*/
	float:right;
	background:url(../images/global/title-promocoes.gif) no-repeat left;
	cursor:default;
	border-bottom: 2px solid #e0e0e0;
}
#page #content .content-global #title-cardapio span{
	display: none;
}
#page #content .content-global #title-cardapio a{
	width:465px;
	height:59px;
	/*top-right-bottom-left*/
	margin:0px 20px 15px 25px;
	padding:5px 0px;
	display: block; /* Definir como Bloco*/
	float:right;
	background:url(../images/global/title-cardapio.gif) no-repeat left;
	cursor:default;
	border-bottom: 2px solid #e0e0e0;
}
#page #content .content-global #title-contato span{
	display: none;
}
#page #content .content-global #title-contato a{
	width:465px;
	height:59px;
	/*top-right-bottom-left*/
	margin:0px 20px 15px 25px;
	padding:5px 0px;
	display: block; /* Definir como Bloco*/
	float:right;
	background:url(../images/global/title-contato.gif) no-repeat left;
	cursor:default;
	border-bottom: 2px solid #e0e0e0;
}
